Re: [gentoo-user] Can't emerge ekiga

2007-06-04 Thread Mike Diehl
Yup, I think that will fix it.  Thank you for your time.

On Saturday 02 June 2007 01:55, Neil Walker wrote:
 Mike Diehl wrote:
  I'm trying to install ekiga and it won't compile.  It's complaining about
  not having XML::Parser installed.
 
  But XML::Parser is installed:

 I've had this kind of problem a couple of times. The configure script
 looks in /usr/lib/perl5/site_perl but not /usr/lib/perl5/vendor_perl. A
 symlink will fix it. ;)


 Be lucky,

 Neil

-- 
Mike Diehl
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't emerge ekiga

2007-06-02 Thread Neil Walker

Mike Diehl wrote:
I'm trying to install ekiga and it won't compile.  It's complaining about not 
having XML::Parser installed.


But XML::Parser is installed:
  


I've had this kind of problem a couple of times. The configure script 
looks in /usr/lib/perl5/site_perl but not /usr/lib/perl5/vendor_perl. A 
symlink will fix it. ;)



Be lucky,

Neil

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Can't emerge ekiga

2007-06-01 Thread Mike Diehl
Hello all,

I'm trying to install ekiga and it won't compile.  It's complaining about not 
having XML::Parser installed.

But XML::Parser is installed:
===
hydra Desktop # emerge -s XML-Parser
Searching...
[ Results for search key : XML-Parser ]
[ Applications found : 1 ]

*  dev-perl/XML-Parser
  Latest version available: 2.34
  Latest version installed: 2.34
  Size of files: 224 kB
  Homepage:  http://search.cpan.org/~msergeant/
  Description:   A Perl extension interface to James Clark's XML parser, 
expat
  License:   Artistic
===

So, how should I approach this?  Here is the original emerge error message.

===
hydra Desktop # emerge -u  ekiga
Calculating dependencies... done!
 Verifying ebuild Manifests...

 Emerging (1 of 2) dev-util/intltool-0.35.5 to /
 * intltool-0.35.5.tar.bz2 RMD160 ;-) ... [ 
ok ]
 * intltool-0.35.5.tar.bz2 SHA1 ;-) ...   [ 
ok ]
 * intltool-0.35.5.tar.bz2 SHA256 ;-) ... [ 
ok ]
 * intltool-0.35.5.tar.bz2 size ;-) ...   [ 
ok ]
 * checking ebuild checksums ;-) ...  [ 
ok ]
 * checking auxfile checksums ;-) ... [ 
ok ]
 * checking miscfile checksums ;-) ...[ 
ok ]
 * checking intltool-0.35.5.tar.bz2 ;-) ...   [ 
ok ]
 Unpacking source...
 Unpacking intltool-0.35.5.tar.bz2 
to /var/tmp/portage/dev-util/intltool-0.35.5/work
 * Applying intltool-0.35.5-update.patch ...  [ 
ok ]
 Source unpacked.
 Compiling source 
in /var/tmp/portage/dev-util/intltool-0.35.5/work/intltool-0.35.5 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is 
required for intltool

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dev-util/intltool-0.35.5/work/intltool-0.35.5/config.log

!!! ERROR: dev-util/intltool-0.35.5 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 642:   Called econf
  ebuild.sh, line 577:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if 
relevant.
!!! A complete build log is located 
at '/var/tmp/portage/dev-util/intltool-0.35.5/temp/build.log'.
===

TIA,

-- 
Mike Diehl
-- 
[EMAIL PROTECTED] mailing list