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
8.5 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/gpart/gpart.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] 1181169088 Thu Jun 7 00:31:28 2007 (5) ERROR
  23. [TIMESTAMP] 1181615318 Tue Jun 12 04:28:38 2007 (9) ERROR
  24. [TIMESTAMP] 1181831399 Thu Jun 14 16:29:59 2007 (5) ERROR
  25. [TIMESTAMP] 1181915427 Fri Jun 15 15:50:27 2007 (9) ERROR
  26. [TIMESTAMP] 1181954917 Sat Jun 16 02:48:37 2007 (5) ERROR
  27. [TIMESTAMP] 1181976779 Sat Jun 16 08:52:59 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-gpart.err 9-gpart.err
  31. [BUILDTIME] 1180 (5) ERROR
  32. [BUILDTIME] 1327 (9) ERROR
  33. [BUILDTIME] 1350 (5) ERROR
  34. [BUILDTIME] 1325 (9) ERROR
  35. [BUILDTIME] 1295 (5) ERROR
  36. [BUILDTIME] 1291 (9) ERROR
  37. [5-ERROR] This is free software; see the source for copying conditions. There is NO
  38. [5-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  39. [5-ERROR]
  40. [5-ERROR] [ writing debug log to /ROCK/src.gpart.1181954905.6029.1627887995/cmd_wrapper.log ]
  41. [5-ERROR] Running main build function 'build_this_package' ...
  42. [5-ERROR] Extracting gpart-0.1h.tar.bz2 (tar -v --use-compress-program=bzip2 -xf) ...
  43. [5-ERROR] Fixing ownership and permissions ...
  44. [5-ERROR] Removing CVS and .svn directories ...
  45. [5-ERROR] Changeing into /ROCK/src.gpart.1181954905.6029.1627887995/gpart-0.1h ...
  46. [5-ERROR] Apply patch /ROCK/package/nikolaus/gpart/errno.patch ...
  47. [5-ERROR] patching file src/disku.c
  48. [5-ERROR] patching file src/l64seek.c
  49. [5-ERROR] Apply patch /ROCK/package/nikolaus/gpart/instpath.patch ...
  50. [5-ERROR] patching file inst.defs
  51. [5-ERROR] Creating /usr/<..> if required ...
  52. [5-ERROR] make -C src
  53. [5-ERROR] make[1]: Entering directory `/ROCK/loop/src.gpart.1181954905.6029.1627887995/gpart-0.1h/src'
  54. [5-ERROR] make[1]: Leaving directory `/ROCK/loop/src.gpart.1181954905.6029.1627887995/gpart-0.1h/src'
  55. [5-ERROR] make[1]: Entering directory `/ROCK/loop/src.gpart.1181954905.6029.1627887995/gpart-0.1h/src'
  56. [5-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o gpart.o gpart.c
  57. [5-ERROR] gpart.c:72: warning: built-in function 'log' declared as non-function
  58. [5-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o gmodules.o gmodules.c
  59. [5-ERROR] gmodules.c: In function 'g_mod_addexternal':
  60. [5-ERROR] gmodules.c:193: warning: ISO C forbids conversion of object pointer to function pointer type
  61. [5-ERROR] gmodules.c:195: warning: ISO C forbids conversion of object pointer to function pointer type
  62. [5-ERROR] gmodules.c:197: warning: ISO C forbids conversion of object pointer to function pointer type
  63. [5-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o disku.o disku.c
  64. [5-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o l64seek.o l64seek.c
  65. [5-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before '_llseek'
  66. [5-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'fd'
  67. [5-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'hi'
  68. [5-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'lo'
  69. [5-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'res'
  70. [5-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'wh'
  71. [5-ERROR] l64seek.c:35: warning: return type defaults to 'int'
  72. [5-ERROR] l64seek.c: In function '_syscall5':
  73. [5-ERROR] l64seek.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  74. [5-ERROR] l64seek.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  75. [5-ERROR] l64seek.c:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  76. [5-ERROR] l64seek.c:30: error: parameter name omitted
  77. [5-ERROR] l64seek.c:30: error: parameter name omitted
  78. [5-ERROR] l64seek.c:30: error: parameter name omitted
  79. [5-ERROR] l64seek.c:30: error: parameter name omitted
  80. [5-ERROR] l64seek.c:30: error: parameter name omitted
  81. [5-ERROR] l64seek.c:30: error: parameter name omitted
  82. [5-ERROR] l64seek.c:81: error: expected '{' at end of input
  83. [5-ERROR] make[1]: *** [l64seek.o] Error 1
  84. [5-ERROR] make[1]: Leaving directory `/ROCK/loop/src.gpart.1181954905.6029.1627887995/gpart-0.1h/src'
  85. [5-ERROR] make: *** [gpart] Error 2
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] This is free software; see the source for copying conditions. There is NO
  88. [9-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  89. [9-ERROR]
  90. [9-ERROR] [ writing debug log to /ROCK/src.gpart.1181976767.13149.3474453109/cmd_wrapper.log ]
  91. [9-ERROR] Running main build function 'build_this_package' ...
  92. [9-ERROR] Extracting gpart-0.1h.tar.bz2 (tar -v --use-compress-program=bzip2 -xf) ...
  93. [9-ERROR] Fixing ownership and permissions ...
  94. [9-ERROR] Removing CVS and .svn directories ...
  95. [9-ERROR] Changeing into /ROCK/src.gpart.1181976767.13149.3474453109/gpart-0.1h ...
  96. [9-ERROR] Apply patch /ROCK/package/nikolaus/gpart/errno.patch ...
  97. [9-ERROR] patching file src/disku.c
  98. [9-ERROR] patching file src/l64seek.c
  99. [9-ERROR] Apply patch /ROCK/package/nikolaus/gpart/instpath.patch ...
  100. [9-ERROR] patching file inst.defs
  101. [9-ERROR] Creating /usr/<..> if required ...
  102. [9-ERROR] make -C src
  103. [9-ERROR] make[1]: Entering directory `/ROCK/loop/src.gpart.1181976767.13149.3474453109/gpart-0.1h/src'
  104. [9-ERROR] make[1]: Leaving directory `/ROCK/loop/src.gpart.1181976767.13149.3474453109/gpart-0.1h/src'
  105. [9-ERROR] make[1]: Entering directory `/ROCK/loop/src.gpart.1181976767.13149.3474453109/gpart-0.1h/src'
  106. [9-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o gpart.o gpart.c
  107. [9-ERROR] gpart.c:72: warning: built-in function 'log' declared as non-function
  108. [9-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o gmodules.o gmodules.c
  109. [9-ERROR] gmodules.c: In function 'g_mod_addexternal':
  110. [9-ERROR] gmodules.c:193: warning: ISO C forbids conversion of object pointer to function pointer type
  111. [9-ERROR] gmodules.c:195: warning: ISO C forbids conversion of object pointer to function pointer type
  112. [9-ERROR] gmodules.c:197: warning: ISO C forbids conversion of object pointer to function pointer type
  113. [9-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o disku.o disku.c
  114. [9-ERROR] gcc-42 -Wall -O2 -pedantic -DVERSION=\"0.1h\" -c -o l64seek.o l64seek.c
  115. [9-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before '_llseek'
  116. [9-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'fd'
  117. [9-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'hi'
  118. [9-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'lo'
  119. [9-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'res'
  120. [9-ERROR] l64seek.c:30: error: expected declaration specifiers or '...' before 'wh'
  121. [9-ERROR] l64seek.c:35: warning: return type defaults to 'int'
  122. [9-ERROR] l64seek.c: In function '_syscall5':
  123. [9-ERROR] l64seek.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  124. [9-ERROR] l64seek.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  125. [9-ERROR] l64seek.c:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  126. [9-ERROR] l64seek.c:30: error: parameter name omitted
  127. [9-ERROR] l64seek.c:30: error: parameter name omitted
  128. [9-ERROR] l64seek.c:30: error: parameter name omitted
  129. [9-ERROR] l64seek.c:30: error: parameter name omitted
  130. [9-ERROR] l64seek.c:30: error: parameter name omitted
  131. [9-ERROR] l64seek.c:30: error: parameter name omitted
  132. [9-ERROR] l64seek.c:81: error: expected '{' at end of input
  133. [9-ERROR] make[1]: *** [l64seek.o] Error 1
  134. [9-ERROR] make[1]: Leaving directory `/ROCK/loop/src.gpart.1181976767.13149.3474453109/gpart-0.1h/src'
  135. [9-ERROR] make: *** [gpart] Error 2
  136. [9-ERROR] --- BUILD ERROR ---