From owner-freebsd-current Fri Feb 8 1: 0:19 2002 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id F300E37B405 for ; Fri, 8 Feb 2002 01:00:15 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020208090010.ZOH1147.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 8 Feb 2002 09:00:10 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA00719; Fri, 8 Feb 2002 00:46:39 -0800 (PST) Date: Fri, 8 Feb 2002 00:46:38 -0800 (PST) From: Julian Elischer To: Poul-Henning Kamp Cc: current@FreeBSD.ORG Subject: Re: time breakage. In-Reply-To: <10602.1013149927@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 8 Feb 2002, Poul-Henning Kamp wrote: > In message , Ju > lian Elischer writes: > >phk, is this you? > > >/usr/include/sys/time.h:137: integer constant out of range > >/usr/include/sys/time.h:137: warning: decimal integer constant is so large > >that it is unsigned > > Yes, that was me, seems like I did my "buildworld" test in the wrong > source tree here. > > Thanks to peter for fixing this, and sorry for the trouble! > not out of the woods yet... I'm not sure but make world still breaks for me with: off/new.cc -o new.o In file included from /usr/include/sys/stat.h:50, from /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/include/posix.h:22, from /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/new.cc:24: /usr/include/sys/time.h: In function `void timespec2bintime(timespec *, bintime *)': /usr/include/sys/time.h:137: integer constant out of range /usr/include/sys/time.h:137: warning: decimal integer constant is so large that it is unsigned /usr/include/sys/time.h: In function `void timeval2bintime(timeval *, bintime *)': /usr/include/sys/time.h:153: integer constant out of range /usr/include/sys/time.h:153: warning: decimal integer constant is so large that it is unsigned *** Error code 1 I'm doing a "make includes" and will try again as it could be that it is erroneously looking in /usr/include instead of at the sources. > > > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message