Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2006 15:24:30 +0200 (CEST)
From:      Stefan Sperling <freebsd-gnats@stsp.in-berlin.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102977: german/BBBike does not install properly
Message-ID:  <200609071324.k87DOUCb045505@ted.stsp.lan>
Resent-Message-ID: <200609071330.k87DUK4k027093@freefall.freebsd.org>

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

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



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