On 05/26/2015 08:58 AM, Zac Medico wrote:
> On 05/26/2015 07:24 AM, Mike Frysinger wrote:
>> +    # Only check on 32-bit systems.  Filtering by $ARCH here isn't perfect, 
>> but
>> +    # it should be good enough for our needs.
>> +    case ${ARCH} in
>> +    arm|mips|ppc|sh|x86) ;;
>> +    *) return ;;
>> +    esac
> 
> Shouldn't we also enable this for 64-bit archs when multilib is enabled?
> I've experienced a problem with multilib pkgconfig and 64-bit inodes,
> and if I enable this check for amd64 then I get these warnings for
> dev-util/pkgconfig-0.28-r2:
> 
>  * QA Notice: The following files were not built with LFS support:
>  *   Please see https://bugs.gentoo.org/471102 for details.
>  * readdir@@GLIBC_2.2.5,fopen@@GLIBC_2.2.5
> usr/bin/x86_64-pc-linux-gnu-pkg-config
>  * readdir@@GLIBC_2.2.5,fopen@@GLIBC_2.2.5 usr/bin/pkg-config
>  * fopen@@GLIBC_2.1,readdir@@GLIBC_2.0 usr/bin/i686-pc-linux-gnu-pkg-config
> 

I've confirmed that append-lfs-flags from flag-o-matic.eclass solves the
problem that I have experienced, and filed the following bug:

https://bugs.gentoo.org/show_bug.cgi?id=550482
-- 
Thanks,
Zac

Reply via email to