#27439: libzzip fails to build - xmlto validation failure ---------------------------------+------------------------------------------ Reporter: jabronson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: libzzip xmlto ---------------------------------+------------------------------------------ Comment(by deesto@…): Just so I don't open a duplicate ticket, is this the same issue I'm seeing (not clear from above): {{{ 350 Making all in docs 351 cp ../../docs/body.htm site.htm 352 echo "<pre>" > changes.htm ; cat ../../ChangeLog \ 353 | sed -e "s,\\&,\\&\\;,g" \ 354 -e "s,<,\\<\\;,g" -e "s,>,\\>\\;,g" \ 355 -e "/^[A-Z].*[12][09][09][09]/s,\\(.*\\),<b>&</b>," \ 356 -e "/^[0-9]/s,\\(.*\\),<b>&</b>," >> changes.htm ; echo "</pre>"
changes.htm 357 PYTHONDONTWRITEBYTECODE=1 /opt/local/bin/python ../../docs/makedocs.py ../../zzip/*.c \ 358 "--package=zziplib" "--version=0.13.59" \ 359 "--onlymainheader=zzip/lib.h" "--output=zziplib" 360 PYTHONDONTWRITEBYTECODE=1 /opt/local/bin/python ../../docs/makedocs.py ../../zzip/*.c \ 361 "--package=zziplib" "--version=0.13.59" \ 362 "--onlymainheader=zzip/mmapped.h" "-- output=zzipmmapped" 363 PYTHONDONTWRITEBYTECODE=1 /opt/local/bin/python ../../docs/makedocs.py ../../zzip/*.c \ 364 "--package=zziplib" "--version=0.13.59" \ 365 "--onlymainheader=zzip/fseeko.h" "-- output=zzipfseeko" 366 cp ../../docs/body.htm site.htm 367 perl ../../docs/mksite.pl --VERSION=0.13.59 --xml --src-dir=../../docs --print site.htm || \ 368 /bin/sh ../../docs/mksite.sh --VERSION=0.13.59 --xml --src- dir=../../docs --print site.htm 369 File "../../docs/makedocs.py", line 40 370 print t_fileheader.get_filename(), t_fileheader.src_mainheader() 371 ^ 372 SyntaxError: invalid syntax 373 File "../../docs/makedocs.py", line 40 374 print t_fileheader.get_filename(), t_fileheader.src_mainheader() 375 ^ 376 SyntaxError: invalid syntax 377 File "../../docs/makedocs.py", line 40 378 print t_fileheader.get_filename(), t_fileheader.src_mainheader() 379 ^ 380 SyntaxError: invalid syntax 381 make[3]: *** [zzipfseeko.xml] Error 1 382 make[3]: *** Waiting for unfinished jobs.... 383 make[3]: *** [zzipmmapped.xml] Error 1 384 make[3]: *** [zziplib.xml] Error 1
}}} If so, all I've done is try a `sudo port selfupdate && sudo port upgrade outdated`. -- Ticket URL: <https://trac.macports.org/ticket/27439#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS