Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61296 - Porting: subversion-1.0.6
Summary: Porting: subversion-1.0.6
Status: RESOLVED DUPLICATE of bug 94208
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
Depends on: 74764
Blocks:
  Show dependency tree
 
Reported: 2004-08-22 14:21 UTC by Andreas Schwarz
Modified: 2005-08-02 10:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schwarz 2004-08-22 14:21:50 UTC
libneon compiles fine, but subversion doesn't.

1. I get the following warning multiple times:
*** Warning: This system can not link to static lib archive /usr/lib/libgdbm.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

2. I get the following warning:
configure: WARNING: we have configured for a client-only build


The Subversion filesystem library, part of the server, requires
Berkeley DB version 4.1.25 or newer, which you don't seem to have
installed and linked to APR-UTIL.  We have created makefiles which
will build the Subversion client code only, and skip the server.  You
can find latest version of Berkeley DB at http://www.sleepycat.com/.
You can find the latest version of Berkeley DB here:
  http://www.sleepycat.com/download/index.shtml

3. Error:
gcc -r -keep_private_externs -nostdlib -o .libs/libaprutil-0.0.9.5.dylib-master.o  buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_sha1.lo crypto/getuuid.lo crypto/uuid.lo dbm/apr_dbm.lo dbm/apr_dbm_berkeleydb.lo dbm/apr_dbm_gdbm.lo dbm/apr_dbm_ndbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_compat.lo ldap/apr_ldap_url.lo uri/apr_uri.lo xml/apr_xml.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apu_version.lo strmatch/apr_strmatch.lo xlate/xlate.lo && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libaprutil-0.0.9.5.dylib .libs/libaprutil-0.0.9.5.dylib-master.o  -L/var/tmp/portage/subversion-1.0.6/work/subversion-1.0.6/apr-util/xml/expat/lib /usr/lib/libexpat.dylib /usr/lib/libiconv.dylib /usr/lib/libapr-0.dylib -lresolv -lpthread -lc -install_name /usr/lib/libaprutil-0.0.dylib -compatibility_version 10 -current_version 10.5
gcc: /usr/lib/libexpat.dylib: No such file or directory
gcc: /usr/lib/libapr-0.dylib: No such file or directory
libtool: install: error: relink `libaprutil-0.la' with the above command before installing it
make[1]: *** [install] Error 1
make: *** [external-install] Error 1

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# emerge --info
!!! Using `which gcc` to gcc locate version, this may break
!!! DISTCC, installing gcc-config and setting your current gcc
!!! profile will fix this
Portage 20040726 (default-macos-10.3, gcc-3.3, unavailable, 7.5.0 Power
Macintosh powerpc)
=================================================================
System uname: 7.5.0 Power Macintosh powerpc
macos-20040726
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632)
[disabled]
Autoconf: 
Automake: 
Binutils: 
ACCEPT_KEYWORDS="macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -mcpu=7450"
CHOST="powerpc-apple-darwin"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=7450"
DISTDIR="/usr/portage/distfiles"
FEATURES="collision-protect cvs keepwork"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="macos gdbm readline ruby ssl"
Comment 1 Nick Dimiduk (RETIRED) gentoo-dev 2005-04-27 11:50:13 UTC
A working build of neon is required for subversion.
Comment 2 Kito (RETIRED) gentoo-dev 2005-08-02 10:42:22 UTC

*** This bug has been marked as a duplicate of 94208 ***