[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

It's sqlite now (was: Re: It's one thing to make serf the default, ....)

From: Branko Cibej <brane_at_xbc.nu>
Date: Tue, 10 Mar 2009 17:23:30 +0100

Greg Stein wrote:
> Chill, Mr Grumpy. Obviously a bug rather than an intent for it to be mandatory.
>

Grumpy smiley. :) I think I fixed it but dare not commit because I'm
stumped by another build error while linking the svn program:

/usr/lib/libmysqlclient_r.a(ssl.o): In function `yaSSL::read_file(yaSSL::SSL_CTX*, char const*, int, yaSSL::CertType)':
(.text+0x29f3): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/lib/libsasl2.a(otp.o): In function `opie_server_mech_dispose':
(.text+0x1467): undefined reference to `opieverify'
/usr/lib/libsasl2.a(otp.o): In function `opie_server_mech_step':
(.text+0x15f0): undefined reference to `opieverify'
/usr/lib/libsasl2.a(otp.o): In function `opie_server_mech_step':
(.text+0x1806): undefined reference to `opiechallenge'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_exec':
(.text+0x149c): undefined reference to `sqlite_exec'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_exec':
(.text+0x14db): undefined reference to `sqlite_freemem'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_open':
(.text+0x16b5): undefined reference to `sqlite_open'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_open':
(.text+0x16df): undefined reference to `sqlite_exec'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_open':
(.text+0x1726): undefined reference to `sqlite_freemem'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_open':
(.text+0x172e): undefined reference to `sqlite_close'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_open':
(.text+0x1764): undefined reference to `sqlite_freemem'
/usr/lib/libsasl2.a(sql.o): In function `_sqlite_close':
(.text+0x1455): undefined reference to `sqlite_close'
collect2: ld returned 1 exit status
make: *** [subversion/svn/svn] Error 1

$ dpkg-query -l '*sqlite*'
[...]
ii libsqlite3-dev 3.5.9-3ubuntu1

Help?

-- Brane

> On Tue, Mar 10, 2009 at 16:52, Branko Cibej <brane_at_xbc.nu> wrote:
>
>> ... but quite another to make it mandatory.
>>
>> $ ./configure --without-serf; make
>> [...]
>> /usr/share/apr-1.0/build/libtool: line 1802: cd: no/lib: No such file or directory
>> libtool: link: cannot determine absolute directory name of `no/lib'
>>
>> serf.m4 doesn't even handle the --without-serf (== --with-serf=no) case
>> ... I'll see what I can do to fix that, but, yuck. :)
>>
>> -- Brane
>>
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1303723
>>
>>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1303866
Received on 2009-03-10 17:23:53 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.