From owner-freebsd-stable@FreeBSD.ORG  Sun Jan  7 18:45:49 2007
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
X-Original-To: freebsd-stable@freebsd.org
Delivered-To: freebsd-stable@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 108C016A403
	for <freebsd-stable@freebsd.org>; Sun,  7 Jan 2007 18:45:49 +0000 (UTC)
	(envelope-from wolfgang@lyxys.ka.sub.org)
Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org
	[217.29.35.151])
	by mx1.freebsd.org (Postfix) with ESMTP id 8EFB213C474
	for <freebsd-stable@freebsd.org>; Sun,  7 Jan 2007 18:45:46 +0000 (UTC)
	(envelope-from wolfgang@lyxys.ka.sub.org)
Received: from juno.lyxys.ka.sub.org (juno.lyxys.ka.sub.org
	[IPv6:2001:5c0:8521:0:20f:feff:fe0e:7312])
	by saturn.lyxys.ka.sub.org (8.13.8/8.13.8) with ESMTP id l07IUR7r051510;
	Sun, 7 Jan 2007 19:30:27 +0100 (CET)
	(envelope-from wolfgang@lyxys.ka.sub.org)
Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1])
	by juno.lyxys.ka.sub.org (8.13.8/8.13.8) with ESMTP id l07IURHh066718; 
	Sun, 7 Jan 2007 19:30:27 +0100 (CET)
	(envelope-from wolfgang@lyxys.ka.sub.org)
Received: (from wolfgang@localhost)
	by juno.lyxys.ka.sub.org (8.13.8/8.13.8/Submit) id l07IURUE066717;
	Sun, 7 Jan 2007 19:30:27 +0100 (CET) (envelope-from wolfgang)
From: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org>
Message-Id: <200701071830.l07IURUE066717@juno.lyxys.ka.sub.org>
In-Reply-To: <45A12368.3060705@communitor.com>
To: Christoph Illnar <illnar@communitor.com>
Date: Sun, 7 Jan 2007 19:30:27 +0100 (CET)
X-Mailer: ELM [version 2.4ME+ PL123e (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0
	(saturn.lyxys.ka.sub.org
	[IPv6:2001:5c0:8521:1:240:63ff:fed8:ce97]);
	Sun, 07 Jan 2007 19:30:27 +0100 (CET)
Cc: freebsd-stable@freebsd.org
Subject: Re: make buildworld is always braking at various points
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, 
	<mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 07 Jan 2007 18:45:49 -0000

Hello,

> I keep having troubles compiling either 6.1-RELEASE and 6.2-RC2.
> I downloaded sources, extracted them with install.sh and did a cvsup.
> [..]
> # make buildworld
> it breaks with these last lines:
> ----
> [.......... lines suppressed ......]

> building shared library libpmc.so.3
> ===> lib/libpthread (all)

> [.......... lines suppressed ......]
> cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -DPTHREAD_KERNEL 
> -I/usr/src/lib/libpthread/../libc/include 
> -I/usr/src/lib/libpthread/thread 
> -I/usr/src/lib/libpthread/../../include 
> -I/usr/src/lib/libpthread/arch/i386/include 
> -I/usr/src/lib/libpthread/sys 
> -I/usr/src/lib/libpthread/../../libexec/rtld-elf 
> -I/usr/src/lib/libpthread/../../libexec/rtld-elf/i386 -fno-builtin 
> -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall 
> -I/usr/src/lib/libpthread/../libc/i386  -c 
> /usr/src/lib/libpthread/thread/thr_condattr_pshared.c

> make: don't know how to make 
> /usr/src.lib/libpthread/arch/i386/include/pthread_md.h. Stop
> *** Error code 2

when make tries to rebuild source files, this is often an indication
of mis-set system clocks. Check date/time settings on your machine.

Wolfgang