ports/105498: "make index" with NOPORTDOCS=true fails

Mark Andrews Mark_Andrews at isc.org
Tue Nov 14 00:30:23 UTC 2006


>Number:         105498
>Category:       ports
>Synopsis:       "make index" with NOPORTDOCS=true fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 00:30:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Mark Andrews
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
ISC
>Environment:
System: FreeBSD bsdi.dv.isc.org 4.11-STABLE FreeBSD 4.11-STABLE #30: Mon Oct 23 08:56:59 EST 2006 marka at bsdi.dv.isc.org:/usr/obj/usr/src/sys/BSDI i386


$FreeBSD: ports/devel/ice/Makefile,v 1.9 2006/11/10 12:12:20 laszlof Exp $

>Description:

	Ports "make index" with NOPORTDOCS=true fails.

bsdi# make index
Generating INDEX - please wait.."Makefile", line 44: Unassociated shell command "${RM} -rf ${WRKSRC}/doc"
make: fatal errors encountered -- cannot continue
===> devel/ice failed
*** Error code 1
1 error

********************************************************************
Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection.  (INDEX builds are
not supported with partial or out-of-date ports collections -- in
particular, if you are using cvsup, you must cvsup the "ports-all"
collection, and have no "refuse" files.)  If that is the case, then
report the failure to ports at FreeBSD.org together with relevant
details of your ports configuration (including FreeBSD version,
your architecture, your environment, and your /etc/make.conf
settings, especially compiler flags and WITH/WITHOUT settings).

Note: the latest pre-generated version of INDEX may be fetched
automatically with "make fetchindex".
********************************************************************

*** Error code 1

Stop in /scratch/ports.
*** Error code 1

Stop in /scratch/ports.

>How-To-Repeat:

	Add NOPORTDOCS=true to /etc/make.conf and run "make index"

>Fix:

	I presume 

		.if defined(NOPORTDOCS)
			${RM} -rf ${WRKSRC}/doc
		.endif

	needs to me moved into post-patch however I don't use this port.


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



More information about the freebsd-ports-bugs mailing list