On 8/28/06, Alessandro Alocci <[EMAIL PROTECTED]> wrote:

This seems to be a workaround for this problem:

export INSTALL_USER=root
export INSTALL_GROUP=root
sed -i '/autoconf/d' Makefile
make DEBUG=-DNDEBUG
(...)
unset INSTALL_USER INSTALL_GROUP

Usually the way you handle setting variables in Makefiles is by
passing them as an argument. So, you'd do

make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root

Possibly, you could build as usual and the pass INSTALL_USER and
INSTALL_GROUP when you switch to root and install. But, you've got the
right idea.

About the various libhandle links, they can be
installed also running:

make install-dev

Thanks. I found this out the other day when I was building acl, which
is packaged the same way. There's a bit of a hitch installing too many
symlinks with the install-dev target, but it get's a lot closer than
the commands in the book. XFS was the first package I updated when I
became an editor.

http://mirrors.sunsite.dk/xfs/download/previous/cmd_tars/xfsprogs-2.7.11.src.tar.gz

Thanks. Could you do me a favor and add these notes to the bug for
updating to the most recent xfsprogs?

http://wiki.linuxfromscratch.org/blfs/ticket/2028

and I've found similar problems installing the attr and
acl packages.

Oh, you noticed too!

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to