daily pastebin goal
8%
SHARE
TWEET

Untitled

a guest Apr 19th, 2012 16 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. davide@davide-linux:~$ cd Scaricati
  2. davide@davide-linux:~/Scaricati$ sudo sh ./amd-driver-installer-12-3-x86.x86_64.run --buildpkg Ubuntu/precise
  3. [sudo] password for davide:
  4. Created directory fglrx-install.gtFt4J
  5. Verifying archive integrity... All good.
  6. Uncompressing AMD Catalyst(TM) Proprietary Driver-8.951...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
  7. =====================================================================
  8.  AMD Catalyst(TM) Proprietary Driver Installer/Packager
  9. =====================================================================
  10. Generating package: Ubuntu/precise
  11. Package build failed!
  12. Package build utility output:
  13. ./packages/Ubuntu/ati-packager.sh: 294: ./packages/Ubuntu/ati-packager.sh: debclean: not found
  14. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  15. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  16. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  17. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  18. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  19. dpkg-buildpackage: source package fglrx-installer
  20. dpkg-buildpackage: source version 2:8.951-0ubuntu1
  21. dpkg-buildpackage: source changed by AMD: Advanced Micro Devices. <http://ati.amd.com/support/driver.html>
  22.  dpkg-source --before-build fglrx.z0A6G2
  23. dpkg-buildpackage: host architecture amd64
  24.  debian/rules build
  25. #Create important strings
  26. for i in 10fglrx \
  27.                          dkms.conf \
  28.                          fglrx.install \
  29.                          fglrx-dev.install \
  30.                          fglrx-dev.links \
  31.                          fglrx-amdcccle.install \
  32.                          fglrx.grub-gfxpayload \
  33.                          fglrx.dirs \
  34.                          fglrx.links \
  35.                          fglrx.postinst \
  36.                          fglrx.postrm \
  37.                          fglrx.preinst \
  38.                          fglrx.prerm \
  39.                          overrides/fglrx; do \
  40.                 sed -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  41.                         -e "s|#LIBDIR#|usr/lib|g" \
  42.                         -e "s|#LIBDIR32#|usr/lib32|g" \
  43.                         -e "s|#BINDIR#|usr/bin|g" \
  44.                         -e "s|#SYSCONFDIR#|etc|g" \
  45.                         -e "s|#MANDIR#|usr/share/man/man1|g" \
  46.                         -e "s|#LDSOCONF#|usr/lib/fglrx/ld.so.conf|g" \
  47.                         -e "s|#ALTLDSOCONF#|usr/lib/fglrx/alt_ld.so.conf|g" \
  48.                         -e "s|#ALTPRIORITY#|1000|g" \
  49.                         -e "s|#PXALTPRIORITY#|900|g" \
  50.                         -e "s|#AUTOSTARTDIR#|etc/xdg/autostart|g" \
  51.                         -e "s|#DATADIR#|usr/share|g" \
  52.                         -e "s|#PKGDESKDIR#|usr/share/fglrx|g" \
  53.                         -e "s|#PKGDATADIR#|usr/share/fglrx|g" \
  54.                         -e "s|#PKGCONFIGDIR#|usr/lib/fglrx|g" \
  55.                         -e "s|#PKGBINDIR#|usr/lib/fglrx/bin|g" \
  56.                         -e "s|#PKGLIBDIR#|usr/lib/fglrx|g" \
  57.                         -e "s|#PKGLIBDIR32#|usr/lib32/fglrx|g" \
  58.                         -e "s|#PKGDRIVERSDIR#|usr/lib/fglrx/xorg|g" \
  59.                         -e "s|#XORGEXTRA#|usr/lib/x86_64-linux-gnu/xorg/extra-modules|g" \
  60.                         -e "s|#PKGEXTENSIONDIR#|usr/lib/fglrx/xorg|g" \
  61.                         -e "s|#XORGEXTENSIONSDIR#|usr/lib/xorg/modules/extensions|g" \
  62.                         -e "s|#DRIVERNAME#|fglrx|g" \
  63.                         -e "s|#DRIVERDEVNAME#|fglrx-dev|g" \
  64.                         -e "s|#DRIVERSRCNAME#||g" \
  65.                         -e "s|#INCLUDEDIR#|usr/include|g" \
  66.                         -e "s|#PKGLIBCONFDIR#|lib/fglrx|g" \
  67.                         -e "s|#GRUBBLKLISTDIR#|usr/share/grub-gfxpayload-lists/blacklist|g" \
  68.                         -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  69.                         -e "s|#PXDIR#|usr/lib/pxpress|g" \
  70.                         -e "s|#PXDIR32#|usr/lib32/pxpress|g" \
  71.                         -e "s|#PXXMODDIR#|usr/lib/pxpress/xorg/modules|g" \
  72.                         -e "s|#PXDIRNAME#|pxpress|g" \
  73.                         -e "s|#PXLIBDIR#|usr/lib/pxpress/lib|g" \
  74.                         -e "s|#PXLIBDIR32#|usr/lib32/pxpress/lib|g" \
  75.                         -e "s|#PXLDSOCONF#|usr/lib/pxpress/ld.so.conf|g" \
  76.                         -e "s|#ALTPXLDSOCONF#|usr/lib/pxpress/alt_ld.so.conf|g" \
  77.                         -e "s|#CVERSION#|8.951|g" \
  78.                         -e "s|#SRCXARCH#|xpic_64a|g" \
  79.                         -e "s|#SRCARCH#|x86_64|g" \
  80.                         -e "s|#SRCLIBDIR#|lib64|g" \
  81.                         -e "s|#DEB_HOST_MULTIARCH#|x86_64-linux-gnu|g" \
  82.                         -e "s|#OTHER_ARCH#|i386-linux-gnu|g" \
  83.                         debian/$i.in > debian/$i;      \
  84.         done
  85. # remove exec bit on everything
  86. find arch \
  87.                 etc \
  88.                 lib \
  89.                 module \
  90.                 usr \
  91.                 xpic_64a     -type f | xargs chmod -x
  92. find: `module': No such file or directory
  93. # set executable on user apps
  94. find arch/x86_64/usr/sbin \
  95.                 arch/x86_64/usr/X11R6/bin \
  96.                 usr/sbin/ -type f | xargs chmod a+x
  97. # set exec bit on scripts
  98. find lib etc debian -name "*.sh" -type f | xargs chmod +x
  99. # set the permissions on the pxpress scripts
  100. chmod 744 debian/pxpress/switch*
  101. dh build
  102.    dh_testdir
  103.    dh_auto_configure
  104.    dh_auto_build
  105.    dh_auto_test
  106.  debian/rules binary
  107. # refresh copyright file
  108. cat debian/copyright_stub_0 > debian/copyright
  109. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  110. cat debian/copyright_stub_1 >> debian/copyright
  111. #Steps that we can't easily represent in debhelper files or .in files yet
  112. # Remove any libraries that may be caught by shell expansion
  113. find . -name libGLE* | xargs rm -f
  114. find . -name libEGL* | xargs rm -f
  115. dh_install -pfglrx    "arch/x86/usr/X11R6/lib/libAMD*.so*"           "usr/lib32/fglrx"
  116. dh_install -pfglrx "arch/x86/usr/X11R6/lib/*.so*"           "usr/lib32/fglrx"
  117. dh_install -pfglrx "arch/x86/usr/X11R6/lib/fglrx/*.so*"     "usr/lib32/fglrx"
  118. dh_installdirs -pfglrx "usr/lib32/fglrx"
  119. dh_install -pfglrx "arch/x86/usr/X11R6/lib/modules/dri"     "usr/lib32/fglrx"
  120. dh_install -pfglrx "arch/x86/usr/lib/*.so*"                 "usr/lib32/fglrx"
  121. for i in \
  122.                         debian/fglrx/usr/lib32/fglrx/dri/fglrx_dri.so \
  123.                         debian/fglrx/usr/lib32/fglrx/*libGL.so.* \
  124.                         ; do execstack -q $i; execstack -c $i; done
  125. - debian/fglrx/usr/lib32/fglrx/dri/fglrx_dri.so
  126. - debian/fglrx/usr/lib32/fglrx/fglrx-libGL.so.1.2
  127. #they don't provide the symlink for us (starting at 8.699)
  128. dh_link -pfglrx usr/lib32/fglrx/libatiuki.so.1.0 usr/lib32/fglrx/libatiuki.so.1
  129. dh_installdirs -pfglrx-dev
  130. dh_installdocs -pfglrx usr/share/doc/fglrx/* --exclude LICENSE.TXT
  131. dh_installdocs -pfglrx debian/AUTHORS
  132. dh_installdocs -pfglrx debian/copyright
  133. dh_installinit -pfglrx --name="atieventsd" --no-start --update-rcd-params="defaults 31"
  134. #remove executable bits from stack
  135. dh_install -pfglrx-amdcccle
  136. execstack -c debian/fglrx-amdcccle/usr/lib/fglrx/bin/amdcccle
  137. dh_install -pfglrx
  138. for i in \
  139.                         debian/fglrx/usr/lib/fglrx/bin/clinfo \
  140.                         debian/fglrx/usr/lib/fglrx/bin/atiode \
  141.                         debian/fglrx/usr/lib/fglrx/bin/amdnotifyui \
  142.                         debian/fglrx/usr/lib/fglrx/dri/fglrx_dri.so \
  143.                         debian/fglrx/usr/lib/fglrx/*libGL.so.*.* \
  144.                         debian/fglrx/usr/lib/fglrx/*libOpenCL.so.* \
  145.                         ; do execstack -q $i; execstack -c $i; done
  146. - debian/fglrx/usr/lib/fglrx/bin/clinfo
  147. - debian/fglrx/usr/lib/fglrx/bin/atiode
  148. - debian/fglrx/usr/lib/fglrx/bin/amdnotifyui
  149. - debian/fglrx/usr/lib/fglrx/dri/fglrx_dri.so
  150. - debian/fglrx/usr/lib/fglrx/fglrx-libGL.so.1.2
  151. - debian/fglrx/usr/lib/fglrx/libOpenCL.so.1
  152. # Make some additional scripts executable
  153. find debian/fglrx-amdcccle/usr/lib/fglrx/bin/ \
  154.                 -type f | xargs chmod a+x
  155. # Rename libraries which are supposed to have fglrx-libGL as a prefix
  156. for lib in `find debian/fglrx/ -name 'fglrx-libGL*'`; \
  157.                 do \
  158.                         file_name=`echo $lib | awk -F/ '{print $NF}'`; \
  159.                         path=`echo $lib | sed -e "s|\/$file_name|\/|"`; \
  160.                         # Remove fglrx prefix \
  161.                         new_name=`echo $file_name | sed -e "s|fglrx\-||"`; \
  162.                         full_path=`echo "$path$new_name"`; \
  163.                         mv -f $lib $full_path; \
  164.         done
  165. # Rename libraries which are supposed to have fglrx-libglx as a prefix
  166. for lib in `find debian/fglrx/ -name 'fglrx-libglx*'`; \
  167.                 do \
  168.                         file_name=`echo $lib | awk -F/ '{print $NF}'`; \
  169.                         path=`echo $lib | sed -e "s|\/$file_name|\/|"`; \
  170.                         new_path=`echo $path | sed -e 's/fglrx\/$//'`; \
  171.                         # Remove fglrx prefix \
  172.                         new_name=`echo $file_name | sed -e "s|fglrx\-||"`; \
  173.                         full_path=`echo "$new_path$new_name"`; \
  174.                         mv -f $lib $full_path; \
  175.         done
  176. # Create links for PowerXpress X modules (except for extensions)
  177. for i in \
  178.                 debian/fglrx/usr/lib/fglrx/xorg/modules/* \
  179.                 ; do \
  180.                         orig_name=`echo $i  | sed -e "s|debian/fglrx/||"`; \
  181.                         if [ `echo $orig_name  | sed -e "s|usr/lib/fglrx/xorg/modules/||"` != "extensions" ]; then \
  182.                                 link_name=$orig_name ; \
  183.                                 link_name=`echo $orig_name  | sed -e "s|usr/lib/fglrx/xorg/modules|usr/lib/pxpress/xorg/modules|"`; \
  184.                                 dh_link -pfglrx $orig_name $link_name ; \
  185.                         fi \
  186.                 done
  187. # Create links for PowerXpress libs (except for libGL)
  188. for i in \
  189.                 debian/fglrx/usr/lib/fglrx/* \
  190.                 ; do \
  191.                         orig_name=`echo $i  | sed -e "s|debian/fglrx/||"`; \
  192.                         # Copy each file except for libGL* \
  193.                         if [ -f $i ]; then \
  194.                                 if [ ! `echo $orig_name  | grep libGL` ]; then \
  195.                                         link_name=$orig_name ; \
  196.                                         link_name=`echo $orig_name  | sed -e "s|usr/lib/fglrx|usr/lib/pxpress/lib|"`; \
  197.                                         dh_link -pfglrx $orig_name $link_name ; \
  198.                                 fi \
  199.                         else \
  200.                                 # Here we only accept the dri directory \
  201.                                 dir_name=`echo $orig_name | awk -F/ '{print $NF}'`; \
  202.                                 if [ "$dir_name" = "dri" ]; then \
  203.                                         link_name=$orig_name ; \
  204.                                         link_name=`echo $orig_name  | sed -e "s|usr/lib/fglrx|usr/lib/pxpress/lib|"`; \
  205.                                         dh_link -pfglrx $orig_name $link_name ; \
  206.                                 fi \
  207.                         fi \
  208.                 done
  209. # Create links for PowerXpress 32bit libs (except for libGL)
  210. for i in \
  211.                 debian/fglrx/usr/lib32/fglrx/* \
  212.                 ; do \
  213.                         orig_name=`echo $i  | sed -e "s|debian/fglrx/||"`; \
  214.                         # Copy each file except for libGL* \
  215.                         if [ -f $i ]; then \
  216.                                 if [ ! `echo $orig_name  | grep libGL` ]; then \
  217.                                         link_name=$orig_name ; \
  218.                                         link_name=`echo $orig_name  | sed -e "s|usr/lib32/fglrx|usr/lib32/pxpress/lib|"`; \
  219.                                         dh_link -pfglrx $orig_name $link_name ; \
  220.                                 fi \
  221.                         else \
  222.                                 # Here we only accept the dri directory \
  223.                                 dir_name=`echo $orig_name | awk -F/ '{print $NF}'`; \
  224.                                 if [ "$dir_name" = "dri" ]; then \
  225.                                         link_name=$orig_name ; \
  226.                                         link_name=`echo $orig_name  | sed -e "s|usr/lib32/fglrx|usr/lib32/pxpress/lib|"`; \
  227.                                         dh_link -pfglrx $orig_name $link_name ; \
  228.                                 fi \
  229.                         fi \
  230.                 done
  231. # Blacklist any other driver that udev may want to load instead of fglrx
  232. # and create an alias for the module so that it can be used as fglrx
  233. printf '# This file was installed by fglrx\n# Do not edit this file manually\n\nblacklist radeon\nalias fglrx fglrx\nalias radeon off\nalias lbm-radeon off' > /tmp/fglrx.z0A6G2/debian/fglrx/lib/fglrx/modprobe.conf
  234. #ld.so.conf
  235. echo "/usr/lib/fglrx" > "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/fglrx/ld.so.conf"
  236. echo "/usr/lib32/fglrx" >>      "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/fglrx/ld.so.conf"
  237. # ld.so.conf for PowerXpress
  238. echo "/usr/lib/x86_64-linux-gnu/mesa" >         "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/pxpress/ld.so.conf"
  239. echo "/usr/lib/pxpress/lib" >>  "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/pxpress/ld.so.conf"
  240. echo "/usr/i386-linux-gnu/mesa" >>      "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/pxpress/ld.so.conf"
  241. echo "/usr/lib32/pxpress/lib" >>        "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/pxpress/ld.so.conf"
  242. # empty ld.so.conf for the fake multi-arch alternative
  243. echo "" > "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/fglrx/alt_ld.so.conf"
  244. # empty ld.so.conf for the fake multi-arch alternative for PXpress
  245. echo "" > "/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/pxpress/alt_ld.so.conf"
  246. # Generate modaliases
  247. sh -e debian/modaliases/fglrx_supported \
  248.                 lib/modules/fglrx/build_mod/fglrxko_pci_ids.h fglrx fglrx > \
  249.                 debian/fglrx.modaliases
  250. dh_modaliases
  251. rm debian/fglrx.modaliases
  252. #Run the normal stuff
  253. dh binary-arch
  254.    dh_auto_install -a -Nfglrx -Nfglrx-amdcccle
  255.    dh_install -a -Nfglrx -Nfglrx-amdcccle
  256.    dh_installdocs -a -Nfglrx
  257.    dh_installchangelogs -a -Nfglrx
  258.    dh_installexamples -a -Nfglrx
  259.    dh_installman -a -Nfglrx
  260.    dh_installcatalogs -a -Nfglrx
  261.    dh_installcron -a -Nfglrx
  262.    dh_installdebconf -a -Nfglrx
  263.    dh_installemacsen -a -Nfglrx
  264.    dh_installifupdown -a -Nfglrx
  265.    dh_installinfo -a -Nfglrx
  266.    dh_installinit -a -Nfglrx
  267.    dh_installmenu -a -Nfglrx
  268.    dh_installmime -a -Nfglrx
  269.    dh_installmodules -a -Nfglrx
  270.    dh_installlogcheck -a -Nfglrx
  271.    dh_installlogrotate -a -Nfglrx
  272.    dh_installpam -a -Nfglrx
  273.    dh_installppp -a -Nfglrx
  274.    dh_installudev -a -Nfglrx
  275.    dh_installwm -a -Nfglrx
  276.    dh_installxfonts -a -Nfglrx
  277.    dh_installgsettings -a -Nfglrx
  278.    dh_bugfiles -a -Nfglrx
  279.    dh_ucf -a -Nfglrx
  280.    dh_lintian -a -Nfglrx
  281.    dh_gconf -a -Nfglrx
  282.    dh_icons -a -Nfglrx
  283.    dh_perl -a -Nfglrx
  284.    dh_usrlocal -a -Nfglrx
  285.    dh_link -a -Nfglrx
  286.    dh_compress -a
  287.    dh_fixperms -a
  288.    dh_strip -a
  289.    dh_makeshlibs -a
  290. objdump: debian/fglrx/usr/lib/pxpress/ld.so.conf: File format not recognized
  291. objdump: debian/fglrx/usr/lib/pxpress/alt_ld.so.conf: File truncated
  292. objdump: debian/fglrx/usr/lib/fglrx/ld.so.conf: File format not recognized
  293. objdump: debian/fglrx/usr/lib/fglrx/alt_ld.so.conf: File truncated
  294.    debian/rules override_dh_shlibdeps
  295. make[1]: Entering directory `/tmp/fglrx.z0A6G2'
  296. dh_shlibdeps -l/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib/fglrx:/tmp/fglrx.z0A6G2/debian/fglrx/usr/lib32/fglrx -Xlib32
  297. dpkg-shlibdeps: warning: symbol dlsym used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  298. dpkg-shlibdeps: warning: symbol XextCreateExtension used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  299. dpkg-shlibdeps: warning: symbol XInitExtension used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  300. dpkg-shlibdeps: warning: symbol _XRead used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  301. dpkg-shlibdeps: warning: symbol sem_close used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  302. dpkg-shlibdeps: warning: symbol XCloseDisplay used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  303. dpkg-shlibdeps: warning: symbol XOpenDisplay used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  304. dpkg-shlibdeps: warning: symbol XDisplayString used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  305. dpkg-shlibdeps: warning: symbol XQueryExtension used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  306. dpkg-shlibdeps: warning: symbol _XReply used by debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 found in none of the libraries.
  307. dpkg-shlibdeps: warning: 12 other similar warnings have been skipped (use -v to see them all).
  308. dpkg-shlibdeps: warning: debian/fglrx/usr/lib/fglrx/bin/atieventsd contains an unresolvable reference to symbol XauFileName: it's probably a plugin.
  309. dpkg-shlibdeps: warning: symbol XOpenDisplay used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  310. dpkg-shlibdeps: warning: symbol _XReadPad used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  311. dpkg-shlibdeps: warning: symbol XFree used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  312. dpkg-shlibdeps: warning: symbol dlsym used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  313. dpkg-shlibdeps: warning: symbol XGetErrorDatabaseText used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  314. dpkg-shlibdeps: warning: symbol dlclose used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  315. dpkg-shlibdeps: warning: symbol XMaxRequestSize used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  316. dpkg-shlibdeps: warning: symbol XCreateGC used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  317. dpkg-shlibdeps: warning: symbol XFreeFontInfo used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  318. dpkg-shlibdeps: warning: symbol XEHeadOfExtensionList used by debian/fglrx/usr/lib/fglrx/libGL.so.1.2 found in none of the libraries.
  319. dpkg-shlibdeps: warning: 22 other similar warnings have been skipped (use -v to see them all).
  320. dpkg-shlibdeps: error: no dependency information found for /usr/share/ati/lib64/libQtCore.so.4 (used by debian/fglrx/usr/lib/fglrx/bin/amdnotifyui).
  321. dh_shlibdeps: dpkg-shlibdeps -Tdebian/fglrx.substvars debian/fglrx/usr/lib/fglrx/libatiadlxx.so debian/fglrx/usr/lib/fglrx/libSlotMaximizerAg.so debian/fglrx/usr/lib/fglrx/xorg/modules/linux/libfglrxdrm.so debian/fglrx/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so debian/fglrx/usr/lib/fglrx/xorg/modules/amdxmm.so debian/fglrx/usr/lib/fglrx/xorg/modules/extensions/libglx.so debian/fglrx/usr/lib/fglrx/xorg/modules/glesx.so debian/fglrx/usr/lib/fglrx/libXvBAW.so.1.0 debian/fglrx/usr/lib/fglrx/libaticalrt.so debian/fglrx/usr/lib/fglrx/dri/fglrx_dri.so debian/fglrx/usr/lib/fglrx/libatiuki.so.1.0 debian/fglrx/usr/lib/fglrx/libamdocl64.so debian/fglrx/usr/lib/fglrx/libGL.so.1.2 debian/fglrx/usr/lib/fglrx/libAMDXvBA.so.1.0 debian/fglrx/usr/lib/fglrx/libSlotMaximizerBe.so debian/fglrx/usr/lib/fglrx/bin/atiode debian/fglrx/usr/lib/fglrx/bin/aticonfig debian/fglrx/usr/lib/fglrx/bin/fglrxinfo debian/fglrx/usr/lib/fglrx/bin/fgl_glxgears debian/fglrx/usr/lib/fglrx/bin/atiodcli debian/fglrx/usr/lib/fglrx/bin/amdnotifyui debian/fglrx/usr/lib/fglrx/bin/atieventsd debian/fglrx/usr/lib/fglrx/libaticaldd.so debian/fglrx/usr/lib/fglrx/libaticalcl.so debian/fglrx/usr/lib/fglrx/libOpenCL.so.1 debian/fglrx/usr/lib/fglrx/libfglrx_dm.so.1.0 returned exit code 2
  322. make[1]: *** [override_dh_shlibdeps] Error 2
  323. make[1]: Leaving directory `/tmp/fglrx.z0A6G2'
  324. make: *** [binary-arch] Error 2
  325. dpkg-buildpackage: error: debian/rules binary gave error exit status 2
  326. Removing temporary directory: fglrx-install.gtFt4J
  327. davide@davide-linux:~/Scaricati$ ^C
  328. davide@davide-linux:~/Scaricati$
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top