I have find the solution probleme of bug. The bug is to wrong version
correspondance in removal file the version is wrong.

I proposed to file corection.

The procedure to installed is to : copy the file xorg-driver-fglrx-
postrm to /var/lib/dpkg/info (sudo cp xorg-driver-fglrx-postrm
/var/lib/dpkg/info) et after (sudo apt-get install -f)

The bugs ton find to line 27 and 31 to orginal line is :
dpkg-divert --remove --rename --package $PKGNAME --divert 
/usr/X11R6/lib32/fglrx/libGL.so.1.2.xlibmesa /usr/X11R6/lib32/libGL.so.1 > 
/dev/null

dpkg-divert --remove --rename --package $PKGNAME --divert
/usr/lib32/fglrx/libGL.so.1.2.xlibmesa /usr/lib32/libGL.so.1 > /dev/null

The correction is :
dpkg-divert --remove --rename --package $PKGNAME --divert 
/usr/X11R6/lib32/fglrx/libGL.so.1.xlibmesa /usr/X11R6/lib32/libGL.so.1 > 
/dev/null

dpkg-divert --remove --rename --package $PKGNAME --divert
/usr/lib32/fglrx/libGL.so.1.xlibmesa /usr/lib32/libGL.so.1 > /dev/null

La solution du bug à été trouvée. Le problème était une mauvaise
correspondance de version, la version était mauvaise.

Je vous propose une correction :
La procédure pour effectuer cette correction est de copier le fichier 
xorg-driver-fglrx-postrm to /var/lib/dpkg/info (sudo cp 
xorg-driver-fglrx-postrm /var/lib/dpkg/info) et après tapé (sudo apt-get 
install -f).

Les bugs ont été trouvés à la ligne 27 et 31, les lignes orginales sont :
dpkg-divert --remove --rename --package $PKGNAME --divert 
/usr/X11R6/lib32/fglrx/libGL.so.1.2.xlibmesa /usr/X11R6/lib32/libGL.so.1 > 
/dev/null

dpkg-divert --remove --rename --package $PKGNAME --divert
/usr/lib32/fglrx/libGL.so.1.2.xlibmesa /usr/lib32/libGL.so.1 > /dev/null

Les lignes corrigées sont :
dpkg-divert --remove --rename --package $PKGNAME --divert 
/usr/X11R6/lib32/fglrx/libGL.so.1.xlibmesa /usr/X11R6/lib32/libGL.so.1 > 
/dev/null

dpkg-divert --remove --rename --package $PKGNAME --divert
/usr/lib32/fglrx/libGL.so.1.xlibmesa /usr/lib32/libGL.so.1 > /dev/null


** Attachment added: "xorg-driver-fglrx.postrm"
   http://launchpadlibrarian.net/15891016/xorg-driver-fglrx.postrm

-- 
package xorg-driver-fglrx 2:8.501-0ubuntu1 failed to install/upgrade: 
subprocess post-removal script returned error exit status 2
https://bugs.launchpad.net/bugs/243099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to