Re: [gentoo-user] mysql build error

2007-02-28 Thread Bo Ørsted Andresen
On Wednesday 28 February 2007 07:19:10 Uwe Thiem wrote: Are you sure there isn't a second entry setting CXXFLAGS=O3? Or perhaps in your env? # grep CXXFLAGS /etc/make.conf # env | grep CXXFLAGS [EMAIL PROTECTED] ~ $ grep CXX /etc/make.conf CXXFLAGS=-O3 -march=pentium4

Re: [gentoo-user] mysql build error

2007-02-28 Thread Uwe Thiem
On 28 February 2007, Bo Ørsted Andresen wrote: On Wednesday 28 February 2007 07:19:10 Uwe Thiem wrote: Are you sure there isn't a second entry setting CXXFLAGS=O3? Or perhaps in your env? # grep CXXFLAGS /etc/make.conf # env | grep CXXFLAGS [EMAIL PROTECTED] ~ $ grep CXX

Re: [gentoo-user] mysql build error

2007-02-28 Thread nbensa
On 28 February 2007, Bo Ørsted Andresen wrote: -march=pentium4 -fomit-frame-pointer -pipe -DHAVE_ERRNO_AS_DEFINE=1 ../../././bdb/dist/../mutex/mut_pthread.c ./libtool: line 323: s,^.*/,,g: No such file or directory ./libtool: line 730: -e: command not found Run: SED=sed emerge mysql --

Re: [gentoo-user] mysql build error

2007-02-28 Thread Uwe Thiem
On 28 February 2007, [EMAIL PROTECTED] wrote: On 28 February 2007, Bo Ørsted Andresen wrote: -march=pentium4 -fomit-frame-pointer -pipe -DHAVE_ERRNO_AS_DEFINE=1 ../../././bdb/dist/../mutex/mut_pthread.c ./libtool: line 323: s,^.*/,,g: No such file or directory ./libtool: line 730: -e:

Re: [gentoo-user] mysql build error

2007-02-28 Thread nbensa
Second, why didn't I see others complaining about it? I am really curious here. It's a problem with libtool-1.5.23b, so if nobody else is running it, or have not emerged glib-1.2.10-r5 or mysql, they won't see the problem :) Regards, Norberto -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] mysql build error

2007-02-28 Thread Bo Ørsted Andresen
On Wednesday 28 February 2007 23:47:58 Boyd Stephen Smith Jr. wrote: On Wednesday 28 February 2007, [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] mysql build error': Second, why didn't I see others complaining about it? I am really curious here. It's a problem with libtool-1.5.23b

Re: [gentoo-user] mysql build error

2007-02-27 Thread Bo Ørsted Andresen
On Tuesday 27 February 2007 08:51:58 Uwe Thiem wrote: can't seem to build any version of mysql. Here is the error: checking HIST_ENTRY is declared in readline/readline.h... configure: error: Could not find system readline or libedit libraries           Use --with-readline or --with-libedit

Re: [gentoo-user] mysql build error

2007-02-27 Thread Daniel Iliev
Uwe Thiem wrote: Hi folks, I can't seem to build any version of mysql. Here is the error: checking HIST_ENTRY is declared in readline/readline.h... configure: error: Could not find system readline or libedit libraries Use --with-readline or --with-libedit to use the bundled

Re: [gentoo-user] mysql build error

2007-02-27 Thread Uwe Thiem
On 27 February 2007, Bo Ørsted Andresen wrote: On Tuesday 27 February 2007 08:51:58 Uwe Thiem wrote: can't seem to build any version of mysql. Here is the error: checking HIST_ENTRY is declared in readline/readline.h... configure: error: Could not find system readline or libedit

Re: [gentoo-user] mysql build error

2007-02-27 Thread Bo Ørsted Andresen
On Tuesday 27 February 2007 18:21:26 Uwe Thiem wrote: I guess you didn't look at closed bugs then... https://bugs.gentoo.org/show_bug.cgi?id=143298 If your problem is different then I suggest you post your config.log. And perhaps even emerge --info. indeed, my problem is different.

Re: [gentoo-user] mysql build error

2007-02-27 Thread Uwe Thiem
On 27 February 2007, Bo Ørsted Andresen wrote: On Tuesday 27 February 2007 18:21:26 Uwe Thiem wrote: I guess you didn't look at closed bugs then... https://bugs.gentoo.org/show_bug.cgi?id=143298 If your problem is different then I suggest you post your config.log. And perhaps

Re: [gentoo-user] mysql build error

2007-02-27 Thread Bo Ørsted Andresen
On Tuesday 27 February 2007 19:41:37 Uwe Thiem wrote: CXXFLAGS=O3 And yet you did... ;) Hm... That never was a problem with mysql before. Not even with versions that do not compile anymore but did in the past. Here are the relevant lines in make.conf: CFLAGS=-O3 -march=pentium4

Re: [gentoo-user] mysql build error

2007-02-27 Thread Uwe Thiem
On 27 February 2007, Bo Ørsted Andresen wrote: On Tuesday 27 February 2007 19:41:37 Uwe Thiem wrote: CXXFLAGS=O3 And yet you did... ;) Hm... That never was a problem with mysql before. Not even with versions that do not compile anymore but did in the past. Here are the

[gentoo-user] mysql build error

2007-02-26 Thread Uwe Thiem
Hi folks, I can't seem to build any version of mysql. Here is the error: checking HIST_ENTRY is declared in readline/readline.h... configure: error: Could not find system readline or libedit libraries Use --with-readline or --with-libedit to use the bundled versions of