From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 6 17:20:00 2014 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.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 ESMTPS id 80D15F77 for ; Thu, 6 Feb 2014 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B2DF1DCC for ; Thu, 6 Feb 2014 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s16HK055019117 for ; Thu, 6 Feb 2014 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s16HK0wc019115; Thu, 6 Feb 2014 17:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Feb 2014 17:20:00 GMT Resent-Message-Id: <201402061720.s16HK0wc019115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nick 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 ESMTPS id 20A22EFC for ; Thu, 6 Feb 2014 17:16:18 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C6B01DA8 for ; Thu, 6 Feb 2014 17:16:18 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s16HGHEt007567 for ; Thu, 6 Feb 2014 17:16:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s16HGHDg007562; Thu, 6 Feb 2014 17:16:17 GMT (envelope-from nobody) Message-Id: <201402061716.s16HGHDg007562@oldred.freebsd.org> Date: Thu, 6 Feb 2014 17:16:17 GMT From: Nick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/186514: Issue with input-wacom port X-Mailman-Approved-At: Thu, 06 Feb 2014 17:43:02 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 17:20:00 -0000 >Number: 186514 >Category: amd64 >Synopsis: Issue with input-wacom port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 06 17:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Nick >Release: 10.0 >Organization: >Environment: uname -a FreeBSD fbsd 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Issue when building /usr/ports/x11-drivers/input-wacom .. I've tried this on a VM as well as my Thinkpad X41 laptop. root@fbsd:/usr/ports/x11-drivers/input-wacom # make ===> Building for input-wacom-40.0.15.0_1 Warning: Object directory not changed from original /usr/ports/x11-drivers/input-wacom/work/uwacom cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -c uwacom.c uwacom.c:75:10: fatal error: 'sys/clist.h' file not found #include ^ 1 error generated. *** Error code 1 Stop. make[2]: stopped in /usr/ports/x11-drivers/input-wacom/work/uwacom *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-drivers/input-wacom *** Error code 1 Stop. make: stopped in /usr/ports/x11-drivers/input-wacom >How-To-Repeat: Try to build /usr/ports/x11-drivers/input-wacom >Fix: >Release-Note: >Audit-Trail: >Unformatted: