Bug 186514 - cannot build x11-drivers/input-wacom
Summary: cannot build x11-drivers/input-wacom
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on: 175876
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-06 17:20 UTC by Nick
Modified: 2014-06-11 22:14 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick 2014-02-06 17:20:00 UTC
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 <sys/clist.h>
         ^
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-02-06 17:48:55 UTC
Responsible Changed
From-To: freebsd-amd64->freebsd-ports-bugs

ports PR.
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2014-06-05 09:44:43 UTC
Unfortunately, there is no maintainer for this port. Do you want to try to fix it yourself and submit a patch?
Comment 3 Jan Beich freebsd_committer freebsd_triage 2014-06-11 07:40:27 UTC
uwacom is obsolete by Wacom support in webcamd (INPUT option). After bug 175876 the port only contains X.Org driver and should build fine.