Christian Marillat wrote:

> No, but I did a new tarball. This tarball is a pbuider chroot without
> the proc sys dev and var directories.
[...]
> Beware the tarball is big 285 MB.

Yikes.  Is it not possible to make a smaller demonstration of the
problem?  Alternatively, could you test with binutils from upstream,
like so?

        git clone git://sources.redhat.com/git/binutils.git
        cd binutils
        ./configure --prefix=$HOME/opt/binutils; # or whereever
        make
        make install

        PATH=$HOME/opt/binutils/bin:$PATH
        LD_LIBRARY_PATH=$HOME/opt/binutils/lib:$LD_LIBRARY_PATH
        export LD_LIBRARY_PATH

        ... build package ...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to