[haiku-bugs] [Haiku] #11541: NetFS .hpkg is not installable.

  • From: "bbjimmy" <trac@xxxxxxxxxxxx>
  • Date: Sun, 30 Nov 2014 21:15:43 -0000

#11541: NetFS .hpkg is not installable.
--------------------------------+------------------------------
 Reporter:  bbjimmy             |        Owner:  bonefish
     Type:  bug                 |       Status:  new
 Priority:  normal              |    Milestone:  R1
Component:  File Systems/NetFS  |      Version:  R1/Development
 Keywords:                      |   Blocked By:
 Blocking:                      |  Has a Patch:  0
 Platform:  All                 |
--------------------------------+------------------------------
 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: r1~alpha4_pm_hrev48408-1
         copyright: 2001-2014 Haiku, Inc. et al
         license: MIT
         provides: netfs = r1~alpha4_pm_hrev48408-1 (compatible >=
 r1~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: r1~alpha4_pm_hrev48408-1
         copyright: 2001-2014 Haiku, Inc. et al
         license: MIT
         provides: netfs = r1~alpha4_pm_hrev48408-1 (compatible >=
 r1~alpha1)
         requires: userland_fs

--
Ticket URL: <https://dev.haiku-os.org/ticket/11541>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: