Opened 16 years ago
Closed 16 years ago
#15900 closed defect (fixed)
libxml2 autoconf failure with Leopard 10.5.4
Reported by: | kmb@… | Owned by: | ghosthound |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | kmb@…, amharrison@… | |
Port: |
Description
Hi,
here the debug-output: $> sudo port clean --all libxml2 ---> Cleaning libxml2
$> sudo port -ds install libxml2 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2 DEBUG: Requested variant darwin is not provided by port libxml2. DEBUG: Requested variant i386 is not provided by port libxml2. DEBUG: Requested variant macosx is not provided by port libxml2. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Requested variant darwin is not provided by port libiconv. DEBUG: Requested variant i386 is not provided by port libiconv. DEBUG: Requested variant macosx is not provided by port libiconv. DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib DEBUG: Requested variant darwin is not provided by port zlib. DEBUG: Requested variant i386 is not provided by port zlib. DEBUG: Requested variant macosx is not provided by port zlib. DEBUG: Searching for dependency: zlib DEBUG: Found Dependency: receipt exists for zlib DEBUG: Executing org.macports.main (libxml2) ---> Fetching libxml2 DEBUG: Executing org.macports.fetch (libxml2) ---> libxml2-2.6.32.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/libxml2 ---> Attempting to fetch libxml2-2.6.32.tar.gz from ftp://fr.rpmfind.net/pub/libxml/
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4611k 100 4611k 0 0 75915 0 0:01:02 0:01:02 --:--:-- 81771 ---> Verifying checksum(s) for libxml2 DEBUG: Executing org.macports.checksum (libxml2) ---> Checksumming libxml2-2.6.32.tar.gz DEBUG: Correct (md5) checksum for libxml2-2.6.32.tar.gz DEBUG: Correct (sha1) checksum for libxml2-2.6.32.tar.gz DEBUG: Correct (rmd160) checksum for libxml2-2.6.32.tar.gz ---> Extracting libxml2 DEBUG: Executing org.macports.extract (libxml2) ---> Extracting libxml2-2.6.32.tar.gz DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/libxml2/libxml2-2.6.32.tar.gz DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work" && gzip -dc /opt/local/var/macports/distfiles/libxml2/libxml2-2.6.32.tar.gz | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing proc-post-org.macports.extract-extract-0 DEBUG: Executing org.macports.patch (libxml2) ---> Configuring libxml2 DEBUG: Executing org.macports.configure (libxml2) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.32" && autoreconf' configure.in:60: warning: macro `AM_PROG_LIBTOOL' not found in library configure.in:59: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
configure.in:60: error: possibly undefined macro: AM_PROG_LIBTOOL autoreconf: /opt/local/bin/autoconf failed with exit status: 1 Error: Target org.macports.configure returned: autoconf failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/libxml2-2.6.32" && autoreconf " returned error 1 Command output: configure.in:60: warning: macro `AM_PROG_LIBTOOL' not found in library configure.in:59: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
configure.in:60: error: possibly undefined macro: AM_PROG_LIBTOOL autoreconf: /opt/local/bin/autoconf failed with exit status: 1
Warning: the following items did not execute (for libxml2): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
It's a fresh installation of 1.6.0 and I have also done a selfupdate.
kind regards Klaus
Change History (8)
comment:1 Changed 16 years ago by kmb@…
Cc: | kmb@… added |
---|
comment:3 Changed 16 years ago by raimue (Rainer Müller)
Owner: | changed from macports-tickets@… to cedric.luthi@… |
---|
Please remember WikiFormatting.
Assigning to maintainer.
comment:4 Changed 16 years ago by raimue (Rainer Müller)
Summary: | libxml2 autoconf failure with Leopard 10.4.5 → libxml2 autoconf failure with Leopard 10.5.4 |
---|
comment:5 Changed 16 years ago by 0xced (Cédric Luthi)
Please try
sudo port sync && sudo port install libtool
and try to install libxml2 again.
comment:7 Changed 16 years ago by ghosthound
Owner: | changed from cedric.luthi@… to ricci@… |
---|---|
Status: | new → assigned |
comment:8 Changed 16 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fix applied in r38175
Cc Me!