* [Buildroot] A libtool question
@ 2012-07-09 16:41 Charles Krinke
2012-07-09 20:29 ` Arnout Vandecappelle
0 siblings, 1 reply; 5+ messages in thread
From: Charles Krinke @ 2012-07-09 16:41 UTC (permalink / raw)
To: buildroot
Genglemen:
The project I have been working on for a year and a half with a
PPC8321 is done, released and in formal testing. I appreciate all the
help from the buildroot group in getting this project done. Now, the
reward for finishing this project is a new project with a TI AM3517
and a color graphics display. So, I am starting with buildroot-2012.05
and have a couple of questions.
In trying my first compile of a root filesystem, I get bolloxed up a
bit in libtool and libqt. It looks like I may need to run a special
.configure step and I wonder if my problem may be cockpit error and
would appreciate some guidance in figuring this out.
make[5]: Entering directory
`/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
-DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
-I/home/ckrinke/buildroot-2012.05/output/host/include
-I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
-D_REENTRANT -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c -o
garray.lo garray.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
-DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
-I/home/ckrinke/buildroot-2012.05/output/host/include
-I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
-D_REENTRANT -MT gcache.lo -MD -MP -MF .deps/gcache.Tpo -c -o
gcache.lo gcache.c
libtool: Version mismatch error. This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.
make[5]: *** [garray.lo] Error 63
make[5]: *** Waiting for unfinished jobs....
libtool: Version mismatch error. This is libtool 2.2.10, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
libtool: and run autoconf again.
make[5]: *** [gcache.lo] Error 63
make[5]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
make: *** [/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/.stamp_built]
Error 2
ckrinke at dellx:~/buildroot-2012.05$
--
Charles Krinke
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] A libtool question
2012-07-09 16:41 [Buildroot] A libtool question Charles Krinke
@ 2012-07-09 20:29 ` Arnout Vandecappelle
2012-07-10 17:15 ` Charles Krinke
0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2012-07-09 20:29 UTC (permalink / raw)
To: buildroot
On 07/09/12 18:41, Charles Krinke wrote:
> make[5]: Entering directory
> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
> /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
> -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
> -I/home/ckrinke/buildroot-2012.05/output/host/include
> -I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
> -D_REENTRANT -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c -o
> garray.lo garray.c
> /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
> -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
> -I/home/ckrinke/buildroot-2012.05/output/host/include
> -I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
> -D_REENTRANT -MT gcache.lo -MD -MP -MF .deps/gcache.Tpo -c -o
> gcache.lo gcache.c
> libtool: Version mismatch error. This is libtool 2.2.10, but the
> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
> libtool: and run autoconf again.
> make[5]: *** [garray.lo] Error 63
> make[5]: *** Waiting for unfinished jobs....
> libtool: Version mismatch error. This is libtool 2.2.10, but the
> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
> libtool: and run autoconf again.
> make[5]: *** [gcache.lo] Error 63
> make[5]: Leaving directory
> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory
> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
> make: *** [/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/.stamp_built]
> Error 2
> ckrinke at dellx:~/buildroot-2012.05$
>
aclocal.m4 should have been regenerated by buildroot, setting the LT_INIT
version to 2.2.10. Was this a clean build? If not, retry after
'make host-pkg-config-dirclean'. If that doesn't help, please run a 'make savedefconfig'
and post the resulting defconfig.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] A libtool question
2012-07-09 20:29 ` Arnout Vandecappelle
@ 2012-07-10 17:15 ` Charles Krinke
2012-07-10 20:13 ` Charles Krinke
0 siblings, 1 reply; 5+ messages in thread
From: Charles Krinke @ 2012-07-10 17:15 UTC (permalink / raw)
To: buildroot
Dear Arnout:
I did a "make host-pkg-config-dirclean" and then a "make clean &&
make" and got a similar result. I am posting the defconfig resulting
from "make savedefconfig" and greatly appreciate your kindness in
helping me understand what is going on.
Charles
On Mon, Jul 9, 2012 at 1:29 PM, Arnout Vandecappelle <arnout@mind.be> wrote:
> On 07/09/12 18:41, Charles Krinke wrote:
>>
>> make[5]: Entering directory
>>
>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>> /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
>> -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
>> -I/home/ckrinke/buildroot-2012.05/output/host/include
>> -I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
>> -D_REENTRANT -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c -o
>> garray.lo garray.c
>> /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
>> -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
>> -I/home/ckrinke/buildroot-2012.05/output/host/include
>> -I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
>> -D_REENTRANT -MT gcache.lo -MD -MP -MF .deps/gcache.Tpo -c -o
>> gcache.lo gcache.c
>> libtool: Version mismatch error. This is libtool 2.2.10, but the
>> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
>> libtool: and run autoconf again.
>> make[5]: *** [garray.lo] Error 63
>> make[5]: *** Waiting for unfinished jobs....
>> libtool: Version mismatch error. This is libtool 2.2.10, but the
>> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
>> libtool: and run autoconf again.
>> make[5]: *** [gcache.lo] Error 63
>> make[5]: Leaving directory
>>
>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>> make[4]: *** [all-recursive] Error 1
>> make[4]: Leaving directory
>>
>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>> make[3]: *** [all] Error 2
>> make[3]: Leaving directory
>>
>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory
>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory
>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
>> make: ***
>> [/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/.stamp_built]
>> Error 2
>> ckrinke at dellx:~/buildroot-2012.05$
>>
> aclocal.m4 should have been regenerated by buildroot, setting the LT_INIT
> version to 2.2.10. Was this a clean build? If not, retry after
> 'make host-pkg-config-dirclean'. If that doesn't help, please run a 'make
> savedefconfig'
> and post the resulting defconfig.
>
> Regards,
> Arnout
> --
> Arnout Vandecappelle arnout at mind be
> Senior Embedded Software Architect +32-16-286540
> Essensium/Mind http://www.mind.be
> G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
> LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
> GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
--
Charles Krinke
-------------- next part --------------
A non-text attachment was scrubbed...
Name: defconfig
Type: application/octet-stream
Size: 584 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120710/e83a289a/attachment.obj>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] A libtool question
2012-07-10 17:15 ` Charles Krinke
@ 2012-07-10 20:13 ` Charles Krinke
2012-07-10 23:06 ` Charles Krinke
0 siblings, 1 reply; 5+ messages in thread
From: Charles Krinke @ 2012-07-10 20:13 UTC (permalink / raw)
To: buildroot
Dear Arnout:
This libtool issues seems to be unique to arm and not powerpc.
When I go back to the buildroot I have been working with for the last
year and 3 months, that is, 2011.02, when I do a make clean && make
with arch=powerpc, no libtool issue, but if I change to arch=arm, I
get the same error.
Charles
On Tue, Jul 10, 2012 at 10:15 AM, Charles Krinke
<charles.krinke@gmail.com> wrote:
> Dear Arnout:
>
> I did a "make host-pkg-config-dirclean" and then a "make clean &&
> make" and got a similar result. I am posting the defconfig resulting
> from "make savedefconfig" and greatly appreciate your kindness in
> helping me understand what is going on.
>
> Charles
>
> On Mon, Jul 9, 2012 at 1:29 PM, Arnout Vandecappelle <arnout@mind.be> wrote:
>> On 07/09/12 18:41, Charles Krinke wrote:
>>>
>>> make[5]: Entering directory
>>>
>>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>>> /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
>>> -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
>>> -I/home/ckrinke/buildroot-2012.05/output/host/include
>>> -I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
>>> -D_REENTRANT -MT garray.lo -MD -MP -MF .deps/garray.Tpo -c -o
>>> garray.lo garray.c
>>> /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc
>>> -DHAVE_CONFIG_H -I. -DG_LOG_DOMAIN=g_log_domain_glib -O2
>>> -I/home/ckrinke/buildroot-2012.05/output/host/include
>>> -I/home/ckrinke/buildroot-2012.05/output/host/usr/include -Wall
>>> -D_REENTRANT -MT gcache.lo -MD -MP -MF .deps/gcache.Tpo -c -o
>>> gcache.lo gcache.c
>>> libtool: Version mismatch error. This is libtool 2.2.10, but the
>>> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
>>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
>>> libtool: and run autoconf again.
>>> make[5]: *** [garray.lo] Error 63
>>> make[5]: *** Waiting for unfinished jobs....
>>> libtool: Version mismatch error. This is libtool 2.2.10, but the
>>> libtool: definition of this LT_INIT comes from libtool 2.2.6b.
>>> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.10
>>> libtool: and run autoconf again.
>>> make[5]: *** [gcache.lo] Error 63
>>> make[5]: Leaving directory
>>>
>>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>>> make[4]: *** [all-recursive] Error 1
>>> make[4]: Leaving directory
>>>
>>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>>> make[3]: *** [all] Error 2
>>> make[3]: Leaving directory
>>>
>>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/glib-1.2.10'
>>> make[2]: *** [all-recursive] Error 1
>>> make[2]: Leaving directory
>>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
>>> make[1]: *** [all] Error 2
>>> make[1]: Leaving directory
>>> `/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25'
>>> make: ***
>>> [/home/ckrinke/buildroot-2012.05/output/build/host-pkg-config-0.25/.stamp_built]
>>> Error 2
>>> ckrinke at dellx:~/buildroot-2012.05$
>>>
>> aclocal.m4 should have been regenerated by buildroot, setting the LT_INIT
>> version to 2.2.10. Was this a clean build? If not, retry after
>> 'make host-pkg-config-dirclean'. If that doesn't help, please run a 'make
>> savedefconfig'
>> and post the resulting defconfig.
>>
>> Regards,
>> Arnout
>> --
>> Arnout Vandecappelle arnout at mind be
>> Senior Embedded Software Architect +32-16-286540
>> Essensium/Mind http://www.mind.be
>> G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
>> LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
>> GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
>
>
>
> --
> Charles Krinke
--
Charles Krinke
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] A libtool question
2012-07-10 20:13 ` Charles Krinke
@ 2012-07-10 23:06 ` Charles Krinke
0 siblings, 0 replies; 5+ messages in thread
From: Charles Krinke @ 2012-07-10 23:06 UTC (permalink / raw)
To: buildroot
I think I have a little further on the libtool issue I am seeing. It
seems to follow the use of an external toolchain
(arm-arago-linux-gnueabi-). If I allow buildroot to create its own
uclibc toolchain, I dont get this error.
Charles
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-10 23:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 16:41 [Buildroot] A libtool question Charles Krinke
2012-07-09 20:29 ` Arnout Vandecappelle
2012-07-10 17:15 ` Charles Krinke
2012-07-10 20:13 ` Charles Krinke
2012-07-10 23:06 ` Charles Krinke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox