[haiku-bugs] [Haiku] #9921: [package] uninstall issues

  • From: "diver" <trac@xxxxxxxxxxxx>
  • Date: Tue, 13 Aug 2013 08:10:59 -0000

#9921: [package] uninstall issues
---------------------------------------------+-----------------------------
 Reporter:  diver                            |        Owner:  nobody
     Type:  bug                              |       Status:  new
 Priority:  normal                           |    Milestone:  R1
Component:  Applications/Command Line Tools  |      Version:  R1/Package
 Keywords:                                   |  Management
 Blocking:                                   |   Blocked By:
 Platform:  All                              |  Has a Patch:  0
---------------------------------------------+-----------------------------
 This is 4c6b3ef Haiku.PM.

 * Uninstalling a package downloads repository checksum each time. So
 without Internet connection it is not possible to do it.
 * it looks like the package_daemon is not notified about package removal
 since it's not possible to reinstall it again. {{{hey package_daemon quit;
 /system/servers/package_daemon}}} fixes it though.


 {{{
 ~> pkgman uninstall bepdf
 Error: Failed to open repository file "/boot/common/cache/package-
 repositories/HaikuPorts": No such file or directory
 Fetching repository checksum from http://haiku-
 
files.org/files/repo/65080b47bb763c64538050918c09276dfa22dba9e4ed3710ede7865039e562c9
 ...
 ########################################################################
 100.0%
 Validating checksum for HaikuPorts ...
 Fetching repository-cache from http://haiku-
 
files.org/files/repo/65080b47bb763c64538050918c09276dfa22dba9e4ed3710ede7865039e562c9
 ...
 ########################################################################
 100.0%
 Validating checksum for HaikuPorts ...
 Activating repository cache for HaikuPorts ...
 The following changes will be made:
   uninstall package bepdf-1.1.1~beta5_2013_04_28-1
 Continue? [y/n] (y) : y
 Installation done. Old activation state backed up in
 "state_2013-08-13_06:53:14"
 Cleaning up ...
 ~> pkgman uninstall bepdf
 Fetching repository checksum from http://haiku-
 
files.org/files/repo/65080b47bb763c64538050918c09276dfa22dba9e4ed3710ede7865039e562c9
 ...
 ########################################################################
 100.0%
 Validating checksum for HaikuPorts ...
 The following changes will be made:
   uninstall package bepdf-1.1.1~beta5_2013_04_28-1
 Continue? [y/n] (y) : y
 *** failed to commit transaction: failed to move old package from packages
 directory: No such file or directory, package:
 "bepdf-1.1.1~beta5_2013_04_28-1-x86_gcc2.hpkg"
 ~> pkgman install  bepdf
 Fetching repository checksum from http://haiku-
 
files.org/files/repo/65080b47bb763c64538050918c09276dfa22dba9e4ed3710ede7865039e562c9
 ...
 ########################################################################
 100.0%
 Validating checksum for HaikuPorts ...
 Nothing to do.
 ~>
 }}}

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

Other related posts:

  • » [haiku-bugs] [Haiku] #9921: [package] uninstall issues - diver