GNU bug report logs - #7328
parallel installation ignores deps between libtool libraries

Previous Next

Package: automake;

Reported by: Andy Wingo <wingo <at> oblong.com>

Date: Thu, 4 Nov 2010 15:27:01 UTC

Severity: normal

Tags: confirmed, help

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> oblong.com>
To: bug-automake <at> gnu.org
Cc: Ben Denckla <bdenckla <at> oblong.com>
Subject: parallel installation ignores deps between libtool libraries
Date: Thu, 04 Nov 2010 16:19:55 +0100
Hello

Consider a Makefile.am like this:

    lib_LTLIBRARIES = libfoo.la

    plugindir = $(libdir)/gstreamer-0.10
    plugin_LTLIBRARIES = bar.la
    bar_la_LIBADD = libfoo.la

Obviously we are missing some sources here, but it suffices to show the
parallel installation bug: there is a race between relinking the
installed bar.la and the installed libfoo.la. It could be that libfoo.la
isn't there yet.

Let me know if you need more info. Please Cc: me on replies.

Cheers,

Andy




This bug report was last modified 2 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.