linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Build error while using linphone


From: Alastair Johnson
Subject: Re: [Linphone-users] Build error while using linphone
Date: Fri, 4 Dec 2009 10:53:37 +0000
User-agent: KMail/1.12.4 (Linux/2.6.30-gentoo-r5; KDE/4.3.4; x86_64; ; )

On Friday 04 December 2009, vivek tambakad wrote:
> Hi ,
>           I am compiling linphone for the compulab Em-x270 xsacle board.I
> get following errors in openembedded with the
> "bitbake linphone" command.
> 
> NOTE: Task failed: Error:
> /home/vivek/development/em-x270/stuff/openembedded/recipes/linphone/linphon
> e-3.1.0/./b64_assert.patch not found.
> ERROR: TaskFailed event exception, aborting
> ERROR: Build of
> /home/vivek/development/em-x270/stuff//openembedded/recipes/linphone/
> linphone_3.1.0.bb do_patch failed
> ERROR: Task 4
> (/home/vivek/development/em-x270/stuff//openembedded/recipes/linphone/
> linphone_3.1.0.bb, do_patch) failed
> 
> Please guide me in this

This is an OE bug. There is either an error in OE's bitbake recipe, or a 
missing file in the OE tree. The recipe is telling bitbake to patch the 
linphone source with patch file 
openembedded/recipes/linphone/linphone-3.1.0/b64_assert.patch but the file 
isn't there. You can edit the recipe 
openembedded/recipes/linphone/linphone_3.1.0.bb to remove the offending 
reference:

SRC_URI = 
"http://download.savannah.nongnu.org/releases/linphone/3.1.x/sources/linphone-${PV}.tar.gz
 
\
        file://b64_assert.patch;patch=1 \               << remove this line
        file://preferences-segv.patch;patch=1 \
        "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]