Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 14:56:39 GMT
From:      Pascal Stumpf <Pascal.Stumpf@cubes.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151000: ccache 3.1 fails to install
Message-ID:  <201009271456.o8REudj4000233@www.freebsd.org>
Resent-Message-ID: <201009271500.o8RF0Euh064147@freefall.freebsd.org>

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

>Number:         151000
>Category:       ports
>Synopsis:       ccache 3.1 fails to install
>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:   Mon Sep 27 15:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pascal Stumpf
>Release:        8-STABLE
>Organization:
>Environment:
>Description:
ccache fails to install after the update to 3.1 because manual.html was renamed to MANUAL.html in the tarball and it’s installed manually (pun intended) by do-install:

install  -o root -g wheel -m 444 /usr/ports/devel/ccache/work/ccache-3.1/manual.html /usr/local/share/doc/ccache
install: /usr/ports/devel/ccache/work/ccache-3.1/manual.html: No such file or directory
*** Error code 71

Stop in /usr/ports/devel/ccache.

>How-To-Repeat:

>Fix:
--- Makefile.orig       2010-09-27 16:48:53.831291930 +0200
+++ Makefile    2010-09-27 16:49:50.106421683 +0200
@@ -79,7 +79,7 @@
 .endif
 .if !defined(NOPORTDOCS)
        @${MKDIR} ${DOCSDIR}
-       ${INSTALL_DATA} ${WRKSRC}/manual.html ${DOCSDIR}
+       ${INSTALL_DATA} ${WRKSRC}/MANUAL.html ${DOCSDIR}
 .if !defined(WITHOUT_COMPILER_LINKS)
        ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${DOCSDIR}
 .endif


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



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