[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <605694f0db343657e47df0d3e82e0bc9@quantum.linuxfromscratch.org>
Date: Wed, 1 Jul 2009 15:04:43 -0600
From: Matthew Burgess <matthew@...uxfromscratch.org>
To: Theodore Tso <tytso@....edu>
Cc: Scott James Remnant <scott@...ntu.com>,
Karel Zak <kzak@...hat.com>,
Andrey Borzenkov <arvidjaar@...l.ru>,
util-linux-ng@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: Re: [PATCH] configure.in: add --disable-libuuid option (Was:libuuid (Re:
blkid: util-linux-ng vs. e2fsprogs))
On Sun, 28 Jun 2009 09:34:30 -0400, Theodore Tso <tytso@....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:
CC ../../e2fsck/profile.c
CC prof_err.c
make[3]: *** No rule to make target `-L/tools/lib', needed by `e2fsck'. Stop.
make[3]: Leaving directory `/mnt/lfs/sources/e2fsprogs-1.41.7/build/e2fsck'
make[2]: *** [all-progs-recursive] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/e2fsprogs-1.41.7/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/e2fsprogs-1.41.7/build'
This was after doing:
../configure --prefix=/tools --disable-libblkid --disable-libuuid
This appears to stem from the following bits of the Makefile:
e2fsck: $(OBJS) $(DEPLIBS)
DEPLIBS= $(LIBEXT2FS) $(LIBCOM_ERR) $(DEPLIBBLKID) $(DEPLIBUUID) $(DEPLIBE2P)
DEPLIBBLKID = $(LIBUUID)
LIBUUID = -L/tools/lib -luuid
So, DEPLIBBLKID appears to be getting set even if the building of libuuid &
libblkid has been disabled. Should DEPLIBBLKID & DEPLIBUUID even be included
in DEPLIBS in that circumstance?
Thanks,
Matt.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists