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.9 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/public/ginac/ginac.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] 1181172512 Thu Jun 7 01:28:32 2007 (5) ERROR
  23. [TIMESTAMP] 1181619130 Tue Jun 12 05:32:10 2007 (9) ERROR
  24. [TIMESTAMP] 1181832227 Thu Jun 14 16:43:47 2007 (5) ERROR
  25. [TIMESTAMP] 1181916495 Fri Jun 15 16:08:15 2007 (9) ERROR
  26. [TIMESTAMP] 1181955531 Sat Jun 16 02:58:51 2007 (5) ERROR
  27. [TIMESTAMP] 1181977409 Sat Jun 16 09:03:29 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-ginac.err 9-ginac.err
  31. [BUILDTIME] 3362 (5) ERROR
  32. [BUILDTIME] 3265 (9) ERROR
  33. [BUILDTIME] 3342 (5) ERROR
  34. [BUILDTIME] 3161 (9) ERROR
  35. [BUILDTIME] 3231 (5) ERROR
  36. [BUILDTIME] 3234 (9) ERROR
  37. [5-ERROR] config.status: creating ginsh/Makefile
  38. [5-ERROR] config.status: creating ginsh/ginsh.1
  39. [5-ERROR] config.status: creating tools/Makefile
  40. [5-ERROR] config.status: creating tools/viewgar.1
  41. [5-ERROR] config.status: creating doc/Makefile
  42. [5-ERROR] config.status: creating doc/tutorial/Makefile
  43. [5-ERROR] config.status: creating doc/reference/Makefile
  44. [5-ERROR] config.status: creating config.h
  45. [5-ERROR] config.status: executing depfiles commands
  46. [5-ERROR] config.status: executing default commands
  47. [5-ERROR] Configuration of GiNaC 1.2.1 done. Now type "make".
  48. [5-ERROR] make all-recursive
  49. [5-ERROR] make[1]: Entering directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/GiNaC-1.2.1'
  50. [5-ERROR] Making all in ginac
  51. [5-ERROR] make[2]: Entering directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/GiNaC-1.2.1/ginac'
  52. [5-ERROR] if /bin/sh ../libtool --mode=compile g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT add.lo -MD -MP -MF ".deps/add.Tpo" \
  53. [5-ERROR] -c -o add.lo `test -f 'add.cpp' || echo './'`add.cpp; \
  54. [5-ERROR] then mv -f ".deps/add.Tpo" ".deps/add.Plo"; \
  55. [5-ERROR] else rm -f ".deps/add.Tpo"; exit 1; \
  56. [5-ERROR] fi
  57. [5-ERROR] mkdir .libs
  58. [5-ERROR] g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.cpp -fPIC -DPIC -o .libs/add.o
  59. [5-ERROR] In file included from basic.h:36,
  60. [5-ERROR] from ex.h:31,
  61. [5-ERROR] from expair.h:26,
  62. [5-ERROR] from expairseq.h:32,
  63. [5-ERROR] from add.h:26,
  64. [5-ERROR] from add.cpp:26:
  65. [5-ERROR] registrar.h:39: error: type/value mismatch at argument 1 in template parameter list for 'template<template<class> class<template-parameter-1-1> > struct GiNaC::container'
  66. [5-ERROR] registrar.h:39: error: expected a template of type 'template<class> class<template-parameter-1-1>', got 'template<class _Tp, class _Alloc> class std::list'
  67. [5-ERROR] registrar.h:39: error: invalid type in declaration before ';' token
  68. [5-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_options::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
  69. [5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_latex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned int)const'
  70. [5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csrc', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned int)const'
  71. [5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_print_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&, unsigned int)const'
  72. [5-ERROR] add.cpp:35: error: expected primary-expression before '(' token
  73. [5-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_options::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
  74. [5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  75. [5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_latex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned int)const'
  76. [5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  77. [5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csrc', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned int)const'
  78. [5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  79. [5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_print_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&, unsigned int)const'
  80. [5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  81. [5-ERROR] make[2]: *** [add.lo] Error 1
  82. [5-ERROR] make[2]: Leaving directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/GiNaC-1.2.1/ginac'
  83. [5-ERROR] make[1]: *** [all-recursive] Error 1
  84. [5-ERROR] make[1]: Leaving directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/GiNaC-1.2.1'
  85. [5-ERROR] make: *** [all] Error 2
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] config.status: creating ginsh/Makefile
  88. [9-ERROR] config.status: creating ginsh/ginsh.1
  89. [9-ERROR] config.status: creating tools/Makefile
  90. [9-ERROR] config.status: creating tools/viewgar.1
  91. [9-ERROR] config.status: creating doc/Makefile
  92. [9-ERROR] config.status: creating doc/tutorial/Makefile
  93. [9-ERROR] config.status: creating doc/reference/Makefile
  94. [9-ERROR] config.status: creating config.h
  95. [9-ERROR] config.status: executing depfiles commands
  96. [9-ERROR] config.status: executing default commands
  97. [9-ERROR] Configuration of GiNaC 1.2.1 done. Now type "make".
  98. [9-ERROR] make all-recursive
  99. [9-ERROR] make[1]: Entering directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiNaC-1.2.1'
  100. [9-ERROR] Making all in ginac
  101. [9-ERROR] make[2]: Entering directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiNaC-1.2.1/ginac'
  102. [9-ERROR] if /bin/sh ../libtool --mode=compile g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT add.lo -MD -MP -MF ".deps/add.Tpo" \
  103. [9-ERROR] -c -o add.lo `test -f 'add.cpp' || echo './'`add.cpp; \
  104. [9-ERROR] then mv -f ".deps/add.Tpo" ".deps/add.Plo"; \
  105. [9-ERROR] else rm -f ".deps/add.Tpo"; exit 1; \
  106. [9-ERROR] fi
  107. [9-ERROR] mkdir .libs
  108. [9-ERROR] g++-42 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.cpp -fPIC -DPIC -o .libs/add.o
  109. [9-ERROR] In file included from basic.h:36,
  110. [9-ERROR] from ex.h:31,
  111. [9-ERROR] from expair.h:26,
  112. [9-ERROR] from expairseq.h:32,
  113. [9-ERROR] from add.h:26,
  114. [9-ERROR] from add.cpp:26:
  115. [9-ERROR] registrar.h:39: error: type/value mismatch at argument 1 in template parameter list for 'template<template<class> class<template-parameter-1-1> > struct GiNaC::container'
  116. [9-ERROR] registrar.h:39: error: expected a template of type 'template<class> class<template-parameter-1-1>', got 'template<class _Tp, class _Alloc> class std::list'
  117. [9-ERROR] registrar.h:39: error: invalid type in declaration before ';' token
  118. [9-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_options::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
  119. [9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_latex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned int)const'
  120. [9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csrc', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned int)const'
  121. [9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_print_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&, unsigned int)const'
  122. [9-ERROR] add.cpp:35: error: expected primary-expression before '(' token
  123. [9-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_options::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
  124. [9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  125. [9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_latex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned int)const'
  126. [9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  127. [9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csrc', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned int)const'
  128. [9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  129. [9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_print_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&, unsigned int)const'
  130. [9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
  131. [9-ERROR] make[2]: *** [add.lo] Error 1
  132. [9-ERROR] make[2]: Leaving directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiNaC-1.2.1/ginac'
  133. [9-ERROR] make[1]: *** [all-recursive] Error 1
  134. [9-ERROR] make[1]: Leaving directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiNaC-1.2.1'
  135. [9-ERROR] make: *** [all] Error 2
  136. [9-ERROR] --- BUILD ERROR ---