Marc Margolies wrote:
> Here's what you asked for.
> Also I just updated xcode to 3.1.3
> I don't know what flavor of x-11 comes with that.
> I use rsync, unstable package, osx10.5.7
> Thanks for your help.
>
>
> <snip>
>
> Last login: Wed Jun 24 22:28:11 on ttys000
> mac-mini-intel_duo_226:~ marc$ fink list -it xml-parser
> Information about 9094 packages read in 3 seconds.
>  i     xml-parser-pm5100    2.36-2    Perl ext interface to XML parser/expat
>  i     xml-parser-pm586    2.36-2    Perl ext interface to XML parser/expat
>  i     xml-parser-pm588    2.36-2    Perl ext interface to XML parser/expat
> mac-mini-intel_duo_226:~ marc$ /usr/bin/perl -v
>
> This is perl, v5.8.8 built for darwin-thread-multi-2level
> (with 4 registered patches, see perl -V for more detail)
>
> Copyright 1987-2006, Larry Wall
>
> Perl may be copied only under the terms of either the Artistic License or
> the
> GNU General Public License, which may be found in the Perl 5 source kit.
>
> Complete documentation for Perl, including FAQ lists, should be found on
> this system using "man perl" or "perldoc perl".  If you have access to the
> Internet, point your browser at http://www.perl.org/, the Perl Home Page.
>
> mac-mini-intel_duo_226:~ marc$
> Last login: Thu Jun 25 02:39:55 on ttys000
> mac-mini-intel_duo_226:~ marc$ perl -V
> Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
>   Platform:
>     osname=darwin, osvers=9.6.0, archname=darwin-thread-multi-2level
>     uname='darwin mac-mini.home 9.6.0 darwin kernel version 9.6.0: mon nov
> 24 17:37:00 pst 2008; root:xnu-1228.9.59~1release_i386 i386 '
>     config_args='-des -Dcc=gcc -Dcpp=gcc -E -Dprefix=/sw
> -Dccflags=-I/sw/include -Dldflags=-L/sw/lib -Dperladmin=none
> -Uinstallusrbinperl -Dprivlib=/sw/lib/perl5-core/5.8.6
> -Darchlib=/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level
> -Dman3dir=/sw/lib/perl5-core/5.8.6/man/man3 -Dman3ext=3pm -Duseithreads
> -Dinc_version_list=5.8.6/darwin-thread-multi-2level 5.8.1 5.8.0 5.6.0
> -Adefine:startperl=#!/sw/bin/perl5.8.6'
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=define use5005threads=undef useithreads=define
> usemultiplicity=define
>     useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
>     use64bitint=undef use64bitall=undef uselongdouble=undef
>     usemymalloc=n, bincompat5005=undef
>   Compiler:
>     cc='gcc', ccflags ='-I/sw/include -fno-common -DPERL_DARWIN
> -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include
> -I/opt/local/include',
>     optimize='-O3',
>     cppflags='-no-cpp-precomp -I/sw/include -fno-common -DPERL_DARWIN
> -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include
> -I/opt/local/include'
>     ccversion='', gccversion='4.0.1 (Apple Inc. build 5490)',
> gccosandvers=''
>     intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
>     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
>     ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
> lseeksize=8
>     alignbytes=8, prototype=define
>   Linker and Libraries:
>     ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/sw/lib
> -L/usr/local/lib -L/opt/local/lib'
>     libpth=/usr/local/lib /opt/local/lib /usr/lib
>     libs=-ldbm -ldl -lm -lutil -lc
>     perllibs=-ldl -lm -lutil -lc
>     libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
>     gnulibc_version=''
>   Dynamic Linking:
>     dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
>     cccdlflags=' ', lddlflags='-L/sw/lib -bundle -undefined dynamic_lookup
> -L/usr/local/lib -L/opt/local/lib'
>
>
> Characteristics of this binary (from libperl):
>   Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
> PERL_IMPLICIT_CONTEXT
>   Built under darwin
>   Compiled at Mar  9 2009 19:13:43
>   %ENV:
>     PERL5LIB="/sw/lib/perl5:/sw/lib/perl5/darwin"
>   @INC:
>     /sw/lib/perl5/5.8.6/darwin-thread-multi-2level
>     /sw/lib/perl5/5.8.6
>     /sw/lib/perl5/darwin-thread-multi-2level
>     /sw/lib/perl5/5.8.6/darwin-thread-multi-2level
>     /sw/lib/perl5
>     /sw/lib/perl5/darwin
>     /sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level
>     /sw/lib/perl5-core/5.8.6
>     /sw/lib/perl5/site_perl/5.8.6/darwin-thread-multi-2level
>     /sw/lib/perl5/site_perl/5.8.6
>     /sw/lib/perl5/site_perl/5.8.6/darwin-thread-multi-2level
>     /sw/lib/perl5/site_perl
>     .
> mac-mini-intel_duo_226:~ marc$
>
>
> <end snip>
>
>
>
>
>   
Your system Perl looks normal, which I believe is an encouraging
result.  For completeness, we probably should see the output from

    /usr/bin/perl -V

since that's the Perl interpreter that should be used here by the
build.  I'm not able to replicate your results with both
xml-parser-pm586 and xml-parser-pm5100 installed, and with perl586 as
the first 'perl' in my PATH, so hopefully that is indeed the case

Check in /sw/src/fink.build/libgsf-1.14.15-1/libgsf-1.14.15/config.log
around the point where it says "Checking for XML::Parser" to see if we
can get a more verbose error message than what went to the screen.

Also:  try running

    find /Library/Perl | grep XML::Parser

and

    find /System/Library/Perl | grep XML::Parser

to see if there is a non-Fink XML::Parser that might be in the way.
>
>
>
>
>
> On 6/25/09 1:14 AM, "Alexander Hansen" <[email protected]> wrote:
>
>   
>> Marc Margolies wrote:
>>     
>>> <snip>
>>> checking for XML::Parser... configure: error: XML::Parser perl module is
>>> required for intltool
>>> ### execution of ./configure failed, exit code 1
>>> <end snip>
>>>
>>> I need help with this because my fink auto-update wont work right until I
>>> can fix this.
>>> I did google the described error before bothering you. Sorry I couldn't
>>> figure out the culprit. I understand this this compilation error covers a
>>> gamut of conditions that in no way relate to xml parsing in perl.
>>>
>>> Perhaps this is a coding issue for cpan that has nothing to do with fink. I
>>> hope you can respond.
>>>
>>> Thanks,
>>> Marc
>>>
>>>
>>>
>>>   
>>>       
>> It works here.
>>
>> The message looks like what is seen in
>>
>> http://www.finkproject.org/faq/comp-general.php?phpLang=en#xml-parser
>>
>> but that was for older versions of intltool; both of the packages that
>> you mentioned use intltool40, which I thought didn't suffer from this
>> problem.
>>
>> However, what do you get from
>>
>>     fink list -it xml-parser
>>
>> and
>>    
>>     /usr/bin/perl -v ?
>>     
>
>
>   


-- 
Alexander Hansen
Fink User Liaison


------------------------------------------------------------------------------
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to