| Summary: | devel/automake19 does not compile on FreeBSD 5.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | goran <goran> | ||||
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports pr Unfortunately all support for 5.3 was dropped on 10/31/2006, so you are on your own here. My advice is to update to at least 5.5 or 5-STABLE, or preferably 6.2 or 6-STABLE. mcl Hi! The attached patch helped here (FreeBSD 5.5-RELEASE-p1) Heiner Responsible Changed From-To: freebsd-ports-bugs->ade Contains patch for 5.X. ade 2007-07-31 07:36:14 UTC
FreeBSD ports repository
Modified files:
devel/automake19 Makefile
Log:
Fix build on FreeBSD 5.5 (missing makeinfo features)
PR: 115043
Submitted by: Heiner <h.eichmann@gmx.de>
Revision Changes Path
1.71 +8 -1 ports/devel/automake19/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Was just about to do this anyway from other reports. Update committed, thanks. |
===> Building for automake-1.9.6_2 Making all in . rm -f automake automake.tmp sed -e 's,[@]APIVERSION[@],1.9,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.9.6,g' -e 's,[@]configure_input[@],Generated from automake.in; do not edit by hand.,g' -e 's,[@]datadir[@],/usr/local/share,g' ./automake.in >automake.tmp chmod +x automake.tmp chmod a-w automake.tmp mv -f automake.tmp automake rm -f aclocal aclocal.tmp sed -e 's,[@]APIVERSION[@],1.9,g' -e 's,[@]PACKAGE[@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/usr/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.9.6,g' -e 's,[@]configure_input[@],Generated from aclocal.in; do not edit by hand.,g' -e 's,[@]datadir[@],/usr/local/share,g' ./aclocal.in >aclocal.tmp chmod +x aclocal.tmp chmod a-w aclocal.tmp mv -f aclocal.tmp aclocal Making all in doc restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir && mkdir $backupdir && if (makeinfo --no-split --version) >/dev/null 2>&1; then for f in ./automake-1.9.info ./automake-1.9.info-[0-9] ./automake-1.9.info-[0-9][0-9] ./automake-1.9.i[0-9] ./automake-1.9.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if makeinfo --no-split -I . -o ./automake-1.9.info ./automake-1.9.texi; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././automake-1.9.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc ./automake-1.9.texi:9821: Unknown command `headitem'. makeinfo: Removing output file `./automake-1.9.info' due to errors; use --force to preserve. *** Error code 1 Stop in /usr/ports/devel/automake19/work/automake-1.9.6/doc. *** Error code 1 Stop in /usr/ports/devel/automake19/work/automake-1.9.6. *** Error code 1 Stop in /usr/ports/devel/automake19. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.20899.7 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=automake-1.9.6_1 UPGRADE_PORT_VER=1.9.6_1 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/automake19 (automake-1.9.6_1) (texinfo error) How-To-Repeat: portupgrade automake19