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

2017-05-17 Thread John Helliwell
Hi Fabian, This reports # ldd /lib/libelf.so.1 libz.so.1 => /lib/libz.so.1 libc.so.1 => /lib/libc.so.1 Thanks John Helliwell -Original Message- From: Fabian Groffen [mailto:grob...@gentoo.org] Sent: 17 May 2017 13:36 To: gentoo-alt@lists.gentoo.org Subject: Re: [gentoo-alt] Prefix

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
Phew, that went badly. I guess the error messages about /proc/mounts missing, and “Your kernel is broken” mean glibc on Solaris is a no go. So I’m back to my original problem of pkgconfig with internal-glib failing Cheers John Helliwell From: John Helliwell

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

2017-05-17 Thread Fabian Groffen
On 17-05-2017 13:26:56 +0100, John Helliwell wrote: > Phew, that went badly. > > I guess the error messages about /proc/mounts missing, and “Your kernel is > broken” mean glibc on Solaris is a no go. Yup. It was adventurous, but sticking to the SunOS/Solaris libc is probably the best choice to

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

2017-05-17 Thread Konstantin Tokarev
17.05.2017, 15:27, "John Helliwell" : > Phew, that went badly. > > I guess the error messages about /proc/mounts missing, and “Your kernel is > broken” mean glibc on Solaris is a no go. glibc offically supports only Linux and Hurd > > So I’m back to my original