Package description for 'ginac'

C++ library for algebraic manipulations.

 The name GiNaC is an iterated and recursive abbreviation for GiNaC is Not
 a CAS, where CAS stands for Computer Algebra System. It has been developed
 to become a replacement engine for xloops which is up to now powered by the
 Maple CAS. Its design is revolutionary in a sense that contrary to other 
 CAS it does not try to provide extensive algebraic capabilities and a
 simple programming language but instead accepts a given language (C++) and
 extends it by a set of algebraic capabilities.

Various other information for package 'ginac'   (Repository 'public')

URL: http://www.ginac.de/

Author: Christian Bauer
Author: Alexander Frink
Author: Richard Kreckel
Maintainer: Juergen "George" Sawinski <jsaw@rocklinux.org>

License: GPL
Status: Stable
Version: 1.2.1

Download: http://www.ginac.de/ GiNaC-1.2.1.tar.bz2

Buildtime: 3362 (5) ERROR seconds (on reference hardware)
Buildtime: 3265 (9) ERROR seconds (on reference hardware)
Buildtime: 3342 (5) ERROR seconds (on reference hardware)
Buildtime: 3161 (9) ERROR seconds (on reference hardware)
Buildtime: 3231 (5) ERROR seconds (on reference hardware)
Buildtime: 3234 (9) ERROR seconds (on reference hardware)

ROCK Sources:  ginac.cacheginac.confginac.deschotfixes.patch

Error Logs

