Date: Wed, 14 Feb 2018 23:33:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225901] print/textlive-base fails to compile on 11-STABLE Message-ID: <bug-225901-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225901 Bug ID: 225901 Summary: print/textlive-base fails to compile on 11-STABLE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: bsdpr@phoe.frmug.org Here is the history of the discovery: * A brand new host was installed with 11.1-RELEASE. * Some ports were compiled and installed, one of then pulled textlive-base. * The host was then upgraded to 11-STABLE (svn revision 329020). * portupgrade -a -f was attempted and failed while compiling textlive-base. # cd /usr/ports/print/textlive-base ; make [...] Making all in detex --- all --- /usr/bin/make all-am --- detex-2.8/.dirstamp --- --- detex-2.8/.deps/.dirstamp --- --- detex-2.8/detex.o --- depbase=3D`echo detex-2.8/detex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./detex-2.8 -I/usr/local/lib -I/usr/local/include -DNO_MALLOC_DECL -DKPATHSEA -Dlint -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -O2 -pipe -I/usr/local/include -fstack-protector -fno-strict-aliasing -MT detex-2.8/detex.o -MD -MP -MF $depbase.Tpo -c -o detex-2.8/detex.o detex-2.8/detex.c && mv -f $depbase.Tpo $depbase.Po In file included from detex.l:59: In file included from /usr/local/include/kpathsea/config.h:88: In file included from /usr/local/include/kpathsea/c-std.h:41: /usr/include/stdlib.h:93:7: error: expected function body after function declarator __alloc_size2(1, 2); ^ /usr/include/stdlib.h:311:6: error: expected function body after function declarator __alloc_size2(2, 3); ^ [...] --=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-225901-13>