lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Further GUB problems


From: Han-Wen Nienhuys
Subject: Re: Further GUB problems
Date: Mon, 06 Nov 2006 14:30:30 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20061027)

Jan Nieuwenhuizen escreveu:
Jan Nieuwenhuizen <address@hidden> writes:

undefined reference to address@hidden'
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/system/usr/lib, esp. look for any
symlinks pointing to /.

As Han-Wen says, can you try a realclean build?

I can reproduce this now, hold on.
>
HW: yesterday I just did a real clean build on oliebij (x86), using
lily from CVS, from repo did not compile:

   make bootstrap
   GUB_CVS=1 make download native  BRANCH=HEAD

... boom


Curious. This must be a debian/ubuntu vs. Fedora problem. This is what I need to compile afresh over here, with



GUB_CVS=1 make BUILD_PLATFORM=linux-x86 PLATFORMS=linux-x86 BRANCH=HEAD bootstrap GUB_CVS=1 make BUILD_PLATFORM=linux-x86 PLATFORMS=linux-x86 BRANCH=HEAD download native



address@hidden gub]$ darcs whatsnew
{
hunk ./lib/debian.py 98
-    libc6_version = '2.3.6.ds1-4'
+    libc6_version = '2.3.6.ds1-7'
hunk ./lib/repository.py 347
-        if not os.path.isdir (dir):
-            self.system ('mkdir -p %s' % dir)
+        if not os.path.isdir (self.repo_dir):
+            self.system ('mkdir -p %s' % self.repo_dir)
}



Jan.



--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]