> > Hmm, that is a slightly different error from what I got. Try
> > rebuilding the swig libs one more time:
> > fink rebuild svn-swig-pm586
> > Then you should be able to run this command to test:
> > perl -le'use SVN::Core; print "ok"'
> > If it says "ok" then all is well.
> Thanks. That command works as expected, as do similar commands for
> SVN:Fs and SVN:Repos. And yet `fink install svk` still fails as
> before. Still not sure what's wrong here. I'll email the package
> maintainer and see what he says.
The maintainer for svn-simple is not answering his emails. Does
anyone have any further suggestions? Once again the output is as
follows:
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-svn-simple-pm586-0.27-1003
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-svn-simple-pm586-0.27-1003'
in
`/sw/src/fink.build/fink-buildlock-svn-simple-pm586-0.27-1003_2006.10.29-11.48.40_darwin-powerpc.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-svn-simple-pm586-0.27-1003_2006.10.29-11.48.40_darwin-powerpc.deb
Selecting previously deselected package
fink-buildlock-svn-simple-pm586-0.27-1003.
(Reading database ... 10679 files and directories currently installed.)
Unpacking fink-buildlock-svn-simple-pm586-0.27-1003 (from
.../fink-buildlock-svn-simple-pm586-0.27-1003_2006.10.29-11.48.40_darwin-powerpc.deb)
...
Setting up fink-buildlock-svn-simple-pm586-0.27-1003 (2006.10.29-11.48.40) ...
gzip -dc /sw/src/SVN-Simple-0.27.tar.gz | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
/sw/bin/tar: Read 4096 bytes from -
/usr/bin/perl5.8.6 Makefile.PL PERL=/usr/bin/perl5.8.6 PREFIX=/sw
INSTALLPRIVLIB=/sw/lib/perl5/5.8.6
INSTALLARCHLIB=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLSITELIB=/sw/lib/perl5/5.8.6
INSTALLSITEARCH=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
INSTALLSITEMAN1DIR=/sw/share/man/man1
INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin
INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
Checking if your kit is complete...
Looks good
Writing Makefile for SVN::Simple::Edit
make
cp lib/SVN/Simple/Editor.pm blib/lib/SVN/Simple/Editor.pm
cp lib/SVN/Simple/Edit.pm blib/lib/SVN/Simple/Edit.pm
Manifying blib/man3/SVN::Simple::Editor.3pm
Manifying blib/man3/SVN::Simple::Edit.3pm
make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.6 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1edit....NOK 1# Failed test (t/1edit.t at line 9)
# Tried to require 'SVN::Core'.
# Error: Can't load
'/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle'
for module SVN::_Core:
dlopen(/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle,
2): Symbol not found: _svn_diff_file_diff3_2
# Referenced from:
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle
# Expected in: dynamic lookup
# at /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Base.pm line 59
# BEGIN failed--compilation aborted at
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Core.pm line 5.
# Compilation failed in require at (eval 2) line 2.
t/1edit....NOK 2# Failed test (t/1edit.t at line 10)
# Tried to require 'SVN::Repos'.
# Error: Can't load
'/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Repos/_Repos.bundle'
for module SVN::_Repos:
dlopen(/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Repos/_Repos.bundle,
2): Symbol not found: _svn_repos_set_path2
# Referenced from:
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Repos/_Repos.bundle
# Expected in: dynamic lookup
# at /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Base.pm line 59
# BEGIN failed--compilation aborted at
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Repos.pm line 5.
# Compilation failed in require at (eval 4) line 2.
t/1edit....NOK 3# Failed test (t/1edit.t at line 11)
# Tried to require 'SVN::Fs'.
# Error: Can't load
'/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Fs/_Fs.bundle'
for module SVN::_Fs:
dlopen(/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Fs/_Fs.bundle,
2): Symbol not found: _svn_fs_get_access
# Referenced from:
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/auto/SVN/_Fs/_Fs.bundle
# Expected in: dynamic lookup
# at /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Base.pm line 59
# BEGIN failed--compilation aborted at
/sw/lib/perl5/5.8.6/darwin-thread-multi-2level/SVN/Fs.pm line 5.
# Compilation failed in require at (eval 6) line 2.
t/1edit....ok 4/8Use of uninitialized value in pattern match (m//) at
t/1edit.t line 20.
Undefined subroutine &SVN::Repos::create called at t/1edit.t line 22.
# Looks like you planned 8 tests but only ran 4.
# Looks like your test died just after 4.
t/1edit....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3, 5-8
Failed 7/8 tests, 12.50% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/1edit.t 255 65280 8 11 137.50% 1-3 5-8
Failed 1/1 test scripts, 0.00% okay. 7/8 subtests failed, 12.50% okay.
make: *** [test_dynamic] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-svn-simple-pm586-0.27-1003
(Reading database ... 10680 files and directories currently installed.)
Removing fink-buildlock-svn-simple-pm586-0.27-1003 ...
Failed: phase compiling: svn-simple-pm586-0.27-1003 failed
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users