Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build error
On Wed, 29 Dec 2010 20:22:45 +0100
Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
> On Wed, Dec 29, 2010 at 07:17:06PM +0000, Sad Clouds wrote:
> > On Wed, 29 Dec 2010 16:45:45 +0100
> > Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
> >
> > > On Wed, Dec 29, 2010 at 02:49:10PM +0000, Sad Clouds wrote:
> > > > /opt/tools.amd64/bin/nbyacc: f - cannot open
> > > > "/opt/src/external/gpl2/xcvs/dist/lib/getdate.c"
> > > > *** [getdate.c] Error code 2
> > > > nbmake: stopped in /opt/src/external/gpl2/xcvs/lib/libcvs
> > >
> > > Try the attached patch, please.
> > >
> > > Joerg
> >
> > I've applied the patch, but it still fails at the same place with the same
> > error message.
>
> Are you really sure that it is applied? It should override the explicit
> rule and stop this.
>
> Joerg
Yeah, pretty sure. I even deleted all object files, etc. and tried building
everything from scratch.
# cat /opt/src/external/gpl2/xcvs/lib/libcvs/Makefile
# $NetBSD: Makefile,v 1.8 2009/10/29 02:36:48 christos Exp $
LIBISPRIVATE= yes
.include "${.CURDIR}/../../Makefile.inc"
LIB= cvs
DIST= ${IDIST}/lib
.PATH: ${DIST}
CPPFLAGS+=-I${DIST}
.y.c .y.h:
@true
SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c exitfail.c \
fd-safer.c getdate.c gettime.c md5.c \
openat.c pagealign_alloc.c printf-args.c printf-parse.c \
quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \
stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
xmalloc.c xreadlink.c yesno.c
getdate.c: getdate.y
@true
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index