Date: Sun, 13 May 2018 14:34:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228218] dns/openmdns: Build failure Message-ID: <bug-228218-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228218 Bug ID: 228218 Summary: dns/openmdns: Build failure Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: brnrd@freebsd.org Assignee: jbeich@FreeBSD.org Flags: maintainer-feedback?(jbeich@FreeBSD.org) Building openmdns fails on missing include path > =3D=3D=3D> mdnsctl (all) > echo mdnsctl: /usr/lib/libc.a /usr/lib/libutil.a >> .depend > Warning: Object directory not changed from original /usr/ports/dns/openmd= ns/work/mdnsd-0.7/mdnsctl > cc -O2 -fno-strict-aliasing -pipe -g -Wall -Wstrict-prototypes -Wmissing-= prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsi= gn-compare -I/usr/ports/dns/openmdns/work/mdnsd-0.7/mdnsctl -I/usr/ports/dn= s/openmdns/work/mdnsd-0.7/mdnsctl/../mdnsd -march=3Dnative -MD -MF.depend= .mdnsctl.o -MTmdnsctl.o -std=3Dgnu99 -fstack-protector-strong -Qunused-a= rguments -c mdnsctl.c -o mdnsctl.o > mdnsctl.c:36:10: fatal error: 'imsg.h' file not found > #include <imsg.h> > ^~~~~~~~ > 1 error generated. > *** Error code 1 >=20 > Stop. > make[3]: stopped in /usr/ports/dns/openmdns/work/mdnsd-0.7/mdnsctl Even though CFLAGS is OK from the port's Makefile > $ make -VCFLAGS > -O2 -fno-strict-aliasing -pipe -march=3Dnative -D__dead=3D__dead2 -I/usr= /local/include -fstack-protector -isystem /usr/local/include If I patch that up in the Makefiles, it will blow up on `__dead` > --- mdnsctl.o --- > mdnsctl.c:41:1: error: unknown type name '__dead' >__dead void usage(void); >^ FreeBSD 11.1-p8 amd64 fwiw --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228218-7788>