From owner-freebsd-ports-bugs@freebsd.org Wed Feb 14 23:33:41 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B36FF06395 for ; Wed, 14 Feb 2018 23:33:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECCA0733D5 for ; Wed, 14 Feb 2018 23:33:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 1367D1903F for ; Wed, 14 Feb 2018 23:33:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1ENXdXq036371 for ; Wed, 14 Feb 2018 23:33:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1ENXd1Z036370 for freebsd-ports-bugs@FreeBSD.org; Wed, 14 Feb 2018 23:33:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225901] print/textlive-base fails to compile on 11-STABLE Date: Wed, 14 Feb 2018 23:33:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bsdpr@phoe.frmug.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 23:33:41 -0000 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.=