Advertisement
Guest User

Untitled

a guest
Mar 12th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. AMD Catalyst(TM) Proprietary Driver Installer/Packager
  2. =====================================================================
  3. Generating package: Ubuntu/quantal
  4. Package build failed!
  5. Package build utility output:
  6. Cleaning in directory .
  7. # refresh copyright file
  8. cat debian/copyright_stub_0 > debian/copyright
  9. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  10. cat debian/copyright_stub_1 >> debian/copyright
  11. # remove any file generated from a template
  12. for file in *.in; do \
  13. # strip only the last .in from the name \
  14. filename=`echo $file | sed -e "s|.in||"` \
  15. rm -f ; \
  16. done
  17. dh clean
  18. dh_testdir
  19. dh_auto_clean
  20. dh_clean
  21. dpkg-buildpackage: source package fglrx-installer
  22. dpkg-buildpackage: source version 2:9.012-0ubuntu1
  23. dpkg-buildpackage: source changed by AMD: Advanced Micro Devices. <http://ati.amd.com/support/driver.html>
  24. dpkg-source --before-build fglrx.sNhg1N
  25. dpkg-buildpackage: host architecture i386
  26. debian/rules build
  27. #Create important strings
  28. for i in 10fglrx \
  29. dkms.conf \
  30. fglrx.install \
  31. fglrx-dev.install \
  32. fglrx-dev.links \
  33. fglrx-amdcccle.install \
  34. fglrx.grub-gfxpayload \
  35. fglrx.dirs \
  36. fglrx.links \
  37. fglrx.postinst \
  38. fglrx.postrm \
  39. fglrx.preinst \
  40. fglrx.prerm \
  41. overrides/fglrx; do \
  42. sed -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  43. -e "s|#LIBDIR#|usr/lib|g" \
  44. -e "s|#LIBDIR32#|usr/lib32|g" \
  45. -e "s|#BINDIR#|usr/bin|g" \
  46. -e "s|#SYSCONFDIR#|etc|g" \
  47. -e "s|#MANDIR#|usr/share/man/man1|g" \
  48. -e "s|#LDSOCONF#|usr/lib/fglrx/ld.so.conf|g" \
  49. -e "s|#ALTLDSOCONF#|usr/lib/fglrx/alt_ld.so.conf|g" \
  50. -e "s|#ALTPRIORITY#|1000|g" \
  51. -e "s|#PXALTPRIORITY#|900|g" \
  52. -e "s|#AUTOSTARTDIR#|etc/xdg/autostart|g" \
  53. -e "s|#DATADIR#|usr/share|g" \
  54. -e "s|#PKGDESKDIR#|usr/share/fglrx|g" \
  55. -e "s|#PKGDATADIR#|usr/share/fglrx|g" \
  56. -e "s|#PKGCONFIGDIR#|usr/lib/fglrx|g" \
  57. -e "s|#PKGBINDIR#|usr/lib/fglrx/bin|g" \
  58. -e "s|#PKGLIBDIR#|usr/lib/fglrx|g" \
  59. -e "s|#PKGLIBDIR32#|usr/lib32/fglrx|g" \
  60. -e "s|#PKGDRIVERSDIR#|usr/lib/fglrx/xorg|g" \
  61. -e "s|#XORGEXTRA#|usr/lib/i386-linux-gnu/xorg/extra-modules|g" \
  62. -e "s|#PKGEXTENSIONDIR#|usr/lib/fglrx/xorg|g" \
  63. -e "s|#XORGEXTENSIONSDIR#|usr/lib/xorg/modules/extensions|g" \
  64. -e "s|#DRIVERNAME#|fglrx|g" \
  65. -e "s|#DRIVERDEVNAME#|fglrx-dev|g" \
  66. -e "s|#DRIVERSRCNAME#||g" \
  67. -e "s|#INCLUDEDIR#|usr/include|g" \
  68. -e "s|#PKGLIBCONFDIR#|lib/fglrx|g" \
  69. -e "s|#GRUBBLKLISTDIR#|usr/share/grub-gfxpayload-lists/blacklist|g" \
  70. -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  71. -e "s|#PXDIR#|usr/lib/pxpress|g" \
  72. -e "s|#PXDIR32#|usr/lib32/pxpress|g" \
  73. -e "s|#PXXMODDIR#|usr/lib/pxpress/xorg/modules|g" \
  74. -e "s|#PXDIRNAME#|pxpress|g" \
  75. -e "s|#PXLIBDIR#|usr/lib/pxpress/lib|g" \
  76. -e "s|#PXLIBDIR32#|usr/lib32/pxpress/lib|g" \
  77. -e "s|#PXLDSOCONF#|usr/lib/pxpress/ld.so.conf|g" \
  78. -e "s|#ALTPXLDSOCONF#|usr/lib/pxpress/alt_ld.so.conf|g" \
  79. -e "s|#CVERSION#|9.012|g" \
  80. -e "s|#SRCXARCH#|xpic|g" \
  81. -e "s|#SRCARCH#|x86|g" \
  82. -e "s|#SRCOTHERARCH#|x86_64|g" \
  83. -e "s|#SRCLIBDIR#|lib|g" \
  84. -e "s|#DEB_HOST_MULTIARCH#|i386-linux-gnu|g" \
  85. -e "s|#OTHER_ARCH#|x86_64-linux-gnu|g" \
  86. debian/$i.in > debian/$i; \
  87. done
  88. # remove exec bit on everything
  89. find arch \
  90. etc \
  91. lib \
  92. module \
  93. usr \
  94. xpic -type f | xargs chmod -x
  95. find: `module': No such file or directory
  96. # set executable on user apps
  97. find arch/x86/usr/sbin \
  98. arch/x86/usr/X11R6/bin \
  99. usr/sbin/ -type f | xargs chmod a+x
  100. # set exec bit on scripts
  101. find lib etc debian -name "*.sh" -type f | xargs chmod +x
  102. # set the permissions on the pxpress scripts
  103. chmod 744 debian/pxpress/switch*
  104. dh build
  105. dh_testdir
  106. dh_auto_configure
  107. dh_auto_build
  108. dh_auto_test
  109. dh build
  110. debian/rules binary
  111. # refresh copyright file
  112. cat debian/copyright_stub_0 > debian/copyright
  113. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  114. cat debian/copyright_stub_1 >> debian/copyright
  115. #Steps that we can't easily represent in debhelper files or .in files yet
  116. # Remove any libraries that may be caught by shell expansion
  117. find . -name libGLE* | xargs rm -f
  118. find . -name libEGL* | xargs rm -f
  119. dh_installdirs -pfglrx
  120. # Install the QT libraries
  121. dh_install -pfglrx "arch/x86_64/usr/share/ati/lib" "usr/share/ati"
  122. cp: cannot stat `debian/tmp/arch/x86_64/usr/share/ati/lib': No such file or directory
  123. dh_install: cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1
  124. make: *** [binary-arch] Error 2
  125. dpkg-buildpackage: error: debian/rules binary gave error exit status 2
  126. Removing temporary directory: fglrx-install.qWGz2d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement