From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 31 21:01:10 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF8E6DB4 for ; Wed, 31 Jul 2013 21:01:10 +0000 (UTC) (envelope-from kentas@hush.com) Received: from smtp10.hushmail.com (smtp10.hushmail.com [65.39.178.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6B982758 for ; Wed, 31 Jul 2013 21:01:10 +0000 (UTC) Received: from smtp10.hushmail.com (localhost [127.0.0.1]) by smtp10.hushmail.com (Postfix) with SMTP id E5112C016C for ; Wed, 31 Jul 2013 21:01:03 +0000 (UTC) Received: from smtp.hushmail.com (w7.hushmail.com [65.39.178.32]) by smtp10.hushmail.com (Postfix) with ESMTP; Wed, 31 Jul 2013 21:01:03 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id C6EB7200AF; Wed, 31 Jul 2013 21:01:03 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 31 Jul 2013 17:01:03 -0400 To: gnome@freebsd.org Subject: sysutils/hal fails to compile today From: "Kenta Suzumoto" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20130731210103.C6EB7200AF@smtp.hushmail.com> Cc: ports@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 21:01:11 -0000 Hi all. I'm doing what's mentioned in today's UPDATING and hal is failing to compile. I tried setting MAKE_JOBS_UNSAFE=yes 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=\""/usr/local/etc"\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_BIN_DIR=\""/usr/local/bin"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DPACKAGE_LOCALSTATEDIR=\""/var"\" -I../../.. -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include -O2 -pipe -Qunused-parameter -Qunused-arguments -march=native -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT probe-smbios.o -MD -MP -MF .deps/probe-smbios.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 >= 0 is always true [-Wtautological-compare] for (i = len - 2; __sbistype((nbuf[i]), 0x00004000L) && i >= 0; --i) ~ ^ ~ probe-smbios.c:83:1: warning: unused function 'copykeyval' [-Wunused-function] 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/hal-0.5.14/hald/freebsd/probing' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/hal-0.5.14/hald/freebsd' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/hal-0.5.14/hald' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/hal-0.5.14/hald' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/ram/basejail/usr/ports/sysutils/hal/work/hal-0.5.14' gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. Full build log can be seen here: http://dpaste.com/1325248/plain/