Opened 15 months ago
Last modified 5 months ago
#18591 closed bug
[packagefs] unable to downgrade mesa packages — at Initial Version
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | File Systems/packagefs | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev57283 x86_64.
I have locally built latest mesa packages. When I try to full-sync to sync with mesa packages from haikuports I'm getting the following:
pkgman full
The following changes will be made: in system: upgrade package mesa_lavapipe-23.1.6-1 to 22.0.5-2 from repository HaikuPorts upgrade package mesa-23.1.6-1 to 22.0.5-2 from repository HaikuPorts upgrade package mesa_devel-23.1.6-1 to 22.0.5-2 from repository HaikuPorts uninstall package mesa_eglvnd-23.1.6-1 Continue? [yes/no] (yes) : 100% mesa_lavapipe-22.0.5-2-x86_64.hpkg [2.09 MiB] Validating checksum for https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/packages/mesa_lavapipe-22.0.5-2-x86_64.hpkg...done. 100% mesa-22.0.5-2-x86_64.hpkg [4.87 MiB] Validating checksum for https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/packages/mesa-22.0.5-2-x86_64.hpkg...done. 100% mesa_devel-22.0.5-2-x86_64.hpkg [316.03 KiB] Validating checksum for https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/packages/mesa_devel-22.0.5-2-x86_64.hpkg...done. [system] Applying changes ... *** failed to commit transaction: Failed to change the package activation in packagefs: Invalid Argument
syslog:
CommitTransactionHandler::_ChangePackageActivation(): activating 3, deactivating 4 packages Volume::_ChangeActivation(): 3 new packages, 4 old packages package "mesa_devel-23.1.6-1-x86_64.hpkg" deactivated package "mesa-23.1.6-1-x86_64.hpkg" deactivated package "mesa_eglvnd-23.1.6-1-x86_64.hpkg" deactivated package "mesa_lavapipe-23.1.6-1-x86_64.hpkg" deactivated Failed to open package file "mesa_lavapipe-23.1.6-1-x86_64.hpkg": No such file or directory Volume::_ChangeActivation(): failed to roll back deactivation of package "mesa_lavapipe-23.1.6-1-x86_64.hpkg" after error Failed to open package file "mesa_eglvnd-23.1.6-1-x86_64.hpkg": No such file or directory Volume::_ChangeActivation(): failed to roll back deactivation of package "mesa_eglvnd-23.1.6-1-x86_64.hpkg" after error Failed to open package file "mesa-23.1.6-1-x86_64.hpkg": No such file or directory olume::_ChangeActivation(): failed to roll back deactivation of package "mesa-23.1.6-1-x86_64.hpkg" after error Failed to open package file "mesa_devel-23.1.6-1-x86_64.hpkg": No such file or directory Volume::_ChangeActivation(): failed to roll back deactivation of package "mesa_devel-23.1.6-1-x86_64.hpkg" after error package_daemon: Volume::_PackagesEntryRemoved("mesa_devel-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryRemoved("mesa-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryRemoved("mesa_eglvnd-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryRemoved("mesa_lavapipe-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryCreated("mesa_lavapipe-22.0.5-2-x86_64.hpkg") package_daemon: failed to init package for file "mesa_lavapipe-22.0.5-2-x86_64.hpkg" package_daemon: Volume::_PackagesEntryCreated("mesa-22.0.5-2-x86_64.hpkg") package_daemon: failed to init package for file "mesa-22.0.5-2-x86_64.hpkg" package_daemon: Volume::_PackagesEntryCreated("mesa_devel-22.0.5-2-x86_64.hpkg") package_daemon: failed to init package for file "mesa_devel-22.0.5-2-x86_64.hpkg" package_daemon: Volume::_PackagesEntryRemoved("mesa_devel-22.0.5-2-x86_64.hpkg") package_daemon: Volume::_PackagesEntryRemoved("mesa-22.0.5-2-x86_64.hpkg") package_daemon: Volume::_PackagesEntryRemoved("mesa_lavapipe-22.0.5-2-x86_64.hpkg") package_daemon: Volume::_PackagesEntryCreated("mesa_devel-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryCreated("mesa-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryCreated("mesa_eglvnd-23.1.6-1-x86_64.hpkg") package_daemon: Volume::_PackagesEntryCreated("mesa_lavapipe-23.1.6-1-x86_64.hpkg")
Note:
See TracTickets
for help on using tickets.