search for: __rcsid

Displaying 9 results from an estimated 9 matches for "__rcsid".

Did you mean: d__rcsid
2003 Aug 13
1
Errors Building 4.8
.../ depend; make DIRPRFX=games/fortune/strfile/ all; make DIRPRFX=games/fortune/strfile/ DESTDIR=/usr/obj/usr/src/i386 install ===> games/fortune/strfile /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -D__FBSDID=__RCSID /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a >> .depend cc -O -pipe -Wall -D__FBSDID=__RCSID -c /usr/src/games/fortune/strfile/strfile.c cc -O -pipe -Wall -D__FBSDID=__RCSID -static -o strfile strfile.o sh /usr/src/tools/install.sh -s -o root -g wheel -m...
2003 Jul 02
2
RELENG_4 buildworld fails in colldef
.../src/usr.bin/colldef yacc -d /home/src/usr.bin/colldef/parse.y cp y.tab.c parse.c lex -t -8 -i /home/src/usr.bin/colldef/scan.l > scan.c rm -f .depend mkdep -f .depend -a -I. -I/home/src/usr.bin/colldef -I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -D__FBSDID=__RCSID parse.c scan.c /home/src/usr.bin/colldef/parse.y:32: arpa/inet.h: No such file or directory mkdep: compile failed *** Error code 1 I looked in /usr/obj/home/src/i386/usr/include/arpa/ and indeed, inet.h is not there, but I can't figure out why. This is starting with a clean obj directory, an...
2003 Apr 12
1
GENERIC kern compile error 4.8-STABLE
...PATH=/Disk1/usrsrc/sys/dev/aic7xxx/aicasm make -DBOOTSTRAPPING -f /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /Disk1/usrobj/Disk1/usrsrc/sys/CERAKERN cc -O -pipe -nostdinc -I/usr/include -I. -I/Disk1/usrsrc/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc -I/usr/include -I. -I/Disk1/usrsrc/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c:50: db.h: No such file or directory /D...
2009 Dec 18
0
[agc@NetBSD.org: CVS commit: src/crypto/external/bsd/openssh/dist]
...ssh-agent.c,v 1.2 2009/06/07 22:38:47 christos Exp $ */ +/* $NetBSD: ssh-agent.c,v 1.3 2009/12/17 15:55:16 agc Exp $ */ /* $OpenBSD: ssh-agent.c,v 1.159 2008/06/28 14:05:15 djm Exp $ */ /* * Author: Tatu Ylonen <ylo at cs.hut.fi> @@ -36,7 +36,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-agent.c,v 1.2 2009/06/07 22:38:47 christos Exp $"); +__RCSID("$NetBSD: ssh-agent.c,v 1.3 2009/12/17 15:55:16 agc Exp $"); #include <sys/types.h> #include <sys/time.h> #include <sys/queue.h> @@ -307,13 +307,13 @@ Buffer msg; Key *key; + od...
2003 Sep 11
1
make buildworld problem
...n buildworld's output just before first error 2 mkdep calls: first with parameters mkdep -f .depend -a -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/include -I/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../src/include -D__FBSDID=__RCSID and second without any parameters. missed header files are in /usr/src/contrib/groff/src/include, so my problem is definitly around mkdep parameters, but how to correct it? /usr/src and /usr/obj were removed before make buildworld, and just the same happened with RELENG_4_8 sources...
2010 Nov 20
1
[PATCH 1/2] cat cleanup ugly ifdefery
...ff-by: maximilian attems <max at stro.at> --- usr/utils/cat.c | 22 +--------------------- 1 files changed, 1 insertions(+), 21 deletions(-) diff --git a/usr/utils/cat.c b/usr/utils/cat.c index 1108d2e..7465148 100644 --- a/usr/utils/cat.c +++ b/usr/utils/cat.c @@ -39,13 +39,6 @@ #define __RCSID(arg) #endif -#if HAVE_NBTOOL_CONFIG_H -#include "nbtool_config.h" -#endif - -#ifndef __KLIBC__ -#include <sys/cdefs.h> -#endif #if !defined(lint) __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"); @@...
2003 Apr 14
2
4.8-STABLE GENERIC buildkernel fail
...CPATH=/Disk1/usrsrc/sys/dev/aic7xxx/aicasm make -DBOOTSTRAPPING -f /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /Disk1/usrobj/Disk1/usrsrc/sys/GENERIC cc -O -pipe -nostdinc -I/usr/include -I. -I/Disk1/usrsrc/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc -I/usr/include -I. -I/Disk1/usrsrc/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c /Disk1/usrsrc/sys/dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symbol_delete': /Dis...
2004 Aug 13
1
[PATCH] make spotless update
make spotless leaves 2 generated files. diff -purN klibc-0.159.orig/klibc/Makefile klibc-0.159/klibc/Makefile --- klibc-0.159.orig/klibc/Makefile 2004-08-03 23:07:05.000000000 +0200 +++ klibc-0.159/klibc/Makefile 2004-08-13 22:23:35.696699671 +0200 @@ -156,6 +156,7 @@ clean: archclean rm -f sha1hash errlist.c spotless: clean + rm -f include/klibc/havesyscall.h syscalls.nrs find . \( -name
2003 Apr 18
1
Broken buildworld in groff, 4.8-stable?
...rew ===> gnu/usr.bin/groff/src/libs/libgroff Making version.cc rm -f .depend mkdep -f .depend -a -DHAVE_CONFIG_H -I/usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/include -I/usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../src/include -D__FBSDID=__RCSID /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/getopt.c /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/getopt1.c /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/gro...