ports/102977: german/BBBike does not install properly

Stefan Sperling freebsd-gnats at stsp.in-berlin.de
Thu Sep 7 13:31:40 UTC 2006


>Number:         102977
>Category:       ports
>Synopsis:       german/BBBike does not install properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 13:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Sperling
>Release:        FreeBSD 6.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD ted.stsp.lan 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Mon Aug 28 22:42:19 CEST 2006 stsp at ted.stsp.lan:/usr/mylocal/obj/usr/src/sys/TED i386


	
>Description:
	When I run make install in german/BBBike, I get the following
	error. I guess it may have to do with me having WRKDIRPREFIX set.

LOCAL_PERL_ARCH=`/usr/local/bin/perl5.8.8 -MConfig -e '$x = qq{$Config{version}/$Config{archname}}; $x =~ s{/}{\\\\/}g; print $x'`;  /usr/bin/sed -e "s/%%LOCAL_PERL_ARCH%%/$LOCAL_PERL_ARCH/g" < pkg-plist.in > /usr/local/obj/usr/ports/german/BBBike/work/pkg-plist
cannot open pkg-plist.in: No such file or directory
*** Error code 2

Stop in /usr/ports/german/BBBike.
*** Error code 1

>How-To-Repeat:
	Try installing the port.
	
>Fix:

	This patch fixes the problem:

--- Makefile.orig	Thu Sep  7 15:18:40 2006
+++ Makefile	Thu Sep  7 15:17:44 2006
@@ -44,7 +44,7 @@
 	${CHMOD} 0755 ${WRKSRC}/bbbike
 
 BBBIKEEXE=	bbbike cbbbike bbbikeclient cmdbbbike smsbbbike
-PLIST_IN=	pkg-plist.in
+PLIST_IN=	${PKGDIR}/pkg-plist.in
 PLIST=		${WRKDIR}/pkg-plist
 
 pre-install:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list