From: Theodore Tso <tytso@mit.edu>
To: Matthew Burgess <matthew@linuxfromscratch.org>
Cc: Scott James Remnant <scott@ubuntu.com>,
Karel Zak <kzak@redhat.com>, Andrey Borzenkov <arvidjaar@mail.ru>,
util-linux-ng@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: Re: [PATCH] configure.in: add --disable-libuuid option (Was:libuuid (Re: blkid: util-linux-ng vs. e2fsprogs))
Date: Wed, 1 Jul 2009 17:28:44 -0400 [thread overview]
Message-ID: <20090701212844.GC17054@mit.edu> (raw)
In-Reply-To: <605694f0db343657e47df0d3e82e0bc9@quantum.linuxfromscratch.org>
On Wed, Jul 01, 2009 at 03:04:43PM -0600, Matthew Burgess wrote:
> On Sun, 28 Jun 2009 09:34:30 -0400, Theodore Tso <tytso@mit.edu> wrote:
>
> > I'll have a corrected patch checked into e2fsprogs.
>
> Hi,
>
> I get the following output when trying to compile e2fsprogs-1.41.7
> against util-linux-ng-2.16-rc1's installed versions of libuuid &
> libblkid
Thanks for pointing that out. Apparently GNU make wasn't failing when
"-luuid" was in the dependency, which is why I didn't notice this
earlier. I'm not sure why it complains with "-L/tools/lib", but not
with "-luuid", but whatever. I've checked the following into the
e2fsprogs maint branch.
- Ted
commit 4a1e15a8babb2176a427f40c92b7ac1e3bf7346d
Author: Theodore Ts'o <tytso@mit.edu>
Date: Wed Jul 1 17:20:24 2009 -0400
Fix compilation problem when building with --disable-uuid
The MCONFIG.in file used $(LIBUUID) in the definition of DEPLIBBLKID,
when it should have used $(DEPLIBUUID) instead.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/MCONFIG.in b/MCONFIG.in
index cec3631..9596e56 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -79,7 +79,7 @@ LIBBLKID = @LIBBLKID@ @PRIVATE_LIBS_CMT@ $(LIBUUID)
LIBINTL = @LIBINTL@
DEPLIBSS = $(LIB)/libss@LIB_EXT@
DEPLIBUUID = @DEPLIBUUID@
-DEPLIBBLKID = @DEPLIBBLKID@ @PRIVATE_LIBS_CMT@ $(LIBUUID)
+DEPLIBBLKID = @DEPLIBBLKID@ @PRIVATE_LIBS_CMT@ $(DEPLIBUUID)
STATIC_LIBSS = $(LIB)/libss@STATIC_LIB_EXT@ @DLOPEN_LIB@
STATIC_LIBCOM_ERR = $(LIB)/libcom_err@STATIC_LIB_EXT@ @SEM_INIT_LIB@
next prev parent reply other threads:[~2009-07-01 21:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200905311113.23004.arvidjaar@mail.ru>
[not found] ` <20090601124857.GF31943@mit.edu>
[not found] ` <20090601124857.GF31943-3s7WtUTddSA@public.gmane.org>
2009-06-03 8:51 ` libuuid (Re: blkid: util-linux-ng vs. e2fsprogs) Karel Zak
[not found] ` <1244021945.4120.4.camel@quest>
2009-06-16 13:36 ` [PATCH] configure.in: add --disable-libuuid option (Was: libuuid (Re: blkid: util-linux-ng vs. e2fsprogs)) Scott James Remnant
2009-06-18 0:27 ` Kay Sievers
2009-06-28 13:34 ` Theodore Tso
2009-06-30 10:17 ` Kay Sievers
2009-07-01 21:43 ` Theodore Tso
[not found] ` <20090701214345.GG17054-3s7WtUTddSA@public.gmane.org>
2009-07-01 21:52 ` Kay Sievers
2009-07-01 22:35 ` Mike Frysinger
[not found] ` <200907011835.08501.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-01 22:39 ` Kay Sievers
[not found] ` <ac3eb2510907011539k3e2fb664g59ec4dc6f1ae5e0a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-01 23:04 ` Mike Frysinger
2009-07-02 0:58 ` Theodore Tso
2009-07-02 1:15 ` Mike Frysinger
[not found] ` <200907012115.57826.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02 12:49 ` Kay Sievers
2009-07-02 14:25 ` Theodore Tso
2009-07-02 14:48 ` Kay Sievers
2009-07-02 15:51 ` Mike Frysinger
[not found] ` <200907021151.10268.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02 16:24 ` Theodore Tso
[not found] ` <20090628133430.GA3594-3s7WtUTddSA@public.gmane.org>
2009-07-01 21:04 ` [PATCH] configure.in: add --disable-libuuid option (Was:libuuid " Matthew Burgess
2009-07-01 21:28 ` Theodore Tso [this message]
[not found] ` <20090701212844.GC17054-3s7WtUTddSA@public.gmane.org>
2009-07-01 21:42 ` Mike Frysinger
[not found] ` <200907011742.28028.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02 2:26 ` Theodore Tso
[not found] ` <20090702022652.GI17054-3s7WtUTddSA@public.gmane.org>
2009-07-02 2:41 ` Mike Frysinger
[not found] ` <200907012241.08962.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-07-02 4:03 ` Theodore Tso
[not found] ` <20090702040353.GB2923-3s7WtUTddSA@public.gmane.org>
2009-07-02 4:35 ` Mike Frysinger
2009-07-01 21:56 ` Kay Sievers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090701212844.GC17054@mit.edu \
--to=tytso@mit.edu \
--cc=arvidjaar@mail.ru \
--cc=kzak@redhat.com \
--cc=linux-ext4@vger.kernel.org \
--cc=matthew@linuxfromscratch.org \
--cc=scott@ubuntu.com \
--cc=util-linux-ng@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).