From owner-freebsd-current Wed Jun 12 9: 8:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from taz.sindrome.net (taz.sindrome.net [209.172.186.231]) by hub.freebsd.org (Postfix) with ESMTP id 7B04C37B400 for ; Wed, 12 Jun 2002 09:08:09 -0700 (PDT) Received: from taz.sindrome.net (taz.sindrome.net [209.172.186.231] (may be forged)) by taz.sindrome.net (8.12.3/8.12.3) with ESMTP id g5CG880N042532 for ; Wed, 12 Jun 2002 11:08:08 -0500 (CDT) (envelope-from sindrome@sindrome.net) Received: (from sindrome@localhost) by taz.sindrome.net (8.12.3/8.12.3/Submit) id g5CG88OE042531 for freebsd-current@FreeBSD.ORG; Wed, 12 Jun 2002 11:08:08 -0500 (CDT) X-Authentication-Warning: taz.sindrome.net: sindrome set sender to sindrome@sindrome.net using -f Date: Wed, 12 Jun 2002 11:08:08 -0500 From: Troy To: freebsd-current@FreeBSD.ORG Subject: Broken World in xlint/llib Message-ID: <20020612110808.A42435@sindrome.net> Reply-To: sindrome@sindrome.net Mail-Followup-To: freebsd-current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Seeing some errors trying to buildworld with the xlint/llib-lposix. It appears the error is in stdarg.h. I am running version 1.14 of stdarg.h Line 43 in /usr/include/stdarg.h and /usr/include/machine/stdarg.h states: typedef _BSD_VA_LIST_ va_list; but in /usr/src/contrib/gcc/ginclude/stdarg.h it's version 1.5 (from latest CVSUP) it states #ifndef __GNUC_VA_LIST Not sure what I can do to fix this problem...I did a "make includes" before issuing the make buildworld. Any help would be appreciated. -Troy ===> usr.bin/xlint/llib lint -cghapbx -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix llib-lposix: stdarg.h:43: syntax error [249] stdarg.h:110: syntax error [249] time.h:141: warning: conversion from 'unsigned long long' may lose accuracy [132 ] time.h:158: warning: conversion from 'unsigned long long' may lose accuracy [132 ] time.h:165: warning: conversion from 'long' may lose accuracy [132] llib-lposix:306: syntax error [249] llib-lposix:307: syntax error [249] llib-lposix:308: syntax error [249] llib-lposix:308: cannot recover from previous errors [224] *** Error code 1 Stop in /usr/src/usr.bin/xlint/llib. *** Error code 1 Stop in /usr/src/usr.bin/xlint. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 top in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message