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

Re: svn compile error on solaris 2.8, cc

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-01-06 23:09:02 CET

solo turn wrote:

>i copied the ap_provider.h file to the 2.0.43 httpd installation, but
>svn does not compile on solaris 2.8, compiler cc. but this is here
>since a week or so (i.e. well before the upgrade of apr, httpd was
>necessary). but waiting did not help ;)
>
>error:
>
>cd subversion/clients/cmdline && /bin/bash /usrhme/src/svn/libtool
>--silent --mode=link cc -g -mt -DNEON_ZLIB -DNEON_SSL
>-L/usrhme/local/lib
>-L/usrhme/src/httpd-2.0.43/srclib/apr-util/usrhme/local/lib -rpath
>/usrhme/local/lib -o svn add-cmd.o cat-cmd.o checkout-cmd.o
>cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o
>export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o
>ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o
>propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o
>propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o
>switch-cmd.o update-cmd.o util.o
>../../../subversion/libsvn_client/libsvn_client-1.la
>../../../subversion/libsvn_wc/libsvn_wc-1.la
>../../../subversion/libsvn_ra/libsvn_ra-1.la
>../../../subversion/libsvn_delta/libsvn_delta-1.la
>../../../subversion/libsvn_subr/libsvn_subr-1.la
>/usrhme/local/lib/libaprutil-0.la -ldb -lexpat
>/usrhme/local/lib/libapr-0.la -lsendfile -lrt -lm -lsocket -lnsl
>-lresolv -ldl -L/usrhme/local/lib -L/usrhme/local/neon-0.23.5/lib
>-lneon -lssl -lcrypto -lnsl -lsocket -lz -L/usrhme/local/lib
>-R/usrhme/local/lib -lxml2 -lz -lm -lsocket -lnsl -lsocket
>Output line too long.
>Output line too long.
>Output line too long.
>ild: (bad file) argument file doesn't exist :: /usrhme/local/lib/l
>make: *** [subversion/clients/cmdline/svn] Error 1
>
>

This error started appearing on Solaris when somebody (we?) added
another instance of -lsocket (my automatic Solaris tests started failing
then; people who commit changes should really follow svn-breakage!).
Look at the command line -- several library names are duplicated. Can we
somehow get rid of those duplicates? I think that should be enough to
get Solaris building again.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 6 23:12:07 2003

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

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