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.

144 lines
7.8 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/nikolaus/dnrd/dnrd.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] 1168688300 Sat Jan 13 12:38:20 2007 (5) ERROR
  23. [TIMESTAMP] 1168897118 Mon Jan 15 22:38:38 2007 (9) ERROR
  24. [TIMESTAMP] 1168953142 Tue Jan 16 14:12:22 2007 (5) ERROR
  25. [TIMESTAMP] 1168982840 Tue Jan 16 22:27:20 2007 (9) ERROR
  26. [TIMESTAMP] 1169123466 Thu Jan 18 13:31:06 2007 (5) ERROR
  27. [TIMESTAMP] 1169153049 Thu Jan 18 21:44:09 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-dnrd.err 9-dnrd.err
  31. [BUILDTIME] 770 (5) ERROR
  32. [BUILDTIME] 796 (9) ERROR
  33. [BUILDTIME] 803 (5) ERROR
  34. [BUILDTIME] 785 (9) ERROR
  35. [BUILDTIME] 800 (5) ERROR
  36. [BUILDTIME] 811 (9) ERROR
  37. [5-ERROR] Insert: -pipe
  38. [5-ERROR] Copy: --version
  39. [5-ERROR] Append: -s
  40. [5-ERROR] New Command: gcc-40 -O1 -pipe --version -s
  41. [5-ERROR] gcc-40 (GCC) 4.0.3
  42. [5-ERROR] Copyright (C) 2006 Free Software Foundation, Inc.
  43. [5-ERROR] This is free software; see the source for copying conditions. There is NO
  44. [5-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  45. [5-ERROR]
  46. [5-ERROR] [ writing debug log to /ROCK/src.dnrd.1169123458.31317.1893599440/cmd_wrapper.log ]
  47. [5-ERROR] Running main build function 'build_this_package' ...
  48. [5-ERROR] Extracting dnrd-2.10.tar.bz2 (--use-compress-program=bzip2 -xf) ...
  49. [5-ERROR] Fixing ownership and permissions ...
  50. [5-ERROR] Removing CVS and .svn directories ...
  51. [5-ERROR] Changeing into /ROCK/src.dnrd.1169123458.31317.1893599440/dnrd-2.10 ...
  52. [5-ERROR] Apply patch /ROCK/package/nikolaus/dnrd/instopt.patch ...
  53. [5-ERROR] patching file src/Makefile
  54. [5-ERROR] Creating /usr/<..> if required ...
  55. [5-ERROR] Makefile:27: args.d: No such file or directory
  56. [5-ERROR] Makefile:27: cache.d: No such file or directory
  57. [5-ERROR] Makefile:27: common.d: No such file or directory
  58. [5-ERROR] Makefile:27: dns.d: No such file or directory
  59. [5-ERROR] Makefile:27: lib.d: No such file or directory
  60. [5-ERROR] Makefile:27: main.d: No such file or directory
  61. [5-ERROR] Makefile:27: master.d: No such file or directory
  62. [5-ERROR] Makefile:27: query.d: No such file or directory
  63. [5-ERROR] Makefile:27: relay.d: No such file or directory
  64. [5-ERROR] Makefile:27: sig.d: No such file or directory
  65. [5-ERROR] Makefile:27: tcp.d: No such file or directory
  66. [5-ERROR] Makefile:27: udp.d: No such file or directory
  67. [5-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o args.o args.c
  68. [5-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o cache.o cache.c
  69. [5-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o common.o common.c
  70. [5-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o dns.o dns.c
  71. [5-ERROR] cc1: warnings being treated as errors
  72. [5-ERROR] dns.c: In function 'read_record':
  73. [5-ERROR] dns.c:157: warning: pointer targets in passing argument 1 of 'get_objectname' differ in signedness
  74. [5-ERROR] dns.c: In function 'dump_dnspacket':
  75. [5-ERROR] dns.c:229: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  76. [5-ERROR] dns.c:229: warning: pointer targets in assignment differ in signedness
  77. [5-ERROR] dns.c:235: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  78. [5-ERROR] dns.c:235: warning: pointer targets in assignment differ in signedness
  79. [5-ERROR] dns.c:242: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  80. [5-ERROR] dns.c:242: warning: pointer targets in assignment differ in signedness
  81. [5-ERROR] dns.c:249: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  82. [5-ERROR] dns.c:249: warning: pointer targets in assignment differ in signedness
  83. [5-ERROR] dns.c: In function 'get_dnsquery':
  84. [5-ERROR] dns.c:279: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  85. [5-ERROR] make: *** [dns.o] Error 1
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] Insert: -pipe
  88. [9-ERROR] Copy: --version
  89. [9-ERROR] Append: -s
  90. [9-ERROR] New Command: gcc-40 -O1 -pipe --version -s
  91. [9-ERROR] gcc-40 (GCC) 4.0.3
  92. [9-ERROR] Copyright (C) 2006 Free Software Foundation, Inc.
  93. [9-ERROR] This is free software; see the source for copying conditions. There is NO
  94. [9-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  95. [9-ERROR]
  96. [9-ERROR] [ writing debug log to /ROCK/src.dnrd.1169153041.21650.1197622847/cmd_wrapper.log ]
  97. [9-ERROR] Running main build function 'build_this_package' ...
  98. [9-ERROR] Extracting dnrd-2.10.tar.bz2 (--use-compress-program=bzip2 -xf) ...
  99. [9-ERROR] Fixing ownership and permissions ...
  100. [9-ERROR] Removing CVS and .svn directories ...
  101. [9-ERROR] Changeing into /ROCK/src.dnrd.1169153041.21650.1197622847/dnrd-2.10 ...
  102. [9-ERROR] Apply patch /ROCK/package/nikolaus/dnrd/instopt.patch ...
  103. [9-ERROR] patching file src/Makefile
  104. [9-ERROR] Creating /usr/<..> if required ...
  105. [9-ERROR] Makefile:27: args.d: No such file or directory
  106. [9-ERROR] Makefile:27: cache.d: No such file or directory
  107. [9-ERROR] Makefile:27: common.d: No such file or directory
  108. [9-ERROR] Makefile:27: dns.d: No such file or directory
  109. [9-ERROR] Makefile:27: lib.d: No such file or directory
  110. [9-ERROR] Makefile:27: main.d: No such file or directory
  111. [9-ERROR] Makefile:27: master.d: No such file or directory
  112. [9-ERROR] Makefile:27: query.d: No such file or directory
  113. [9-ERROR] Makefile:27: relay.d: No such file or directory
  114. [9-ERROR] Makefile:27: sig.d: No such file or directory
  115. [9-ERROR] Makefile:27: tcp.d: No such file or directory
  116. [9-ERROR] Makefile:27: udp.d: No such file or directory
  117. [9-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o args.o args.c
  118. [9-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o cache.o cache.c
  119. [9-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o common.o common.c
  120. [9-ERROR] gcc-40 -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o dns.o dns.c
  121. [9-ERROR] cc1: warnings being treated as errors
  122. [9-ERROR] dns.c: In function 'read_record':
  123. [9-ERROR] dns.c:157: warning: pointer targets in passing argument 1 of 'get_objectname' differ in signedness
  124. [9-ERROR] dns.c: In function 'dump_dnspacket':
  125. [9-ERROR] dns.c:229: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  126. [9-ERROR] dns.c:229: warning: pointer targets in assignment differ in signedness
  127. [9-ERROR] dns.c:235: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  128. [9-ERROR] dns.c:235: warning: pointer targets in assignment differ in signedness
  129. [9-ERROR] dns.c:242: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  130. [9-ERROR] dns.c:242: warning: pointer targets in assignment differ in signedness
  131. [9-ERROR] dns.c:249: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  132. [9-ERROR] dns.c:249: warning: pointer targets in assignment differ in signedness
  133. [9-ERROR] dns.c: In function 'get_dnsquery':
  134. [9-ERROR] dns.c:279: warning: pointer targets in passing argument 3 of 'read_record' differ in signedness
  135. [9-ERROR] make: *** [dns.o] Error 1
  136. [9-ERROR] --- BUILD ERROR ---