From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 20:52:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3B37106566C for ; Tue, 9 Nov 2010 20:52:52 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9679C8FC17 for ; Tue, 9 Nov 2010 20:52:52 +0000 (UTC) Received: by ywj3 with SMTP id 3so361191ywj.13 for ; Tue, 09 Nov 2010 12:52:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=CAm9Iy2SsHeTCjHw2Lp2/3y99AgkcB9UwumXVUvxECw=; b=AWGU+Luz1UGEZIY7/esUjtrOkv2WStZowmTfjwT5JFDHXZSmIKF7bUsb5svq7mgdkb NqEOdHZa+wDIJOQ21YgyWEki3GrUsPEdOmVukQDZf2awRgBIzeu6bB1NriCxnT4iBnlb bj2HtTdrq8c92AKjlIxM9kypXf24Q1Y+up0yQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=lRDRGsEZWrST9zgW59xiJ8NVasSAB+M2k/ZMMOaMsnFP0Gg2dwLbICKTFxQ+u/Wyhl jEtcnDA+okzCweJk5AHs0PhqyINk6UOVhwWAF2U5iArDfi0oEPEINxBJTwj+5s5OHf2x KPEgvaoZJ49pH6VkCN16Xi9Jyz728XN5DzCFI= Received: by 10.204.68.140 with SMTP id v12mr89712bki.207.1289335971197; Tue, 09 Nov 2010 12:52:51 -0800 (PST) Received: from ernst.jennejohn.org (p578E2BDD.dip.t-dialin.net [87.142.43.221]) by mx.google.com with ESMTPS id v1sm1347702bkt.17.2010.11.09.12.52.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 12:52:50 -0800 (PST) Date: Tue, 9 Nov 2010 21:52:47 +0100 From: Gary Jennejohn To: "O. Hartmann" Message-ID: <20101109215247.0ecac268@ernst.jennejohn.org> In-Reply-To: <4CD9A258.3080309@mail.zedat.fu-berlin.de> References: <4CD9A258.3080309@mail.zedat.fu-berlin.de> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 20:52:53 -0000 On Tue, 09 Nov 2010 20:34:48 +0100 "O. Hartmann" wrote: > Hello. > Tried to build the newest ISIS 3.2.1 software package for planetary > survey science, but fail. I always get the following error which seems > to be triggered due to an ambiguous overload of a function, but I do not > know how to fix the problem since everything seems clen to me. The USGS > ISIS package uses prebuild libraries, but only for two Linux > distributions and OSX, libxerces is version 3.1 as far as I can see, but > FreeBSD port textproc/xerces-c2 is stuck with 2.7. So far, ISIS 3.2.0 > could be build on FreeBSD 8 and 9 with minor problems but working. Is > anybody out here also utilising FreeBSD for scientific purposes and alsi > using ISIS3 3.2.1? Can anybody help or give a hint? > > Thanks in advance, > Are you using the standard gcc? You could try installing one of the gcc versions from ports and see whether that helps. The standard gcc is a few generations old. [snip error output] -- Gary Jennejohn