[Bug 231229] [PATCH] multimedia/kodi: build fail fix
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 7 14:56:30 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231229
Bug ID: 231229
Summary: [PATCH] multimedia/kodi: build fail fix
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: rozhuk.im at gmail.com
CC: mickael.maillot at gmail.com
Flags: maintainer-feedback?(mickael.maillot at gmail.com)
CC: mickael.maillot at gmail.com
Created attachment 196946
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196946&action=edit
patch
...
wrapper.c:492:71: error: unknown type name '_G_va_list'; did you mean
'__va_list'?
int __wrap___vfprintf_chk(FILE* stream, int flag, const char *format,
_G_va_list ap)
^~~~~~~~~~
__va_list
/usr/include/x86/_types.h:158:27: note: '__va_list' declared here
typedef __builtin_va_list __va_list; /* internally known to gcc */
^
1 error generated.
gmake[3]: *** [Makefile:14: wrapper.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory
'/tmp/ports/usr/ports/multimedia/kodi/work/xbmc-17.6-Krypton/xbmc/cores/DllLoader/exports'
gmake[2]: *** [Makefile:436: xbmc/cores/DllLoader/exports/exports.a] Error 2
...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list