Subject: Re: CVS commit: src/lib/libc/arch/i386/string
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@tac.gw.com>
List: source-changes
Date: 02/09/2005 08:56:23
In article <slrnd0ij78.5jb.mason@g.primenet.com.au>,
Geoff Wing  <mason@primenet.com.au> wrote:
>Christos Zoulas <christos@netbsd.org> typed:
>: Committed By:	christos
>: Date:		Mon Feb  7 05:22:52 UTC 2005
>: Modified Files:
>: 	src/lib/libc/arch/i386/string: bcopy.S bzero.S index.S memchr.S
>: 	    memcpy.S memmove.S memset.S rindex.S strcat.S strchr.S strcmp.S
>: 	    strlen.S strrchr.S
>: Log Message:
>: Revert everything to 2005-02-03 until the code is properly tested. Building
>: kde3 breaks with the head code.
>
>With a system running the prior versions, after 20 hours building kde3 and
>nearly every required package (except some graphics ones) the silly thing
>built fine for me.  Was the error reproducible?  Do you remember where?
>Or did the error occur when running it?
>
 /bin/sh ../libtool --silent --mode=install /usr/bin/install -c -o root -g wheel  'kio_ghelp.la' '/usr/pkg/lib/kde3/kio_ghelp.la'
shlibtool: install: warning: relinking `kio_ghelp.la'
mv: rename kio_ghelp.so to kio_ghelp.soU: No such file or directory
shlibtool: install: error: relink `kio_ghelp.la' with the above command before installing it
gmake[2]: *** [install-kde_moduleLTLIBRARIES] Error 1
gmake[2]: Leaving directory `/net/quasar/src-5/NetBSD/arch/i386/i386/pkgsrc/x11/kdelibs3/work.i386/kdelibs-3.3.2/kdoctools'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/net/quasar/src-5/NetBSD/arch/i386/i386/pkgsrc/x11/kdelibs3/work.i386/kdelibs-3.3.2/kdoctools'
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop.
make: stopped in /net/quasar/src-5/NetBSD/cvsroot/pkgsrc/x11/kdelibs3
*** Error code 1

This is starting with a completely clean pkgsrc. I.e. having the latest
of everything.

christos