From owner-freebsd-toolchain@FreeBSD.ORG Thu Nov 15 10:46:40 2012 Return-Path: <owner-freebsd-toolchain@FreeBSD.ORG> Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 488D4D33; Thu, 15 Nov 2012 10:46:40 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 03B608FC12; Thu, 15 Nov 2012 10:46:39 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from <mexas@bristol.ac.uk>) id 1TYwxm-0005do-AC; Thu, 15 Nov 2012 10:46:30 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from <mexas@bris.ac.uk>) id 1TYwxm-0006K0-3n; Thu, 15 Nov 2012 10:46:26 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id qAFAkOxo078511; Thu, 15 Nov 2012 10:46:24 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id qAFAkOth078510; Thu, 15 Nov 2012 10:46:24 GMT (envelope-from mexas) Date: Thu, 15 Nov 2012 10:46:24 GMT From: Anton Shterenlikht <mexas@bristol.ac.uk> Message-Id: <201211151046.qAFAkOth078510@mech-cluster241.men.bris.ac.uk> To: toolchain@freebsd.org, zeising@freebsd.org Subject: Re: [CFT] devel/binutils 2.23 X-Spam-Score: -1.4 X-Spam-Level: - X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Maintenance of FreeBSD's integrated toolchain <freebsd-toolchain.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-toolchain>, <mailto:freebsd-toolchain-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-toolchain> List-Post: <mailto:freebsd-toolchain@freebsd.org> List-Help: <mailto:freebsd-toolchain-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain>, <mailto:freebsd-toolchain-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 15 Nov 2012 10:46:40 -0000 I tried 2 fortran projects. All is fine on sparc64. On ia64 there's a problem with statically linked executables: TZAV> file test.?x test.dx: ELF 64-bit LSB executable, IA-64, version 1 (SYSV), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000013), not stripped test.sx: ELF 64-bit LSB executable, IA-64, version 1 (SYSV), statically linked, for FreeBSD 10.0 (1000013), not stripped TZAV> ./test.dx THIS IS SLATEC VERSION 4.1 I? ^C TZAV> ./test.sx ELF binary type "0" not known. ./test.sx: Exec format error. Binary file not executable. TZAV> But I haven't checked this for a while, so not sure if this is new or old problem. Anton