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

Subversion and nls problem.

From: Ivan Chetyrkin <frice_at_inbox.ru>
Date: Tue, 6 Oct 2009 23:24:27 -0700 (PDT)

Hello all.

I try to compile subversion from source code, but got core dump for any binary (such as svn, svnserve, svnadmin, etc.) on install stage. When i add configure option --disable-nls all works fine. Debugging show, that gettext library call abort (), but i can't understand why? Can anybody help.

uname -a:
FreeBSD frice.home.local 8.0-RC1 FreeBSD 8.0-RC1 #1: Sat Oct 3 21:22:35 YEKST 2009 frice_at_frice.home.local:/usr/obj/usr/src/sys/FRICE i386

Software versions:
SVN: 1.6.5
Berkeley DB: 4.8.24
APR: 1.3.8
APR util: 1.3.9
neon: 0.8.24
gettext: 0.17
gcc: 4.2.1 20070719 [FreeBSD]

configure script options:
./configure --with-apr=/usr/local --with-apr-util=/usr/local --with-neon --without-apxs --without-sasl --with-ssl --without-swig --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --disable-static --enable-shared --disable-debug --build=i386-unknown-freebsd8.0

env:
C*FLAGS=-g -I/usr/local/include
LDFLAGS=-L/usr/local/lib

debug backtrace:
(gdb) r
Starting program: /usr/local/bin/svn
[New LWP 100125]
[New Thread 48c01140 (LWP 100125)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 48c01140 (LWP 100125)]
0x48587817 in kill () from /lib/libc.so.7
(gdb) bt
#0 0x48587817 in kill () from /lib/libc.so.7
#1 0x48587776 in raise () from /lib/libc.so.7
#2 0x4858562a in abort () from /lib/libc.so.7
#3 0x48a6e855 in libintl_recursive_lock_init () from /usr/local/lib/libintl.so.8
#4 0x48a6e8c8 in libintl_recursive_lock_lock () from /usr/local/lib/libintl.so.8
#5 0x48a6914f in _nl_load_domain () from /usr/local/lib/libintl.so.8
#6 0x48a68fee in _nl_find_domain () from /usr/local/lib/libintl.so.8
#7 0x48a6cdea in libintl_dcigettext () from /usr/local/lib/libintl.so.8
#8 0x48a68ce3 in libintl_dcgettext () from /usr/local/lib/libintl.so.8
#9 0x48a68d1c in libintl_dgettext () from /usr/local/lib/libintl.so.8
#10 0x080514cf in svn_cl__help (os=0x0, baton=0x0, pool=0x48c41018) at subversion/svn/help-cmd.c:62
#11 0x0805560e in main (argc=1, argv=0x7fbfeae0) at subversion/svn/main.c:1160

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2404388

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-07 08:27:40 CEST

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

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