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

anyone else having trouble building APR?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-01 05:36:35 CET

Something might be wrong with the recent apr_copy_file addition? Not
sure...

I'm just going to backdate APR for now, so I can finish my Subversion
changes. But curious to know if anyone else is having this problem.
Paraphrased transcript follows:

$ cd ~/src/subversion/apr
$ cvs up -dP
$ make distclean
$ ./buildconf
$ cd ..
$ ./autogen.sh
$ ./configure --enable-maintainer-mode --disable-shared
$ make
------ making all in apr
make[1]: Entering directory `/home/kfogel/src/subversion/apr'
Making all in strings
make[2]: Entering directory `/home/kfogel/src/subversion/apr/strings'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/strings'
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_cpystrn.c && touch apr_cpystrn.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_snprintf.c && touch apr_snprintf.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_strnatcmp.c && touch apr_strnatcmp.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_strings.c && touch apr_strings.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_fnmatch.c && touch apr_fnmatch.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_strtok.c && touch apr_strtok.lo
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/strings'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/strings'
Making all in passwd
make[2]: Entering directory `/home/kfogel/src/subversion/apr/passwd'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/passwd'
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_md5.c && touch apr_md5.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_getpass.c && touch apr_getpass.lo
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/passwd'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/passwd'
Making all in tables
make[2]: Entering directory `/home/kfogel/src/subversion/apr/tables'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/tables'
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_tables.c && touch apr_tables.lo
/bin/sh /home/kfogel/src/subversion/apr/libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I../include -I../include/arch/unix -c apr_hash.c && touch apr_hash.lo
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/tables'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/tables'
Making all in file_io/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[3]: *** No rule to make target `copy.lo', needed by `local-all'. Stop.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kfogel/src/subversion/apr'
make: *** [external-all] Error 1

Compilation exited abnormally with code 2 at Thu Jan 31 23:14:54

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:02 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.