Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Feb 2010 12:08:14 -0800
From:      "Charlie Kester <corky1951@comcast.net>" <corky1951@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143501: devel/libcoyotl: install fails because GNU cp is assumed
Message-ID:  <20100202200553.EC2D3106568F@hub.freebsd.org>
Resent-Message-ID: <201002022010.o12KA1AW060224@freefall.freebsd.org>

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

>Number:         143501
>Category:       ports
>Synopsis:       devel/libcoyotl: install fails because GNU cp is assumed
>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 Feb 02 20:10:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester <corky1951@comcast.net>
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD bigbox.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Jan 21 01:15:05 PST 2010 root@bigbox.local:/usr/obj/usr/src/sys/BIGBOX i386
>Description:
Install fails because one of the author's Makefiles uses "cp -d",
a switch which is only available with the Gnu version of cp.
FreeBSD's cp reports this as an illegal option and the make terminates
with a fatal error.

The line in question can be found at work/libcoyotl-3.1.0/docs/Makefile.in, line 355:

	cp -dR html/* $(DESTDIR)$(htmldir)

The same line appears unchanged in the resulting Makefile after Makefile.in is processed.

>How-To-Repeat:
>Fix:

Patch this line to use appropriate switches for FreeBSD cp.

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



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