Date: Sun, 27 Oct 2019 05:01:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241515] print/texinfo: Will not build without NLS option due to missing header. Message-ID: <bug-241515-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241515 Bug ID: 241515 Summary: print/texinfo: Will not build without NLS option due to missing header. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: daniel@shafer.cc Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Attachment #208624 text/plain mime type: Created attachment 208624 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208624&action= =3Dedit texinfo-6.7,1.log Attached my build log. It appears that libintl header is missing when not using the NLS option. I verified it will build with NLS enabled. Error: ``` depbase=3D`echo parsetexi/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I./gnulib/lib -I./gnulib/lib -DDATADIR=3D\"/usr/local/share\" -I/usr/local/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=3D2 -O2 -pipe -march=3Dnehalem -fstack-protector-strong -fno-strict-aliasing -DVERSION=3D\"0\" -DXS_VERSION=3D\"0\" -I/usr/local/lib/perl5/5.30/mach/CORE -MT parsetexi/debug.lo -MD -MP -MF $depbase.Tpo -c -o parsetexi/debug.lo parsetexi/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo parsetexi/api.c:28:10: fatal error: 'libintl.h' file not found #include <libintl.h> ^~~~~~~~~~~ 4 warnings generated. 1 error generated. ``` Full build log is attached. --=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-241515-7788>