Opened 14 years ago
Closed 14 years ago
#26417 closed defect (duplicate)
intltool fails to configure
Reported by: | decibel (Jim Nasby) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | dbevans (David B. Evans) | |
Port: | intltool |
Description
version:1 :msg:main ---> Computing dependencies for intltool:info:main .:debug:main Searching for dependency: gnome-common :debug:main Found Dependency: receipt exists for gnome-common :debug:main Searching for dependency: expat :debug:main Found Dependency: receipt exists for expat :debug:main Searching for dependency: perl5 :debug:main Found Dependency: receipt exists for perl5 :debug:main Searching for dependency: p5-xml-parser :debug:main Found Dependency: receipt exists for p5-xml-parser :debug:main Searching for dependency: p5-getopt-long :debug:main Found Dependency: receipt exists for p5-getopt-long :debug:main Searching for dependency: p5-pathtools :debug:main Found Dependency: receipt exists for p5-pathtools :debug:main Searching for dependency: p5-scalar-list-utils :debug:main Found Dependency: receipt exists for p5-scalar-list-utils :msg:main :debug:main Executing org.macports.main (intltool) :debug:main Skipping completed org.macports.fetch (intltool) :debug:main Skipping completed org.macports.checksum (intltool) :debug:main setting option extract.cmd to /usr/bin/bzip2 :debug:main Skipping completed org.macports.extract (intltool) :debug:main Skipping completed org.macports.patch (intltool) :msg:main ---> Configuring intltool :debug:main Using compiler 'Mac OS X gcc 4.2' :debug:configure configure phase started at Wed Sep 8 23:11:36 CDT 2010 :debug:configure Executing org.macports.configure (intltool) :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' PERL='/opt/local/bin/perl' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_intltool/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2' FFLAGS='-O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2' :debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_intltool/work/intltool-0.40.6" && ./configure --prefix=/opt/local' :info:configure checking for a BSD-compatible install... /usr/bin/install -c :info:configure checking whether build environment is sane... yes :info:configure checking for gawk... no :info:configure checking for mawk... no :info:configure checking for nawk... no :info:configure checking for awk... awk :info:configure checking whether make sets $(MAKE)... yes :info:configure checking for perl... /opt/local/bin/perl :info:configure checking for perl >= 5.8.1... 5.8.9 :info:configure checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool :info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_intltool/work/intltool-0.40.6" && ./configure --prefix=/opt/local " returned error 1 :error:configure Target org.macports.configure returned: configure failure: shell command failed :debug:configure Backtrace: configure failure: shell command failed while executing "$procedure $targetname" :info:configure Warning: the following items did not execute (for intltool): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install :notice:configure Log for intltool is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_intltool/main.log
Change History (2)
comment:1 Changed 14 years ago by dbevans (David B. Evans)
Cc: | devans@… added |
---|
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #23296.
Note: See
TracTickets for help on using
tickets.
XML::Parser is provided by port p5-xml-parser which is a dependency of intltool and your log says that it is installed.
Probably need to look at config.log to see why configure thinks its not there.