Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 11:59:56 +0200
From:      "damian@damianek.be" <damian@damianek.be>
To:        "Ngie Cooper (yaneurabeya)" <yaneurabeya@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: FreeBSD11 buildworld WITHOUT_ICONV
Message-ID:  <CA%2B6J3vdpVDge5bdgtNKEsLOLwVwPuvCmAK5pYeQLVrGPGx=hPA@mail.gmail.com>
In-Reply-To: <D054FB3A-B278-423B-93CF-C7619D426F9D@gmail.com>
References:  <CA%2B6J3vdrHowb88zMnwozhvWganmrGBXoxfaYwhSFkvt_FNy3VQ@mail.gmail.com> <30603328-0967-4F43-AF8F-1291439DEEE3@gmail.com> <CA%2B6J3vdOX6X2BHYHCTS=re-DsNCKG2uJz6AS=xNbGj9vJbfB4g@mail.gmail.com> <75FC0C9B-F70B-4524-856F-9C8F4EB45776@gmail.com> <CA%2B6J3vdaW9H8McG4OfnPFUqqHt6gavbp2kxfKK9R%2BX5z9qK_gQ@mail.gmail.com> <99EA092D-EB84-4D54-9583-F7E328466376@gmail.com> <CA%2B6J3vdD3GEpKrWj9QjWu-H91O_ht2fjVxvrXjX1N4xwPcPxrg@mail.gmail.com> <D054FB3A-B278-423B-93CF-C7619D426F9D@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2016-10-24 8:25 GMT+02:00 Ngie Cooper (yaneurabeya) <yaneurabeya@gmail.com>=
:

> > Now i try on revision 307846 and MK_ICONV=3Dno (and WITHOUT_ICONV=3Dyes=
) in
> /etc/src.conf
>
>         If you set WITHOUT_foo=3Dy, it will set MK_foo=3Dno (example belo=
w
> with MK_ICONV and the directory of interest). So, I=E2=80=99m not entirel=
y sure why
> your example is failing (yet). Some logs with failing context somewhere
> would definitely help.
> Thanks,
> -Ngie
>
> $ make -C lib/libc/tests/ -VSUBDIR:Miconv -VMK_ICONV
> iconv
> yes
> $ env MK_ICONV=3Dno make -C lib/libc/tests/ -VSUBDIR:Miconv -VMK_ICONV
>
> no
> $
>

Rev 307846 (svn src ~8AM CEST):
root:/usr/src # grep ICONV /etc/src.conf
WITHOUT_ICONV=3Dyes
MK_ICONV=3Dno
root:/usr/src # make -C lib/libc/tests/ -VSUBDIR:Miconv -VMK_ICONV
iconv
no
root:/usr/src # env MK_ICONV=3Dno make -C lib/libc/tests/ -VSUBDIR:Miconv
-VMK_ICONV
iconv
no

make buildworld:
=3D=3D=3D> lib/libc/tests/iconv (all)
(cd /usr/src/lib/libc/tests/iconv &&  DEPENDFILE=3D.depend.iconvctl_test
 NO_SUBDIR=3D1 /usr/obj/usr/src/make.amd64/bmake -f
/usr/src/lib/libc/tests/iconv/Makefile _RECURSING_PROGS=3Dt
 PROG=3Diconvctl_test )
echo iconvctl_test.full: /usr/obj/usr/src/tmp/usr/lib/libc.a
/usr/obj/usr/src/tmp/usr/lib/libprivateatf-c.a >> .depend.iconvctl_test
cc  -O2 -pipe -march=3Dnative  -g -MD
 -MF.depend.iconvctl_test.iconvctl_test.o -MTiconvctl_test.o -std=3Dgnu99
-fstack-protector-strong    -Qunused-arguments  -c
/usr/src/lib/libc/tests/iconv/iconvctl_test.c -o iconvctl_test.o
/usr/src/lib/libc/tests/iconv/iconvctl_test.c:30:10: fatal error: 'iconv.h'
file not found
#include <iconv.h>
         ^
1 error generated.
*** Error code 1

Stop.
bmake[7]: stopped in /usr/src/lib/libc/tests/iconv
*** Error code 1


--=20
damian@damianek.be



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B6J3vdpVDge5bdgtNKEsLOLwVwPuvCmAK5pYeQLVrGPGx=hPA>