Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 May 2014 21:00:08 -0500 (CDT)
From:      "Matthew D.Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189386: lang/guile build fails with port texinfo installed
Message-ID:  <3gN3zX3S3Mz2sG@draco.over-yonder.net>
Resent-Message-ID: <201405060210.s462A0PP001418@freefall.freebsd.org>

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

>Number:         189386
>Category:       ports
>Synopsis:       lang/guile build fails with port texinfo installed
>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 May 06 02:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
	
>Description:
	With texinfo port installed, build tries to use it and blows up:

if /bin/sh /usr/ports.work/usr/ports/lang/guile/work/guile-1.8.8/build-aux/missing --run makeinfo   -I . \
 -o guile.info guile.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
./gh.texi:1000: must be after `@deftypefun' to use `@deftypefunx'
./fdl.texi:411: raising the section level of @appendixsubsec which is too low

(add'l elided)


>How-To-Repeat:
	
>Fix:

	Can be hacked around by running build via

	% env PATH=/usr/bin:$PATH make

	to force finding base makeinfo instead.
	


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



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