lilypond-devel
[Top][All Lists]
Advanced

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

Re: Arg still having problems with the gub build


From: Johannes Schindelin
Subject: Re: Arg still having problems with the gub build
Date: Mon, 2 Jun 2008 06:43:46 +0100 (BST)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

Hi,

On Sun, 1 Jun 2008, Mark Hanlon wrote:

> I run everything as root.
> Here's what I do: 
>   mkdir gub
>   cd gub
>   git init
>   git pull git://git.sv.gnu.org/lilypond.git gub: 

Note that this will not set up automatic merge information, so that "git 
pull" without further arguments does not choke.

A better way would be

        git clone -n git://git.sv.gnu.org/lilypond.git gub
        cd gub
        git checkout -b gub origin/gub

although this pulls all branches from the repository.

> Then run 
> 
> make -f lilypond.make bootstrap
> 
> It fails at the "*** Stage: compile (git, tools)" part. It's moaning 
> about permissions (I'm running as root so I don't know what else to do).
>
> [...]
> 
>  *** Stage: compile (git, tools)
> invoking cd /home/maz/lilypondbuilds/mygub/gub/target/tools/build/git-1.5.3.6 
> &&
> make 
> ERROR: ld.so: object
> '/home/maz/lilypondbuilds/mygub/gub/librestrict/librestrict.so' from 
> LD_PRELOAD
> cannot be preloaded: ignored.

As I mentioned elsewhere, I gave up on GUB in frustration.

However, this error probably means that your librestrict.so has unresolved 
dependencies?  Maybe "ldd librestrict.so" shines some light on the 
problem.

Hth,
Dscho




reply via email to

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