[libvirt] [PATCH 0/2] First round of out-of-tree build fixes

Daniel P. Berrangé berrange at redhat.com
Tue Nov 12 13:24:26 UTC 2019


On Tue, Nov 12, 2019 at 02:22:23PM +0100, Michal Privoznik wrote:
> On 11/11/19 2:42 PM, Daniel P. Berrangé wrote:
> > On Mon, Nov 11, 2019 at 02:22:19PM +0100, Michal Privoznik wrote:
> > > Some low hanging fruit here.
> > > 
> 
> 
> > > 3) I've tried to update Gentoo live ebuild, but it failed to compile:
> > > 
> > > Making all in src
> > > make[2]: Entering directory '/var/tmp/portage/app-emulation/libvirt-9999/work/libvirt-9999_build/src'
> > > ...
> > > /usr/bin/perl /var/tmp/portage/app-emulation/libvirt-9999/work/libvirt-9999/src/access/genpolkit.pl < /var/tmp/portage/app-emulation/libvirt-9999/work/libvirt-9999/src/access/viraccessperm.h > access/org.libvirt.api.policy || rm -f access/org.libvirt.api.policy
> > > /usr/bin/perl -w /var/tmp/portage/app-emulation/libvirt-9999/work/libvirt-9999/src/rpc/gendispatch.pl --mode=aclheader \
> > >    remote REMOTE /var/tmp/portage/app-emulation/libvirt-9999/work/libvirt-9999/src/remote/remote_protocol.x \
> > >    > access/viraccessapicheck.h
> > > /bin/sh: access/org.libvirt.api.policy: No such file or directory
> > > 
> > > The libvirt-9999_build/src/access dir doesn't exist (I'm surprised it
> > > wasn't created automatically by autotools since src/ was). I'll have to
> > > investigate further.
> > 
> > I hit this problem when making the RPM uses a build!=src dir
> > originally.  I can't recall what I did to fix it though - it
> > was something annoyingly stupid though IIRC. Like a parallel
> > build happening when it shouldn't or something like that.
> 
> I've identified the issue. It's ebuild/eclass who disables
> dependency-tracking whenever possible. Gentoo developers claim it's for
> faster configure (because by default, gentoo does in-tree builds) and they
> are right. But what dependency tracking has to do with creating directories
> is beyond me.

Ahhhh yes, we did that for the RPM build too in commit
f96395e78eaccffbf128336382c74b1250f04032 having to pass
--enable-dependancy-tracking to override from RPM does by
default in %configure.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list