On 02/10/16 21:36, sf...@users.sourceforge.net wrote:
> 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?

CC is unset, here is the original make command:

==================================================================

CPPFLAGS="-I /usr/include -I
/home/omega/files/source_code/kernel/aufs/aufs4-standalone/usr/include"
make -j 6

==================================================================


> 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

I can confirm adding 'LibAuDir=/usr/lib' to the make invocation (e.g.
before -j) as a variable assignment allows the build to proceed without
hacking the Makefile.

Note that currently even 'make clean' causes compilation to occur...


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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