Opened 9 years ago

Closed 9 years ago

#11541 closed bug (fixed)

NetFS .hpkg is not installable.

Reported by: bbjimmy Owned by: pulkomandy
Priority: normal Milestone: R1
Component: File Systems/NetFS Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The new NetFS .hpkg, http://download.haiku-os.org/haiku-repositories/master/x86_gcc2/current/packages/netfs-r1~alpha4_pm_hrev48408-1-x86_gcc2.hpkg requires userlandfs, but userlandfs supplies userland_fs

adding the underscore in the .Packageinfo file resolves the issue and allows the package to be installed.

is: package-attributes:

name: netfs summary: NetFS description: The package contains the NetFS add-on and servers. vendor: Haiku Project packager: The Haiku build system architecture: x86_gcc2 version: hrev1~alpha4_pm_hrev48408-1 copyright: 2001-2014 Haiku, Inc. et al license: MIT provides: netfs = hrev1~alpha4_pm_hrev48408-1 (compatible >= hrev1~alpha1) requires: userlandfs

should be:

package-attributes:

name: netfs summary: NetFS description: The package contains the NetFS add-on and servers. vendor: Haiku Project packager: The Haiku build system architecture: x86_gcc2 version: hrev1~alpha4_pm_hrev48408-1 copyright: 2001-2014 Haiku, Inc. et al license: MIT provides: netfs = hrev1~alpha4_pm_hrev48408-1 (compatible >= hrev1~alpha1) requires: userland_fs

Change History (3)

in reply to:  description comment:1 by bbjimmy, 9 years ago

Replying to bbjimmy:

The new NetFS .hpkg, http://download.haiku-os.org/haiku-repositories/master/x86_gcc2/current/packages/netfs-r1~alpha4_pm_hrev48408-1-x86_gcc2.hpkg requires userlandfs, but userlandfs provides userland_fs

adding the underscore in the .Packageinfo file resolves the issue and allows the package to be installed.

is: package-attributes:

name: netfs summary: NetFS description: The package contains the NetFS add-on and servers. vendor: Haiku Project packager: The Haiku build system architecture: x86_gcc2 version: hrev1~alpha4_pm_hrev48408-1 copyright: 2001-2014 Haiku, Inc. et al license: MIT provides: netfs = hrev1~alpha4_pm_hrev48408-1 (compatible >= hrev1~alpha1) requires: userlandfs

should be:

package-attributes:

name: netfs summary: NetFS description: The package contains the NetFS add-on and servers. vendor: Haiku Project packager: The Haiku build system architecture: x86_gcc2 version: hrev1~alpha4_pm_hrev48408-1 copyright: 2001-2014 Haiku, Inc. et al license: MIT provides: netfs = hrev1~alpha4_pm_hrev48408-1 (compatible >= hrev1~alpha1) requires: userland_fs

comment:2 by anevilyak, 9 years ago

Owner: changed from bonefish to pulkomandy
Status: newassigned

comment:3 by pulkomandy, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev48410.

Note: See TracTickets for help on using tickets.