From owner-freebsd-ports-bugs@freebsd.org Wed Aug 9 15:02:32 2017 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 2AE8FDCF19A for ; Wed, 9 Aug 2017 15:02:32 +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 1884B75414 for ; Wed, 9 Aug 2017 15:02:32 +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 v79F2VXM072531 for ; Wed, 9 Aug 2017 15:02:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221296] 'make -C /path/to/some/port install' fails when /usr/ports is symbolic link to other directory Date: Wed, 09 Aug 2017 15:02:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jrm@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 15:02:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221296 Joseph Mingrone changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrm@freebsd.org --- Comment #1 from Joseph Mingrone --- I am able to reproduce this. % cd / && ls -lh home lrwxr-xr-x 1 root wheel 8B Jun 25 2015 home -> usr/home % PORTSDIR=3D/home/jrm/scm/freebsd/freebsd-ports.svn make -C /home/jrm/scm/freebsd/freebsd-ports.svn/lang/perl5.26 install =3D=3D=3D> Switching to root credentials to create /var/db/ports/lang_perl= 5.26 Password: =3D=3D=3D> Returning to user credentials =3D=3D=3D> Switching to root credentials to write /var/db/ports/lang_perl5.26/options Password: =3D=3D=3D> Returning to user credentials make[1]: don't know how to make /home/jrm/scm/freebsd/freebsd-ports.svn/lang/perl5.26/work/.install_done.pe= rl._usr_local. Stop make[1]: stopped in /usr/home/jrm/scm/freebsd/freebsd-ports.svn/lang/perl5.= 26 *** Error code 2 Stop. make: stopped in /home/jrm/scm/freebsd/freebsd-ports.svn/lang/perl5.26 After applying the patch in https://reviews.freebsd.org/D11934: % PORTSDIR=3D/home/jrm/scm/freebsd/freebsd-ports.svn make -C /home/jrm/scm/freebsd/freebsd-ports.svn/lang/perl5.26 install ################################################## This is *NOT* the DEFAULT perl version It will *NOT* install /usr/local/bin/perl It will *ONLY* install /usr/local/bin/perl5.26.0 The default Perl version currently is 5.24. If you want to use this version as the default, stop the build now, add this line to your /etc/make.conf, and then restart the build. DEFAULT_VERSIONS+=3Dperl5=3D5.26 ################################################## . . . --=20 You are receiving this mail because: You are on the CC list for the bug.=