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.6 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/sirkull/dansguardian/dansguardian.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] 1168674498 Sat Jan 13 08:48:18 2007 (5) ERROR
  23. [TIMESTAMP] 1168882717 Mon Jan 15 18:38:37 2007 (9) ERROR
  24. [TIMESTAMP] 1168951269 Tue Jan 16 13:41:09 2007 (5) ERROR
  25. [TIMESTAMP] 1168980676 Tue Jan 16 21:51:16 2007 (9) ERROR
  26. [TIMESTAMP] 1169121572 Thu Jan 18 12:59:32 2007 (5) ERROR
  27. [TIMESTAMP] 1169150880 Thu Jan 18 21:08:00 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-dansguardian.err 9-dansguardian.err
  31. [BUILDTIME] 994 (5) ERROR
  32. [BUILDTIME] 1038 (9) ERROR
  33. [BUILDTIME] 1058 (5) ERROR
  34. [BUILDTIME] 1042 (9) ERROR
  35. [BUILDTIME] 1046 (5) ERROR
  36. [BUILDTIME] 1031 (9) ERROR
  37. [5-ERROR] checking for crypt in -lcrypt... yes
  38. [5-ERROR] checking for gettext... yes
  39. [5-ERROR] checking how to run the C preprocessor... gcc-40 -E
  40. [5-ERROR] checking for ANSI C header files... yes
  41. [5-ERROR] checking for sys/param.h... yes
  42. [5-ERROR] checking for unistd.h... yes
  43. [5-ERROR] checking for errno.h... yes
  44. [5-ERROR] checking for string.h... yes
  45. [5-ERROR] checking for strings.h... yes
  46. [5-ERROR] checking for sys/syslog.h... yes
  47. [5-ERROR] checking for stdlib.h... yes
  48. [5-ERROR] checking for stddef.h... yes
  49. [5-ERROR] checking for getopt.h... yes
  50. [5-ERROR] checking whether string.h and strings.h may both be included... yes
  51. [5-ERROR] checking for socklen_t... yes
  52. [5-ERROR] checking for stdarg.h... yes
  53. [5-ERROR] checking for nlist... no
  54. [5-ERROR] checking for nlist in -ldl... no
  55. [5-ERROR] checking for nlist in -lelf... yes
  56. [5-ERROR] checking for strlcat... no
  57. [5-ERROR] checking for strlcpy... no
  58. [5-ERROR] checking for daemon... yes
  59. [5-ERROR] checking for libelf/nlist.h... yes
  60. [5-ERROR] checking for elf/nlist.h... no
  61. [5-ERROR] checking for nlist.h... yes
  62. [5-ERROR] checking for extra underscores prepended to symbol names... checking whether gcc-40 needs -traditional... no
  63. [5-ERROR] checking for how to include files in Makefile... checking for u_int32_t... yes
  64. [5-ERROR] checking for poll... yes
  65. [5-ERROR] updating cache ./config.cache
  66. [5-ERROR] Generating platform specific Makefile...
  67. [5-ERROR] Generating platform.h....
  68. [5-ERROR] Generating platform specific start/stop script...
  69. [5-ERROR] Generating platform specific dansguardian.conf...
  70. [5-ERROR] Generating platform specific dansguardianf1.conf...
  71. [5-ERROR] Generating platform specific weightedphraselist...
  72. [5-ERROR] Generating platform specific bannedphraselist...
  73. [5-ERROR] Generating platform specific exceptionphraselist...
  74. [5-ERROR] Generating platform specific logrotation...
  75. [5-ERROR] Generating platform specific logrotate.d script...
  76. [5-ERROR] creating ./config.status
  77. [5-ERROR] g++ -O2 -Wall -c String.cpp
  78. [5-ERROR] In file included from /usr/lib/gcc/i386-unknown-linux-gnu/4.0.3/include/c++/backward/strstream:51,
  79. [5-ERROR] from String.cpp:27:
  80. [5-ERROR] /usr/lib/gcc/i386-unknown-linux-gnu/4.0.3/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
  81. [5-ERROR] String.hpp:43: error: ISO C++ forbids declaration of 'ostream' with no type
  82. [5-ERROR] String.hpp:43: error: 'ostream' is neither function nor member function; cannot be declared friend
  83. [5-ERROR] String.hpp:43: error: expected ';' before '&' token
  84. [5-ERROR] String.cpp:119: error: expected constructor, destructor, or type conversion before '&' token
  85. [5-ERROR] make: *** [String.o] Error 1
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] checking for crypt in -lcrypt... yes
  88. [9-ERROR] checking for gettext... yes
  89. [9-ERROR] checking how to run the C preprocessor... gcc-40 -E
  90. [9-ERROR] checking for ANSI C header files... yes
  91. [9-ERROR] checking for sys/param.h... yes
  92. [9-ERROR] checking for unistd.h... yes
  93. [9-ERROR] checking for errno.h... yes
  94. [9-ERROR] checking for string.h... yes
  95. [9-ERROR] checking for strings.h... yes
  96. [9-ERROR] checking for sys/syslog.h... yes
  97. [9-ERROR] checking for stdlib.h... yes
  98. [9-ERROR] checking for stddef.h... yes
  99. [9-ERROR] checking for getopt.h... yes
  100. [9-ERROR] checking whether string.h and strings.h may both be included... yes
  101. [9-ERROR] checking for socklen_t... yes
  102. [9-ERROR] checking for stdarg.h... yes
  103. [9-ERROR] checking for nlist... no
  104. [9-ERROR] checking for nlist in -ldl... no
  105. [9-ERROR] checking for nlist in -lelf... yes
  106. [9-ERROR] checking for strlcat... no
  107. [9-ERROR] checking for strlcpy... no
  108. [9-ERROR] checking for daemon... yes
  109. [9-ERROR] checking for libelf/nlist.h... yes
  110. [9-ERROR] checking for elf/nlist.h... no
  111. [9-ERROR] checking for nlist.h... yes
  112. [9-ERROR] checking for extra underscores prepended to symbol names... checking whether gcc-40 needs -traditional... no
  113. [9-ERROR] checking for how to include files in Makefile... checking for u_int32_t... yes
  114. [9-ERROR] checking for poll... yes
  115. [9-ERROR] updating cache ./config.cache
  116. [9-ERROR] Generating platform specific Makefile...
  117. [9-ERROR] Generating platform.h....
  118. [9-ERROR] Generating platform specific start/stop script...
  119. [9-ERROR] Generating platform specific dansguardian.conf...
  120. [9-ERROR] Generating platform specific dansguardianf1.conf...
  121. [9-ERROR] Generating platform specific weightedphraselist...
  122. [9-ERROR] Generating platform specific bannedphraselist...
  123. [9-ERROR] Generating platform specific exceptionphraselist...
  124. [9-ERROR] Generating platform specific logrotation...
  125. [9-ERROR] Generating platform specific logrotate.d script...
  126. [9-ERROR] creating ./config.status
  127. [9-ERROR] g++ -O2 -Wall -c String.cpp
  128. [9-ERROR] In file included from /usr/lib/gcc/i386-unknown-linux-gnu/4.0.3/include/c++/backward/strstream:51,
  129. [9-ERROR] from String.cpp:27:
  130. [9-ERROR] /usr/lib/gcc/i386-unknown-linux-gnu/4.0.3/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
  131. [9-ERROR] String.hpp:43: error: ISO C++ forbids declaration of 'ostream' with no type
  132. [9-ERROR] String.hpp:43: error: 'ostream' is neither function nor member function; cannot be declared friend
  133. [9-ERROR] String.hpp:43: error: expected ';' before '&' token
  134. [9-ERROR] String.cpp:119: error: expected constructor, destructor, or type conversion before '&' token
  135. [9-ERROR] make: *** [String.o] Error 1
  136. [9-ERROR] --- BUILD ERROR ---