Hello OmegaPhil,
Thanx for reporting.

OmegaPhil:
> I'm currently updating aufs-util in the usual way (looks like aufs4.1 is
> the latest branch), building succeeds but make install fails with the
> following:
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> make[1]: Entering directory
> '/home/omega/files/source_code/kernel/aufs/aufs-aufs-util/libau'
> Makefile:61: LibAuDir=3D
        :::

Hmm, what is your 'make' command line?
Did you set CC?

aufs-util.git expects LibAuDir to be specified whenever CC is given.
For example,

$ make -s BuildFHSM=yes CPPFLAGS=-I.../aufs4-linux/usr/include all
or
$ make -s -C compat32 BuildFHSM=yes CC="cc -m32" 
LibAuDir=/usr/lib/i386-linux-gnu CPPFLAGS=-I.../aufs4-linux/usr/include all

If you specify CC but LibAuDir, then such bug may appear I am afraid.


J. R. Okajima

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Reply via email to