devel/subversion failed build on 6.0 amd64

Dryice Liu dryice at dryice.name
Wed Dec 21 01:08:27 PST 2005


Lev Serebryakov <lev at FreeBSD.org> wrote:

> Hello Dryice,
>
> Wednesday, December 21, 2005, 10:48:44 AM, you wrote:
>
> DL> I was trying to build devel/subversion on amd64 6.0-release, and get
> DL> an error message like:
> DL> ======================================================================
> DL> subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt
> DL> /libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn1_error_table_r"
> DL> *** Error code 1
> DL> ======================================================================
> DL> And then I rebuild the world to 6.0-stable but still got the same
> DL> error. Can someone shine some light on this? The ports tree is up to
> DL> date.
>  It seems, that subversion links with kerberos on your system, and does this wrong!
>  Could you send me output of `make configure' stage?

Thanks for the quick response.

I'm attaching it below. I didn't find any clue though. I also checked
the config.log and config.status and didn't find anything related to
kerberos...

In my /etc/make.conf there are these 2 lines that might be interest:
======================================================================
CFLAGS= -O
CPUTYPE= nocona  
======================================================================

The configure stage:
======================================================================
Many useful scripts will be installed into /usr/local/share/subversion
===>  Patching for subversion-python-1.3.0.r4_2
===>  Applying FreeBSD patches for subversion-python-1.3.0.r4_2
===>   subversion-python-1.3.0.r4_2 depends on file: /usr/local/bin/python - found
===>   subversion-python-1.3.0.r4_2 depends on file: /usr/local/bin/libtool15 - found
===>   subversion-python-1.3.0.r4_2 depends on shared library: expat.5 - found
===>   subversion-python-1.3.0.r4_2 depends on shared library: neon.24 - found
===>   subversion-python-1.3.0.r4_2 depends on shared library: apr-1.2 - found
===>   subversion-python-1.3.0.r4_2 depends on shared library: intl - found
===>  Configuring for subversion-python-1.3.0.r4_2
configure: Configuring Subversion 1.3.0
checking build system type... amd64-portbld-freebsd6.0
checking host system type... amd64-portbld-freebsd6.0
configure: creating config.nice
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking whether ln -s works... yes
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking APR version... 1.2.2
configure: Apache Portable Runtime Utility (APRUTIL) library configuration
checking for APR-util... yes
checking APR-UTIL version... 1.2.2
configuring libtool now
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
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
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.0 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 c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
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 f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether libtool accepts --tag=XXX... yes
checking whether libtool needs -no-undefined... no
configure: checking neon library
checking neon library version... 0.24.7
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
         --with-apxs or --with-apache must be used
==================================================================
checking for socket in -lsocket... no
checking for availability of Berkeley DB... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for msgmerge... /usr/local/bin/msgmerge
checking for xgettext... /usr/local/bin/xgettext
checking for library containing bindtextdomain... -lintl
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 for python... /usr/local/bin/python
checking for JDK... configure: WARNING: no JNI header files found.
no
checking for perl... /usr/bin/perl
checking for ruby... /usr/local/bin/ruby
checking for rb_hash_foreach()... yes
checking for swig... none
configure: Configuring python swig binding
checking for Python includes... -I/usr/local/include/python2.4
checking for compiling Python extensions... cc -fno-strict-aliasing -DNDEBUG -O -march=nocona -D__wchar_t=wchar_t  -DTHREAD_STACK_SIZE=0x100000 -fPIC
checking for linking Python extensions... cc -shared -pthread -L/usr/local/lib/python2.4/config -lpython2.4
checking for linking Python libraries... -L/usr/local/lib/python2.4/config -lpython2.4
checking for apr_int64_t Python/C API format string... l
checking perl version... 5008007
configure: Configuring Ruby SWIG binding
checking for Ruby include path... -I. -I/usr/local/lib/ruby/1.8/amd64-freebsd6
checking how to compile Ruby extensions... cc -O2 -fno-strict-aliasing -pipe    -fPIC $(SWIG_RB_INCLUDES)
checking how to link Ruby extensions... cc -shrext .so -shared
checking where to install Ruby scripts... /usr/local/lib/ruby/site_ruby/1.8
checking where to install Ruby extensions... /usr/local/lib/ruby/site_ruby/1.8/amd64-freebsd6
checking how to use output level for Ruby bindings tests... normal
checking for makeinfo... /usr/bin/makeinfo
configure: creating ./config.status
config.status: creating Makefile
config.status: creating svn-config
config.status: creating tools/backup/hot-backup.py
config.status: creating contrib/client-side/svn_load_dirs.pl
config.status: creating contrib/client-side/svncopy.pl
config.status: creating contrib/client-side/testsvncopy.pl
config.status: creating tools/hook-scripts/commit-access-control.pl
config.status: creating tools/hook-scripts/commit-email.pl
config.status: creating tools/hook-scripts/propchange-email.pl
config.status: creating subversion/bindings/swig/perl/native/Makefile.PL
config.status: creating subversion/svn_private_config.h
config.status: executing mkdir-init commands
mkdir subversion/bindings/java/javahl/classes
mkdir subversion/bindings/java/javahl/include
===>  Building for subversion-python-1.3.0.r4_2
======================================================================


Thanks!
-- 
Dryice @ http://dryice.3322.org

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/sylvester-response.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20051221/4980cac6/attachment.bin


More information about the freebsd-ports mailing list