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
9.2 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/base/raidtools/raidtools.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] 1181061909 Tue Jun 5 18:45:09 2007 (5) ERROR
  23. [TIMESTAMP] 1181529034 Mon Jun 11 04:30:34 2007 (9) ERROR
  24. [TIMESTAMP] 1181823090 Thu Jun 14 14:11:30 2007 (5) ERROR
  25. [TIMESTAMP] 1181892989 Fri Jun 15 09:36:29 2007 (9) ERROR
  26. [TIMESTAMP] 1181949845 Sat Jun 16 01:24:05 2007 (5) ERROR
  27. [TIMESTAMP] 1181971256 Sat Jun 16 07:20:56 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-raidtools.err 9-raidtools.err
  31. [BUILDTIME] 1571 (5) ERROR
  32. [BUILDTIME] 1512 (9) ERROR
  33. [BUILDTIME] 1508 (5) ERROR
  34. [BUILDTIME] 1502 (9) ERROR
  35. [BUILDTIME] 1482 (5) ERROR
  36. [BUILDTIME] 1486 (9) ERROR
  37. [5-ERROR] checking whether we are using the GNU C compiler... yes
  38. [5-ERROR] checking whether gcc-42 accepts -g... yes
  39. [5-ERROR] checking for gcc-42 option to accept ANSI C... none needed
  40. [5-ERROR] checking how to run the C preprocessor... gcc-42 -E
  41. [5-ERROR] configure: creating ./config.status
  42. [5-ERROR] config.status: creating Makefile
  43. [5-ERROR] config.status: creating config.h
  44. [5-ERROR] config.status: config.h is unchanged
  45. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o raidstart.o raidstart.c
  46. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o parser.o parser.c
  47. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o raidlib.o raidlib.c
  48. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o version.o version.c
  49. [5-ERROR] raidstart.c: In function 'main':
  50. [5-ERROR] raidstart.c:76: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  51. [5-ERROR] raidstart.c:86: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  52. [5-ERROR] raidstart.c:91: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  53. [5-ERROR] raidstart.c:116: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  54. [5-ERROR] raidstart.c:144: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  55. [5-ERROR] raidstart.c:165: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  56. [5-ERROR] raidstart.c:175: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  57. [5-ERROR] raidstart.c:207: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  58. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o raid_io.o raid_io.c
  59. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o scsi.o scsi.c
  60. [5-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o reconfiguration.o reconfiguration.c
  61. [5-ERROR] raid_io.c:96: error: expected declaration specifiers or '...' before '_llseek'
  62. [5-ERROR] raid_io.c:96: error: expected declaration specifiers or '...' before 'fd'
  63. [5-ERROR] raid_io.c:96: error: expected declaration specifiers or '...' before 'offset_high'
  64. [5-ERROR] raid_io.c:97: error: expected declaration specifiers or '...' before 'offset_low'
  65. [5-ERROR] raid_io.c:97: error: expected declaration specifiers or '...' before 'result'
  66. [5-ERROR] raid_io.c:98: error: expected declaration specifiers or '...' before 'origin'
  67. [5-ERROR] raid_io.c:101: warning: return type defaults to 'int'
  68. [5-ERROR] raid_io.c: In function '_syscall5':
  69. [5-ERROR] raid_io.c:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  70. [5-ERROR] raid_io.c:119: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  71. [5-ERROR] raid_io.c:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  72. [5-ERROR] raid_io.c:267: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  73. [5-ERROR] raid_io.c:361: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  74. [5-ERROR] raid_io.c:519: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  75. [5-ERROR] raid_io.c:96: error: parameter name omitted
  76. [5-ERROR] raid_io.c:96: error: parameter name omitted
  77. [5-ERROR] raid_io.c:96: error: parameter name omitted
  78. [5-ERROR] raid_io.c:97: error: parameter name omitted
  79. [5-ERROR] raid_io.c:97: error: parameter name omitted
  80. [5-ERROR] raid_io.c:98: error: parameter name omitted
  81. [5-ERROR] raid_io.c:539: error: expected '{' at end of input
  82. [5-ERROR] make: *** [raid_io.o] Error 1
  83. [5-ERROR] make: *** Waiting for unfinished jobs....
  84. [5-ERROR] scsi.c: In function 'scsi_get_serial_number_page':
  85. [5-ERROR] scsi.c:434: warning: pointer targets in passing argument 2 of '__builtin_strncpy' differ in signedness
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] checking whether we are using the GNU C compiler... yes
  88. [9-ERROR] checking whether gcc-42 accepts -g... yes
  89. [9-ERROR] checking for gcc-42 option to accept ANSI C... none needed
  90. [9-ERROR] checking how to run the C preprocessor... gcc-42 -E
  91. [9-ERROR] configure: creating ./config.status
  92. [9-ERROR] config.status: creating Makefile
  93. [9-ERROR] config.status: creating config.h
  94. [9-ERROR] config.status: config.h is unchanged
  95. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o raidstart.o raidstart.c
  96. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o parser.o parser.c
  97. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o raidlib.o raidlib.c
  98. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o version.o version.c
  99. [9-ERROR] raidstart.c: In function 'main':
  100. [9-ERROR] raidstart.c:76: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  101. [9-ERROR] raidstart.c:86: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  102. [9-ERROR] raidstart.c:91: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  103. [9-ERROR] raidstart.c:116: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  104. [9-ERROR] raidstart.c:144: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  105. [9-ERROR] raidstart.c:165: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  106. [9-ERROR] raidstart.c:175: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  107. [9-ERROR] raidstart.c:207: warning: pointer targets in passing argument 1 of 'usage' differ in signedness
  108. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o raid_io.o raid_io.c
  109. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o scsi.o scsi.c
  110. [9-ERROR] raid_io.c:96: error: expected declaration specifiers or '...' before '_llseek'
  111. [9-ERROR] raid_io.c:96: error: expected declaration specifiers or '...' before 'fd'
  112. [9-ERROR] raid_io.c:96: error: expected declaration specifiers or '...' before 'offset_high'
  113. [9-ERROR] raid_io.c:97: error: expected declaration specifiers or '...' before 'offset_low'
  114. [9-ERROR] raid_io.c:97: error: expected declaration specifiers or '...' before 'result'
  115. [9-ERROR] raid_io.c:98: error: expected declaration specifiers or '...' before 'origin'
  116. [9-ERROR] raid_io.c:101: warning: return type defaults to 'int'
  117. [9-ERROR] gcc-42 -O2 -Wall -DMD_VERSION=\""raidtools-1.00.3"\" -c -o reconfiguration.o reconfiguration.c
  118. [9-ERROR] raid_io.c: In function '_syscall5':
  119. [9-ERROR] raid_io.c:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  120. [9-ERROR] raid_io.c:119: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  121. [9-ERROR] raid_io.c:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  122. [9-ERROR] raid_io.c:267: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  123. [9-ERROR] raid_io.c:361: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  124. [9-ERROR] raid_io.c:519: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  125. [9-ERROR] raid_io.c:96: error: parameter name omitted
  126. [9-ERROR] raid_io.c:96: error: parameter name omitted
  127. [9-ERROR] raid_io.c:96: error: parameter name omitted
  128. [9-ERROR] raid_io.c:97: error: parameter name omitted
  129. [9-ERROR] raid_io.c:97: error: parameter name omitted
  130. [9-ERROR] raid_io.c:98: error: parameter name omitted
  131. [9-ERROR] raid_io.c:539: error: expected '{' at end of input
  132. [9-ERROR] make: *** [raid_io.o] Error 1
  133. [9-ERROR] make: *** Waiting for unfinished jobs....
  134. [9-ERROR] scsi.c: In function 'scsi_get_serial_number_page':
  135. [9-ERROR] scsi.c:434: warning: pointer targets in passing argument 2 of '__builtin_strncpy' differ in signedness
  136. [9-ERROR] --- BUILD ERROR ---