mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
10 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/tibit/xdu/xdu.cache
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. [TIMESTAMP] 1168557453 Fri Jan 12 00:17:33 2007 (5) ERROR
  23. [TIMESTAMP] 1168754155 Sun Jan 14 06:55:55 2007 (9) ERROR
  24. [TIMESTAMP] 1168940321 Tue Jan 16 10:38:41 2007 (5) ERROR
  25. [TIMESTAMP] 1168962089 Tue Jan 16 16:41:29 2007 (9) ERROR
  26. [TIMESTAMP] 1169083710 Thu Jan 18 02:28:30 2007 (5) ERROR
  27. [TIMESTAMP] 1169132395 Thu Jan 18 15:59:55 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-xdu.err 9-xdu.err
  31. [BUILDTIME] 944 (5) ERROR
  32. [BUILDTIME] 1490 (9) ERROR
  33. [BUILDTIME] 1533 (5) ERROR
  34. [BUILDTIME] 1487 (9) ERROR
  35. [BUILDTIME] 1500 (5) ERROR
  36. [BUILDTIME] 1482 (9) ERROR
  37. [SIZE] 0.03 MB, 9 files
  38. [DEP] 00-dirtree applewmproto applewmproto:dev bash2 binutils bzip2
  39. [DEP] coreutils cvm findutils gawk gcc40 gcc40:dev gccmakedep glibc23
  40. [DEP] glibc23:dev grep imake kterm libice libice:dev libsm libsm:dev
  41. [DEP] libx11 libx11:dev libxau libxaw libxaw:dev libxdmcp libxext libxmu
  42. [DEP] libxmu:dev libxp libxpm libxt libxt:dev make mktemp rrdtool sed
  43. [DEP] sysfiles tar xfig xorg-cf-files xorg-server xproto:dev xterm
  44. [PROVIDES] xdu
  45. [5-ERROR] gcc-40 -O2 -fno-strength-reduce -fno-strict-aliasing -I/usr/X11R7/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o xdu.o xdu.c
  46. [5-ERROR] xdu.c:25: warning: conflicting types for built-in function 'malloc'
  47. [5-ERROR] xdu.c:25: warning: conflicting types for built-in function 'calloc'
  48. [5-ERROR] xdu.c: In function 'main':
  49. [5-ERROR] xdu.c:205: warning: incompatible implicit declaration of built-in function 'exit'
  50. [5-ERROR] xdu.c:213: warning: incompatible implicit declaration of built-in function 'exit'
  51. [5-ERROR] xdu.c:227: warning: incompatible implicit declaration of built-in function 'exit'
  52. [5-ERROR] xdu.c: In function 'parse_file':
  53. [5-ERROR] xdu.c:244: warning: incompatible implicit declaration of built-in function 'exit'
  54. [5-ERROR] xdu.c: In function 'parse_entry':
  55. [5-ERROR] xdu.c:269: warning: incompatible implicit declaration of built-in function 'strlen'
  56. [5-ERROR] xdu.c:276: warning: incompatible implicit declaration of built-in function 'bzero'
  57. [5-ERROR] xdu.c:278: warning: comparison between pointer and integer
  58. [5-ERROR] xdu.c: In function 'pwd':
  59. [5-ERROR] xdu.c:617: warning: incompatible implicit declaration of built-in function 'strcat'
  60. [5-ERROR] xdu.c: In function 'strdup':
  61. [5-ERROR] xdu.c:628: warning: argument 's' doesn't match built-in prototype
  62. [5-ERROR] xdu.c:632: warning: incompatible implicit declaration of built-in function 'strlen'
  63. [5-ERROR] xdu.c:634: warning: incompatible implicit declaration of built-in function 'strcpy'
  64. [5-ERROR] gcc-40 -O2 -fno-strength-reduce -fno-strict-aliasing -I/usr/X11R7/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o xwin.o xwin.c
  65. [5-ERROR] rm -f xdu
  66. [5-ERROR] gcc-40 -o xdu -O2 -fno-strength-reduce -fno-strict-aliasing -L/usr/X11R7/lib xdu.o xwin.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
  67. [5-ERROR] rm -f xdu._man
  68. [5-ERROR] if test -z "" ; then \
  69. [5-ERROR] cd `dirname xdu` && \
  70. [5-ERROR] ln -s `basename xdu.man` `basename xdu._man`; \
  71. [5-ERROR] else \
  72. [5-ERROR] cpp -undef -traditional -D__apploaddir__=/usr/X11R7/lib/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R7 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/X11R7/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \
  73. [5-ERROR] < xdu.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdu._man; \
  74. [5-ERROR] fi
  75. [5-ERROR] install -c xdu /usr/X11R7/bin/xdu
  76. [5-ERROR] install -c -m 0444 XDu.ad /usr/X11R7/lib/X11/app-defaults/XDu
  77. [5-ERROR] install in . done
  78. [5-ERROR] Creating file list and doing final adaptions ...
  79. [5-ERROR] Processing /lib corrections ...
  80. [5-ERROR] Verifing the .la files ...
  81. [5-ERROR] Found 3 files for this package.
  82. [5-ERROR] Applying package split: 40 xdu:dev (/lib/.*\.(la|a|o)$|/include/|/man[23]/)
  83. [5-ERROR] Applying package split: 42 xdu:dev /pkgconfig/
  84. [5-ERROR] Applying package split: 60 xdu:doc /share/doc/
  85. [5-ERROR] Calculating package dependencies ...
  86. [5-ERROR] <xdu> Creating flist file ...
  87. [5-ERROR] <xdu> Creating package dependencies file ...
  88. [5-ERROR] <xdu> Creating package description ...
  89. [5-ERROR] <xdu> Creating md5sum and cksum files ...
  90. [5-ERROR] Making post-install adaptions.
  91. [5-ERROR] Found shared files with other packages:
  92. [5-ERROR] usr/X11R7/lib/X11/app-defaults: kterm xdu xfig xterm
  93. [5-ERROR] --- BUILD ERROR ---
  94. [5-ERROR] --- BUILD ERROR ---
  95. [9-ERROR] gcc-40 -O2 -fno-strength-reduce -fno-strict-aliasing -I/usr/X11R7/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o xdu.o xdu.c
  96. [9-ERROR] xdu.c:25: warning: conflicting types for built-in function 'malloc'
  97. [9-ERROR] xdu.c:25: warning: conflicting types for built-in function 'calloc'
  98. [9-ERROR] xdu.c: In function 'main':
  99. [9-ERROR] xdu.c:205: warning: incompatible implicit declaration of built-in function 'exit'
  100. [9-ERROR] xdu.c:213: warning: incompatible implicit declaration of built-in function 'exit'
  101. [9-ERROR] xdu.c:227: warning: incompatible implicit declaration of built-in function 'exit'
  102. [9-ERROR] xdu.c: In function 'parse_file':
  103. [9-ERROR] xdu.c:244: warning: incompatible implicit declaration of built-in function 'exit'
  104. [9-ERROR] xdu.c: In function 'parse_entry':
  105. [9-ERROR] xdu.c:269: warning: incompatible implicit declaration of built-in function 'strlen'
  106. [9-ERROR] xdu.c:276: warning: incompatible implicit declaration of built-in function 'bzero'
  107. [9-ERROR] xdu.c:278: warning: comparison between pointer and integer
  108. [9-ERROR] xdu.c: In function 'pwd':
  109. [9-ERROR] xdu.c:617: warning: incompatible implicit declaration of built-in function 'strcat'
  110. [9-ERROR] xdu.c: In function 'strdup':
  111. [9-ERROR] xdu.c:628: warning: argument 's' doesn't match built-in prototype
  112. [9-ERROR] xdu.c:632: warning: incompatible implicit declaration of built-in function 'strlen'
  113. [9-ERROR] xdu.c:634: warning: incompatible implicit declaration of built-in function 'strcpy'
  114. [9-ERROR] gcc-40 -O2 -fno-strength-reduce -fno-strict-aliasing -I/usr/X11R7/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFUNCPROTO=15 -DNARROWPROTO -c -o xwin.o xwin.c
  115. [9-ERROR] rm -f xdu
  116. [9-ERROR] gcc-40 -o xdu -O2 -fno-strength-reduce -fno-strict-aliasing -L/usr/X11R7/lib xdu.o xwin.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
  117. [9-ERROR] rm -f xdu._man
  118. [9-ERROR] if test -z "" ; then \
  119. [9-ERROR] cd `dirname xdu` && \
  120. [9-ERROR] ln -s `basename xdu.man` `basename xdu._man`; \
  121. [9-ERROR] else \
  122. [9-ERROR] cpp -undef -traditional -D__apploaddir__=/usr/X11R7/lib/X11/app-defaults -D__appmansuffix__=1x -D__filemansuffix__=5x -D__libmansuffix__=3x -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R7 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/X11R7/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 6 8 99 903 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" \
  123. [9-ERROR] < xdu.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdu._man; \
  124. [9-ERROR] fi
  125. [9-ERROR] install -c xdu /usr/X11R7/bin/xdu
  126. [9-ERROR] install -c -m 0444 XDu.ad /usr/X11R7/lib/X11/app-defaults/XDu
  127. [9-ERROR] install in . done
  128. [9-ERROR] Creating file list and doing final adaptions ...
  129. [9-ERROR] Processing /lib corrections ...
  130. [9-ERROR] Verifing the .la files ...
  131. [9-ERROR] Found 3 files for this package.
  132. [9-ERROR] Applying package split: 40 xdu:dev (/lib/.*\.(la|a|o)$|/include/|/man[23]/)
  133. [9-ERROR] Applying package split: 42 xdu:dev /pkgconfig/
  134. [9-ERROR] Applying package split: 60 xdu:doc /share/doc/
  135. [9-ERROR] Calculating package dependencies ...
  136. [9-ERROR] <xdu> Creating flist file ...
  137. [9-ERROR] <xdu> Creating package dependencies file ...
  138. [9-ERROR] <xdu> Creating package description ...
  139. [9-ERROR] <xdu> Creating md5sum and cksum files ...
  140. [9-ERROR] Making post-install adaptions.
  141. [9-ERROR] Found shared files with other packages:
  142. [9-ERROR] usr/X11R7/lib/X11/app-defaults: kterm xdu xfig xterm
  143. [9-ERROR] --- BUILD ERROR ---
  144. [9-ERROR] --- BUILD ERROR ---