All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roman I Khimov <khimov@altell.ru>
To: openembedded-devel@lists.openembedded.org
Subject: Re: openssl-native_1.0.0b.bb do_compile failed
Date: Wed, 22 Dec 2010 11:52:36 +0300	[thread overview]
Message-ID: <201012221152.36723.khimov@altell.ru> (raw)
In-Reply-To: <4D10F80E.1000505@gmail.com>

В сообщении от Вторник 21 декабря 2010 21:55:10 автор Jan Paesmans написал:
> On 12/20/10 22:29, Khem Raj wrote:
> > On (20/12/10 19:45), Jan Paesmans wrote:
> >> I traced the culprit down to the following command using strace:
> >> execve("/usr/bin/ld", ["/usr/bin/ld", "--build-id", "--eh-frame-hdr",
> >> "-m", "elf_x86_64", "--hash-style=gnu", "-shared", "-o", "libgost.so",
> >> "-z", "relro",
> >> "/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crti.o",
> >> "/usr/lib/gcc/x86_64-linux-gnu/4.4.5/crtbeginS.o", "-L../..",
> >> "-L/usr/lib/gcc/x86_64-linux-gnu/4.4.5",
> >> "-L/usr/lib/gcc/x86_64-linux-gnu/4.4.5",
> >> "-L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib",
> >> "-L/lib/../lib", "-L/usr/lib/../lib",
> >> "-L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../..",
> >> "-L/usr/lib/x86_64-linux-gnu", "-lcrypto",
> >> "--version-script=openssl.ld", "-Bsymbolic", "-soname=libgost.so",
> >> "--whole-archive", "e_gost_err.o", "gost2001_keyx.o", "gost2001.o",
> >> "gost89.o", "gost94_keyx.o", "gost_ameth.o", "gost_asn1.o",
> >> "gost_crypt.o", "gost_ctl.o", "gost_eng.o", "gosthash.o",
> >> "gost_keywrap.o", "gost_md.o", "gost_params.o", "gost_pmeth.o",
> >> "gost_sign.o", "--no-whole-archive", "-lgcc", "--as-needed", "-lgcc_s",
> >> "--no-as-needed", "-lc", "-lgcc", "--as-needed", "-lgcc_s",
> >> "--no-as-needed", "/usr/lib/gcc/x86_64-linux-gnu/4.4.5/crtendS.o",
> >> "/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crtn.o"], [/* 102
> >> vars */]) = 0
> >> 
> >> Seems like this file openssl.ld is needed for the --version-script.
> >> I did a simple test that involved removing the offending linker flag
> >> from the makefile and that did the trick. However it seems to me that
> >> this is a very hackish solution.
> >> 
> >> Any further ideas?
> > 
> > Well removing it may not be a good thing to do. Can you make sure
> > that this ld script exist in the build tree
> 
> Well, seems that the files openssl.ld are created by the debian.patch.
> Any idea why that is applied?

Sane paths, configure targets, etc. Although I've never seen problems like 
yours from 10 minute look it seems that an update is needed for it. For one, 
openssl.ld is still living in 0.9.8 days. I have a 1.0.0c patch almost ready 
for OE.dev, so I'll try to take a closer look at debian.patch when testing it. 
Hope to do it this week.



      reply	other threads:[~2010-12-22  9:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20 18:45 openssl-native_1.0.0b.bb do_compile failed Jan Paesmans
2010-12-20 21:29 ` Khem Raj
2010-12-20 21:51   ` Jan Paesmans
2010-12-21 18:55   ` Jan Paesmans
2010-12-22  8:52     ` Roman I Khimov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201012221152.36723.khimov@altell.ru \
    --to=khimov@altell.ru \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.