Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Jun 2011 11:15:32 +0200 (CEST)
From:      freebsd@nagilum.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        naddy@mips.inka.de
Subject:   ports/157680: ksh93
Message-ID:  <20110607091532.8F018678F2@cakebox.homeunix.net>
Resent-Message-ID: <201106070920.p579K75q096028@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157680
>Category:       ports
>Synopsis:       ksh93
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 07 09:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nagilum
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May 29 10:04:47 CEST 2011 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386


>Description:
	Attempt to install /usr/ports/shells/ksh93 will fail:

===>  Checking if shells/ksh93 already installed
install  -s -o root -g wheel -m 555 /var/tmp/export/ports/shells/ksh93/work/arch/freebsd.i386/bin/ksh /usr/local/bin/ksh93
install: /var/tmp/export/ports/shells/ksh93/work/arch/freebsd.i386/bin/ksh: Datei oder Verzeichnis nicht gefunden
*** Error code 71

Stop in /export/ports/shells/ksh93.
*** Error code 1

Stop in /export/ports/shells/ksh93.
*

>How-To-Repeat:
	Attempt to install /usr/ports/shells/ksh93 
	
>Fix:

	Apply attached patch

--- ksh93.patch begins here ---
diff -Naur ksh93/Makefile ksh93.new/Makefile
--- ksh93/Makefile	2011-02-15 02:26:17.000000000 +0100
+++ ksh93.new/Makefile	2011-06-06 23:30:39.000000000 +0200
@@ -41,7 +41,7 @@
 
 MAN1=		ksh93.1
 
-INSTALLROOT=	${WRKSRC}/arch/freebsd.${ARCH}
+INSTALLROOT=	${WRKSRC}/arch/freebsd8.${ARCH}
 
 post-patch:
 	@${REINPLACE_CMD} -e '1825 D' ${WRKSRC}/bin/package
--- ksh93.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110607091532.8F018678F2>