svn commit: r526425 - head/devel/libudev-devd

Jan Beich jbeich at FreeBSD.org
Mon Feb 17 20:33:32 UTC 2020


Niclas Zeising <zeising at FreeBSD.org> writes:

> -USES=		autoreconf gmake libtool localbase pathfix pkgconfig
> +USES=		localbase meson pkgconfig

Can you add USES=compiler:c11? It doesn't build with GCC 4.2 in base.

Has header "devinfo.h" : NO
Header <libprocstat.h> has symbol "procstat_open_sysctl" : NO
Has header "linux/input.h" : NO
Checking for function "pipe2" : NO
Checking for function "strchrnul" : NO
Run-time dependency threads found: YES

meson.build:81:0: ERROR: Unknown variable "devinfo_dep".

$ fgrep error: `make -V BUILD_WRKSRC`/meson-logs/meson-log.txt
 cc1: error: unrecognized command line option "-std=c11"
 cc1: error: unrecognized command line option "-std=c11"
 cc1: error: unrecognized command line option "-std=c11"
 cc1: error: unrecognized command line option "-std=c11"
 cc1: error: unrecognized command line option "-std=c11"
 cc1: error: unrecognized command line option "-std=c11"
 cc1: error: unrecognized command line option "-std=c11"


More information about the svn-ports-head mailing list