Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Feb 2005 01:07:58 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hrs@FreeBSD.org
Subject:   ports/77270: textproc/texi2html: build fails on 4.11-RELEASE
Message-ID:  <20050208160758.1C7D32AB@sugar.home.utahime.org>
Resent-Message-ID: <200502081610.j18GATV6002523@freefall.freebsd.org>

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

>Number:         77270
>Category:       ports
>Synopsis:       textproc/texi2html: build fails on 4.11-RELEASE
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 08 16:10:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
System: FreeBSD xxxxxxxx 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Sat Jan 22 09:08:46 JST 2005 xxxxxxxx i386


	
>Description:
	On 4.11-RELEASE, build fails as following and make it impossible
	to build new print/teTeX-base and other ports which depend on it:

	sugar# make

	You can define the PROGRAM_PREFIX variable to change the name that
	the texi2html program is installed as.

	===>  Extracting for texi2html-1.72,1
	=> Checksum OK for texi2html-1.72.tar.gz.
	===>  Patching for texi2html-1.72,1
	===>  Applying FreeBSD patches for texi2html-1.72,1
	===>   texi2html-1.72,1 depends on executable: gmake - found
	===>  Configuring for texi2html-1.72,1
	configure: WARNING: you should use --build, --host, --target
	checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
	checking whether build environment is sane... yes
	checking for gawk... no
	checking for mawk... no
	checking for nawk... nawk
	checking whether gmake sets $(MAKE)... yes
	checking whether to enable maintainer-specific portions of Makefiles... no
	checking for perl... /usr/bin/perl
	checking for makeinfo... /usr/bin/makeinfo
	checking for install-info... /usr/bin/install-info
	checking for texi2dvi... no
	checking for dvips... no
	checking for ps2pdf... /usr/local/bin/ps2pdf
	checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
	checking build system type... i386-portbld-freebsd4.11
	checking host system type... i386-portbld-freebsd4.11
	configure: creating ./config.status
	config.status: creating texi2html
	config.status: creating check_texinfo.pl
	config.status: creating Makefile
	config.status: creating Tests/Makefile
	config.status: creating doc/Makefile
	config.status: creating texi2html.1
	config.status: creating texi2html.spec
	===>  Building for texi2html-1.72,1
	Making all in .
	gmake[1]: Entering directory `/usr0/ports/am/eastasia/usr1/ports-share/ports/textproc/texi2html/work/texi2html-1.72'
	gmake[1]: Nothing to be done for `all-am'.
	gmake[1]: Leaving directory `/usr0/ports/am/eastasia/usr1/ports-share/ports/textproc/texi2html/work/texi2html-1.72'
	Making all in doc
	gmake[1]: Entering directory `/usr0/ports/am/eastasia/usr1/ports-share/ports/textproc/texi2html/work/texi2html-1.72/doc'
	TEXINPUTS=.::$TEXINPUTS \
	  /usr/bin/perl ../texi2html -V texi2html.texi
	Bareword "our" not allowed while "strict subs" in use at ../texi2html line 2409.
	Bareword "old_style_map" not allowed while "strict subs" in use at ../texi2html line 2409.
	Operator or semicolon missing before %old_style_map at ../texi2html line 2409.
	Ambiguous use of % resolved as operator % at ../texi2html line 2409.
	Global symbol "%old_style_map" requires explicit package name at ../texi2html line 2837.
	Bareword "our" not allowed while "strict subs" in use at ../texi2html line 3070.
	Bareword "old_style_map_pre" not allowed while "strict subs" in use at ../texi2html line 3070.
	Operator or semicolon missing before %old_style_map_pre at ../texi2html line 3070.
	Ambiguous use of % resolved as operator % at ../texi2html line 3070.
	Global symbol "%old_style_map_pre" requires explicit package name at ../texi2html line 3071.
	BEGIN not safe after errors--compilation aborted at ../texi2html line 5691.
	gmake[1]: *** [texi2html.html] Error 255
	gmake[1]: Leaving directory `/usr0/ports/am/eastasia/usr1/ports-share/ports/textproc/texi2html/work/texi2html-1.72/doc'
	gmake: *** [all-recursive] Error 1
	*** Error code 2

	Stop in /am/eastasia/usr1/ports-share/ports/textproc/texi2html.
	sugar# 

	
>How-To-Repeat:
	cd /usr/ports/textproc/texi2html and type make

	
>Fix:

	


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



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