Summary: | deskutils/noti: Fails to build: error: unknown type names | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikael Urankar <mikael> | ||||
Component: | Individual Port(s) | Assignee: | Hiroki Tagato <tagattie> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Keywords: | buildisok, needs-qa | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(tagattie) koobs: merge-quarterly? |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 216195 [details]
v1
Build fixes are:
Approved by: portmgr (blanket: build fix)
If quarterly is affected:
MFH: <branch> (blanket: build fix)
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/168356791 A commit references this bug: Author: mikael Date: Wed Jul 22 17:25:17 UTC 2020 New revision: 542882 URL: https://svnweb.freebsd.org/changeset/ports/542882 Log: deskutils/noti: fix build on -head PR: 247759 Approved by: portmgr (blanket: build fix) MFH: 2020Q3 (blanket: build fix) Changes: head/deskutils/noti/files/ head/deskutils/noti/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go A commit references this bug: Author: mikael Date: Wed Jul 22 18:46:44 UTC 2020 New revision: 542886 URL: https://svnweb.freebsd.org/changeset/ports/542886 Log: MFH: r542882 deskutils/noti: fix build on -head PR: 247759 Approved by: portmgr (blanket: build fix) Approved by: ports-secteam (joneum) Changes: _U branches/2020Q3/ branches/2020Q3/deskutils/noti/files/ |
Created attachment 216195 [details] v1 # github.com/godbus/dbus In file included from vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go:13: In file included from /usr/include/sys/ucred.h:39: /usr/include/sys/_lock.h:38:2: error: unknown type name 'u_int' u_int lo_flags; ^ /usr/include/sys/_lock.h:39:2: error: unknown type name 'u_int' u_int lo_data; /* General class specific data. */ ^ In file included from vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go:13: In file included from /usr/include/sys/ucred.h:40: /usr/include/sys/_mutex.h:49:11: error: unknown type name 'uintptr_t' volatile uintptr_t mtx_lock; /* Owner and flags. */ ^ /usr/include/sys/_mutex.h:63:11: error: unknown type name 'uintptr_t' volatile uintptr_t mtx_lock; /* Owner and flags. */