X2Go Bug report logs - #973
X2Go Client Build Issue(s) on Mac

version graph

Package: x2goclient; Maintainer for x2goclient is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goclient is src:x2goclient.

Reported by: David Laxer <davidl@softintel.com>

Date: Mon, 21 Dec 2015 15:20:02 UTC

Severity: normal

Tags: pending

Found in version 4.0.5.0

Fixed in version 4.0.5.1

Done: X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#973: [X2Go-Dev] Bug#973: X2Go Client Build Issue(s) on Mac
Reply-To: Mihai Moldovan <ionic@ionic.de>, 973@bugs.x2go.org
Resent-From: Mihai Moldovan <ionic@ionic.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Wed, 13 Jan 2016 06:10:01 +0000
Resent-Message-ID: <handler.973.B973.14526652524673@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 973
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by 973-submit@bugs.x2go.org id=B973.14526652524673
          (code B ref 973); Wed, 13 Jan 2016 06:10:01 +0000
Received: (at 973) by bugs.x2go.org; 13 Jan 2016 06:07:32 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,SPF_HELO_PASS,
	T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham version=3.3.2
X-Greylist: delayed 506 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Wed, 13 Jan 2016 07:07:30 CET
Received: from Root24.de (powered.by.root24.eu [5.135.3.88])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id A0E883C574
	for <973@bugs.x2go.org>; Wed, 13 Jan 2016 07:07:30 +0100 (CET)
Received: from [IPv6:2003:73:8f28:f601:fa1e:dfff:fedd:1f7] (p200300738F28F601FA1EDFFFFEDD01F7.dip0.t-ipconnect.de [IPv6:2003:73:8f28:f601:fa1e:dfff:fedd:1f7])
	by mail.ionic.de (Postfix) with ESMTPSA id 9C9B24F09DFE;
	Wed, 13 Jan 2016 06:59:03 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ionic.de; s=default;
	t=1452664743; bh=X8DdMNUYVBV7HkJzS8QWWmGtrP7nF0wbLTC0+r/dWkw=;
	h=Subject:To:References:From:Cc:Date:In-Reply-To:From;
	b=r4w0lQzkgH/2YBhY/53E77RLRZd8mK1vCLbJHMCctuR9n5ulqgExPt9Slrj+r0qhZ
	 IChYQq+Ngj114LjsVbPFaKW7e3FBWvG2A4rze+CnGv0vIJ9lkWf9GufaU6iO/CL2A7
	 aNuV37Kc3jLOtLrGCNAZNgQ8S91kU1RqCLHpXOJk=
To: 973@bugs.x2go.org
References: <984A01A1-369C-466F-86EB-E486FB9D8D9E@softintel.com>
From: Mihai Moldovan <ionic@ionic.de>
X-Enigmail-Draft-Status: N1110
Cc: David Laxer <davidl@softintel.com>
Message-ID: <5695E79C.5040105@ionic.de>
Date: Wed, 13 Jan 2016 06:58:53 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0)
 Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <984A01A1-369C-466F-86EB-E486FB9D8D9E@softintel.com>
Content-Type: multipart/signed; micalg=pgp-sha512;
 protocol="application/pgp-signature";
 boundary="Aom3s6ckxJsSsdDklqWoSB9fPSaH4OBha"
[Message part 1 (text/plain, inline)]
On 21.12.2015 04:17 PM, David Laxer wrote:
> Package: X2Go Client
> 
> Version:  4.0.5.0
> 
> 
> I’m trying to build X2GoClient from source and the ./macbuild.sh has build errors:
> 
> g++: error: unrecognized command line option '--stdlib=libstdc++'
> g++: error: unrecognized command line option '-Xarch_x86_64'
> g++: error: unrecognized command line option '--stdlib=libstdc++'
> g++: error: unrecognized command line option '-Xarch_x86_64'

These errors likely mean that you're trying to use a compiler different from what is in the Command Line Tools as
shipped by Apple.

Try "type g++" in the terminal to determine which location g++ is taken from by your shell. Ideally it should be
/usr/bin/g++, but in your case I bet it's not. You will probably need to edit PATH in order to correct that problem.

(Also, I actually have a typo in the build process. --stdlib=... should be -stdlib. clang does seem to accept both,
though, while GCC likely chokes on it, being a ported clang feature. I'll correct this with the next commit to master.)



Mihai

[signature.asc (application/pgp-signature, attachment)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Mar 28 17:51:27 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.