From owner-freebsd-stable@freebsd.org Tue Oct 18 07:10:59 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39CBCC16E72 for ; Tue, 18 Oct 2016 07:10:59 +0000 (UTC) (envelope-from alonsoschaich@fastmail.fm) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007E1CCE for ; Tue, 18 Oct 2016 07:10:58 +0000 (UTC) (envelope-from alonsoschaich@fastmail.fm) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 006E320871; Tue, 18 Oct 2016 03:10:55 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Tue, 18 Oct 2016 03:10:56 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=GrS7V /QF/5yUpPSiAZseD7TzsTk=; b=TKUyXmleMmnnBesI7hc1K1IxC1G7QvFbowEki Ut3hI329jn7s3dyVA1a2o+AdjZ5tJkz+AXC0ayiOoVE5zfPMaBCp7fyAjdkKGE4d a88eS3KeFwloANAztQC8G//CITXv5kuH76jYGvn1shscSFRqwYf7l76v3qTQoP2p n9xJ1E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=GrS7V/QF/5yUpPSiAZseD7TzsTk=; b=n89ys datxcGhccGFJmodehHNNxuGClHruxHn/W5gOMMZfrA8ESRxpdPpHyOf6MhOpCFk7 AepjvL5llaONj4Jq55N73oEiAvAb7lhRhDXrgL24gWRe8WzCxVXWuDNS9Ek/8Z19 /HvhyBYtUVsaHrqnaPrvxcb5YkZkpfmsh0v7dA= X-Sasl-enc: JG8OgqIKohsdBLA1caKlqMSpzDjqwG2t+DLD0DX9aJ3Y 1476774655 Received: from sunstream.divine.net (hsi-kbw-046-005-018-127.hsi8.kabel-badenwuerttemberg.de [46.5.18.127]) by mail.messagingengine.com (Postfix) with ESMTPA id 385ADCC07B; Tue, 18 Oct 2016 03:10:55 -0400 (EDT) Date: Tue, 18 Oct 2016 09:10:42 +0200 From: Schaich Alonso To: Kevin Oberman Cc: Dmitry Luhtionov , FreeBSD-STABLE Mailing List Subject: Re: make buildwotrld can not find zlib,h Message-Id: <20161018091042.dbc86eadd7c15f1e7fc4b5e1@fastmail.fm> In-Reply-To: References: X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA512"; boundary="Signature=_Tue__18_Oct_2016_09_10_42_+0200_IXPCeqz1GtpNB+lF" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 07:10:59 -0000 --Signature=_Tue__18_Oct_2016_09_10_42_+0200_IXPCeqz1GtpNB+lF Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 14 Oct 2016 11:06:55 -0700 Kevin Oberman wrote: > On Fri, Oct 14, 2016 at 6:10 AM, Dmitry Luhtionov > wrote: >=20 > > c++ -O2 -pipe > > -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include > > -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/ > > include > > -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -= I. > > -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/cla= ng/ > > include > > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS > > -D__STDC_CONSTANT_MACROS -DNDEBUG -fno-strict-aliasing > > -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd11.0\" > > -DLLVM_HOST_TRIPLE=3D\"x86_64-unknown-freebsd11.0\" > > -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -MD -MF.depend.Compression= .o > > -MTCompression.o -Qunused-arguments > > -I/usr/obj/usr/src/tmp/legacy/usr/include -std=3Dc++11 -fno-exceptions > > -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -c > > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ > > Compression.cpp > > -o Compression.o > > /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ > > Compression.cpp:21:10: > > fatal error: 'zlib.h' file not found > > #include > > ^ > > 1 error generated. > > >=20 > Very odd. /usr/include/zlib.h is and long has been a standard component of > FreeBSD and should be present on your system. Can you confirm its absence? > Anything that could be in /etc/src.conf that might trigger this? (I can't > see anything obvious, but src.conf(5) is very long.) >=20 > I'm also not sure whether, at this point in the build, you should be using > the system's include files or those in /usr/obj/usr/src/tmp/usr/include/ = or > /usr/src/lib/libz/zlib.h, which is what should be copied to > /usr/obj/usr/src/tmp/usr/include. Normally the system's files are not used > during the build. >=20 > Have you tried completely removing /usr/obj (rm -r /usr/obj/*) before > starting the build with -DNO_CLEAN? > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Hi, I'm having an issue with libarchive that might or might not be related: > [...] > (cd /usr/src/lib/libarchive/tests && DEPENDFILE=3D.depend.libarchive_tes= t NO_SUBDIR=3D1 make -f /usr/src/lib/libarchive/tests/Makefile _RECURSING_= PROGS=3Dt PROG=3Dlibarchive_test ) > cc -O2 -pipe -I/usr/src/lib/libarchive -I/usr/obj/usr/src/lib/libarchive/= tests -I/usr/src/contrib/libarchive/libarchive -I/usr/src/contrib/libarchiv= e/test_utils -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D1 -g -MD -MF.depend.liba= rchive_test.main.o -MTmain.o -std=3Dgnu99 -fstack-protector-strong -Qunu= sed-arguments -c /usr/src/contrib/libarchive/libarchive/test/main.c -o mai= n.o > /usr/src/contrib/libarchive/libarchive/test/main.c:2400:10: fatal error: = 'list.h' file not found > #include "list.h" > ^ > 1 error generated. > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/src/lib/libarchive/tests > *** Error code 1 > [...] list.h is perfectly there, but it's in /usr/src/lib/libarchive/tests rather= than /usr/obj/usr/src/lib/libarchive/tests (the second -I is wrong), so ei= ther some copy-to-builddir target was skipped or the build process should i= nclude the source path instead of the build path. I removed anything from /usr/obj/ and also commented-away anything I had in= make.conf and src.conf prior to attempting to compile it (11-STABLE r30755= 0). Alonso --Signature=_Tue__18_Oct_2016_09_10_42_+0200_IXPCeqz1GtpNB+lF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYBcrzXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGRUQ1N0JDOERFQjk5NEQ5QjUyQzBBMzVG RjhGNkI2RDBBQUNGQzY3AAoJEP+Pa20KrPxn0IEIAIVfYip87Nuedr4VdY/fQrqv q94r1Ncfpl0hSIB50dZdyQLBgLcuvIdNF01rBp1G8dOe5IIUUMW3b76nLd1rzBK9 tLvRY9JKS9grOGRA6H+cXulHukMG1R73aKwL59K4C4om/X66+qa60b1oKmYQ9Jgb lpALPDYg8HJEZV0HXibTbPjr2zXVrXXiCkskxpfl80Nibtzmgwa/cjouskcDjqC5 hhqRVarJz78ZqP0geln1zTaRzUNLnubWEIaIZSoTRZwIFTM05Gb2ewN2WAfXoUZR ctWr47MISkLpMUjOkFSkd7XaKtq4wJy/GPF4bxZ1eG6aX5jsfiwz6DqRKZaJK+g= =dkGY -----END PGP SIGNATURE----- --Signature=_Tue__18_Oct_2016_09_10_42_+0200_IXPCeqz1GtpNB+lF--