From owner-freebsd-ports@FreeBSD.ORG Thu Aug 1 06:56:37 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBDF0E2; Thu, 1 Aug 2013 06:56:37 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 288352CE1; Thu, 1 Aug 2013 06:56:36 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id m46so1359461wev.36 for ; Wed, 31 Jul 2013 23:56:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=DSs8tAoqXp3HZy2OBrPdJY+zeVyIAJ+aAv6hFfQ9vds=; b=RKwg3s93zsRnwotZYlGeKxfVKeWvf5kV6MwJYtk/UwcH1MOm3PY/C9WpGuzmN9NYLp k3vSJsxQAy3TMrtQY+2nkp48nJayFO8j+apLt58YT/RmI1qIgUsxDfXB413nVuAq4UMx 4Ybwrayd7vCd4RZ21H0Ul8trJ2kUh6MZLaUmL7oowcpjfLRulwxFzs/Fxj91IdKO7HsT Hsg8EMPD32f4kTWPdKuy5BpvVgm8R8nVTNhfZm642vySRC1UCGydXI7wpH1HPvdqCJwG zrSRiJ+9CvS7w4yTvGWckrcpP1sea3VZPvMxEy+ktE3JWQabV/dl9DjT/uXIHzhZWv51 bS/w== MIME-Version: 1.0 X-Received: by 10.180.98.233 with SMTP id el9mr7938wib.54.1375340195395; Wed, 31 Jul 2013 23:56:35 -0700 (PDT) Received: by 10.194.239.164 with HTTP; Wed, 31 Jul 2013 23:56:35 -0700 (PDT) In-Reply-To: <20130731210103.C6EB7200AF@smtp.hushmail.com> References: <20130731210103.C6EB7200AF@smtp.hushmail.com> Date: Thu, 1 Aug 2013 08:56:35 +0200 Message-ID: Subject: Re: sysutils/hal fails to compile today From: David Demelier To: Kenta Suzumoto Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org, ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 06:56:37 -0000 2013/7/31 Kenta Suzumoto : > Hi all. I'm doing what's mentioned in today's UPDATING and hal is failing= to compile. > > I tried setting MAKE_JOBS_UNSAFE=3Dyes in make.conf but it did not help. > > Snippet: > > 1 warning generated. > mv -f .deps/probe-scsi.Tpo .deps/probe-scsi.Po > clang -DHAVE_CONFIG_H -I. -I../../.. -DPACKAGE_SYSCONF_DIR=3D\""/usr/loc= al/etc"\" -DPACKAGE_DATA_DIR=3D\""/usr/local/share"\" -DPACKAGE_BIN_DIR=3D\= ""/usr/local/bin"\" -DPACKAGE_LOCALE_DIR=3D\""/usr/local/share/locale"\" -D= PACKAGE_LOCALSTATEDIR=3D\""/var"\" -I../../.. -I/usr/local/include/dbus-1.0= -I/usr/local/include/dbus-1.0/include -I/usr/local/include -O2 -pipe -Q= unused-parameter -Qunused-arguments -march=3Dnative -fno-strict-aliasing -W= all -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-ari= th -Wcast-align -Wsign-compare -MT probe-smbios.o -MD -MP -MF .deps/probe-s= mbios.Tpo -c -o probe-smbios.o probe-smbios.c > probe-hiddev.c:43:10: fatal error: 'usbhid.h' file not found > #include > ^ > 1 error generated. > gmake[5]: *** [probe-hiddev.o] Error 1 > gmake[5]: *** Waiting for unfinished jobs.... > probe-smbios.c:213:61: warning: comparison of unsigned expression >=3D 0 = is always true [-Wtautological-compare] > for (i =3D len - 2; __sbistype((nbuf[i]), 0x00004000L) && i >=3D 0; --i= ) > ~ ^ ~ > probe-smbios.c:83:1: warning: unused function 'copykeyval' [-Wunused-func= tion] > copykeyval (char *key, char *compat_key) > ^ > 2 warnings generated. > mv -f .deps/probe-smbios.Tpo .deps/probe-smbios.Po > gmake[5]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/ha= l-0.5.14/hald/freebsd/probing' > gmake[4]: *** [all-recursive] Error 1 > gmake[4]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/ha= l-0.5.14/hald/freebsd' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/ha= l-0.5.14/hald' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/ha= l-0.5.14/hald' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/ha= l-0.5.14' > gmake: *** [all] Error 2 > =3D=3D=3D> Compilation failed unexpectedly. > > Full build log can be seen here: http://dpaste.com/1325248/plain/ > Do you have a restricting /etc/src.conf? I'm surprised to see the code does not find usbhid.h. Which version of FreeBSD? Cheers, --=20 Demelier David