gnewsense-dev
[Top][All Lists]
Advanced

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

Re: [Gnewsense-dev] Builder: vlc build failed


From: Sam Geeraerts
Subject: Re: [Gnewsense-dev] Builder: vlc build failed
Date: Wed, 09 Jun 2010 22:43:54 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100402)

Dmitry Samoyloff schreef:
I see the following code in gen-vlc:

  # Edit debian/control to depend on the (older) automake required.
  # This has to happen before fetching build-deps, so its now done here
  sed -i -e  's/automake/automake1.9/' debian/control
  apt-get --yes build-dep vlc$VERSION

However, the last line does nothing. Here's the output of do-update:

  <...>
  + sed -i -e s/automake/automake1.9/ debian/control
  + apt-get --yes build-dep 
vlc=0.8.6.release.e+x264svn20071224+faad2.6.1-0ubuntu3
  Reading package lists... Done
Building dependency tree Reading state information... Done
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  <...>

automake1.9 is not installed in chroot at the moment! This looks like a bug.
A first thought: should the "sed ..." line affect "apt-get build-dep" at all?
IIUC apt-get gets info from the cache and my
/var/lib/apt/lists/127.0.0.1_ubuntu_dists_hardy_universe_source_Sources still
contains "automake" in vlc's Build-Depends section, not "automake1.9".

Good point. I remember that there was an issue involving automake when we tried to build vlc and I was not the one that solved it. It seems that the script needs an extra 'apt-get automake1.9'. I'll have a look at that tomorrow.

Every time someone tries Builder we get to squash a bug. I like it. :)

P.S. vlc compiled fine with automake1.9.

Excellent.



reply via email to

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