Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-27 Thread Walter Dnes
On Mon, Dec 26, 2011 at 07:23:27PM +0100, Alex Schuster wrote Hi there! I'm currently upgrading my little sister's PC from an x86 Sempron to an x86_64 AMDS A6 processor. So Gentoo is being installed from scratch. But some packages fail to build. I filed a bug [1] for

[solved] Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-27 Thread Alex Schuster
I wrote: The problem is that in the libtool linking phase the arguments /usr/bin /usr/sbin /bin /sbin are given along the libraries and library paths. I have no idea why this happens, and how to solve this. Something must be wrong on my system. But what? For libggi, emerging with USE=-aalib

Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-27 Thread Dale
Michael Mol wrote: Walter Dnes wrote: On Mon, Dec 26, 2011 at 07:23:27PM +0100, Alex Schuster wrote I notice that you have 'MAKEOPTS=-j4'. You wouldn't believe how many problems you can solve by changing to 'MAKEOPTS=-j1'. Yes, the build process may take a bit longer, but the final

Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-27 Thread Alex Schuster
Walter Dnes writes: On Mon, Dec 26, 2011 at 07:23:27PM +0100, Alex Schuster wrote The problem is that in the libtool linking phase the arguments /usr/bin /usr/sbin /bin /sbin are given along the libraries and library paths. I have no idea why this happens, and how to solve this. Something

Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-27 Thread Michael Mol
Walter Dnes wrote: On Mon, Dec 26, 2011 at 07:23:27PM +0100, Alex Schuster wrote I notice that you have 'MAKEOPTS=-j4'. You wouldn't believe how many problems you can solve by changing to 'MAKEOPTS=-j1'. Yes, the build process may take a bit longer, but the final executable runs just as

[gentoo-user] Build problems due to invalid libtool arguments

2011-12-26 Thread Alex Schuster
Hi there! I'm currently upgrading my little sister's PC from an x86 Sempron to an x86_64 AMDS A6 processor. So Gentoo is being installed from scratch. But some packages fail to build. I filed a bug [1] for media-libs/libggi-2.2.2, but a similar problem is happening for pygtksourceview now, and I

Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-26 Thread Alex Schuster
I wrote: The problem is that in the libtool linking phase the arguments /usr/bin /usr/sbin /bin /sbin are given along the libraries and library paths. I have no idea why this happens, and how to solve this. Something must be wrong on my system. But what? For libggi, emerging with USE=-aalib

Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-26 Thread Pandu Poluan
On Dec 27, 2011 6:01 AM, Alex Schuster wo...@wonkology.org wrote: I wrote: The problem is that in the libtool linking phase the arguments /usr/bin /usr/sbin /bin /sbin are given along the libraries and library paths. I have no idea why this happens, and how to solve this. Something must

Re: [gentoo-user] Build problems due to invalid libtool arguments

2011-12-26 Thread Alex Schuster
Pandu Poluan writes: On Dec 27, 2011 6:01 AM, Alex Schuster wo...@wonkology.org mailto:wo...@wonkology.org wrote: I wrote: The problem is that in the libtool linking phase the arguments /usr/bin /usr/sbin /bin /sbin are given along the libraries and library paths. I have no idea why