All of lore.kernel.org
 help / color / mirror / Atom feed
* config/compile problem with apr-1.2.12
@ 2009-02-02 15:35 Sledz, Steffen
  2009-02-02 17:59 ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Sledz, Steffen @ 2009-02-02 15:35 UTC (permalink / raw)
  To: openembedded-devel

I'm not really sure what's the problem here, maybe it has the same background like <http://bugs.gentoo.org/show_bug.cgi?id=226577>. Can someone help?

ERROR: log data follows (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/temp/log.do_compile.30454)
| NOTE: make
| make[1]: Entering directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12'
| /bin/bash /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool --silent --mode=compile i486-angstrom-linux-gcc -march=i486   -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -I./include -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/include/arch/unix -I./include/arch/unix -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
| /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool: line 460: CDPATH: command not found
| /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool: line 1138: func_opt_split: command not found
| libtool: Version mismatch error.  This is libtool 2.2.4, but the
| libtool: definition of this LT_INIT comes from an older release.
| libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
| libtool: and run autoconf again.
| make[1]: *** [passwd/apr_getpass.lo] Error 63
| make[1]: Leaving directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12'
| make: *** [all-recursive] Error 1
| FATAL: oe_runmake failed

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: config/compile problem with apr-1.2.12
  2009-02-02 15:35 config/compile problem with apr-1.2.12 Sledz, Steffen
@ 2009-02-02 17:59 ` Richard Purdie
  2009-02-02 19:34   ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2009-02-02 17:59 UTC (permalink / raw)
  To: openembedded-devel

On Mon, 2009-02-02 at 16:35 +0100, Sledz, Steffen wrote:
> I'm not really sure what's the problem here, maybe it has the same background like <http://bugs.gentoo.org/show_bug.cgi?id=226577>. Can someone help?
> 
> ERROR: log data follows (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/temp/log.do_compile.30454)
> | NOTE: make
> | make[1]: Entering directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12'
> | /bin/bash /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool --silent --mode=compile i486-angstrom-linux-gcc -march=i486   -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -I./include -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/include/arch/unix -I./include/arch/unix -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
> | /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool: line 460: CDPATH: command not found
> | /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool: line 1138: func_opt_split: command not found
> | libtool: Version mismatch error.  This is libtool 2.2.4, but the
> | libtool: definition of this LT_INIT comes from an older release.
> | libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
> | libtool: and run autoconf again.
> | make[1]: *** [passwd/apr_getpass.lo] Error 63
> | make[1]: Leaving directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12'
> | make: *** [all-recursive] Error 1
> | FATAL: oe_runmake failed

I'd try the recipes in Poky for apr and apr-utils as they have fixes for
a load of issues like this...

Cheers,

Richard




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: config/compile problem with apr-1.2.12
  2009-02-02 17:59 ` Richard Purdie
@ 2009-02-02 19:34   ` Koen Kooi
  2009-02-04 12:57     ` Sledz, Steffen
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2009-02-02 19:34 UTC (permalink / raw)
  To: openembedded-devel

On 02-02-09 18:59, Richard Purdie wrote:
> On Mon, 2009-02-02 at 16:35 +0100, Sledz, Steffen wrote:
>> I'm not really sure what's the problem here, maybe it has the same background like<http://bugs.gentoo.org/show_bug.cgi?id=226577>. Can someone help?
>>
>> ERROR: log data follows (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/temp/log.do_compile.30454)
>> | NOTE: make
>> | make[1]: Entering directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12'
>> | /bin/bash /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool --silent --mode=compile i486-angstrom-linux-gcc -march=i486   -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -I./include -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/include/arch/unix -I./include/arch/unix -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c&&  touch passwd/apr_getpass.lo
>> | /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool: line 460: CDPATH: command not found
>> | /home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12/libtool: line 1138: func_opt_split: command not found
>> | libtool: Version mismatch error.  This is libtool 2.2.4, but the
>> | libtool: definition of this LT_INIT comes from an older release.
>> | libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
>> | libtool: and run autoconf again.
>> | make[1]: *** [passwd/apr_getpass.lo] Error 63
>> | make[1]: Leaving directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-1.2.12-r0/apr-1.2.12'
>> | make: *** [all-recursive] Error 1
>> | FATAL: oe_runmake failed
>
> I'd try the recipes in Poky for apr and apr-utils as they have fixes for
> a load of issues like this...

I 'fixed' apr today, but I wouldn't mind some more poky goodness in .dev :)

regards,

Koen




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: config/compile problem with apr-1.2.12
  2009-02-02 19:34   ` Koen Kooi
@ 2009-02-04 12:57     ` Sledz, Steffen
  0 siblings, 0 replies; 4+ messages in thread
From: Sledz, Steffen @ 2009-02-04 12:57 UTC (permalink / raw)
  To: openembedded-devel

> > I'd try the recipes in Poky for apr and apr-utils as they 
> > have fixes for a load of issues like this...
> 
> I 'fixed' apr today, but I wouldn't mind some more poky 
> goodness in .dev :)

apr-1.2.12 builds now, thx. But apr-util-1.2.12 has some libtool problems too.  :(

ERROR: log data follows (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-util-1.2.12-r2/temp/log.do_compile.20721)
| NOTE: make
| make[1]: Entering directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-util-1.2.12-r2/apr-util-1.2.12'
| /bin/bash /i486-angstrom-linux-libtool --silent --mode=compile i486-angstrom-linux-gcc -march=i486   -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-util-1.2.12-r2/apr-util-1.2.12/include -I/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-util-1.2.12-r2/apr-util-1.2.12/include/private  -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include  -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include  -o buckets/apr_buckets_pipe.lo -c buckets/apr_buckets_pipe.c && touch buckets/apr_buckets_pipe.lo
| /bin/bash: /i486-angstrom-linux-libtool: No such file or directory
| make[1]: *** [buckets/apr_buckets_pipe.lo] Error 127
| make[1]: Leaving directory `/home/sledz/oe/tmp.1/work/i486-angstrom-linux/apr-util-1.2.12-r2/apr-util-1.2.12'
| make: *** [all-recursive] Error 1
| FATAL: oe_runmake failed



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-04 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02 15:35 config/compile problem with apr-1.2.12 Sledz, Steffen
2009-02-02 17:59 ` Richard Purdie
2009-02-02 19:34   ` Koen Kooi
2009-02-04 12:57     ` Sledz, Steffen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.