Date: Thu, 16 Jun 2016 08:02:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210305] www/node: build fails (at deps/icu-small) Message-ID: <bug-210305-13-ISMlD7vpfj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210305-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210305-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210305 --- Comment #15 from Bradley T. Hughes <bradleythughes@fastmail.fm> --- As I mentioned before, the -I/usr/local/include is the cause of the build problem. It makes the compiler pick up includes in /usr/local/include inst= ead of the bundled ones, which is not what I/we wanted. I've narrowed it down to pkgconfig, having that installed causes the node.js configure script to pull in the include and library path from there, which = adds the -I/usr/local/include up to three times on the compiler command line. I suspect this is causing a problem with building the bundled icu-small while having devel/icu installed. I am testing some different build combinations = to narrow it down. --=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-210305-13-ISMlD7vpfj>