Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#24331 - Error while installing virtualbox-guest-additions
Attached to Project:
Community Packages
Opened by OvsInc (OvsInc) - Wednesday, 18 May 2011, 09:58 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 18 May 2011, 13:38 GMT
Opened by OvsInc (OvsInc) - Wednesday, 18 May 2011, 09:58 GMT
Last edited by Ionut Biru (wonder) - Wednesday, 18 May 2011, 13:38 GMT
|
DetailsDescription:
I have an error when I install virtualbox-guest-additions. Error: error: failed to commit transaction (conflicting files) virtualbox-guest-additions: /usr/lib/dri exists in filesystem Errors occurred, no packages were upgraded. Package libva already contain /usr/lib/dri/dummy_drv_video.so and /usr/lib/dri/i965_drv_video.so Additional info: * virtualbox-guest-additions-4.0.8-1 * libva-1.0.12-1 Steps to reproduce: Install libva and try to install virtualbox-guest-additions |
This task depends upon
Closed by Ionut Biru (wonder)
Wednesday, 18 May 2011, 13:38 GMT
Reason for closing: Fixed
Additional comments about closing: virtualbox-guest-additions-4.0.8-2
Wednesday, 18 May 2011, 13:38 GMT
Reason for closing: Fixed
Additional comments about closing: virtualbox-guest-additions-4.0.8-2
--- PKGBUILD_old 2011-05-18 14:34:25.248162207 +0400
+++ PKGBUILD 2011-05-18 14:36:28.930074903 +0400
@@ -3,7 +3,7 @@
pkgbase=virtualbox
pkgname=('virtualbox' 'virtualbox-guest-additions' 'virtualbox-guest-modules' 'virtualbox-sdk')
pkgver=4.0.8
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL' 'custom')
@@ -168,9 +168,11 @@
install -D vboxvideo_drv.so \
"$pkgdir/usr/lib/xorg/modules/drivers/vboxvideo.so"
install -d "$pkgdir/usr/lib/xorg/modules/dri"
+ install -d "$pkgdir/usr/lib/dri"
install -m755 VBoxOGL*.so "$pkgdir/usr/lib"
ln -s /usr/lib/VBoxOGL.so "$pkgdir/usr/lib/xorg/modules/dri/vboxvideo_dri.so"
- ln -s /usr/lib/xorg/modules/dri "$pkgdir/usr/lib/dri"
+ #ln -s /usr/lib/xorg/modules/dri "$pkgdir/usr/lib/dri"
+ ln -s /usr/lib/xorg/modules/dri/vboxvideo_dri.so "$pkgdir/usr/lib/dri/"
install -m755 -D pam_vbox.so "$pkgdir/lib/security/pam_vbox.so"
}
ln -s /usr/lib/xorg/modules/dri/swrast_dri.so "$pkgdir/usr/lib/dri/"
expect fix soon