OS 10.4.9
G4
Xcode 2.4.1
Tried both Perl 5.8.6 (system) and 5.8.8 (Fink)

The build fails as follows:

# Now strip all pod documentation from all .pm files and scripts.
find /sw/src/fink.build/root-debconf-1.4.51-1017/sw/lib/perl5/
/sw/src/fink.build/root-debconf-1.4.51-1017/sw/sbin             \
             
/sw/src/fink.build/root-debconf-1.4.51-1017/sw/share/debconf/frontend           
           \
             /sw/src/fink.build/root-debconf-1.4.51-1017/sw/share/debconf/*.pl
/sw/src/fink.build/root-debconf-1.4.51-1017/sw/bin              \
             -name '*.pl' -or -name '*.pm' -or -name 'dpkg-*' -or       \
             -name 'debconf-*' -or -name 'frontend' |                   \
             grep -v Client/ConfModule | xargs perl -i.bak -ne '        \
                        print $_."# This file was preprocessed, do not edit!\n" 
\
                                if m:^#!/usr/bin/perl:;                 \
                        $cutting=1 if /^=/;                             \
                        $cutting="" if /^=cut/;                         \
                        next if /use lib/;                              \
                        next if $cutting || /^(=|\s*#)/ || $_ eq "\n";\
                        print $_                                        \
                '
Backslash found where operator expected at -e line 2, near ""# This
file was preprocessed, do not edit!\n" \"
        (Missing operator before  \?)
Backslash found where operator expected at -e line 8, near "$_                  
                \"
        (Missing operator before \?)
syntax error at -e line 2, near ""# This file was preprocessed, do not
edit!\n" \"
syntax error at -e line 9, at EOF
Execution of -e aborted due to compilation errors.
xargs: perl: exited with status 255; aborting
make: *** [install-rest] Error 124

A complete build log is posted at
http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_debconf_1.4.51-1017_2007.06.19-22.40.09
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to