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
14 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/mjpegtools/mjpegtools.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] 1180991579 Mon Jun 4 23:12:59 2007 (5) ERROR
  23. [TIMESTAMP] 1181453204 Sun Jun 10 07:26:44 2007 (9) ERROR
  24. [TIMESTAMP] 1181810092 Thu Jun 14 10:34:52 2007 (5) ERROR
  25. [TIMESTAMP] 1181867060 Fri Jun 15 02:24:20 2007 (9) ERROR
  26. [TIMESTAMP] 1181944830 Sat Jun 16 00:00:30 2007 (5) ERROR
  27. [TIMESTAMP] 1181965736 Sat Jun 16 05:48:56 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-mjpegtools.err 9-mjpegtools.err
  31. [BUILDTIME] 16536 (5) ERROR
  32. [BUILDTIME] 16651 (9) ERROR
  33. [BUILDTIME] 16601 (5) ERROR
  34. [BUILDTIME] 16234 (9) ERROR
  35. [BUILDTIME] 16474 (5) ERROR
  36. [BUILDTIME] 16107 (9) ERROR
  37. [5-ERROR] Making all in y4mdenoise
  38. [5-ERROR] make[2]: Entering directory `/ROCK/loop/src.mjpegtools.1181944665.21836.1717651510/mjpegtools-1.8.0/y4mdenoise'
  39. [5-ERROR] if gcc-42 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -Wall -Wunused -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
  40. [5-ERROR] then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
  41. [5-ERROR] if g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -MT newdenoise.o -MD -MP -MF ".deps/newdenoise.Tpo" -c -o newdenoise.o newdenoise.cc; \
  42. [5-ERROR] then mv -f ".deps/newdenoise.Tpo" ".deps/newdenoise.Po"; else rm -f ".deps/newdenoise.Tpo"; exit 1; fi
  43. [5-ERROR] /bin/sh ../libtool --tag=CXX --mode=link g++-42 -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -o y4mdenoise main.o newdenoise.o ../utils/libmjpegutils.la -lm
  44. [5-ERROR] mkdir .libs
  45. [5-ERROR] g++-42 -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -o .libs/y4mdenoise main.o newdenoise.o ../utils/.libs/libmjpegutils.so -lm
  46. [5-ERROR] creating y4mdenoise
  47. [5-ERROR] if g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -MT regiontest.o -MD -MP -MF ".deps/regiontest.Tpo" -c -o regiontest.o regiontest.cc; \
  48. [5-ERROR] then mv -f ".deps/regiontest.Tpo" ".deps/regiontest.Po"; else rm -f ".deps/regiontest.Tpo"; exit 1; fi
  49. [5-ERROR] In file included from SetRegion2D.hh:12,
  50. [5-ERROR] from regiontest.cc:3:
  51. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Move(REGION&)':
  52. [5-ERROR] Region2D.hh:155: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  53. [5-ERROR] Region2D.hh:155: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  54. [5-ERROR] Region2D.hh: In constructor 'Region2D<INDEX, SIZE>::Region2D(Status_t&, const REGION&)':
  55. [5-ERROR] Region2D.hh:356: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  56. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Assign(Status_t&, const REGION&)':
  57. [5-ERROR] Region2D.hh:380: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  58. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::UnionDebug(Status_t&, INDEX, INDEX, INDEX, REGION_TEMP&)':
  59. [5-ERROR] Region2D.hh:419: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  60. [5-ERROR] Region2D.hh:480: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  61. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Union(Status_t&, const REGION&)':
  62. [5-ERROR] Region2D.hh:497: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  63. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::UnionDebug(Status_t&, REGION_O&, REGION_TEMP&)':
  64. [5-ERROR] Region2D.hh:530: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  65. [5-ERROR] Region2D.hh:596: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  66. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Subtract(Status_t&, const REGION&)':
  67. [5-ERROR] Region2D.hh:614: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  68. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::SubtractDebug(Status_t&, REGION_O&, REGION_TEMP&)':
  69. [5-ERROR] Region2D.hh:648: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  70. [5-ERROR] Region2D.hh:717: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  71. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::FloodFill(Status_t&, CONTROL&, bool)':
  72. [5-ERROR] Region2D.hh:735: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  73. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::MakeBorder(Status_t&, const REGION&)':
  74. [5-ERROR] Region2D.hh:888: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  75. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::UnionSurroundingExtents(Status_t&, INDEX, INDEX, INDEX)':
  76. [5-ERROR] Region2D.hh:922: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  77. [5-ERROR] Region2D.hh: In constructor 'Region2D<INDEX, SIZE>::FloodFillControl<REGION>::FloodFillControl(Status_t&)':
  78. [5-ERROR] Region2D.hh:978: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  79. [5-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::FloodFillControl<REGION>::Init(Status_t&)':
  80. [5-ERROR] Region2D.hh:996: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  81. [5-ERROR] make[2]: *** [regiontest.o] Error 1
  82. [5-ERROR] make[2]: Leaving directory `/ROCK/loop/src.mjpegtools.1181944665.21836.1717651510/mjpegtools-1.8.0/y4mdenoise'
  83. [5-ERROR] make[1]: *** [all-recursive] Error 1
  84. [5-ERROR] make[1]: Leaving directory `/ROCK/loop/src.mjpegtools.1181944665.21836.1717651510/mjpegtools-1.8.0'
  85. [5-ERROR] make: *** [all] Error 2
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] Making all in y4mdenoise
  88. [9-ERROR] make[2]: Entering directory `/ROCK/loop/src.mjpegtools.1181965577.14043.3307008318/mjpegtools-1.8.0/y4mdenoise'
  89. [9-ERROR] if gcc-42 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -Wall -Wunused -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
  90. [9-ERROR] then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
  91. [9-ERROR] if g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -MT newdenoise.o -MD -MP -MF ".deps/newdenoise.Tpo" -c -o newdenoise.o newdenoise.cc; \
  92. [9-ERROR] then mv -f ".deps/newdenoise.Tpo" ".deps/newdenoise.Po"; else rm -f ".deps/newdenoise.Tpo"; exit 1; fi
  93. [9-ERROR] /bin/sh ../libtool --tag=CXX --mode=link g++-42 -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -o y4mdenoise main.o newdenoise.o ../utils/libmjpegutils.la -lm
  94. [9-ERROR] mkdir .libs
  95. [9-ERROR] g++-42 -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -o .libs/y4mdenoise main.o newdenoise.o ../utils/.libs/libmjpegutils.so -lm
  96. [9-ERROR] creating y4mdenoise
  97. [9-ERROR] if g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=i386 -mcpu=i386 -g -O2 -pthread -MT regiontest.o -MD -MP -MF ".deps/regiontest.Tpo" -c -o regiontest.o regiontest.cc; \
  98. [9-ERROR] then mv -f ".deps/regiontest.Tpo" ".deps/regiontest.Po"; else rm -f ".deps/regiontest.Tpo"; exit 1; fi
  99. [9-ERROR] In file included from SetRegion2D.hh:12,
  100. [9-ERROR] from regiontest.cc:3:
  101. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Move(REGION&)':
  102. [9-ERROR] Region2D.hh:155: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  103. [9-ERROR] Region2D.hh:155: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  104. [9-ERROR] Region2D.hh: In constructor 'Region2D<INDEX, SIZE>::Region2D(Status_t&, const REGION&)':
  105. [9-ERROR] Region2D.hh:356: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  106. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Assign(Status_t&, const REGION&)':
  107. [9-ERROR] Region2D.hh:380: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  108. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::UnionDebug(Status_t&, INDEX, INDEX, INDEX, REGION_TEMP&)':
  109. [9-ERROR] Region2D.hh:419: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  110. [9-ERROR] Region2D.hh:480: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  111. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Union(Status_t&, const REGION&)':
  112. [9-ERROR] Region2D.hh:497: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  113. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::UnionDebug(Status_t&, REGION_O&, REGION_TEMP&)':
  114. [9-ERROR] Region2D.hh:530: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  115. [9-ERROR] Region2D.hh:596: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  116. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::Subtract(Status_t&, const REGION&)':
  117. [9-ERROR] Region2D.hh:614: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  118. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::SubtractDebug(Status_t&, REGION_O&, REGION_TEMP&)':
  119. [9-ERROR] Region2D.hh:648: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  120. [9-ERROR] Region2D.hh:717: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  121. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::FloodFill(Status_t&, CONTROL&, bool)':
  122. [9-ERROR] Region2D.hh:735: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  123. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::MakeBorder(Status_t&, const REGION&)':
  124. [9-ERROR] Region2D.hh:888: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  125. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::UnionSurroundingExtents(Status_t&, INDEX, INDEX, INDEX)':
  126. [9-ERROR] Region2D.hh:922: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  127. [9-ERROR] Region2D.hh: In constructor 'Region2D<INDEX, SIZE>::FloodFillControl<REGION>::FloodFillControl(Status_t&)':
  128. [9-ERROR] Region2D.hh:978: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  129. [9-ERROR] Region2D.hh: In member function 'void Region2D<INDEX, SIZE>::FloodFillControl<REGION>::Init(Status_t&)':
  130. [9-ERROR] Region2D.hh:996: error: there are no arguments to 'assert' that depend on a template parameter, so a declaration of 'assert' must be available
  131. [9-ERROR] make[2]: *** [regiontest.o] Error 1
  132. [9-ERROR] make[2]: Leaving directory `/ROCK/loop/src.mjpegtools.1181965577.14043.3307008318/mjpegtools-1.8.0/y4mdenoise'
  133. [9-ERROR] make[1]: *** [all-recursive] Error 1
  134. [9-ERROR] make[1]: Leaving directory `/ROCK/loop/src.mjpegtools.1181965577.14043.3307008318/mjpegtools-1.8.0'
  135. [9-ERROR] make: *** [all] Error 2
  136. [9-ERROR] --- BUILD ERROR ---