Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 15:08:45 GMT
From:      "Remko C." <sirdice@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182349: tuning-primer fails to install
Message-ID:  <201309241508.r8OF8jqK009673@oldred.freebsd.org>
Resent-Message-ID: <201309241510.r8OFA0Cs083673@freefall.freebsd.org>

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

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



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