Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 11:21:24 +1100 (EST)
From:      Mark Andrews <Mark_Andrews@isc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105498: "make index" with NOPORTDOCS=true fails
Message-ID:  <200611140021.kAE0LO2c053165@bsdi.dv.isc.org>
Resent-Message-ID: <200611140030.kAE0U2YI067293@freefall.freebsd.org>

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

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



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