[5-ERROR] config.status: creating ginsh/Makefile
[5-ERROR] config.status: creating ginsh/ginsh.1
[5-ERROR] config.status: creating tools/Makefile
[5-ERROR] config.status: creating tools/viewgar.1
[5-ERROR] config.status: creating doc/Makefile
[5-ERROR] config.status: creating doc/tutorial/Makefile
[5-ERROR] config.status: creating doc/reference/Makefile
[5-ERROR] config.status: creating config.h
[5-ERROR] config.status: executing depfiles commands
[5-ERROR] config.status: executing default commands
[5-ERROR] Configuration of GiNaC 1.2.1 done. Now type "make".
[5-ERROR] make  all-recursive
[5-ERROR] make[1]: Entering directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/Gi
NaC-1.2.1'
[5-ERROR] Making all in ginac
[5-ERROR] make[2]: Entering directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/Gi
NaC-1.2.1/ginac'
[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" \
[5-ERROR] 	  -c -o add.lo `test -f 'add.cpp' || echo './'`add.cpp; \
[5-ERROR] 	then mv -f ".deps/add.Tpo" ".deps/add.Plo"; \
[5-ERROR] 	else rm -f ".deps/add.Tpo"; exit 1; \
[5-ERROR] 	fi
[5-ERROR] mkdir .libs
[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
[5-ERROR] In file included from basic.h:36,
[5-ERROR]                  from ex.h:31,
[5-ERROR]                  from expair.h:26,
[5-ERROR]                  from expairseq.h:32,
[5-ERROR]                  from add.h:26,
[5-ERROR]                  from add.cpp:26:
[5-ERROR] registrar.h:39: error: type/value mismatch at argument 1 in template parameter l
ist for 'template class > struct GiNaC::container'
[5-ERROR] registrar.h:39: error:   expected a template of type 'template class', got 'template class std::list'
[5-ERROR] registrar.h:39: error: invalid type in declaration before ';' token
[5-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_opt
ions::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
[5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_lat
ex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned 
int)const'
[5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csr
c', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned in
t)const'
[5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_pri
nt_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&,
 unsigned int)const'
[5-ERROR] add.cpp:35: error: expected primary-expression before '(' token
[5-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_opt
ions::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
[5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_lat
ex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned 
int)const'
[5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csr
c', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned in
t)const'
[5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[5-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_pri
nt_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&,
 unsigned int)const'
[5-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[5-ERROR] make[2]: *** [add.lo] Error 1
[5-ERROR] make[2]: Leaving directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/GiN
aC-1.2.1/ginac'
[5-ERROR] make[1]: *** [all-recursive] Error 1
[5-ERROR] make[1]: Leaving directory `/ROCK/loop/src.ginac.1181955499.30525.1627887995/GiN
aC-1.2.1'
[5-ERROR] make: *** [all] Error 2
[5-ERROR] --- BUILD ERROR ---

[9-ERROR] config.status: creating ginsh/Makefile
[9-ERROR] config.status: creating ginsh/ginsh.1
[9-ERROR] config.status: creating tools/Makefile
[9-ERROR] config.status: creating tools/viewgar.1
[9-ERROR] config.status: creating doc/Makefile
[9-ERROR] config.status: creating doc/tutorial/Makefile
[9-ERROR] config.status: creating doc/reference/Makefile
[9-ERROR] config.status: creating config.h
[9-ERROR] config.status: executing depfiles commands
[9-ERROR] config.status: executing default commands
[9-ERROR] Configuration of GiNaC 1.2.1 done. Now type "make".
[9-ERROR] make  all-recursive
[9-ERROR] make[1]: Entering directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiN
aC-1.2.1'
[9-ERROR] Making all in ginac
[9-ERROR] make[2]: Entering directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiN
aC-1.2.1/ginac'
[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" \
[9-ERROR] 	  -c -o add.lo `test -f 'add.cpp' || echo './'`add.cpp; \
[9-ERROR] 	then mv -f ".deps/add.Tpo" ".deps/add.Plo"; \
[9-ERROR] 	else rm -f ".deps/add.Tpo"; exit 1; \
[9-ERROR] 	fi
[9-ERROR] mkdir .libs
[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
[9-ERROR] In file included from basic.h:36,
[9-ERROR]                  from ex.h:31,
[9-ERROR]                  from expair.h:26,
[9-ERROR]                  from expairseq.h:32,
[9-ERROR]                  from add.h:26,
[9-ERROR]                  from add.cpp:26:
[9-ERROR] registrar.h:39: error: type/value mismatch at argument 1 in template parameter l
ist for 'template class > struct GiNaC::container'
[9-ERROR] registrar.h:39: error:   expected a template of type 'template class', got 'template class std::list'
[9-ERROR] registrar.h:39: error: invalid type in declaration before ';' token
[9-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_opt
ions::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
[9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_lat
ex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned 
int)const'
[9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csr
c', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned in
t)const'
[9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_pri
nt_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&,
 unsigned int)const'
[9-ERROR] add.cpp:35: error: expected primary-expression before '(' token
[9-ERROR] add.cpp:35: error: no matching function for call to 'GiNaC::registered_class_opt
ions::print_func(void (GiNaC::add::*)(const GiNaC::print_context&, unsigned int)const)'
[9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_lat
ex', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_latex&, unsigned 
int)const'
[9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::add::do_print_csr
c', which is of non-class type 'void (GiNaC::add::*)(const GiNaC::print_csrc&, unsigned in
t)const'
[9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[9-ERROR] add.cpp:35: error: request for member 'print_func' in '&GiNaC::expairseq::do_pri
nt_tree', which is of non-class type 'void (GiNaC::expairseq::*)(const GiNaC::print_tree&,
 unsigned int)const'
[9-ERROR] add.cpp:35: error: expected primary-expression before '>' token
[9-ERROR] make[2]: *** [add.lo] Error 1
[9-ERROR] make[2]: Leaving directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiNa
C-1.2.1/ginac'
[9-ERROR] make[1]: *** [all-recursive] Error 1
[9-ERROR] make[1]: Leaving directory `/ROCK/loop/src.ginac.1181977376.5260.3474453109/GiNa
C-1.2.1'
[9-ERROR] make: *** [all] Error 2
[9-ERROR] --- BUILD ERROR ---