Re: [OE-core] Berkeley DB fails to build

2014-01-25 Thread Paul Barker
On 24 January 2014 20:13, Carlos Rafael Giani d...@pseudoterminal.org wrote: On 2014-01-23 18:54, Philip Balister wrote: On 01/23/2014 06:51 AM, Carlos Rafael Giani wrote: Hello, I noticed that since the C++ bindings for the berkeley DB were included in commit

Re: [OE-core] Berkeley DB fails to build

2014-01-24 Thread Robert Yang
Seems that it is caused by the libtool, but I'm not very sure, we can reproduce it by: $ sudo touch /usr/lib/libstdc++.so $ bitbake db // Robert On 01/24/2014 03:01 AM, Paul Barker wrote: On 23 January 2014 17:54, Philip Balister phi...@balister.org wrote: On 01/23/2014 06:51 AM, Carlos

Re: [OE-core] Berkeley DB fails to build

2014-01-24 Thread Iorga, Cristian
Barker; Philip Balister Cc: openembedded-core Subject: Re: [OE-core] Berkeley DB fails to build Seems that it is caused by the libtool, but I'm not very sure, we can reproduce it by: $ sudo touch /usr/lib/libstdc++.so $ bitbake db // Robert On 01/24/2014 03:01 AM, Paul Barker wrote: On 23

Re: [OE-core] Berkeley DB fails to build

2014-01-24 Thread Philip Balister
24, 2014 12:19 PM To: Paul Barker; Philip Balister Cc: openembedded-core Subject: Re: [OE-core] Berkeley DB fails to build Seems that it is caused by the libtool, but I'm not very sure, we can reproduce it by: $ sudo touch /usr/lib/libstdc++.so $ bitbake db // Robert On 01/24

Re: [OE-core] Berkeley DB fails to build

2014-01-24 Thread Carlos Rafael Giani
On 2014-01-23 18:54, Philip Balister wrote: On 01/23/2014 06:51 AM, Carlos Rafael Giani wrote: Hello, I noticed that since the C++ bindings for the berkeley DB were included in commit 23f29027db73d5759889b48fabdea7f6173217a7 , I cannot build db anymore. The error is:

[OE-core] Berkeley DB fails to build

2014-01-23 Thread Carlos Rafael Giani
Hello, I noticed that since the C++ bindings for the berkeley DB were included in commit 23f29027db73d5759889b48fabdea7f6173217a7 , I cannot build db anymore. The error is: /usr/lib/libstdc++.so: file not recognized: File format not recognized this is the offending part in the

Re: [OE-core] Berkeley DB fails to build

2014-01-23 Thread Robert Yang
Hi Carlos, Would you please check the log.do_compile ? The CFLAGS or -I may contain /usr/include, or LDFLAGS contain -L/usr/lib. // Robert On 01/23/2014 07:51 PM, Carlos Rafael Giani wrote: Hello, I noticed that since the C++ bindings for the berkeley DB were included in commit

Re: [OE-core] Berkeley DB fails to build

2014-01-23 Thread Philip Balister
On 01/23/2014 06:51 AM, Carlos Rafael Giani wrote: Hello, I noticed that since the C++ bindings for the berkeley DB were included in commit 23f29027db73d5759889b48fabdea7f6173217a7 , I cannot build db anymore. The error is: /usr/lib/libstdc++.so: file not recognized: File format not

Re: [OE-core] Berkeley DB fails to build

2014-01-23 Thread Paul Barker
On 23 January 2014 17:54, Philip Balister phi...@balister.org wrote: On 01/23/2014 06:51 AM, Carlos Rafael Giani wrote: Hello, I noticed that since the C++ bindings for the berkeley DB were included in commit 23f29027db73d5759889b48fabdea7f6173217a7 , I cannot build db anymore. The error

Re: [OE-core] Berkeley DB fails to build

2014-01-23 Thread Iorga, Cristian
...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Paul Barker Sent: Thursday, January 23, 2014 9:01 PM To: Philip Balister Cc: openembedded-core Subject: Re: [OE-core] Berkeley DB fails to build On 23 January 2014 17:54, Philip Balister phi...@balister.org wrote