From nobody@FreeBSD.org  Mon Feb 14 20:41:04 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BC810106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Feb 2011 20:41:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id AB68C8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Feb 2011 20:41:04 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1EKf448065850
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Feb 2011 20:41:04 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p1EKf4ib065849;
	Mon, 14 Feb 2011 20:41:04 GMT
	(envelope-from nobody)
Message-Id: <201102142041.p1EKf4ib065849@red.freebsd.org>
Date: Mon, 14 Feb 2011 20:41:04 GMT
From: Norm Ahlquist <norm-pr@mselectron.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Installation of 'shells/ksh93' port fails
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         154784
>Category:       ports
>Synopsis:       Installation of 'shells/ksh93' port fails
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 14 20:50:01 UTC 2011
>Closed-Date:    Tue Mar 01 10:55:18 UTC 2011
>Last-Modified:  Tue Mar 01 10:55:18 UTC 2011
>Originator:     Norm Ahlquist
>Release:        8.1-STABLE   (releng_8)
>Organization:
Ms Electron Inc.
>Environment:
FreeBSD eenie.mselectron.net 8.1-STABLE FreeBSD 8.1-STABLE #0 r214469M: Thu Oct 28 17:06:02 PDT 2010 root@eenie.mselectron.net:/usr/obj/usr/src/sys/EENIE i386
>Description:
root@eenie:/usr/ports/shells/ksh93/#make -v install
===>  Installing for ksh93-20110208
===>   Generating temporary packing list
===>  Checking if shells/ksh93 already installed
install  -s -o root -g wheel -m 555 /usr/ports/shells/ksh93u/work/arch/freebsd.i386/bin/ksh /usr/local/bin/ksh93
install: /usr/ports/shells/ksh93u/work/arch/freebsd.i386/bin/ksh: No such file or directory
*** Error code 71

Stop in /usr/ports/shells/ksh93.
root@eenie:/usr/ports/shells/ksh93/#find . -type f -name ksh
./work/arch/freebsd8.i386/bin/ksh
./work/arch/freebsd8.i386/src/cmd/ksh93/ksh

>How-To-Repeat:
see above
>Fix:
The changes to the Makefile to fix ports/154655 broke the installation source
path. Revert the change to INSTASLLROOT.

--- Makefile.u	2011-02-11 06:43:15.000000000 -0800
+++ ../ksh93u/Makefile	2011-02-14 12:01:51.000000000 -0800
@@ -41,7 +41,7 @@
 
 MAN1=		ksh93.1
 
-INSTALLROOT=	${WRKSRC}/arch/freebsd.${ARCH}
+INSTALLROOT=	${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
 
 do-build:
 	@cd ${WRKSRC} && ${SETENV} -i ${MAKE_ENV} ${SH} bin/package make


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sunpoet 
State-Changed-When: Tue Feb 15 02:37:12 UTC 2011 
State-Changed-Why:  
I've committed the fix. Please build it again. Thanks. 


Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Feb 15 02:37:12 UTC 2011 
Responsible-Changed-Why:  
I'm now the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154784 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue Mar 1 10:55:18 UTC 2011 
State-Changed-Why:  
Submitter feedback timeout. The problem was solved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154784 
>Unformatted:
