Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-17 Thread Fabian Groffen
On 17-05-2017 14:07:59 +0100, John Helliwell wrote: > Hi Fabian, > > This reports > > # ldd /lib/libelf.so.1 > libz.so.1 => /lib/libz.so.1 > libc.so.1 => /lib/libc.so.1 Oops, that guarantees a world class of major headaches. I'll have to check later if we can work around this in any way.

RE: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-17 Thread John Helliwell
ibelf.so I have depends on libc and libm (according to ldd), what does ldd on your libelf.so report? Thanks, Fabian > > Cheers > > John Helliwell > > From: John Helliwell [mailto:john.helliw...@gmail.com] > Sent: 16 May 2017 21:51 > To: gentoo-alt@lists.gentoo.org >

Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-17 Thread Konstantin Tokarev
t; > So I’m back to my original problem of pkgconfig with internal-glib failing > > Cheers > > John Helliwell > > From: John Helliwell [mailto:john.helliw...@gmail.com] > Sent: 16 May 2017 21:51 > To: gentoo-alt@lists.gentoo.org > Subject: Re: [gentoo-alt] Prefix fails to

Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-17 Thread Fabian Groffen
ccording to ldd), what does ldd on your libelf.so report? Thanks, Fabian > > Cheers > > John Helliwell > > From: John Helliwell [mailto:john.helliw...@gmail.com] > Sent: 16 May 2017 21:51 > To: gentoo-alt@lists.gentoo.org > Subject: Re: [gentoo-alt] Prefix fails to boot

RE: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-17 Thread John Helliwell
[mailto:john.helliw...@gmail.com] Sent: 16 May 2017 21:51 To: gentoo-alt@lists.gentoo.org Subject: Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11 Hi, You gave me an idea. You posted the Solaris man page for libresolv, and I wondered if the GNU man page for resolver would be more appropriate, since

Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-16 Thread John Helliwell
Hi, You gave me an idea. You posted the Solaris man page for libresolv, and I wondered if the GNU man page for resolver would be more appropriate, since we are using a GNU toolchain. Of course on Linux those

Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-16 Thread John Helliwell
y, May 16, 2017 8:33 pm Subject: Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11 To: <gentoo-alt@lists.gentoo.org> Hi! https://forums.gentoo.org/viewtopic-p-8065614.html?sid=95636da82f97a16259d38eeecbdbab5e Is this the same problem? Does -lresolv -lsocket -lnsl work by ch

Re: [gentoo-alt] Prefix fails to bootstrap on Solaris 11

2017-05-16 Thread Fabian Groffen
Hi! https://forums.gentoo.org/viewtopic-p-8065614.html?sid=95636da82f97a16259d38eeecbdbab5e Is this the same problem? Does -lresolv -lsocket -lnsl work by chance? (https://docs.oracle.com/cd/E23824_01/html/821-1464/libresolv-3lib.html) Thanks, Fabian On 16-05-2017 15:30:16 +0100, John