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

Re: Build bustage on FreeBSD and Linux

From: pete collins <petejc_at_collab.net>
Date: 2001-01-31 15:36:37 CET

I got it to compile . . .
I commented out the reference to `libsvn_fs' in `configure.in'.

I am making the assumption that subversion cvs repository is still on
tigris and hasn't been moved. I did a cvs diff and didn't see any
changes from yesterday.

Thanks

--pete

$ ./svn --help
/usr/lib/libc.so.4: WARNING! setkey(3) not present in the system!
/usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
/usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider
using mkstemp()
/usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system!
/usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system!
/usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider
using mkstemp()
/usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is
stupid.
/usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system!
/usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider
using mkstemp()
usage: svn <subcommand> [options] [args]
Type "svn help <subcommand>" for help on a specific subcommand.

Most subcommands take file and/or directory arguments, recursing
on the directories. If no arguments are supplied to such a
command, it will recurse on the current directory (inclusive) by
default.

Available subcommands:
   add (ad, new)
   checkout (co)
   commit (ci)
   delete (del, remove, rm)
   help (?, h)
   proplist (plist, pl)
   propget (pget, pg)
   propset (pset, ps)
   status (stat, st)
   diff (df)
   update (up)

Index: configure.in
===================================================================
RCS file: /cvs/subversion/configure.in,v
retrieving revision 1.48
diff -u -w -r1.48 configure.in
--- configure.in 2001/01/28 16:45:46 1.48
+++ configure.in 2001/01/31 14:02:13
@@ -73,9 +73,9 @@
 SVN_LIBSVN_DELTA_LIBS='$(top_builddir)/subversion/libsvn_delta/libsvn_delta.la'
 AC_SUBST(SVN_LIBSVN_DELTA_LIBS)
 
-dnl libsvn_fs
-SVN_LIBSVN_FS_LIBS='$(top_builddir)/subversion/libsvn_fs/libsvn_fs.la'
-AC_SUBST(SVN_LIBSVN_FS_LIBS)
+#dnl libsvn_fs
+#SVN_LIBSVN_FS_LIBS='$(top_builddir)/subversion/libsvn_fs/libsvn_fs.la'
+#AC_SUBST(SVN_LIBSVN_FS_LIBS)
 
 dnl libsvn_ra_dav
 SVN_LIBSVN_RA_DAV_LIBS='$(top_builddir)/subversion/libsvn_ra_dav/libsvn_ra_dav.la'
Received on Sat Oct 21 14:36:20 2006

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.