Gimp has failed again. This time because libbonobo isn't recent enough. So I attempted to upgrade it. I can't because I don't have the right perl xml parsers. I got something that looked like it might be the right thing and successfully installed. libbonobo still complains. Does anyone know what I really should install? Details below. Thanks, Lenore [client155-180:~]% sudo port install p5-libxml-perl Password: ---> Fetching p5-libxml-perl ---> Attempting to fetch libxml-perl-0.08.tar.gz from http:// ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/XML ---> Verifying checksum(s) for p5-libxml-perl ---> Extracting p5-libxml-perl ---> Configuring p5-libxml-perl ---> Building p5-libxml-perl with target all ---> Staging p5-libxml-perl into destroot ---> Packaging tgz archive for p5-libxml-perl 0.08_0 ---> Installing p5-libxml-perl 0.08_0 ---> Activating p5-libxml-perl 0.08_0 ---> Cleaning p5-libxml-perl [client155-180:~]% sudo port upgrade libbonobo ---> Configuring intltool Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textpro c_intltool/work/intltool-0.35.5" && ./configure --prefix=/opt/local -- mandir=/opt/local/share/man " returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/ install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for perl... /opt/local/bin/perl checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Error: Unable to upgrade port: 1 ---> Configuring libbonobo Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_l ibbonobo/work/libbonobo-2.18.0" && ./configure --prefix=/opt/local -- mandir=/opt/local/share/man " returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/ install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for intltool >= 0.35.0... 0.35.5 found checking for perl... /opt/local/bin/perl checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Error: Unable to upgrade port: 1 Time spent in user mode (CPU seconds) : 9.685s Time spent in kernel mode (CPU seconds) : 4.169s Total time : 0:19.82s CPU utilisation (percentage) : 69.8% Times the process was swapped : 0 Times of major page faults : 0 Times of minor page faults : 0
On Sep 13, 2007, at 18:04, Lenore Horner wrote:
Gimp has failed again. This time because libbonobo isn't recent enough. So I attempted to upgrade it. I can't because I don't have the right perl xml parsers. I got something that looked like it might be the right thing and successfully installed. libbonobo still complains. Does anyone know what I really should install? Details below.
Thanks, Lenore
[client155-180:~]% sudo port install p5-libxml-perl Password: ---> Fetching p5-libxml-perl ---> Attempting to fetch libxml-perl-0.08.tar.gz from http:// ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/XML ---> Verifying checksum(s) for p5-libxml-perl ---> Extracting p5-libxml-perl ---> Configuring p5-libxml-perl ---> Building p5-libxml-perl with target all ---> Staging p5-libxml-perl into destroot ---> Packaging tgz archive for p5-libxml-perl 0.08_0 ---> Installing p5-libxml-perl 0.08_0 ---> Activating p5-libxml-perl 0.08_0 ---> Cleaning p5-libxml-perl [client155-180:~]% sudo port upgrade libbonobo ---> Configuring intltool Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textp roc_intltool/work/intltool-0.35.5" && ./configure --prefix=/opt/ local --mandir=/opt/local/share/man " returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/ install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for perl... /opt/local/bin/perl checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Error: Unable to upgrade port: 1
[snip] The intltool port declares a dependency on the p5-xml-parser port, which is probably the perl module being referred to here. That dependency has been in the intltool port since r6211 on 2004-04-05. If you do not have p5-xml-parser installed, I do not know how that's possible, but install it. If you do have it installed, maybe it's messed up somehow; reinstall it. (sudo port -ncuf upgrade p5-xml-parser)
I've tried the suggestion highlighted below. libbonobo still complains. How do I figure out what XML::Parser really corresponds to as it is neither p5-xml-parser nor p5-libxml-perl. Thanks, Lenore sudo port -ncuf upgrade p5-xml-parser Password: ---> Unable to uninstall p5-xml-parser 2.34_3, the following ports depend on it: ---> intltool ---> gnome-mime-data ---> libgnomeprint ---> p5-libxml-perl Warning: Uninstall forced. Proceeding despite dependencies. ---> Deactivating p5-xml-parser 2.34_3 ---> Uninstalling p5-xml-parser 2.34_3 ---> Installing p5-xml-parser 2.34_3 ---> Activating p5-xml-parser 2.34_3 ---> Cleaning p5-xml-parser [ppp-70-225-79-218:~]% sudo port install libbonobo ---> Configuring libbonobo --snip-- checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Error: Status 1 encountered during processing. Exit 1 On Sep 13, 2007, at 6:19 PM, Ryan Schmidt wrote:
Gimp has failed again. This time because libbonobo isn't recent enough. So I attempted to upgrade it. I can't because I don't have the right perl xml parsers. I got something that looked like it might be the right thing and successfully installed. libbonobo still complains. Does anyone know what I really should install? Details below.
Thanks, Lenore
[client155-180:~]% sudo port install p5-libxml-perl Password: ---> Fetching p5-libxml-perl ---> Attempting to fetch libxml-perl-0.08.tar.gz from http:// ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/XML ---> Verifying checksum(s) for p5-libxml-perl ---> Extracting p5-libxml-perl ---> Configuring p5-libxml-perl ---> Building p5-libxml-perl with target all ---> Staging p5-libxml-perl into destroot ---> Packaging tgz archive for p5-libxml-perl 0.08_0 ---> Installing p5-libxml-perl 0.08_0 ---> Activating p5-libxml-perl 0.08_0 ---> Cleaning p5-libxml-perl [client155-180:~]% sudo port upgrade libbonobo ---> Configuring intltool Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_text proc_intltool/work/intltool-0.35.5" && ./configure --prefix=/opt/ local --mandir=/opt/local/share/man " returned error 1 Command output: checking for a BSD-compatible install... /usr/bin/ install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no
On Fri, Sep 14, 2007 at 10:57:19AM -0500, Lenore Horner wrote:
I've tried the suggestion highlighted below. libbonobo still complains. How do I figure out what XML::Parser really corresponds to as it is neither p5-xml-parser nor p5-libxml-perl.
As far as I know it's the port "p5-xml-parser", at least it works with other ports.
Thanks, Lenore
sudo port -ncuf upgrade p5-xml-parser Password: ---> Unable to uninstall p5-xml-parser 2.34_3, the following ports depend on it: ---> intltool ---> gnome-mime-data ---> libgnomeprint ---> p5-libxml-perl Warning: Uninstall forced. Proceeding despite dependencies. ---> Deactivating p5-xml-parser 2.34_3 ---> Uninstalling p5-xml-parser 2.34_3 ---> Installing p5-xml-parser 2.34_3 ---> Activating p5-xml-parser 2.34_3 ---> Cleaning p5-xml-parser [ppp-70-225-79-218:~]% sudo port install libbonobo ---> Configuring libbonobo --snip-- checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Error: Status 1 encountered during processing. Exit 1
Could you give us the output of the config.log file. To get it use the following command: port dir libbonobo Then use the path you get with the following command: open your-path-here Then go to the "work" directory, then there should be a "libbonobo" directory and there is the config.log file. Please send us this file attached. Simon -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229
Simon, Thanks for the directions. Here is the file from attempting to install libbonobo on a PowerBook G4 with 10.4.10 and MacPorts 1.520 Lenore
Le 07-09-15 à 14:52, Lenore Horner a écrit :
Simon,
Thanks for the directions. Here is the file from attempting to install libbonobo on a PowerBook G4 with 10.4.10 and MacPorts 1.520
I'm afraid that does not help a lot. How about port installed perl5.8 port contents p5-xml-parser ? yves
participants (4)
-
Lenore Horner
-
Ryan Schmidt
-
Simon Ruderich
-
Yves de Champlain