From owner-freebsd-ports-bugs@freebsd.org Fri Dec 25 16:06:13 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 279E0A520C0 for ; Fri, 25 Dec 2015 16:06:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id F2DD51D79 for ; Fri, 25 Dec 2015 16:06:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPG6CPk032855 for ; Fri, 25 Dec 2015 16:06:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205600] arm's lang/perl5 via pkg install perl5: cc => '/nxb-bin/usr/bin/cc' in /usr/local/lib/perl5/5.20/mach/Config.pm Date: Fri, 25 Dec 2015 16:06:13 +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: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-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 cc 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 16:06:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205600 Bug ID: 205600 Summary: arm's lang/perl5 via pkg install perl5: cc => '/nxb-bin/usr/bin/cc' in /usr/local/lib/perl5/5.20/mach/Config.pm Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: markmi@dsl-only.net CC: freebsd-arm@FreeBSD.org CC: freebsd-arm@FreeBSD.org pkg install perl5 on arm (rpi2 in my case) to get 5.20 messes up the path for cc to be "/nxb-bin/usr/bin/cc" in mach/Config.pm . This breaks builds, such as for p5-Locale-gettext-1.06 . See below for details. ===>>> All >> freetype2-2.6_1 >> devel/gmake >> devel/p5-Locale-gettext (5/66) ===> Cleaning for p5-Locale-gettext-1.06 . . . --- blib/arch/auto/Locale/gettext/gettext.so --- rm -f blib/arch/auto/Locale/gettext/gettext.so LD_RUN_PATH="/usr/local/lib" /nxb-bin/usr/bin/cc -shared -L/wrkdirs/usr/ports/lang/perl5.20/work/perl-5.20.3 -L/usr/local/lib/perl5/5.20/mach/CORE -Wl,-rpath=/usr/local/lib/perl5/5.20/mach/CORE -lperl -L/usr/local/lib -fstack-protector gettext.o -o blib/arch/auto/Locale/gettext/gettext.so -L/usr/local/lib -lintl sh: /nxb-bin/usr/bin/cc: not found *** [blib/arch/auto/Locale/gettext/gettext.so] Error code 127 The /nxb-bin/ text is from . . . # more /usr/local/lib/perl5/5.20/mach/Config.pm . . . # tie returns the object, so the value returned to require will be true. tie %Config, 'Config', { archlibexp => '/usr/local/lib/perl5/5.20/mach', archname => 'arm-freebsd-thread-multi-64int', cc => '/nxb-bin/usr/bin/cc', . . . -- You are receiving this mail because: You are the assignee for the bug.