linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Linphone Web, quilt push failed, bake failed


From: James Beecham
Subject: [Linphone-developers] Linphone Web, quilt push failed, bake failed
Date: Wed, 12 Mar 2014 19:08:27 -0400

Hello,

  I am trying to compile Linphone Web (Linux 64bit) on an 64bit Ubuntu
desktop with kernel 3.9.0-030900-generic.  The following are my notes
with the error at the end... any help would be appreciated.

  Since I didn't find any match for this when searching the mailing
list... I figure I am just missing something simple?!

LinphoneWeb Compilation Notes:

Requires:
python
oe-lite
--requires

  oe-lite-bakery ( git clone git://gitorious.org/oe-lite/bakery.git )
 --requires
python-ply:
sudo apt-get install python-ply
python-setuptools:
sudo apt-get install python-setuptools
 sudo python setup.py install

  python-pysqlite2
sudo apt-get install python-sqlite2
  /bin/sh MUST be linked to BASH and not DASH...
sudo rm /bin/sh && sudo ln -s /bin/bash /bin/sh

"to compile linphoneweb rootfs for linux 64 bits run
./build-linphoneweb-linux-64.sh"

FAILS:
Update configuration file: linphoneweb-linux-64.conf
WARNING: mismatch between .gitmodules url and srcuri for meta/linphone
WARNING: mismatch between .gitmodules url and srcuri for meta/multimedia
WARNING: mismatch between .gitmodules url and srcuri for meta/base
WARNING: mismatch between .gitmodules url and srcuri for meta/core
WARNING: mismatch between .gitmodules url and srcuri for lib/fetching/fetching
WARNING: mismatch between .gitmodules url and srcuri for lib/urlgrabber
Adding recipes to cookbook:   3 / 196 [ 1
%]/home/user/workspace/sip/oe-lite/meta/core/lib/oelite/fetch/git.py:85:
UserWarning: fetching git branch head, causing source signature to not
be sufficient for proper signature handling
  warnings.warn("fetching git branch head, causing source signature to
not be sufficient for proper signature handling")
Adding recipes to cookbook: 196 / 196 [100 %]
Calculating task metadata hashes: 484 / 484 [100 %]
The following will be build:
  polarssl(12) libopus(11) belle-sip(12) ffmpeg(11) linphone(12) v4l-utils(11)
  libX11(12) x11-macros(11) xtrans(11) libXv(11) kbproto(11) libXext(11)
  videoproto(11) libXau(11) inputproto(11) libxcb(12) xproto(11)
  native:xproto(11) xcb-proto(12) renderproto(11) libXrender(11)
  libpthread-stubs(11) xextproto(11) libvpx(11) antlr3c(12)
  linphone-rootfs(14) libsrtp(11) speex(11) alsa-lib(12) libogg(12)
  libtheora(11) native:glib(11) native:makedevs(10) native:gtk-doc(6) zlib(11)
  native:zlib(8) native:libffi(11) jpeg(11) libxml2(11) cross:libtool(12)
  native:libtool(12) native:crosstool-ng(11) cross:gcc(10)
Do you want to continue [Y/n/?/??]? y
Running 1 / 477 native:libtool_2.2.10:do_fstage
Running 2 / 477 native:libtool_2.2.10:do_fetch
Running 3 / 477 native:libtool_2.2.10:do_unpack
Running 4 / 477 native:libtool_2.2.10:do_patch
ERROR: exception in bake.run()

Traceback (most recent call last):
  File 
"/usr/local/lib/python2.7/dist-packages/oe_lite-4.1.0-py2.7.egg/oebakery/cmd/cmds.py",
line 137, in call
    ret = function(*args)
  File 
"/usr/local/lib/python2.7/dist-packages/oe_lite-4.1.0-py2.7.egg/oebakery/cmd/bake.py",
line 19, in run
    return baker.bake()
  File "/home/user/workspace/sip/oe-lite/meta/core/lib/oelite/baker.py",
line 529, in bake
    if task.run():
  File "/home/user/workspace/sip/oe-lite/meta/core/lib/oelite/task.py",
line 231, in run
    if not function.run(cwd):
  File "/home/user/workspace/sip/oe-lite/meta/core/lib/oelite/function.py",
line 52, in run
    return self()
  File "/home/user/workspace/sip/oe-lite/meta/core/lib/oelite/function.py",
line 110, in __call__
    retval = self.function(self.meta)
  File "/home/user/workspace/sip/oe-lite/meta/core/classes/fetch.oeclass",
line 104, in do_patch
    if not uri.patch(d):
  File "/home/user/workspace/sip/oe-lite/meta/core/lib/oelite/fetch/fetch.py",
line 293, in patch
    raise Exception("quilt push failed: %d"%(rc))
Exception: quilt push failed: 1

CRITICAL: bake failed: Exception: quilt push failed: 1
Build Error: 1



reply via email to

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