Re: config.guess problem

2018-05-16 Thread Ben Elliston
On Wed, May 16, 2018 at 09:49:02AM -0700, Marc Perkel wrote: > I'm trying to install dovecot on a centos 6 system. It runs > config.guess and that program hangs the system. It no only does not > complete but it spawns thousands of copies of itself which crashed > the server. I'm running under Open

config.guess problem

2018-05-16 Thread Marc Perkel
Hi, I'm trying to install dovecot on a centos 6 system. It runs config.guess and that program hangs the system. It no only does not complete but it spawns thousands of copies of itself which crashed the server. I'm running under OpenVZ if that makes a difference. Wondering what I'm doing wro

config.guess problem

2015-11-17 Thread 善居客
config.guess timestamp = 2004-11-12 uname -m = mips uname -r = 3.14.42 uname -s = Linux uname -v = #35 Tue May 19 14:41:20 CST 2015 /usr/bin/uname -p = /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = /usr/bin/oslevel =

Re: config.guess problem with pgcc

2014-08-20 Thread Ben Elliston
On Wed, Aug 20, 2014 at 11:04:52AM -0600, Eric Blake wrote: > Oops, I totally overlooked what file you were patching. Autoconf > doesn't maintain config.guess; you'll probably want to resubmit the > patch upstream to config-patches (cc'd), as mentioned in the header > of that file. Once it is up

Re: config.guess problem with pgcc

2014-08-20 Thread Eric Blake
On 08/20/2014 10:15 AM, Thomas Jahns wrote: > Hello Eric, > > On 08/20/14 18:10, Eric Blake wrote: >>> - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + eval >>> `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '/^LIBC/{s/LIBC *= >>> *\(.*\)$/LIBC='"'"'\1'"'"'/;p;}'` >> >> Thanks