From owner-freebsd-questions@FreeBSD.ORG Wed Oct 27 08:20:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE623106566C for ; Wed, 27 Oct 2010 08:20:55 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id A28D28FC0A for ; Wed, 27 Oct 2010 08:20:55 +0000 (UTC) Received: by gya6 with SMTP id 6so193885gya.13 for ; Wed, 27 Oct 2010 01:20:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.49.16 with SMTP id w16mr4918249ybw.379.1288167654780; Wed, 27 Oct 2010 01:20:54 -0700 (PDT) Received: by 10.220.202.77 with HTTP; Wed, 27 Oct 2010 01:20:54 -0700 (PDT) X-Originating-IP: [128.208.35.154] In-Reply-To: <201010271009.13356.cblasius@gmail.com> References: <201010271009.13356.cblasius@gmail.com> Date: Wed, 27 Oct 2010 01:20:54 -0700 Message-ID: From: Rob Farmer To: Zbigniew Komarnicki , gerald@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: Can't install - Octave, SuiteSparse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 08:20:56 -0000 On Wed, Oct 27, 2010 at 01:09, Zbigniew Komarnicki wrote: > I suspect that problem is with this: > /usr/local/bin/ld: final link failed: Nonrepresentable section on output > collect2: ld returned 1 exit status This is probably a GCC problem. What exact version are you using (pkg_info | grep gcc)? There is another recent report of issues with the latest update to lang/gcc45: http://lists.freebsd.org/pipermail/freebsd-ports/2010-October/064212.html Perhaps the maintainer knows more (cc'd) or you could try rolling back temporarily - I've successfully built suitesparse with 4.5.2.20101014 on amd64 current recently. -- Rob Farmer