ports/157680: ksh93

freebsd at nagilum.org freebsd at nagilum.org
Tue Jun 7 09:20:08 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list