From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 20 15:43:04 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A27717E1 for ; Wed, 20 Aug 2014 15:43:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 897C13EAB for ; Wed, 20 Aug 2014 15:43:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7KFh48Z080395 for ; Wed, 20 Aug 2014 15:43:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192857] New: netpbm build fails and breaks releng/9.3 release build Date: Wed, 20 Aug 2014 15:43:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: slvr32@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2014 15:43:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192857 Bug ID: 192857 Summary: netpbm build fails and breaks releng/9.3 release build Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: slvr32@gmail.com Attempting to build a release with releng/9.3 branch... # mkdir /var/9.3-releng # cd /usr/src/release # sh generate-release.sh releng/9.3 /var/9.3-releng [...] gmake[2]: Entering directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools' cc -o typegen typegen.o mkdir -p importinc rm -f importinc/nstring.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/nstring.h importinc/nstring.h mkdir -p importinc rm -f importinc/filename.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/filename.h importinc/filename.h gmake[2]: Entering directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools' cc -c -O2 -pipe -DPNG_DEPSTRUCT= -Iutil -fno-strict-aliasing -o endiangen.o endiangen.c mkdir -p importinc rm -f importinc/pm_c_util.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/pm_c_util.h importinc/pm_c_util.h mkdir -p importinc rm -f importinc/shhopt.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/shhopt.h importinc/shhopt.h mkdir -p importinc rm -f importinc/wordaccess.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/wordaccess.h importinc/wordaccess.h mkdir -p importinc rm -f importinc/wordaccess_64_le.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/wordaccess_64_le.h importinc/wordaccess_64_le.h mkdir -p importinc rm -f importinc/wordaccess_gcc3_be.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/wordaccess_gcc3_be.h importinc/wordaccess_gcc3_be.h mkdir -p importinc cc -o typegen typegen.o rm -f importinc/wordaccess_gcc3_le.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/wordaccess_gcc3_le.h importinc/wordaccess_gcc3_le.h mkdir -p importinc rm -f importinc/wordaccess_generic.h /usr/lib/crt1.o: In functioln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/wordaccess_generic.h importinc/wordaccess_generic.h n `_start1': crt1_c.c:(.text+0xa6): undmkdir -p importinc efined reference to `main' rm -f importinc/intcode.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../lib/util/intcode.h importinc/intcode.h mkdir -p importinc gmake[2]: *** [typegen] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools' gmake[1]: *** [/usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools/typegen] Error 2 gmake[1]: *** Waiting for unfinished jobs.... rm -f importinc/version.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../version.h importinc/version.h cc -o endiangen endiangen.o gmake[2]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools' /usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools/typegen >inttypes_netpbm.h || (rm -f inttypes_netpbm.h || false) gmake[1]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92' mkdir -p importinc rm -f importinc/inttypes_netpbm.h ln -sf /usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../inttypes_netpbm.h importinc/inttypes_netpbm.h gmake[2]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92/buildtools' gmake[1]: Leaving directory `/usr/ports/graphics/netpbm/work/netpbm-10.35.92' gmake: *** [/usr/ports/graphics/netpbm/work/netpbm-10.35.92/lib/util/../../pm_config.h] Error 2 [: xTry: unexpected operator *** [pre-build] Error code 1 Stop in /usr/ports/graphics/netpbm. *** [run-depends] Error code 1 Stop in /usr/ports/textproc/docproj. -- You are receiving this mail because: You are the assignee for the bug.