From owner-cvs-src@FreeBSD.ORG Tue Nov 11 00:13:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A1CD16A4CE; Tue, 11 Nov 2003 00:13:10 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A9AC43F93; Tue, 11 Nov 2003 00:13:08 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])hAB8D6U02000; Tue, 11 Nov 2003 09:13:06 +0100 (MET) Date: Tue, 11 Nov 2003 09:13:06 +0100 (CET) From: Harti Brandt To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: <20031111090724.Q7611@beagle.fokus.fraunhofer.de> References: <200311100917.hAA9HYsg097794@repoman.freebsd.org> <20031110143627.T29745@beagle.fokus.fraunhofer.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libbsnmp Makefile Makefile.inc Makefile Makefile.inc src/lib/libbsnmp/modules/snmp_mibII Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 08:13:10 -0000 On Mon, 10 Nov 2003, Dag-Erling [iso-8859-1] Sm?rgrav wrote: DS>Harti Brandt writes: DS>> No, mine. Although the universe made it just fine, the tinderbox breaks. DS>> I'm just testing a fix. DS> DS>See attached fix for 'make universe'. Actually I always look at the output from the universe so I see when an error happens. The problem was different: the original source does an #include "foo.h" for a file that will end up in a subdirectory of /usr/include. This is done so that a standalone build will find the include file. The makefile for the standalone build has a -I directive that points to the right package sub-directory. I was under the impression that during stage 4.2 of buildworld (building libraries) the INCLUDEDIR points to the temporary environment in /usr/obj/.... That is, however, not the case. INCLUDEDIR points to /usr/include. Unfortunately on my build system I already had the /usr/include subdirectory populated so the build went through successfully, but failed obviously in the tinderbox. harti -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org