Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2000 15:18:25 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        steve epstein <the.epsteins@worldnet.att.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Fails to make world
Message-ID:  <20001217151825.L96105@149.211.6.64.reflexcom.com>
In-Reply-To: <000c01c06876$30077a80$2800a8c0@archer>; from the.epsteins@worldnet.att.net on Sun, Dec 17, 2000 at 04:10:02PM -0600
References:  <000c01c06876$30077a80$2800a8c0@archer>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 17, 2000 at 04:10:02PM -0600, steve epstein wrote:
> I am new at compiling  kernels on BSD although I have successfully compiled
> kernels on several Linux distros. I cvsup'd today (first time)and attempted
> to 'make world' . I also tried 'make buildworld'. Both result in failure at
> the same place:
> 
> /usr/src/lib/libutil/login_times.c:159: warning passing arg 2 of 'in_ltms'
> makes pointer from integer without a cast
> *** Error Code 1
> 
> Stop in /usr/src/lib/libutil
> 
> *** Error Code 1
> 
> Stop in /usr/src
> 
> *** Error Code 1
> 
> #

It should not be dying on a warning (not that there even should be a
warning there, that line is OK). What are the lines leading up to this
and at what point of the build does this happen?

My best advice is that age-old solution, re-CVSup, then,

  # chflags -R noschg /usr/obj/usr && rm -rf /usr/obj/usr
  # cd /usr/src
  # make cleandir

Then try again.

> I read Rudy's post, but redoing 'make world' did not help.

Dunno what 'Rudy's post' was. Did he suggest the above? 

> BTW my machine is
> set for local time rather than UTC. Could that make a difference?

No, it should not.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001217151825.L96105>