Re: further gub problems

2006-11-09 Thread Han-Wen Nienhuys
Erik Sandberg escreveu: hi, gub seems to use the system's native git instead of the one in target/local/system/usr/bin/. This gives an error, since my version of git (1.4.1) doesn't support the --git-dir flag: fixed. make[1]: *** [unlocked-dist-check] Error 1 make[1]: Leaving directory `

further gub problems

2006-11-09 Thread Erik Sandberg
hi, gub seems to use the system's native git instead of the one in target/local/system/usr/bin/. This gives an error, since my version of git (1.4.1) doesn't support the --git-dir flag: $ make all [...] executing pipe git --git-dir /media/hda2/home/erik/lily/gub/new-gub/downloads/lilypond.git

Re: Further GUB problems

2006-11-07 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Jan Nieuwenhuizen escreveu: > >> So, either we wrap all executables in local, or we call the cross compiler >> `LD_LIBRARY_PATH= i686-linux-gcc'. > > the latter is the quickest fix, I presume. It is fixed now. It turned-out that a quick fix was not

Re: Further GUB problems

2006-11-06 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen escreveu: So, either we wrap all executables in local, or we call the cross compiler `LD_LIBRARY_PATH= i686-linux-gcc'. the latter is the quickest fix, I presume. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for M

Re: Further GUB problems

2006-11-06 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: > so configure is called with an environment setting (LDFLAGS?) that > makes gcc look in local. The problem is LD_LIBRARY_PATH. $ LD_LIBRARY_PATH=/home/janneke/bzr/gub/target/local/system/usr/lib target/linux-x86/system/usr/cross/bin/i686-linux-gcc

Re: Further GUB problems

2006-11-06 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> ... boom > > what kind of boom are we talking about now? There is problem with the linker path, that creates a mix between libraries in local and linux-x86. linux-x86's config.log says: configure:8612: i686-linux-gcc -I/home/janneke/bzr/gub/

Re: Further GUB problems

2006-11-06 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen escreveu: make bootstrap GUB_CVS=1 make download native BRANCH=HEAD ... boom what kind of boom are we talking about now? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-devel mailin

Re: Further GUB problems

2006-11-06 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen escreveu: Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: undefined reference to [EMAIL PROTECTED]' It seems that libgmp.so in local was linked against another libc than the libc we're linking against now. Can you check the libc.* files in local/system/usr/lib and linux-64/sys

Re: Further GUB problems

2006-11-03 Thread Jan Nieuwenhuizen
Erik Sandberg <[EMAIL PROTECTED]> writes: > Hm, the problem does not seem to be guile-specific, exactly the same error > happens for libfreetype too. Here's the error for guile: There are two strange things here > i686-linux-gcc > -I/media/hda2/home/erik/lily/gub/new-gub/target/linux-x86/buil

Re: Further GUB problems

2006-11-03 Thread Erik Sandberg
On Friday 03 November 2006 14:52, Jan Nieuwenhuizen wrote: > Erik Sandberg <[EMAIL PROTECTED]> writes: > > they return what they should return: > > > > $ target/linux-x86/system/usr/cross/bin/i686-linux-guile-config link > > -L/media/hda2/home/erik/lily/gub/new-gub/target/linux-x86/system/usr/lib >

Re: Further GUB problems

2006-11-03 Thread Han-Wen Nienhuys
Erik Sandberg escreveu: On Friday 03 November 2006 14:23, Jan Nieuwenhuizen wrote: Erik Sandberg <[EMAIL PROTECTED]> writes: Ah. The -guile-config file was moved from system/usr/bin to system/usr/cross/bin. Fixed. Can you pull and try again? I still get the same problem: after make clean, m

Re: Further GUB problems

2006-11-03 Thread Jan Nieuwenhuizen
Erik Sandberg <[EMAIL PROTECTED]> writes: > they return what they should return: > > $ target/linux-x86/system/usr/cross/bin/i686-linux-guile-config link > -L/media/hda2/home/erik/lily/gub/new-gub/target/linux-x86/system/usr/lib > -lguile -lgmp Grand. > but apparently this doesn't help Relevan

Re: Further GUB problems

2006-11-03 Thread Erik Sandberg
On Friday 03 November 2006 14:23, Jan Nieuwenhuizen wrote: > Erik Sandberg <[EMAIL PROTECTED]> writes: > >> Ah. The -guile-config file was moved from system/usr/bin > >> to system/usr/cross/bin. Fixed. Can you pull and try again? > > > > I still get the same problem: after make clean, make all p

Re: Further GUB problems

2006-11-03 Thread Jan Nieuwenhuizen
Erik Sandberg <[EMAIL PROTECTED]> writes: >> Ah. The -guile-config file was moved from system/usr/bin >> to system/usr/cross/bin. Fixed. Can you pull and try again? > > I still get the same problem: after make clean, make all produces .. but what about -guile-config, this time? > Do I need to

Re: Further GUB problems

2006-11-03 Thread Erik Sandberg
On Friday 03 November 2006 10:25, Jan Nieuwenhuizen wrote: > Erik Sandberg <[EMAIL PROTECTED]> writes: > > link says: > > -Ltarget/linux-x86/system/usr/cross/lib -lguile -lgmp > > However, the relevant files are here: > > target/linux-x86/system/usr/lib > > Ah. The -guile-config file was moved fro

Re: Further GUB problems

2006-11-03 Thread Jan Nieuwenhuizen
Erik Sandberg <[EMAIL PROTECTED]> writes: > link says: > -Ltarget/linux-x86/system/usr/cross/lib -lguile -lgmp > However, the relevant files are here: > target/linux-x86/system/usr/lib Ah. The -guile-config file was moved from system/usr/bin to system/usr/cross/bin. Fixed. Can you pull and try

Re: Further GUB problems

2006-11-02 Thread Erik Sandberg
On Thursday 02 November 2006 21:26, Jan Nieuwenhuizen wrote: > Erik Sandberg <[EMAIL PROTECTED]> writes: > > GUB fails when building lily, stating that guile isn't installed: > > Please look at/copy the configure bit about i686-linux-guile-config. > Can you run the file > > target/linux-64/syst

Re: Further GUB problems

2006-11-02 Thread Jan Nieuwenhuizen
Erik Sandberg <[EMAIL PROTECTED]> writes: > GUB fails when building lily, stating that guile isn't installed: Please look at/copy the configure bit about i686-linux-guile-config. Can you run the file target/linux-64/system/usr/cross/bin/i686-linux-guile-config and what do the relevant optio

Further GUB problems

2006-11-02 Thread Erik Sandberg
Hi, GUB fails when building lily, stating that guile isn't installed: checking for i686-linux-windres... no checking for windres... no checking for guile... guile checking for guile... /media/hda2/home/erik/lily/gub/new-gub/target/local/system/usr//bin/guile checking for perl... perl checking f