All of lore.kernel.org
 help / color / mirror / Atom feed
* build errors in openssl-native
@ 2011-01-24 20:47 Holger Freyther
  2011-01-24 22:06 ` Holger Freyther
  0 siblings, 1 reply; 6+ messages in thread
From: Holger Freyther @ 2011-01-24 20:47 UTC (permalink / raw)
  To: openembedded-devel

Hi,

is anyone else seeing build errors like this:

make[2]: Entering directory
`/data/openembedded/build/arm/cortex-a8/tmp/work/x86_64-linux/openssl-native-1.0.0c-r14.0/openssl-1.0.0c/apps'
openssl.o: In function `main':
openssl.c:(.text+0x1eb): undefined reference to `BIO_s_file'
openssl.c:(.text+0x1f3): undefined reference to `BIO_new'
openssl.c:(.text+0x235): undefined reference to `BIO_ctrl'


this is just the beginning of thousand of symbols. I am going to dig deeper if
I am the only one seeing it.



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

* Re: build errors in openssl-native
  2011-01-24 20:47 build errors in openssl-native Holger Freyther
@ 2011-01-24 22:06 ` Holger Freyther
  2011-01-24 22:33   ` Holger Freyther
  0 siblings, 1 reply; 6+ messages in thread
From: Holger Freyther @ 2011-01-24 22:06 UTC (permalink / raw)
  To: openembedded-devel

On 01/24/2011 09:47 PM, Holger Freyther wrote:
> Hi,
> 
> is anyone else seeing build errors like this:
> 
> make[2]: Entering directory
> `/data/openembedded/build/arm/cortex-a8/tmp/work/x86_64-linux/openssl-native-1.0.0c-r14.0/openssl-1.0.0c/apps'
> openssl.o: In function `main':
> openssl.c:(.text+0x1eb): undefined reference to `BIO_s_file'
> openssl.c:(.text+0x1f3): undefined reference to `BIO_new'
> openssl.c:(.text+0x235): undefined reference to `BIO_ctrl'


patches/libdeps-first.patch

is causing it... no idea why yet



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

* Re: build errors in openssl-native
  2011-01-24 22:06 ` Holger Freyther
@ 2011-01-24 22:33   ` Holger Freyther
  2011-10-21 19:07     ` Wylder
  0 siblings, 1 reply; 6+ messages in thread
From: Holger Freyther @ 2011-01-24 22:33 UTC (permalink / raw)
  To: openembedded-devel

On 01/24/2011 11:06 PM, Holger Freyther wrote:
> On 01/24/2011 09:47 PM, Holger Freyther wrote:
>> Hi,
>>
>> is anyone else seeing build errors like this:

next weird breakage is curl-native... compiled without gnutls ending up
linking to the system gnutls that uses gcrypt but does not link to it...



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

* Re: build errors in openssl-native
  2011-01-24 22:33   ` Holger Freyther
@ 2011-10-21 19:07     ` Wylder
  2011-10-22 21:51       ` Pierluigi Passaro
  0 siblings, 1 reply; 6+ messages in thread
From: Wylder @ 2011-10-21 19:07 UTC (permalink / raw)
  To: openembedded-devel

Holger Freyther <holger+oe <at> freyther.de> writes:

> 
> On 01/24/2011 11:06 PM, Holger Freyther wrote:
> > On 01/24/2011 09:47 PM, Holger Freyther wrote:
> >> Hi,
> >>
> >> is anyone else seeing build errors like this:
> 
> next weird breakage is curl-native... compiled without gnutls ending up
> linking to the system gnutls that uses gcrypt but does not link to it...
> 

Any luck with this? I've run into the same error and can't seem
to resolve the issue. I can't find anyone else who's had this issue.

I'm running Ubuntu 11.10 with Python 2.6 and gcc 4.6

I wonder if it has to do with the version of gcc, or maybe a
stray link or include path. I'm gonna keep working on it and
will let you know if I find anything.





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

* Re: build errors in openssl-native
  2011-10-21 19:07     ` Wylder
@ 2011-10-22 21:51       ` Pierluigi Passaro
  2011-10-23  7:11         ` MartinC
  0 siblings, 1 reply; 6+ messages in thread
From: Pierluigi Passaro @ 2011-10-22 21:51 UTC (permalink / raw)
  To: openembedded-devel

Hi Wilder,
try dropping libdeps-first.patch in openssl-native recipe.
It does not allow openssl-native build on ubuntu 11.10.

Regards
Pierlugi





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

* Re: build errors in openssl-native
  2011-10-22 21:51       ` Pierluigi Passaro
@ 2011-10-23  7:11         ` MartinC
  0 siblings, 0 replies; 6+ messages in thread
From: MartinC @ 2011-10-23  7:11 UTC (permalink / raw)
  To: openembedded-devel

Pierluigi Passaro <pierluigi.passaro <at> phoenixsoftware.it> writes:

> 
> Hi Wilder,
> try dropping libdeps-first.patch in openssl-native recipe.
> It does not allow openssl-native build on ubuntu 11.10.
> 
> Regards
> Pierlugi
> 


This worked.

I had the same issue (while doing a 'bitbake helloworld-image' for beagleboard
angstrom under Ubuntu 11.10 'oneiric'), with bitbake 1.12.0 and openembedded
2011.03 (from git).

I edited $OEBASE/oe/openembedded/recipes/openssl/openssl-native_1.0.0d.bb and
removed the reference to libdeps-first.patch in the SRC_URI section.

Many thanks for the help - getting started with OE/bitbake can be a bit
intimidating for the uninitiated!

Krgds, M






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

end of thread, other threads:[~2011-10-23 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 20:47 build errors in openssl-native Holger Freyther
2011-01-24 22:06 ` Holger Freyther
2011-01-24 22:33   ` Holger Freyther
2011-10-21 19:07     ` Wylder
2011-10-22 21:51       ` Pierluigi Passaro
2011-10-23  7:11         ` MartinC

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.