Opened 15 years ago
Closed 15 years ago
#21601 closed defect (worksforme)
xmlto 0.0.22 fails to build
Reported by: | thynus | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | libxml2 | Cc: | |
Port: | xmlto |
Description (last modified by mf2k (Frank Schima))
xmlto on Snow Leopard 10.6 fails to build:
---> Verifying checksum(s) for libxslt ---> Extracting libxslt ---> Configuring libxslt ---> Building libxslt ---> Staging libxslt into destroot ---> Installing libxslt @1.1.25_0 ---> Activating libxslt @1.1.25_0 ---> Cleaning libxslt ---> Fetching xmlto ---> Attempting to fetch xmlto-0.0.22.tar.bz2 from http://distfiles.macports.org/xmlto ---> Verifying checksum(s) for xmlto ---> Extracting xmlto ---> Applying patches to xmlto ---> Configuring xmlto ---> Building xmlto
[C after 2 hours ]
Change History (6)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Keywords: | xmlto removed |
---|---|
Port: | xmlto added |
comment:3 Changed 15 years ago by thynus
Hello! Thanks here is where it hangs:
checking for links... links checking for w3m... w3m checking for default web browser... w3m configure: creating ./config.status config.status: creating Makefile config.status: creating xmlto config.status: creating xmlto.spec config.status: creating config.h config.status: executing depfiles commands ---> Building xmlto DEBUG: Executing org.macports.build (xmlto) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' XML_CATALOG_FILES='/opt/local/etc/xml/catalog' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xmlto/work/xmlto-0.0.22" && /usr/bin/make -j2 all' /usr/bin/make all-am for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format \ /bin/bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; exit $RC ) for xml in xmlif.xml xmlto.xml; do \ FORMAT_DIR=./format \ /bin/bash ./xmlto -o man/man1 man ./doc/$xml ; \ done || ( RC=$?; exit $RC ) [^C I broke out after about an hour of waiting]
comment:4 Changed 15 years ago by blb@…
Keywords: | libxml2 added |
---|
Upgrade your libxml2 port, it looks like 2.7.4 had some issues and 2.7.5 should be fine (after upgrading libxml2, be sure to sudo port clean --work xmlto
before installing).
comment:5 Changed 15 years ago by thynus
Hello!
Thanks that worked great. after updating libxml2 to 2.7.5 I was able to build git with no problems! Cheers
comment:6 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Run in debug mode and let us know where it gets stuck.