ports/182349: tuning-primer fails to install

Remko C. sirdice at gmail.com
Tue Sep 24 15:10:00 UTC 2013


>Number:         182349
>Category:       ports
>Synopsis:       tuning-primer 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:   Tue Sep 24 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Remko C.
>Release:        Not relevant
>Organization:
Unix Support Netherlands
>Environment:
Not relevant
>Description:
Fails to install:
===>  Checking if databases/tuning-primer already installed
cp: /portdistfiles/tuning-primer.sh: No such file or directory
*** [do-install] Error code 1

Stop in /usr/ports/databases/tuning-primer.
===>  Cleaning for tuning-primer-1.6.r1
build of /usr/ports/databases/tuning-primer ended at Tue Sep 24 16:49:10 CEST 2013


>How-To-Repeat:
make -C /usr/ports/databases/tuning-primer install
>Fix:
Looking at the Makefile the error is in this line:
do-install:
  @${CP} ${DISTDIR}/${PORTNAME}.sh \
    ${PREFIX}/bin/${PORTNAME}

This should be:
do-install:
  @${CP} ${DISTDIR}/${PORTNAME}/${PORTVERSION}/${DISTNAME} \
    ${PREFIX}/bin/${PORTNAME}


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


More information about the freebsd-ports-bugs mailing list