From owner-freebsd-hackers Sun May 14 16:44:21 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA05757 for hackers-outgoing; Sun, 14 May 1995 16:44:21 -0700 Received: from star-gate.com (hasty.vip.best.com [204.156.141.143]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA05747 for ; Sun, 14 May 1995 16:44:18 -0700 Received: from localhost (localhost [127.0.0.1]) by star-gate.com (8.6.9/8.6.9) with SMTP id QAA00340 for ; Sun, 14 May 1995 16:34:42 -0700 Message-Id: <199505142334.QAA00340@star-gate.com> X-Authentication-Warning: star-gate.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6delta 4/7/95 To: freebsd-hackers@FreeBSD.org Subject: make world & cvs Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 May 1995 16:34:39 -0700 From: Amancio Hasty Sender: hackers-owner@FreeBSD.org Precedence: bulk Hi, I supped the entire distribution about a week ago since then I have not been able to compile cvs. I strongly suspect a gcc bug here: star-gate# pwd /usr/src/gnu/usr.bin/cvs star-gate# make ===> lib cc -O2 -m486 -pipe -I/usr/src/gnu/usr.bin/cvs/lib -I/usr/src/gnu/usr.bin/cvs/li b/../cvs -DHAVE_CONFIG_H -DHAVE_TIMEZONE -c /usr/src/gnu/usr.bin/cvs/lib/myndbm .c -o myndbm.o In file included from /usr/src/gnu/usr.bin/cvs/lib/system.h:21, from /usr/src/gnu/usr.bin/cvs/lib/../cvs/cvs.h:79, from /usr/src/gnu/usr.bin/cvs/lib/myndbm.c:16: /usr/include/sys/stat.h:108: warning: `S_IWRITE' redefined /usr/src/gnu/usr.bin/cvs/lib/../cvs/config.h:210: warning: this is the location of the previous definition In file included from /usr/src/gnu/usr.bin/cvs/lib/myndbm.c:16: /usr/src/gnu/usr.bin/cvs/lib/../cvs/cvs.h:362: parse error before `RETSIGTYPE' /usr/src/gnu/usr.bin/cvs/lib/../cvs/cvs.h:362: parse error before `)' *** Error code 1 Stop. *** Error code 1 ------------- RETSIGTYPE is typdefed to void .... Anyone has a clue? Tnks, Amancio