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

Re: Sources subversion 1.5.1 but binaries compiled says 1.5.0

From: Emiliano Romero <eromero_at_sitrack.com>
Date: Mon, 11 Aug 2008 17:14:00 -0300

I resolve this issue. I have some old svn libs in my /usr/local/lib
directory. svn seems to read those libraries intead of /usr/lib.

Regards!

Emiliano Romero wrote:
>
> Hi I'm dealing with some strange issue. I'm trying to compile
> subversion 1.5.1 from sources. But the binaries generated by make says
> "version 1.5.0 (r31699)". I think that version number is given by some
> other dependency.
>
> Any Idea of how to compile REAL subversion-1.5.1?
>
> configure out:
> configure: Configuring Subversion 1.5.1
> configure: creating config.nice
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking whether ln -s works... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for static Apache module support... no
> checking for Apache module support via DSO through APXS... found at
> /usr/sbin/apxs2
> checking httpd version... recent enough
> ==================================================================
> WARNING: You have chosen to compile Subversion with a different
> compiler than the one used to compile Apache.
>
> Current compiler: gcc
> Apache's compiler: i686-pc-linux-gnu-gcc
>
> This could cause some problems.
> ==================================================================
> configure: Apache Portable Runtime (APR) library configuration
> checking for APR... yes
> checking APR version... 1.3.2
> configure: Apache Portable Runtime Utility (APRUTIL) library
> configuration
> checking for APR-util... yes
> checking APR-UTIL version... 1.3.2
> configure: checking neon library
> checking for neon-config... /usr/bin/neon-config
> checking neon library version... 0.28.2
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> configuring libtool now
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld
> checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
> checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object
> files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking how to recognize dependent libraries... pass_all
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g++... g++
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... gfortran
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether gfortran accepts -g... yes
> checking the maximum length of command line arguments... 98304
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld)
> supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld
> checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld)
> supports shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> (cached) (cached) checking how to hardcode library paths into
> programs... immediate
> appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for gfortran option to produce PIC... -fPIC
> checking if gfortran PIC flag -fPIC works... yes
> checking if gfortran static flag -static works... yes
> checking if gfortran supports -c -o file.o... yes
> checking whether the gfortran linker (/usr/i686-pc-linux-gnu/bin/ld)
> supports shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> (cached) (cached) checking how to hardcode library paths into
> programs... immediate
> checking whether libtool needs -no-undefined... no
> checking whether to avoid circular linkage at all costs... no
> checking for trang... none
> checking for socket in -lsocket... no
> checking for availability of Berkeley DB... yes
> checking whether to look for SASL... yes
> configure: Looking in default locations
> checking sasl/sasl.h usability... no
> checking sasl/sasl.h presence... no
> checking for sasl/sasl.h... no
> checking for availability of Cyrus SASL v2... no
> checking for Mac OS KeyChain Services... no
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for library containing bindtextdomain... none required
> checking for bind_textdomain_codeset... yes
> checking if we are using GNU gettext... yes
> checking for ANSI C header files... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for working memcmp... yes
> checking for vprintf... yes
> checking for _doprnt... no
> checking for symlink... yes
> checking for readlink... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for inflate in -lz... yes
> checking for python... /usr/bin/python
> checking for JDK... no
> checking for perl... /usr/bin/perl
> checking for ruby... none
> checking for swig... /usr/bin/swig
> checking swig version... 1.3.34
> configure: Configuring python swig binding
> checking for Python includes... -I/usr/include/python2.4
> checking for compiling Python extensions... i686-pc-linux-gnu-gcc
> -pthread -fno-strict-aliasing -DNDEBUG -fPIC
> checking for linking Python extensions... i686-pc-linux-gnu-gcc
> -pthread -shared
> checking for linking Python libraries...
> checking for apr_int64_t Python/C API format string... L
> checking perl version... 5008008
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating tools/backup/hot-backup.py
> config.status: creating
> contrib/client-side/svn_load_dirs/svn_load_dirs.pl
> config.status: creating contrib/client-side/svncopy/svncopy.pl
> config.status: creating contrib/client-side/svncopy/testsvncopy.pl
> config.status: creating tools/hook-scripts/commit-access-control.pl
> config.status: creating tools/hook-scripts/commit-email.pl
> config.status: creating subversion/bindings/swig/perl/native/Makefile.PL
> config.status: creating packages/solaris/pkginfo
> config.status: creating subversion/svn_private_config.h
> config.status: subversion/svn_private_config.h is unchanged
> config.status: executing mkdir-init commands
>
> svn compiled from sources out:
> # ./subversion/svn/svn --version
> svn, version 1.5.0 (r31699)
> compiled Jul 3 2008, 15:28:08
>
> Copyright (C) 2000-2008 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:
>
> * ra_neon : Module for accessing a repository via WebDAV protocol
> using Neon.
> - handles 'http' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
>
>
> Thanks and Regards
>
> Emiliano

 This email and any attachments thereof may contain confidential, privileged, proprietary, or otherwise private information. This email is intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient of the email and its attachments please inform the sender immediately and do not disclose the contents to any other person, use it for any purpose or store or copy the information in any way and delete this e-mail and its attachments from your system. Any views or opinions expressed are solely those of the author.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-11 22:14:50 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.