Advertisement
Guest User

Untitled

a guest
Mar 12th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.24 KB | None | 0 0
  1. Package build failed!
  2. Package build utility output:
  3. ./packages/Ubuntu/ati-packager.sh: 294: ./packages/Ubuntu/ati-packager.sh: debclean: not found
  4. dpkg-buildpackage: source package fglrx-installer
  5. dpkg-buildpackage: source version 2:9.012-0ubuntu1
  6. dpkg-buildpackage: source changed by AMD: Advanced Micro Devices. <http://ati.amd.com/support/driver.html>
  7. dpkg-source --before-build fglrx.5sBkTx
  8. dpkg-buildpackage: host architecture i386
  9. debian/rules build
  10. #Create important strings
  11. for i in 10fglrx \
  12. dkms.conf \
  13. fglrx.install \
  14. fglrx-dev.install \
  15. fglrx-dev.links \
  16. fglrx-amdcccle.install \
  17. fglrx.grub-gfxpayload \
  18. fglrx.dirs \
  19. fglrx.links \
  20. fglrx.postinst \
  21. fglrx.postrm \
  22. fglrx.preinst \
  23. fglrx.prerm \
  24. overrides/fglrx; do \
  25. sed -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  26. -e "s|#LIBDIR#|usr/lib|g" \
  27. -e "s|#LIBDIR32#|usr/lib32|g" \
  28. -e "s|#BINDIR#|usr/bin|g" \
  29. -e "s|#SYSCONFDIR#|etc|g" \
  30. -e "s|#MANDIR#|usr/share/man/man1|g" \
  31. -e "s|#LDSOCONF#|usr/lib/fglrx/ld.so.conf|g" \
  32. -e "s|#ALTLDSOCONF#|usr/lib/fglrx/alt_ld.so.conf|g" \
  33. -e "s|#ALTPRIORITY#|1000|g" \
  34. -e "s|#PXALTPRIORITY#|900|g" \
  35. -e "s|#AUTOSTARTDIR#|etc/xdg/autostart|g" \
  36. -e "s|#DATADIR#|usr/share|g" \
  37. -e "s|#PKGDESKDIR#|usr/share/fglrx|g" \
  38. -e "s|#PKGDATADIR#|usr/share/fglrx|g" \
  39. -e "s|#PKGCONFIGDIR#|usr/lib/fglrx|g" \
  40. -e "s|#PKGBINDIR#|usr/lib/fglrx/bin|g" \
  41. -e "s|#PKGLIBDIR#|usr/lib/fglrx|g" \
  42. -e "s|#PKGLIBDIR32#|usr/lib32/fglrx|g" \
  43. -e "s|#PKGDRIVERSDIR#|usr/lib/fglrx/xorg|g" \
  44. -e "s|#XORGEXTRA#|usr/lib/i386-linux-gnu/xorg/extra-modules|g" \
  45. -e "s|#PKGEXTENSIONDIR#|usr/lib/fglrx/xorg|g" \
  46. -e "s|#XORGEXTENSIONSDIR#|usr/lib/xorg/modules/extensions|g" \
  47. -e "s|#DRIVERNAME#|fglrx|g" \
  48. -e "s|#DRIVERDEVNAME#|fglrx-dev|g" \
  49. -e "s|#DRIVERSRCNAME#||g" \
  50. -e "s|#INCLUDEDIR#|usr/include|g" \
  51. -e "s|#PKGLIBCONFDIR#|lib/fglrx|g" \
  52. -e "s|#GRUBBLKLISTDIR#|usr/share/grub-gfxpayload-lists/blacklist|g" \
  53. -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  54. -e "s|#PXDIR#|usr/lib/pxpress|g" \
  55. -e "s|#PXDIR32#|usr/lib32/pxpress|g" \
  56. -e "s|#PXXMODDIR#|usr/lib/pxpress/xorg/modules|g" \
  57. -e "s|#PXDIRNAME#|pxpress|g" \
  58. -e "s|#PXLIBDIR#|usr/lib/pxpress/lib|g" \
  59. -e "s|#PXLIBDIR32#|usr/lib32/pxpress/lib|g" \
  60. -e "s|#PXLDSOCONF#|usr/lib/pxpress/ld.so.conf|g" \
  61. -e "s|#ALTPXLDSOCONF#|usr/lib/pxpress/alt_ld.so.conf|g" \
  62. -e "s|#CVERSION#|9.012|g" \
  63. -e "s|#SRCXARCH#|xpic|g" \
  64. -e "s|#SRCARCH#|x86|g" \
  65. -e "s|#SRCOTHERARCH#|x86_64|g" \
  66. -e "s|#SRCLIBDIR#|lib|g" \
  67. -e "s|#DEB_HOST_MULTIARCH#|i386-linux-gnu|g" \
  68. -e "s|#OTHER_ARCH#|x86_64-linux-gnu|g" \
  69. debian/$i.in > debian/$i; \
  70. done
  71. # remove exec bit on everything
  72. find arch \
  73. etc \
  74. lib \
  75. module \
  76. usr \
  77. xpic -type f | xargs chmod -x
  78. find: `module': No such file or directory
  79. # set executable on user apps
  80. find arch/x86/usr/sbin \
  81. arch/x86/usr/X11R6/bin \
  82. usr/sbin/ -type f | xargs chmod a+x
  83. # set exec bit on scripts
  84. find lib etc debian -name "*.sh" -type f | xargs chmod +x
  85. # set the permissions on the pxpress scripts
  86. chmod 744 debian/pxpress/switch*
  87. dh build
  88. dh_testdir
  89. dh_auto_configure
  90. dh_auto_build
  91. dh_auto_test
  92. dh build
  93. debian/rules binary
  94. # refresh copyright file
  95. cat debian/copyright_stub_0 > debian/copyright
  96. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  97. cat debian/copyright_stub_1 >> debian/copyright
  98. #Steps that we can't easily represent in debhelper files or .in files yet
  99. # Remove any libraries that may be caught by shell expansion
  100. find . -name libGLE* | xargs rm -f
  101. find . -name libEGL* | xargs rm -f
  102. dh_installdirs -pfglrx
  103. # Install the QT libraries
  104. dh_install -pfglrx "arch/x86_64/usr/share/ati/lib" "usr/share/ati"
  105. cp: cannot stat `debian/tmp/arch/x86_64/usr/share/ati/lib': No such file or directory
  106. dh_install: cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1
  107. make: *** [binary-arch] Error 2
  108. dpkg-buildpackage: error: debian/rules binary gave error exit status 2
  109. ./packages/Ubuntu/ati-packager.sh: 294: ./packages/Ubuntu/ati-packager.sh: debclean: not found
  110. dpkg-buildpackage: source package fglrx-installer
  111. dpkg-buildpackage: source version 2:9.012-0ubuntu1
  112. dpkg-buildpackage: source changed by AMD: Advanced Micro Devices. <http://ati.amd.com/support/driver.html>
  113. dpkg-source --before-build fglrx.1Xls20
  114. dpkg-buildpackage: host architecture i386
  115. debian/rules build
  116. #Create important strings
  117. for i in 10fglrx \
  118. dkms.conf \
  119. fglrx.install \
  120. fglrx-dev.install \
  121. fglrx-dev.links \
  122. fglrx-amdcccle.install \
  123. fglrx.grub-gfxpayload \
  124. fglrx.dirs \
  125. fglrx.links \
  126. fglrx.postinst \
  127. fglrx.postrm \
  128. fglrx.preinst \
  129. fglrx.prerm \
  130. overrides/fglrx; do \
  131. sed -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  132. -e "s|#LIBDIR#|usr/lib|g" \
  133. -e "s|#LIBDIR32#|usr/lib32|g" \
  134. -e "s|#BINDIR#|usr/bin|g" \
  135. -e "s|#SYSCONFDIR#|etc|g" \
  136. -e "s|#MANDIR#|usr/share/man/man1|g" \
  137. -e "s|#LDSOCONF#|usr/lib/fglrx/ld.so.conf|g" \
  138. -e "s|#ALTLDSOCONF#|usr/lib/fglrx/alt_ld.so.conf|g" \
  139. -e "s|#ALTPRIORITY#|1000|g" \
  140. -e "s|#PXALTPRIORITY#|900|g" \
  141. -e "s|#AUTOSTARTDIR#|etc/xdg/autostart|g" \
  142. -e "s|#DATADIR#|usr/share|g" \
  143. -e "s|#PKGDESKDIR#|usr/share/fglrx|g" \
  144. -e "s|#PKGDATADIR#|usr/share/fglrx|g" \
  145. -e "s|#PKGCONFIGDIR#|usr/lib/fglrx|g" \
  146. -e "s|#PKGBINDIR#|usr/lib/fglrx/bin|g" \
  147. -e "s|#PKGLIBDIR#|usr/lib/fglrx|g" \
  148. -e "s|#PKGLIBDIR32#|usr/lib32/fglrx|g" \
  149. -e "s|#PKGDRIVERSDIR#|usr/lib/fglrx/xorg|g" \
  150. -e "s|#XORGEXTRA#|usr/lib/i386-linux-gnu/xorg/extra-modules|g" \
  151. -e "s|#PKGEXTENSIONDIR#|usr/lib/fglrx/xorg|g" \
  152. -e "s|#XORGEXTENSIONSDIR#|usr/lib/xorg/modules/extensions|g" \
  153. -e "s|#DRIVERNAME#|fglrx|g" \
  154. -e "s|#DRIVERDEVNAME#|fglrx-dev|g" \
  155. -e "s|#DRIVERSRCNAME#||g" \
  156. -e "s|#INCLUDEDIR#|usr/include|g" \
  157. -e "s|#PKGLIBCONFDIR#|lib/fglrx|g" \
  158. -e "s|#GRUBBLKLISTDIR#|usr/share/grub-gfxpayload-lists/blacklist|g" \
  159. -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  160. -e "s|#PXDIR#|usr/lib/pxpress|g" \
  161. -e "s|#PXDIR32#|usr/lib32/pxpress|g" \
  162. -e "s|#PXXMODDIR#|usr/lib/pxpress/xorg/modules|g" \
  163. -e "s|#PXDIRNAME#|pxpress|g" \
  164. -e "s|#PXLIBDIR#|usr/lib/pxpress/lib|g" \
  165. -e "s|#PXLIBDIR32#|usr/lib32/pxpress/lib|g" \
  166. -e "s|#PXLDSOCONF#|usr/lib/pxpress/ld.so.conf|g" \
  167. -e "s|#ALTPXLDSOCONF#|usr/lib/pxpress/alt_ld.so.conf|g" \
  168. -e "s|#CVERSION#|9.012|g" \
  169. -e "s|#SRCXARCH#|xpic|g" \
  170. -e "s|#SRCARCH#|x86|g" \
  171. -e "s|#SRCOTHERARCH#|x86_64|g" \
  172. -e "s|#SRCLIBDIR#|lib|g" \
  173. -e "s|#DEB_HOST_MULTIARCH#|i386-linux-gnu|g" \
  174. -e "s|#OTHER_ARCH#|x86_64-linux-gnu|g" \
  175. debian/$i.in > debian/$i; \
  176. done
  177. # remove exec bit on everything
  178. find arch \
  179. etc \
  180. lib \
  181. module \
  182. usr \
  183. xpic -type f | xargs chmod -x
  184. find: `module': No such file or directory
  185. # set executable on user apps
  186. find arch/x86/usr/sbin \
  187. arch/x86/usr/X11R6/bin \
  188. usr/sbin/ -type f | xargs chmod a+x
  189. # set exec bit on scripts
  190. find lib etc debian -name "*.sh" -type f | xargs chmod +x
  191. # set the permissions on the pxpress scripts
  192. chmod 744 debian/pxpress/switch*
  193. dh build
  194. dh_testdir
  195. dh_auto_configure
  196. dh_auto_build
  197. dh_auto_test
  198. dh build
  199. debian/rules binary
  200. # refresh copyright file
  201. cat debian/copyright_stub_0 > debian/copyright
  202. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  203. cat debian/copyright_stub_1 >> debian/copyright
  204. #Steps that we can't easily represent in debhelper files or .in files yet
  205. # Remove any libraries that may be caught by shell expansion
  206. find . -name libGLE* | xargs rm -f
  207. find . -name libEGL* | xargs rm -f
  208. dh_installdirs -pfglrx
  209. # Install the QT libraries
  210. dh_install -pfglrx "arch/x86_64/usr/share/ati/lib" "usr/share/ati"
  211. cp: cannot stat `debian/tmp/arch/x86_64/usr/share/ati/lib': No such file or directory
  212. dh_install: cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1
  213. make: *** [binary-arch] Error 2
  214. dpkg-buildpackage: error: debian/rules binary gave error exit status 2
  215. ./packages/Ubuntu/ati-packager.sh: 294: ./packages/Ubuntu/ati-packager.sh: debclean: not found
  216. dpkg-buildpackage: source package fglrx-installer
  217. dpkg-buildpackage: source version 2:9.012-0ubuntu1
  218. dpkg-buildpackage: source changed by AMD: Advanced Micro Devices. <http://ati.amd.com/support/driver.html>
  219. dpkg-source --before-build fglrx.CgTj1Y
  220. dpkg-buildpackage: host architecture i386
  221. debian/rules build
  222. #Create important strings
  223. for i in 10fglrx \
  224. dkms.conf \
  225. fglrx.install \
  226. fglrx-dev.install \
  227. fglrx-dev.links \
  228. fglrx-amdcccle.install \
  229. fglrx.grub-gfxpayload \
  230. fglrx.dirs \
  231. fglrx.links \
  232. fglrx.postinst \
  233. fglrx.postrm \
  234. fglrx.preinst \
  235. fglrx.prerm \
  236. overrides/fglrx; do \
  237. sed -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  238. -e "s|#LIBDIR#|usr/lib|g" \
  239. -e "s|#LIBDIR32#|usr/lib32|g" \
  240. -e "s|#BINDIR#|usr/bin|g" \
  241. -e "s|#SYSCONFDIR#|etc|g" \
  242. -e "s|#MANDIR#|usr/share/man/man1|g" \
  243. -e "s|#LDSOCONF#|usr/lib/fglrx/ld.so.conf|g" \
  244. -e "s|#ALTLDSOCONF#|usr/lib/fglrx/alt_ld.so.conf|g" \
  245. -e "s|#ALTPRIORITY#|1000|g" \
  246. -e "s|#PXALTPRIORITY#|900|g" \
  247. -e "s|#AUTOSTARTDIR#|etc/xdg/autostart|g" \
  248. -e "s|#DATADIR#|usr/share|g" \
  249. -e "s|#PKGDESKDIR#|usr/share/fglrx|g" \
  250. -e "s|#PKGDATADIR#|usr/share/fglrx|g" \
  251. -e "s|#PKGCONFIGDIR#|usr/lib/fglrx|g" \
  252. -e "s|#PKGBINDIR#|usr/lib/fglrx/bin|g" \
  253. -e "s|#PKGLIBDIR#|usr/lib/fglrx|g" \
  254. -e "s|#PKGLIBDIR32#|usr/lib32/fglrx|g" \
  255. -e "s|#PKGDRIVERSDIR#|usr/lib/fglrx/xorg|g" \
  256. -e "s|#XORGEXTRA#|usr/lib/i386-linux-gnu/xorg/extra-modules|g" \
  257. -e "s|#PKGEXTENSIONDIR#|usr/lib/fglrx/xorg|g" \
  258. -e "s|#XORGEXTENSIONSDIR#|usr/lib/xorg/modules/extensions|g" \
  259. -e "s|#DRIVERNAME#|fglrx|g" \
  260. -e "s|#DRIVERDEVNAME#|fglrx-dev|g" \
  261. -e "s|#DRIVERSRCNAME#||g" \
  262. -e "s|#INCLUDEDIR#|usr/include|g" \
  263. -e "s|#PKGLIBCONFDIR#|lib/fglrx|g" \
  264. -e "s|#GRUBBLKLISTDIR#|usr/share/grub-gfxpayload-lists/blacklist|g" \
  265. -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  266. -e "s|#PXDIR#|usr/lib/pxpress|g" \
  267. -e "s|#PXDIR32#|usr/lib32/pxpress|g" \
  268. -e "s|#PXXMODDIR#|usr/lib/pxpress/xorg/modules|g" \
  269. -e "s|#PXDIRNAME#|pxpress|g" \
  270. -e "s|#PXLIBDIR#|usr/lib/pxpress/lib|g" \
  271. -e "s|#PXLIBDIR32#|usr/lib32/pxpress/lib|g" \
  272. -e "s|#PXLDSOCONF#|usr/lib/pxpress/ld.so.conf|g" \
  273. -e "s|#ALTPXLDSOCONF#|usr/lib/pxpress/alt_ld.so.conf|g" \
  274. -e "s|#CVERSION#|9.012|g" \
  275. -e "s|#SRCXARCH#|xpic|g" \
  276. -e "s|#SRCARCH#|x86|g" \
  277. -e "s|#SRCOTHERARCH#|x86_64|g" \
  278. -e "s|#SRCLIBDIR#|lib|g" \
  279. -e "s|#DEB_HOST_MULTIARCH#|i386-linux-gnu|g" \
  280. -e "s|#OTHER_ARCH#|x86_64-linux-gnu|g" \
  281. debian/$i.in > debian/$i; \
  282. done
  283. # remove exec bit on everything
  284. find arch \
  285. etc \
  286. lib \
  287. module \
  288. usr \
  289. xpic -type f | xargs chmod -x
  290. find: `module': No such file or directory
  291. # set executable on user apps
  292. find arch/x86/usr/sbin \
  293. arch/x86/usr/X11R6/bin \
  294. usr/sbin/ -type f | xargs chmod a+x
  295. # set exec bit on scripts
  296. find lib etc debian -name "*.sh" -type f | xargs chmod +x
  297. # set the permissions on the pxpress scripts
  298. chmod 744 debian/pxpress/switch*
  299. dh build
  300. dh_testdir
  301. dh_auto_configure
  302. dh_auto_build
  303. dh_auto_test
  304. dh build
  305. debian/rules binary
  306. # refresh copyright file
  307. cat debian/copyright_stub_0 > debian/copyright
  308. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  309. cat debian/copyright_stub_1 >> debian/copyright
  310. #Steps that we can't easily represent in debhelper files or .in files yet
  311. # Remove any libraries that may be caught by shell expansion
  312. find . -name libGLE* | xargs rm -f
  313. find . -name libEGL* | xargs rm -f
  314. dh_installdirs -pfglrx
  315. # Install the QT libraries
  316. dh_install -pfglrx "arch/x86_64/usr/share/ati/lib" "usr/share/ati"
  317. cp: cannot stat `debian/tmp/arch/x86_64/usr/share/ati/lib': No such file or directory
  318. dh_install: cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1
  319. make: *** [binary-arch] Error 2
  320. dpkg-buildpackage: error: debian/rules binary gave error exit status 2
  321. ./packages/Ubuntu/ati-packager.sh: 294: ./packages/Ubuntu/ati-packager.sh: debclean: not found
  322. dpkg-buildpackage: source package fglrx-installer
  323. dpkg-buildpackage: source version 2:9.012-0ubuntu1
  324. dpkg-buildpackage: source changed by AMD: Advanced Micro Devices. <http://ati.amd.com/support/driver.html>
  325. dpkg-source --before-build fglrx.ySkVWn
  326. dpkg-buildpackage: host architecture i386
  327. debian/rules build
  328. #Create important strings
  329. for i in 10fglrx \
  330. dkms.conf \
  331. fglrx.install \
  332. fglrx-dev.install \
  333. fglrx-dev.links \
  334. fglrx-amdcccle.install \
  335. fglrx.grub-gfxpayload \
  336. fglrx.dirs \
  337. fglrx.links \
  338. fglrx.postinst \
  339. fglrx.postrm \
  340. fglrx.preinst \
  341. fglrx.prerm \
  342. overrides/fglrx; do \
  343. sed -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  344. -e "s|#LIBDIR#|usr/lib|g" \
  345. -e "s|#LIBDIR32#|usr/lib32|g" \
  346. -e "s|#BINDIR#|usr/bin|g" \
  347. -e "s|#SYSCONFDIR#|etc|g" \
  348. -e "s|#MANDIR#|usr/share/man/man1|g" \
  349. -e "s|#LDSOCONF#|usr/lib/fglrx/ld.so.conf|g" \
  350. -e "s|#ALTLDSOCONF#|usr/lib/fglrx/alt_ld.so.conf|g" \
  351. -e "s|#ALTPRIORITY#|1000|g" \
  352. -e "s|#PXALTPRIORITY#|900|g" \
  353. -e "s|#AUTOSTARTDIR#|etc/xdg/autostart|g" \
  354. -e "s|#DATADIR#|usr/share|g" \
  355. -e "s|#PKGDESKDIR#|usr/share/fglrx|g" \
  356. -e "s|#PKGDATADIR#|usr/share/fglrx|g" \
  357. -e "s|#PKGCONFIGDIR#|usr/lib/fglrx|g" \
  358. -e "s|#PKGBINDIR#|usr/lib/fglrx/bin|g" \
  359. -e "s|#PKGLIBDIR#|usr/lib/fglrx|g" \
  360. -e "s|#PKGLIBDIR32#|usr/lib32/fglrx|g" \
  361. -e "s|#PKGDRIVERSDIR#|usr/lib/fglrx/xorg|g" \
  362. -e "s|#XORGEXTRA#|usr/lib/i386-linux-gnu/xorg/extra-modules|g" \
  363. -e "s|#PKGEXTENSIONDIR#|usr/lib/fglrx/xorg|g" \
  364. -e "s|#XORGEXTENSIONSDIR#|usr/lib/xorg/modules/extensions|g" \
  365. -e "s|#DRIVERNAME#|fglrx|g" \
  366. -e "s|#DRIVERDEVNAME#|fglrx-dev|g" \
  367. -e "s|#DRIVERSRCNAME#||g" \
  368. -e "s|#INCLUDEDIR#|usr/include|g" \
  369. -e "s|#PKGLIBCONFDIR#|lib/fglrx|g" \
  370. -e "s|#GRUBBLKLISTDIR#|usr/share/grub-gfxpayload-lists/blacklist|g" \
  371. -e "s|#PKGXMODDIR#|usr/lib/fglrx/xorg/modules|g" \
  372. -e "s|#PXDIR#|usr/lib/pxpress|g" \
  373. -e "s|#PXDIR32#|usr/lib32/pxpress|g" \
  374. -e "s|#PXXMODDIR#|usr/lib/pxpress/xorg/modules|g" \
  375. -e "s|#PXDIRNAME#|pxpress|g" \
  376. -e "s|#PXLIBDIR#|usr/lib/pxpress/lib|g" \
  377. -e "s|#PXLIBDIR32#|usr/lib32/pxpress/lib|g" \
  378. -e "s|#PXLDSOCONF#|usr/lib/pxpress/ld.so.conf|g" \
  379. -e "s|#ALTPXLDSOCONF#|usr/lib/pxpress/alt_ld.so.conf|g" \
  380. -e "s|#CVERSION#|9.012|g" \
  381. -e "s|#SRCXARCH#|xpic|g" \
  382. -e "s|#SRCARCH#|x86|g" \
  383. -e "s|#SRCOTHERARCH#|x86_64|g" \
  384. -e "s|#SRCLIBDIR#|lib|g" \
  385. -e "s|#DEB_HOST_MULTIARCH#|i386-linux-gnu|g" \
  386. -e "s|#OTHER_ARCH#|x86_64-linux-gnu|g" \
  387. debian/$i.in > debian/$i; \
  388. done
  389. # remove exec bit on everything
  390. find arch \
  391. etc \
  392. lib \
  393. module \
  394. usr \
  395. xpic -type f | xargs chmod -x
  396. find: `module': No such file or directory
  397. # set executable on user apps
  398. find arch/x86/usr/sbin \
  399. arch/x86/usr/X11R6/bin \
  400. usr/sbin/ -type f | xargs chmod a+x
  401. # set exec bit on scripts
  402. find lib etc debian -name "*.sh" -type f | xargs chmod +x
  403. # set the permissions on the pxpress scripts
  404. chmod 744 debian/pxpress/switch*
  405. dh build
  406. dh_testdir
  407. dh_auto_configure
  408. dh_auto_build
  409. dh_auto_test
  410. dh build
  411. debian/rules binary
  412. # refresh copyright file
  413. cat debian/copyright_stub_0 > debian/copyright
  414. cat usr/share/doc/fglrx/LICENSE.TXT >> debian/copyright
  415. cat debian/copyright_stub_1 >> debian/copyright
  416. #Steps that we can't easily represent in debhelper files or .in files yet
  417. # Remove any libraries that may be caught by shell expansion
  418. find . -name libGLE* | xargs rm -f
  419. find . -name libEGL* | xargs rm -f
  420. dh_installdirs -pfglrx
  421. # Install the QT libraries
  422. dh_install -pfglrx "arch/x86_64/usr/share/ati/lib" "usr/share/ati"
  423. cp: cannot stat `debian/tmp/arch/x86_64/usr/share/ati/lib': No such file or directory
  424. dh_install: cp -a debian/tmp/arch/x86_64/usr/share/ati/lib debian/fglrx/usr/share/ati/ returned exit code 1
  425. make: *** [binary-arch] Error 2
  426. dpkg-buildpackage: error: debian/rules binary gave error exit status 2
  427. [Error] Generate Package - error generating package : Ubuntu/quantal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement