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

Config broke in rev 1150 (Unterminated 's' command)

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-02-03 23:54:45 CET

Any ideas?

   Thanks,
   - David

Making subversion-0.8.0-1153 (S)RPM...
rm -rf /home/david/rpms/sources/subversion-0.8.0-1153
mkdir -p /home/david/rpms/sources/subversion-0.8.0-1153
cp * /home/david/rpms/sources/subversion-0.8.0-1153
sed -e 's/@RELEASE@/1153/' \
-e 's/@VERSION@/0.8.0/' \
< subversion.spec > /home/david/rpms/sources/subversion-0.8.0-1153/subversion.spec
cd /home/david/rpms/sources/subversion-0.8.0-1153; cp -r /home/david/projects.remote/subversion/packages/rpm/../.. subversion-0.8.0; \
   tar cfz subversion-0.8.0-1153.tar.gz subversion-0.8.0 --exclude .svn; \
   rm -rf subversion-0.8.0
cd /home/david/rpms/sources/subversion-0.8.0-1153; rpm -ba subversion.spec
Executing(%prep): /bin/sh -e /home/david/rpms/tmp/rpm-tmp.23509
+ umask 022
+ cd /home/david/rpms/build
+ cd /home/david/rpms/build
+ rm -rf subversion-0.8.0
+ /bin/gzip -dc /home/david/rpms/sources/subversion-0.8.0-1153/subversion-0.8.0-1153.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd subversion-0.8.0
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
++ /usr/bin/id -u
+ '[' 500 = 0 ']'
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ echo 'Patch #0 (expat.patch):'
Patch #0 (expat.patch):
+ patch -p1 -s
+ sh autogen.sh
buildcheck: checking installation...
buildcheck: autoconf version 2.52 (ok)
buildcheck: libtool version 1.4.2 (ok)
Copying libtool helper: /usr/share/aclocal/libtool.m4
Creating getdate.c...
subversion/libsvn_subr/getdate.y contains 10 shift/reduce conflicts.
Creating build-outputs.mk...
Creating svn_private_config.h.in...
Creating configure...

You can run ./configure now.

Running autogen.sh implies you are a maintainer. You may prefer
to run configure in one of the following ways:

./configure --enable-maintainer-mode
./configure --disable-shared
./configure --enable-maintainer-mode --disable-shared

Note: this build will create the Subversion shared libraries and a
       command-line client. If you wish to build a Subversion server,
       you will need Apache 2.0. See www/server_setup.html for details.

+ rm -rf expat-lite/asciitab.h expat-lite/hashtable.c expat-lite/hashtable.h expat-lite/iasciitab.h expat-lite/latin1tab.h expat-lite/nametab.h expat-lite/utf8tab.h
+ rm -rf expat-lite/xmldef.h
+ rm -rf expat-lite/xmlparse.c
+ rm -rf expat-lite/xmlrole.c expat-lite/xmlrole.h
+ rm -rf expat-lite/xmltok.c expat-lite/xmltok.h expat-lite/xmltok_impl.c expat-lite/xmltok_impl.h expat-lite/xmltok_ns.c
+ LDFLAGS=-lcrypt -ldl -pthread
+ ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr
creating config.nice
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
configure: Apache Portable Runtime Utility (APRUTIL) library configuration
checking for APR-util... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether ln -s works... yes
configuring libtool now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /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 dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
configure: checking neon library
checking for neon-config... /usr/bin/neon-config
checking neon library version... 0.18.5
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... found at /usr/sbin/apxs
checking for built-in Berkeley DB... no
checking for Berkeley DB in the standard places... yes
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... 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 for size_t... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for GNU patch... /usr/bin/patch
checking for non-broken GNU diff... /usr/bin/diff
checking for python2... none
checking for python... /usr/bin/python
checking for Python 2.0 or newer
pycheck: WARNING, Python 2.X or newer is required to run tests.
checking for swig... none
checking for makeinfo... /usr/bin/makeinfo
configure: creating ./config.status
config.status: creating Makefile
sed: file /tmp/csuMXh36/subs-1.sed line 38: Unterminated `s' command
config.status: creating svn_private_config.h
+ echo 'Patch #1 (install.patch):'
Patch #1 (install.patch):
+ patch -p1 -s
+ exit 0
Executing(%build): /bin/sh -e /home/david/rpms/tmp/rpm-tmp.18355
+ umask 022
+ cd /home/david/rpms/build
+ cd subversion-0.8.0
+ make
make[1]: Entering directory `/home/david/rpms/build/subversion-0.8.0'
make[1]: *** No targets. Stop.
make[1]: Leaving directory `/home/david/rpms/build/subversion-0.8.0'
error: Bad exit status from /home/david/rpms/tmp/rpm-tmp.18355 (%build)

RPM build errors:
    Bad exit status from /home/david/rpms/tmp/rpm-tmp.18355 (%build)
make: *** [build_rpm_files] Error 1

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
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:03 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.