xfs
[Top] [All Lists]

Re: libacl.a in /lib, xfstests looks for it in /usr/lib

To: "Marcelo E. Magallon" <marcelo.magallon@xxxxxxxxxxx>
Subject: Re: libacl.a in /lib, xfstests looks for it in /usr/lib
From: Steve Lord <lord@xxxxxxx>
Date: Wed, 18 Jul 2001 16:12:21 -0500
Cc: linux-xfs@xxxxxxxxxxx
Comments: In-reply-to "Marcelo E. Magallon" <marcelo.magallon@bigfoot.com> message dated "Wed, 18 Jul 2001 23:00:42 +0200."
References: <20010718230042.A17135@ysabell.wh.vaih>
Sender: owner-linux-xfs@xxxxxxxxxxx
I have hit the same thing, if you want to 'fix it' change the configure.in
file in the cmd/xfstests directory:

===========================================================================
Index: cmd/xfstests/configure.in
===========================================================================

--- /usr/tmp/TmpDir.24826-0/cmd/xfstests/configure.in_1.8       Wed Jul 18 
16:09:53 2001
+++ cmd/xfstests/configure.in   Wed Jul 18 16:09:42 2001
@@ -176,7 +176,7 @@
        echo 'Install either the acl-devel (rpm) or the acl-dev (deb) package.'
        exit 1
 ])
-libacl="/usr/lib/libacl.a"
+libacl="/lib/libacl.a"
 AC_SUBST(libacl)
 
 dnl Checks for GNU database manager header and library.


Then rerun configure and rebuild the tests.

I will see what Nathan wants to do with this, he has been restructuring
packages recently.

Steve

> Hi,
> 
>  I think subject says it all.  Skimming thru the build logs of the last
>  few days I find:
> 
>  [...]
>  Wrote: /somepath/acl/build/rpm/acl-1.1.0-0.i386.rpm
>  Wrote: /somepath/build/rpm/acl-devel-1.1.0-0.i386.rpm
> 
>  install: acl-1.1.0-0 ok
>  install: acl-devel-1.1.0-0 ok
>  [...]
>  checking for sys/acl.h... yes
>  checking for acl_get in -lacl... yes
>  [...]
>  make[1]: Entering directory `/xfs-stress-test/test/xfstests'
>  === include ===
>  make[2]: Nothing to be done for `default'.
>  === src ===
>  gcc -O1 -g -DDEBUG -funsigned-char -Wall  -I../include '-DVERSION="1.0.0"' -
> D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/xfs -I/usr/include/attr   
> alloc.c -o alloc
>  gcc -O1 -g -DDEBUG -funsigned-char -Wall  -I../include '-DVERSION="1.0.0"' -
> D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/xfs -I/usr/include/attr  -
> c -o acl_get.o acl_get.c
>  make[2]: *** No rule to make target `/usr/lib/libacl.a', needed by `acl_get'
> .  Stop.
> 
> -- 
> Marcelo


<Prev in Thread] Current Thread [Next in Thread>