From: Matthew Burgess <matthew-Ugr1wgFcK0zneqvOfBTmdWD2FQJk+8+b@public.gmane.org>
To: Theodore Tso <tytso-3s7WtUTddSA@public.gmane.org>
Cc: Scott James Remnant
<scott-GeWIH/nMZzLQT0dZR+AlfA@public.gmane.org>,
Karel Zak <kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Andrey Borzenkov <arvidjaar-JGs/UdohzUI@public.gmane.org>,
util-linux-ng-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] configure.in: add --disable-libuuid option (Was:libuuid (Re: blkid: util-linux-ng vs. e2fsprogs))
Date: Wed, 1 Jul 2009 15:04:43 -0600 [thread overview]
Message-ID: <605694f0db343657e47df0d3e82e0bc9@quantum.linuxfromscratch.org> (raw)
In-Reply-To: <20090628133430.GA3594-3s7WtUTddSA@public.gmane.org>
On Sun, 28 Jun 2009 09:34:30 -0400, Theodore Tso <tytso-3s7WtUTddSA@public.gmane.org> 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 util-linux-ng" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-07-01 21:04 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 ` Matthew Burgess [this message]
2009-07-01 21:28 ` [PATCH] configure.in: add --disable-libuuid option (Was:libuuid " Theodore Tso
[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=605694f0db343657e47df0d3e82e0bc9@quantum.linuxfromscratch.org \
--to=matthew-ugr1wgfck0zneqvofbtmdwd2fqjk+8+b@public.gmane.org \
--cc=arvidjaar-JGs/UdohzUI@public.gmane.org \
--cc=kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=scott-GeWIH/nMZzLQT0dZR+AlfA@public.gmane.org \
--cc=tytso-3s7WtUTddSA@public.gmane.org \
--cc=util-linux-ng-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.