Below output captured with 'script'
It shows the error with the old libsvn-core-perl
and "succesful" svn-buildpackage with a new libsvn-core-perl
Both are with current version of svn-buildpackage.
Script started on Mon 03 Jul 2006 07:24:05 PM CEST
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ svn-buildpackage
Can't load '/usr/lib/perl5/auto/SVN/_Core/_Core.so' for module SVN::_Core:
libsvn_swig_perl-1.so.0: cannot open shared object file: No such file or
directory at /usr/lib/perl/5.8/DynaLoader.pm line 225.
at /usr/lib/perl5/SVN/Base.pm line 59
BEGIN failed--compilation aborted at /usr/lib/perl5/SVN/Core.pm line 5.
Compilation failed in require at /usr/lib/perl5/SVN/Client.pm line 4.
BEGIN failed--compilation aborted at /usr/lib/perl5/SVN/Client.pm line 4.
Compilation failed in require at /usr/bin/svn-buildpackage line 10.
BEGIN failed--compilation aborted at /usr/bin/svn-buildpackage line 10.
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ dpkg -l libsvn-core-perl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libsvn-core-pe 1.2.3a-1 perl bindings for Subversion (aka. svn)
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ dpkg -l svn-buildpackage
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii svn-buildpacka 0.6.14 helper programs to maintain Debian packages
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ echo done apt-get install libsvn-core-perl
done apt-get install libsvn-core-perl
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ dpkg -l libsvn-core-perl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libsvn-core-pe 1.3.2-3 perl bindings for Subversion (aka. svn)
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ svn-buildpackage
fakeroot debian/rules clean || debian/rules clean
test -x debian/rules
test "`id -u`" = 0
if test -n "" && test "" != "."; then rmdir ""; fi
if test -n "" && test "" != "."; then rmdir ""; fi
if test -n "" && test "" != "."; then rmdir ""; fi
if test "." != "."; then rmdir .; fi
for i in ./libegg/config.guess ./config.guess ./libegg/config.sub ./config.sub
; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
dh_clean
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/usr/src/gnome-bluetooth-pkg'
for i in ./libegg/config.guess ./config.guess ./libegg/config.sub ./config.sub
; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
make[1]: Leaving directory `/usr/src/gnome-bluetooth-pkg'
patches:
Not reversing not applied patches.
if [ "reverse-patches" = "debian/stamp-patched" ] ; then touch
debian/stamp-patched ; \
elif [ "reverse-patches" = "reverse-patches" ] ; then rm -f debian/stamp-patch*
; \
fi
# after reverting patches, we don't need update-config because:
# - the tree is already in a consistent state.
# - the initialisation of this routine is already in charge of making
# the tree not only consistent, but also prepared to accept patching.
if [ "reverse-patches" != "reverse-patches" ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
for dir in debian/patches ; do \
rm -f $dir/*.log ; \
done
make -C . -k distclean || true
make[1]: Entering directory `/usr/src/gnome-bluetooth-pkg'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/usr/src/gnome-bluetooth-pkg'
rm -f debian/stamp-makefile-build
if [ -f "./config.log" ] && grep -i 'generated.*by.*autoconf' "./config.log"
1>/dev/null; then \
rm -f "./config.log"; \
fi
rm -f debian/stamp-autotools-files
if test -f ./config.status && grep -i -q 'Generated.*by configure.'
./config.status; then rm -f ./config.status; fi
if test -f ./config.cache && grep -i -q
'shell.*script.*caches.*results.*configure' ./config.cache; then rm -f
./config.cache; fi
E: found unresolved issues:
? svn-buildpackage-error.txt
E: Resolve them manually before continueing
[EMAIL PROTECTED]:/usr/src/gnome-bluetooth-pkg
$ exit
Script done on Mon 03 Jul 2006 07:28:52 PM CEST
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]