Advertisement
Guest User

Untitled

a guest
Mar 16th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. sudo debuild
  2. dpkg-buildpackage -rfakeroot -D -us -uc
  3. dpkg-buildpackage: warning: using a gain-root-command while being root
  4. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  5. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
  6. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  7. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  8. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
  9. dpkg-buildpackage: source package xf86-input-tslib
  10. dpkg-buildpackage: source version 0.0.6-5build1
  11. dpkg-buildpackage: source changed by Christopher James Halse Rogers <raof@ubuntu.com>
  12. dpkg-source --before-build xf86-input-tslib-0.0.6
  13. dpkg-buildpackage: host architecture i386
  14. dpkg-source: info: using options from xf86-input-tslib-0.0.6/debian/source/options: --compression-level=9
  15. fakeroot debian/rules clean
  16. rm -f stampdir/genscripts
  17. rm -f debian/*.config \
  18. debian/*.postinst \
  19. debian/*.postrm \
  20. debian/*.preinst \
  21. debian/*.prerm
  22. mkdir stampdir
  23. >stampdir/stampdir
  24. mkdir -p stampdir/log
  25. >stampdir/logdir
  26. rm -f stampdir/patch
  27. Unapplying patches...Removing patch 0001-fix-segfault.patch
  28. Restoring src/tslib.c
  29.  
  30. Removing patch 95_update-manpage.diff
  31. Restoring man/tslib.man
  32.  
  33. No patches applied
  34. successful.
  35. dh_testdir
  36. rm -rf .pc
  37. rm -rf stampdir
  38. dh_clean
  39. dh_testdir
  40. dh_testroot
  41. rm -f build-stamp
  42. [ ! -f Makefile ] || /usr/bin/make distclean
  43. dh_clean
  44. dpkg-source -b xf86-input-tslib-0.0.6
  45. dpkg-source: info: using options from xf86-input-tslib-0.0.6/debian/source/options: --compression-level=9
  46. dpkg-source: info: using source format `3.0 (quilt)'
  47. dpkg-source: warning: patches have not been applied, applying them now (use --no-preparation to override)
  48. dpkg-source: info: applying 95_update-manpage.diff
  49. dpkg-source: info: applying 0001-fix-segfault.patch
  50. dpkg-source: info: building xf86-input-tslib using existing ./xf86-input-tslib_0.0.6.orig.tar.gz
  51. dpkg-source: info: building xf86-input-tslib in xf86-input-tslib_0.0.6-5build1.debian.tar.gz
  52. dpkg-source: info: building xf86-input-tslib in xf86-input-tslib_0.0.6-5build1.dsc
  53. debian/rules build
  54. dh_testdir
  55. ./configure --build i686-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="-g -O2" LDFLAGS="-z,defs"
  56. checking for a BSD-compatible install... /usr/bin/install -c
  57. checking whether build environment is sane... yes
  58. checking for a thread-safe mkdir -p... /bin/mkdir -p
  59. checking for gawk... gawk
  60. checking whether make sets $(MAKE)... yes
  61. checking whether to enable maintainer-specific portions of Makefiles... no
  62. checking build system type... i686-pc-linux-gnu
  63. checking host system type... i686-pc-linux-gnu
  64. checking for style of include used by make... GNU
  65. checking for gcc... gcc
  66. checking for C compiler default output file name... a.out
  67. checking whether the C compiler works... yes
  68. checking whether we are cross compiling... no
  69. checking for suffix of executables...
  70. checking for suffix of object files... o
  71. checking whether we are using the GNU C compiler... yes
  72. checking whether gcc accepts -g... yes
  73. checking for gcc option to accept ISO C89... none needed
  74. checking dependency style of gcc... gcc3
  75. checking for a sed that does not truncate output... /bin/sed
  76. checking for grep that handles long lines and -e... /bin/grep
  77. checking for egrep... /bin/grep -E
  78. checking for ld used by gcc... /usr/bin/ld
  79. checking if the linker (/usr/bin/ld) is GNU ld... yes
  80. checking for /usr/bin/ld option to reload object files... -r
  81. checking for BSD-compatible nm... /usr/bin/nm -B
  82. checking whether ln -s works... yes
  83. checking how to recognize dependent libraries... pass_all
  84. checking how to run the C preprocessor... gcc -E
  85. checking for ANSI C header files... yes
  86. checking for sys/types.h... yes
  87. checking for sys/stat.h... yes
  88. checking for stdlib.h... yes
  89. checking for string.h... yes
  90. checking for memory.h... yes
  91. checking for strings.h... yes
  92. checking for inttypes.h... yes
  93. checking for stdint.h... yes
  94. checking for unistd.h... yes
  95. checking dlfcn.h usability... yes
  96. checking dlfcn.h presence... yes
  97. checking for dlfcn.h... yes
  98. checking for g++... g++
  99. checking whether we are using the GNU C++ compiler... yes
  100. checking whether g++ accepts -g... yes
  101. checking dependency style of g++... gcc3
  102. checking how to run the C++ preprocessor... g++ -E
  103. checking for g77... no
  104. checking for xlf... no
  105. checking for f77... no
  106. checking for frt... no
  107. checking for pgf77... no
  108. checking for cf77... no
  109. checking for fort77... no
  110. checking for fl32... no
  111. checking for af77... no
  112. checking for xlf90... no
  113. checking for f90... no
  114. checking for pgf90... no
  115. checking for pghpf... no
  116. checking for epcf90... no
  117. checking for gfortran... no
  118. checking for g95... no
  119. checking for xlf95... no
  120. checking for f95... no
  121. checking for fort... no
  122. checking for ifort... no
  123. checking for ifc... no
  124. checking for efc... no
  125. checking for pgf95... no
  126. checking for lf95... no
  127. checking for ftn... no
  128. checking whether we are using the GNU Fortran 77 compiler... no
  129. checking whether accepts -g... no
  130. checking the maximum length of command line arguments... 805306365
  131. checking command to parse /usr/bin/nm -B output from gcc object... ok
  132. checking for objdir... .libs
  133. checking for ar... ar
  134. checking for ranlib... ranlib
  135. checking for strip... strip
  136. checking if gcc supports -fno-rtti -fno-exceptions... no
  137. checking for gcc option to produce PIC... -fPIC
  138. checking if gcc PIC flag -fPIC works... yes
  139. checking if gcc static flag -static works... yes
  140. checking if gcc supports -c -o file.o... yes
  141. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  142. checking whether -lc should be explicitly linked in... no
  143. checking dynamic linker characteristics... GNU/Linux ld.so
  144. checking how to hardcode library paths into programs... immediate
  145. checking whether stripping libraries is possible... yes
  146. checking if libtool supports shared libraries... yes
  147. checking whether to build shared libraries... yes
  148. checking whether to build static libraries... no
  149. configure: creating libtool
  150. appending configuration tag "CXX" to libtool
  151. checking for ld used by g++... /usr/bin/ld
  152. checking if the linker (/usr/bin/ld) is GNU ld... yes
  153. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  154. checking for g++ option to produce PIC... -fPIC
  155. checking if g++ PIC flag -fPIC works... yes
  156. checking if g++ static flag -static works... yes
  157. checking if g++ supports -c -o file.o... yes
  158. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  159. checking dynamic linker characteristics... GNU/Linux ld.so
  160. (cached) (cached) checking how to hardcode library paths into programs... immediate
  161. appending configuration tag "F77" to libtool
  162. checking for gcc... (cached) gcc
  163. checking whether we are using the GNU C compiler... (cached) yes
  164. checking whether gcc accepts -g... (cached) yes
  165. checking for gcc option to accept ISO C89... (cached) none needed
  166. checking dependency style of gcc... (cached) gcc3
  167. checking if RANDR is defined... yes
  168. checking if XINPUT is defined... yes
  169. checking for pkg-config... /usr/bin/pkg-config
  170. checking pkg-config is at least version 0.9.0... yes
  171. checking for XORG... yes
  172. checking for ts_open in -lts... yes
  173. checking for ANSI C header files... (cached) yes
  174. configure: creating ./config.status
  175. config.status: creating Makefile
  176. config.status: creating src/Makefile
  177. config.status: creating man/Makefile
  178. config.status: creating config.h
  179. config.status: executing depfiles commands
  180. dh_testdir
  181. /usr/bin/make
  182. make[1]: Entering directory `/home/sebbs/src/xf86-input-tslib-0.0.6'
  183. /usr/bin/make all-recursive
  184. make[2]: Entering directory `/home/sebbs/src/xf86-input-tslib-0.0.6'
  185. Making all in src
  186. make[3]: Entering directory `/home/sebbs/src/xf86-input-tslib-0.0.6/src'
  187. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -MT tslib.lo -MD -MP -MF .deps/tslib.Tpo -c -o tslib.lo tslib.c
  188. mkdir .libs
  189. gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -MT tslib.lo -MD -MP -MF .deps/tslib.Tpo -c tslib.c -fPIC -DPIC -o .libs/tslib.o
  190. tslib.c:109:29: error: expected ‘)’ before ‘local’
  191. tslib.c:138:39: error: expected ‘)’ before ‘local’
  192. tslib.c: In function ‘xf86TslibControlProc’:
  193. tslib.c:385:13: error: too few arguments to function ‘InitValuatorAxisStruct’
  194. /usr/include/xorg/exevents.h:43:23: note: declared here
  195. tslib.c:395:13: error: too few arguments to function ‘InitValuatorAxisStruct’
  196. /usr/include/xorg/exevents.h:43:23: note: declared here
  197. tslib.c: In function ‘xf86TslibUninit’:
  198. tslib.c:437:2: warning: ‘Xfree’ is deprecated (declared at /usr/include/xorg/os.h:235)
  199. tslib.c: At top level:
  200. tslib.c:448:35: error: expected declaration specifiers or ‘...’ before ‘IDevPtr’
  201. tslib.c: In function ‘xf86TslibInit’:
  202. tslib.c:454:2: warning: ‘Xcalloc’ is deprecated (declared at /usr/include/xorg/os.h:226)
  203. tslib.c:458:2: error: too many arguments to function ‘xf86AllocateInput’
  204. /usr/include/xorg/xf86Xinput.h:163:14: note: declared here
  205. tslib.c:459:3: warning: ‘Xfree’ is deprecated (declared at /usr/include/xorg/os.h:235)
  206. tslib.c:464:16: error: ‘dev’ undeclared (first use in this function)
  207. tslib.c:464:16: note: each undeclared identifier is reported only once for each function it appears in
  208. tslib.c:467:6: error: ‘XI86_KEYBOARD_CAPABLE’ undeclared (first use in this function)
  209. tslib.c:467:30: error: ‘XI86_POINTER_CAPABLE’ undeclared (first use in this function)
  210. tslib.c:468:6: error: ‘XI86_SEND_DRAG_EVENTS’ undeclared (first use in this function)
  211. tslib.c:470:22: error: ‘ReadInput’ undeclared (first use in this function)
  212. tslib.c:476:7: error: ‘struct _InputInfoRec’ has no member named ‘close_proc’
  213. tslib.c:478:7: error: ‘struct _InputInfoRec’ has no member named ‘conversion_proc’
  214. tslib.c:478:27: error: ‘ConvertProc’ undeclared (first use in this function)
  215. tslib.c:479:7: error: ‘struct _InputInfoRec’ has no member named ‘reverse_conversion_proc’
  216. tslib.c:481:7: error: ‘struct _InputInfoRec’ has no member named ‘private_flags’
  217. tslib.c:482:7: error: ‘struct _InputInfoRec’ has no member named ‘always_core_feedback’
  218. tslib.c:483:7: error: ‘struct _InputInfoRec’ has no member named ‘conf_idev’
  219. tslib.c:487:2: error: too many arguments to function ‘xf86CollectInputOptions’
  220. /usr/include/xorg/xf86Xinput.h:185:23: note: declared here
  221. tslib.c:518:2: warning: ‘Xfree’ is deprecated (declared at /usr/include/xorg/os.h:235)
  222. tslib.c:540:18: error: ‘XI86_CONFIGURED’ undeclared (first use in this function)
  223. tslib.c: At top level:
  224. tslib.c:550:2: warning: initialization from incompatible pointer type
  225. make[3]: *** [tslib.lo] Error 1
  226. make[3]: Leaving directory `/home/sebbs/src/xf86-input-tslib-0.0.6/src'
  227. make[2]: *** [all-recursive] Error 1
  228. make[2]: Leaving directory `/home/sebbs/src/xf86-input-tslib-0.0.6'
  229. make[1]: *** [all] Error 2
  230. make[1]: Leaving directory `/home/sebbs/src/xf86-input-tslib-0.0.6'
  231. make: *** [build-stamp] Error 2
  232. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  233. debuild: fatal error at line 1335:
  234. dpkg-buildpackage -rfakeroot -D -us -uc failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement