ports/154784: Installation of 'shells/ksh93' port fails

Norm Ahlquist norm-pr at mselectron.net
Mon Feb 14 20:50:02 UTC 2011


>Number:         154784
>Category:       ports
>Synopsis:       Installation of 'shells/ksh93' port fails
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 14 20:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at eenie.mselectron.net:/usr/obj/usr/src/sys/EENIE i386
>Description:
root at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list