From owner-freebsd-current Thu Oct 10 17:10:30 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21F837B401; Thu, 10 Oct 2002 17:10:29 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CC343EB3; Thu, 10 Oct 2002 17:10:29 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id A28A89BC3; Thu, 10 Oct 2002 20:03:00 -0400 (EDT) Date: Thu, 10 Oct 2002 20:03:00 -0400 From: Mike Barcroft To: kalts@estpak.ee Cc: freebsd-current@freebsd.org, anholt@freebsd.org Subject: Re: imake-4 build broken Message-ID: <20021010200300.S97120@espresso.q9media.com> References: <20021010192039.GA21880@myhakas.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021010192039.GA21880@myhakas.internal>; from vallo@estcard.ee on Thu, Oct 10, 2002 at 10:20:39PM +0300 Organization: The FreeBSD Project 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 Vallo Kallaste writes: > Hi > > imake-4 port building is broken. I guess that's because > xc/config/makedepend/main.c defines _POSIX_SOURCE before including > . Signal.h includes which has conditional > #if !defined(_POSIX_SOURCE) and NSIG will be left undefined. Don't > know who is in fault here, imake sources or our headers, my > knowledge happens to end there. I don't really understand how this is happening. The uses of NSIG are also conditionalized. If _POSIX_SOURCE is defined, line 46 should not be visible. What rev is your /usr/include/sys/cdefs.h and /usr/include/signal.h? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message