New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21601 (closed defect: worksforme)

Opened 4 years ago

Last modified 4 years ago

xmlto 0.0.22 fails to build

Reported by: quabid@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: libxml2 Cc:
Port: xmlto

Description (last modified by macsforever2000@…) (diff)

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

comment:1 Changed 4 years ago by macsforever2000@…

  • Description modified (diff)

comment:2 Changed 4 years ago by macsforever2000@…

  • Keywords xmlto removed
  • Port set to xmlto

Run in debug mode and let us know where it gets stuck.

sudo port clean xmlto
sudo port -d install xmlto

comment:3 Changed 4 years ago by quabid@…

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 4 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 4 years ago by quabid@…

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 4 years ago by macsforever2000@…

  • Status changed from new to closed
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.