From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118239 invoked by alias); 26 Jul 2016 22:57:40 -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 118158 invoked by uid 89); 26 Jul 2016 22:57:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=digging, andykennedyadtrancom, andy.kennedy@adtran.com, ANDYKENNEDYadtrancom X-HELO: mail-pf0-f177.google.com Received: from mail-pf0-f177.google.com (HELO mail-pf0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 26 Jul 2016 22:57:29 +0000 Received: by mail-pf0-f177.google.com with SMTP id y134so3997065pfg.0 for ; Tue, 26 Jul 2016 15:57:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=EYiOwoJsY/L7QE/VoBiK1D0z+iVtJSx1k9UPautl6Qw=; b=bCj3+biGHfv66PzJjDIykLpiTdEmXCEzivD5dfXFWPAYcbQpgOZepp0JcxTzcrvp2B dmGlf8hPJxK/tlOAHq3BQt9Orayj64k336QUwV7wtgYLvayXu7eyhr9Wf+kLrQOP1KwQ u+jkmoPfn/+9D61NxmDxODZcWeCL9yWdFhJJP3j47wUP+Ekx7Rg3dR73aG5ldGDH5u4a NDEwwQYCX3WPqV/7XAugP1tNAobaIA64GWsZgY50HmSXWJdKhxtaG8537n0Uwxckwjwk 5XBCjsQ/xNBFjV7xks8sYqHMaGpK5CJtuReII1JSDPGG2PmFilL1m744PE+hTIuQdEyc setQ== X-Gm-Message-State: AEkooutY+mpRVMyI6UtRPDuBFrm+VWCEMpVSOLhPZpL3mdTDxzKt4qWNspTOBofaRBT6BA== X-Received: by 10.98.64.193 with SMTP id f62mr43968725pfd.141.1469573847918; Tue, 26 Jul 2016 15:57:27 -0700 (PDT) Received: from shm-mbp.home.hallas.nu (ip68-109-92-137.oc.oc.cox.net. [68.109.92.137]) by smtp.gmail.com with ESMTPSA id 191sm3847804pfx.68.2016.07.26.15.57.26 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 26 Jul 2016 15:57:26 -0700 (PDT) Subject: Re: GDB build failure from tip Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_E8B1A2FE-9949-49D2-9258-845E40ECE3F8"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: Stefan Hallas Mulvad In-Reply-To: Date: Tue, 26 Jul 2016 22:57:00 -0000 Cc: "crossgcc@sourceware.org" Message-Id: <016D099B-EDBA-4F00-89B4-0BC50E95A99E@hallas.nu> References: To: ANDY KENNEDY X-SW-Source: 2016-07/txt/msg00004.txt.bz2 --Apple-Mail=_E8B1A2FE-9949-49D2-9258-845E40ECE3F8 Content-Type: multipart/mixed; boundary="Apple-Mail=_68EE367D-31A0-4113-9281-9E959D91EC34" --Apple-Mail=_68EE367D-31A0-4113-9281-9E959D91EC34 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Content-length: 325 It be great if you could post your build.log, or at least some more informa= tion from it. A while back I faced a, what seams to be, similar issue. I proposed a patch= which was rejected, however we use it at work and I know it has worked for= several other people so give it a try. Hope it works, Best regards, Stefan --Apple-Mail=_68EE367D-31A0-4113-9281-9E959D91EC34 Content-Disposition: attachment; filename=0001-Fixes-configure-error-expat-is-missing-or-unusable-w.patch Content-Type: application/octet-stream; name="0001-Fixes-configure-error-expat-is-missing-or-unusable-w.patch" Content-Transfer-Encoding: quoted-printable Content-length: 876 >From 1d691f41aece8a5226b6da9f2507da66fe63ec3c Mon Sep 17 00:00:00 2001=0A= From: Stefan Hallas Mulvad =0A= Date: Fri, 5 Feb 2016 00:04:43 -0800=0A= Subject: [PATCH] Fixes 'configure: error: expat is missing or unusable' whe= n=0A= native gdb is enabled=0A= =0A= ---=0A= scripts/build/debug/300-gdb.sh | 1 +=0A= 1 file changed, 1 insertion(+)=0A= =0A= diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.s= h=0A= index 418e85c..4ede7b6 100644=0A= --- a/scripts/build/debug/300-gdb.sh=0A= +++ b/scripts/build/debug/300-gdb.sh=0A= @@ -162,6 +162,7 @@ do_debug_gdb_build() {=0A= fi=0A= =20=0A= native_extra_config+=3D("--with-expat")=0A= + native_extra_config+=3D("--with-libexpat-prefix=3D${CT_SYSROOT_DIR= }/usr")=0A= =20=0A= CT_DoLog EXTRA "Configuring native gdb"=0A= =20=0A= --=20=0A= 2.7.3=0A= =0A= --Apple-Mail=_68EE367D-31A0-4113-9281-9E959D91EC34 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Content-length: 863 > On Jul 26, 2016, at 3:46 PM, ANDY KENNEDY wrote: >=20 > configure error: expat is missing or unusable >=20 > After digging into it for a couple of hours, I found that this message > was a red herring. This message comes from the native GDB build. >=20 > As it stands, it appears that the CC for the two builds are SWAPPED: >=20 > ~/base_layer/build/toolchain/mips64/crosstool-ng$ file .build/mips64-Linu= xBSP-linux-gnu/build/build-gdb-cross/gdb/gdb > .build/mips64-LinuxBSP-linux-gnu/build/build-gdb-cross/gdb/gdb: ELF 64-bi= t LSB executable, x86-64, version 1 (GNU/Linux), statically linked, not st= ripped >=20 > Unless I way off (please let me know if that is the case), I'll be > sending a patch file for this fix tomorrow. >=20 > Andy >=20 > -- > For unsubscribe information see http://sourceware.org/lists.html#faq >=20 --Apple-Mail=_68EE367D-31A0-4113-9281-9E959D91EC34-- --Apple-Mail=_E8B1A2FE-9949-49D2-9258-845E40ECE3F8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail Content-length: 496 -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXl+rUAAoJEC4Hiufvn3/f5MIH/jBVco6VOgQw7MRdW50b8/8f LjHSgRMNxMfIa1l8F87rZ7a4Rdmh3MIGJ0bnGPyumZaG+I3oyALHh7+3Slcz9fYr koijumXASICy1LvR4Jk/hnmJQUZZUN45oAL1c3dDrShq6ZVkgD5aFt0aZx9++2j1 CJJ5s/LU1wjNjP7d2ibluGEgvgq45/FSRs8lnEs2JvVT31rdPt0CHNRc7kopAm/r qTnWUtRE8G3eRlhROqNIFCTHotDFoc7gKKiDothYAeRmsmE/YuVnqwP47wZazfyU QdIBgn7mkbEYYBzPk2zfkTpDcMUkL//D48S7i/q/2rk/4p0XmtNxjwqcQYaaO2I= =rvMm -----END PGP SIGNATURE----- --Apple-Mail=_E8B1A2FE-9949-49D2-9258-845E40ECE3F8--