Re: [sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread Dan Drake
On Tue, 13 May 2014 at 07:44AM -0700, Volker Braun wrote: > Needs review I don't know the autoconf stuff very well, and I haven't yet figured out the git/trac stuff to know if I'm doing this right, but: after getting 6.1 to build, I did "./sage -dev checkout --ticket 16348" and rebuilt and it work

Re: [sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread kroeker
> > Is there a non-root way to convince the build system that /usr/local/lib > doesn't exist? > > my last post: sorry, it is probably LIBRARY_PATH, not LD_LIBRARY_PATH you could also try to set LDFLAGS or LIBS and/or update the Makefile / config files of cddlib. Jack -- You received this

Re: [sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread Volker Braun
You can try the git branch from http://trac.sagemath.org/16348 On Tuesday, May 13, 2014 3:47:47 PM UTC+1, Dan Drake wrote: > > On Tue, 13 May 2014 at 07:07AM -0700, Volker Braun wrote: > > cdd hardcodes /usr/local/lib in the library search path. Which is, of > > course, totally wrong. > > > >

Re: [sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread kroeker
> > Is there a non-root way to convince the build system that [...] > Not sure. does setting LD_LIBRARY_PATH=/var/tmp/ddrake/sage/local/lib help? Jack Am Dienstag, 13. Mai 2014 16:47:47 UTC+2 schrieb Dan Drake: > > On Tue, 13 May 2014 at 07:07AM -0700, Volker Braun wrote: > > cdd hardcode

[sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread leif
Volker Braun wrote: This is now http://trac.sagemath.org/16348 There's already http://trac.sagemath.org/ticket/15871 . -leif -- () The ASCII Ribbon Campaign /\ Help Cure HTML E-Mail -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubs

Re: [sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread Dan Drake
On Tue, 13 May 2014 at 07:07AM -0700, Volker Braun wrote: > cdd hardcodes /usr/local/lib in the library search path. Which is, of > course, totally wrong. > > A temp workaround is to move you /usr/local out of the way while building > Sage... I'm not root. :( Is there a non-root way to convin

[sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread Volker Braun
Needs review On Tuesday, May 13, 2014 3:41:37 PM UTC+1, Volker Braun wrote: > > This is now http://trac.sagemath.org/16348 > > > On Tuesday, May 13, 2014 3:07:36 PM UTC+1, Volker Braun wrote: >> >> cdd hardcodes /usr/local/lib in the library search path. Which is, of >> course, totally wrong. >>

[sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread Volker Braun
This is now http://trac.sagemath.org/16348 On Tuesday, May 13, 2014 3:07:36 PM UTC+1, Volker Braun wrote: > > cdd hardcodes /usr/local/lib in the library search path. Which is, of > course, totally wrong. > -- You received this message because you are subscribed to the Google Groups "sage-de

[sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread leif
Dan Drake wrote: Hi, I can't get 6.2 to build -- it keeps failing on cddlib. The log is attached, but I'm pretty sure the key part is: /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/lib -L/var/tmp/ddrake/sage/local/lib -o scdd_gmp simplecdd.o ../lib-src-gmp/libcddgmp.l

[sage-devel] Re: cddlib build fails in 6.2

2014-05-13 Thread Volker Braun
cdd hardcodes /usr/local/lib in the library search path. Which is, of course, totally wrong. A temp workaround is to move you /usr/local out of the way while building Sage... On Tuesday, May 13, 2014 2:49:18 PM UTC+1, Dan Drake wrote: > > Hi, > > I can't get 6.2 to build -- it keeps failing