From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30697 invoked by alias); 2 Aug 2011 10:53:45 -0000 Received: (qmail 30669 invoked by uid 22791); 2 Aug 2011 10:53:45 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Aug 2011 10:53:32 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 23FFACB0224; Tue, 2 Aug 2011 12:53:31 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jylOt4zka7CZ; Tue, 2 Aug 2011 12:53:20 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id E87FCCB025F; Tue, 2 Aug 2011 12:53:20 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 525) id 21CBE164813; Tue, 2 Aug 2011 12:53:21 +0200 (CEST) Date: Tue, 02 Aug 2011 10:53:00 -0000 From: Arnaud Charlet To: charlet at adacore dot com Cc: gcc-bugs@gcc.gnu.org Subject: Re: [Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)" Message-ID: <20110802105321.GA34405@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-08/txt/msg00154.txt.bz2 > > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses > > subprograms > > Well, then that's the bug: kFreeBSD should cheat and try to reuse linux Sorry, I meant of course "shouldN'T cheat" > files, that's bound to cause this kind of error.