ftbfs in subversion related to linker change?
Loïc Minier
loic.minier at ubuntu.com
Sat Nov 20 01:56:02 GMT 2010
On Fri, Nov 19, 2010, Loïc Minier wrote:
> I didn't use it so far, but isn't it what
> $purge_build_directory="successful";
> is for in /etc/sbuild/sbuild.conf?
>
> According to this file, "always" is the default and will wipe your
> chroot even if the build failed.
This worked for me; I found the session name with:
schroot -l --all-sessions
and then did a:
schroot -c natty-xyz -r /bin/bash
to poke around and re-kick a dpkg-buildpackage; the error was much more
readable after the LD_LIBRARY_PATH fix; it said something about apr
symbols not found, which I fixed, and then it was missing the
svn_config_ensure() symbol at link time as well. The actual issue was
that the svn_config_ensure() symbol had moved from libsvn-client to
libsvn_subr; after updating the path to the .la file, this built and I
reverted the apr changes.
--
Loïc Minier
More information about the ubuntu-devel
mailing list