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

AW: AW: to devs: please provide binaries for 1.5-beta

From: Lustig, Marc (Allianz Deutschland AG) <EXTERN.LUSTIG_MARC_at_allianz.de>
Date: Thu, 3 Apr 2008 16:22:06 +0200

actually the error with zlib is disappeared, but the same error occurs now with the neon lib.
I need to install some additional lib, or need to recompile neon, too?

neon/src/.libs/libneon.a(ne_request.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/home/subversion/download/subversion-1.5.0-beta1/neon/src/.libs/libneon.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_ra_neon/libsvn_ra_neon-1.la] Error 1

-----Ursprüngliche Nachricht-----
Von: Lustig, Marc (Allianz Deutschland AG)
Gesendet: Donnerstag, 3. April 2008 15:56
An: users_at_subversion.tigris.org
Betreff: AW: to devs: please provide binaries for 1.5-beta

I read previous posts from people who couldn't build the 1.5-beta, so I was just reciting ;-)
Having installed zlib1g-dev, I still get the same message.
I think the problem is related to what is described here: http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=3

Recompiling zlib using -fPIC flag seems to require to modify the zlib Makefile

-----Ursprüngliche Nachricht-----
Von: Stefan Sperling [mailto:stsp_at_elego.de]
Gesendet: Donnerstag, 3. April 2008 15:13
An: Lustig, Marc (Allianz Deutschland AG)
Cc: users_at_subversion.tigris.org
Betreff: Re: to devs: please provide binaries for 1.5-beta

On Thu, Apr 03, 2008 at 02:59:55PM +0200, Lustig, Marc (Allianz Deutschland AG) wrote:
> ok, sure, here are the details:

What you are reporting is not a bug in the configure script,
as you claimed in your first mail.

Based on the error below, I guess you need to either install the
zlib-dev package (this is the easy way), or compile your custom
zlib with -fPIC as indicated in the error message you got.

> - Linux version 2.6.18-5-amd64 (Debian 2.6.18.dfsg.1-13etch4)

The kernel version does not matter at all here.

> - followed instructions from INSTALL file
> - installed zlib 1.2.3 from source (download from zlib.net)
> - ./configure runs successfully

Did you really run
        ./configure

here, or did you pass additional parameters?

> - make breaks with following result:
>
> ...
> ------ completed all in neon
> cd subversion/libsvn_subr && /bin/sh /home/subversion/download/subversion-1.5.0-beta1/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -rpath /usr/local/lib -o libsvn_subr-1.la atomic.lo auth.lo cmdline.lo compat.lo config.lo config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo dso.lo error.lo hash.lo io.lo iter.lo kitchensink.lo lock.lo md5.lo mergeinfo.lo nls.lo opt.lo path.lo pool.lo prompt.lo properties.lo quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo username_providers.lo utf.lo utf_validate.lo validate.lo version.lo win32_crashrpt.lo win32_xlate.lo xml.lo /home/subversion/download/subversion-1.5.0-beta1/apr-util/libaprutil-1.la /home/subversion/download/subversion-1.5.0-beta1/apr-util/xml/expat/lib/libexpat.la /home/subversion/download/subversion-1.5.0-beta1/apr/libapr-1.la -lrt -lcrypt -lpthread -
ldl -lz
> /usr/bin/ld: /usr/local/lib/libz.a(deflate.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
> /usr/local/lib/libz.a: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
>
>
> tried also installing zlib using apt-get (package zlib-bin)
> tried also ./configure --enable-shared

-- 
Stefan Sperling <stsp_at_elego.de>                 Software Developer
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                 Geschaeftsfuehrer: Olaf Wagner
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-03 16:22:41 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.