From owner-freebsd-stable@FreeBSD.ORG Thu Feb 14 10:02:06 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3830016A420 for ; Thu, 14 Feb 2008 10:02:06 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 985E613C458 for ; Thu, 14 Feb 2008 10:02:05 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m1EA22Os050941; Thu, 14 Feb 2008 11:02:03 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m1EA22bk050940; Thu, 14 Feb 2008 11:02:02 +0100 (CET) (envelope-from olli) Date: Thu, 14 Feb 2008 11:02:02 +0100 (CET) Message-Id: <200802141002.m1EA22bk050940@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, blackdragon@highveldmail.co.za In-Reply-To: X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Thu, 14 Feb 2008 11:02:04 +0100 (CET) Cc: Subject: Re: broken buildkernel (scsi_low and -Os) and duplicate manpages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, blackdragon@highveldmail.co.za List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 10:02:06 -0000 David Naylor wrote: > It is a strange problem, normal installworld works fine, but somehow > the duplicate manpages result in a failure when installing with > DESTDIR=, here are some possible reasons: > > 1) I use tmpfs when using DESTDIR (could be tmpfs does something strange) > 2) Base system (compiled and installed) is compiled using -O2??? What is the exact CFLAGS setting that you use? Do you use -O2 (or -Os) without -fno-strict-aliasing? In general, having a CFLAGS=... line in /etc/make.conf is not a good idea. In most cases it does more harm than good. That might be the case here, too. I suggest you remove the CFLAGS line, rm -r /usr/obj (and make sure /usr/src is fresh) and start over. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Documentation is like sex; when it's good, it's very, very good, and when it's bad, it's better than nothing." -- Dick Brandon