From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wi0-f175.google.com ([209.85.212.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rg4pL-0001Zl-1P for openembedded-devel@lists.openembedded.org; Thu, 29 Dec 2011 02:30:39 +0100 Received: by wibhq7 with SMTP id hq7so6088656wib.6 for ; Wed, 28 Dec 2011 17:23:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NMCxgjIfdb303fCaQJ5TS8MhuIMfuqagplHYPtGVkt8=; b=A9vBqpvfvhIe72r95HhFAB4F2gEDSlUMglL6VKZrZ7rE8O9ZptISFv9QVcR1fDUw5j ez80dgfEYitluz0s4pijT4MKdzFlb83sfw7nJG/iMa8/hP2+IIm7H5LnTeW6Be83QsTR VLSm/yX0aTyD7lDJQdH3tBpEbOx83udBMJhng= MIME-Version: 1.0 Received: by 10.180.91.201 with SMTP id cg9mr74737999wib.15.1325121804557; Wed, 28 Dec 2011 17:23:24 -0800 (PST) Received: by 10.227.158.20 with HTTP; Wed, 28 Dec 2011 17:23:24 -0800 (PST) In-Reply-To: References: Date: Thu, 29 Dec 2011 09:23:24 +0800 Message-ID: From: James To: openembedded-devel@lists.openembedded.org Subject: Re: openssl failing to compile X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 01:30:39 -0000 Content-Type: text/plain; charset=ISO-8859-1 Hi all, On Wed, Dec 21, 2011 at 11:09 PM, George Alexandru Dorobantu wrote: > Hello list, > > bulding a console-image for beagleboard, openssl fails to compile. > > The log shows this: > > 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' > ..... > > Removing libdeps-first.patch solved the issue. > > Does anyone know if libdeps-first.patch is really needed? > If not, could it be removed? > > > Thank you > George A. Dorobantu I'm too experiencing this issue with my overo board too and is currently using the same hack to get pass openssl compilation problem. Please backport openssl from oe-core to oe-classic to solve this once and for all? Thanks. -- Regards, James