From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4776 invoked by alias); 4 Oct 2017 21:31:24 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 3748 invoked by uid 89); 4 Oct 2017 21:31:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=WANT, WHAT, hey X-HELO: box.mailboxes.me Received: from box.mailboxes.me (HELO box.mailboxes.me) (144.76.54.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Oct 2017 21:31:21 +0000 Received: from authenticated-user (box.mailboxes.me [144.76.54.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.mailboxes.me (Postfix) with ESMTPSA id A6FCE3C0370 for ; Wed, 4 Oct 2017 23:31:19 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 04 Oct 2017 21:31:00 -0000 From: Lukas To: crossgcc@sourceware.org Subject: Bulk build on macOS 10.13 High Sierra fails (gdb can't be build) Message-ID: <600009ca7bb2c741f62ab8d70e3dc415@mailboxes.ovh> X-Sender: crosstool-ng@mailboxes.ovh X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00002.txt.bz2 Hey all, I'm trying to do a bulk build of all toolchains with the build-all target on a macOS 10.13 High Sierra box. WHAT WORKS I know this infos: http://crosstool-ng.org/hg/crosstool-ng/file/715b711da3ab/docs/MacOS-X.txt The base environment works fine. So crosstool-NG is compiled and able to do things. WHAT I WANT TO DO As a command this: ./ct-ng build-all.8 CT_PREFIX=/Volumes/Crosstool/ Simply a bulk build of all samples. A few will fail I think but the most work on Debian Stretch 9. SYSTEM INFOS The system is a macOS 10.13 High Sierra. The package manager is Homebrew. The info about the installed packages is in the tar.bz2 file linked blow as .txt files. WHAT FAILS The build of toolchains which build on e.g. Debian 9 Stretch. The logs are in the tar.bz2 file linked below. If I'm right it fails in the compilation of GDB because there are problems compiling against the C/C++ libraries/frameworks shipped with XCode. Link to tar.bz2: http://www12.zippyshare.com/v/hQOezvuY/file.html Does someone has a solution for this problem? Best Regards