From owner-freebsd-ports@FreeBSD.ORG Fri Jan 13 18:15:39 2012 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 873B51065673 for ; Fri, 13 Jan 2012 18:15:39 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4977C8FC13 for ; Fri, 13 Jan 2012 18:15:39 +0000 (UTC) Received: by ghbf14 with SMTP id f14so1161423ghb.13 for ; Fri, 13 Jan 2012 10:15:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=b78xiR68jlAsk5HYmIYNsTxxwylLZAkI0WeelxaW3wI=; b=XlrhAysYqI6jQlu9ZRDz1jEB47zISQvtWLxsoadGoNdItBTH+4jFOU61AQtHRoRIO+ OyBDVnT4b6kimAdrA8h2c6vthpLDRZFzpyimrF4ANhVVMUXucSLJQ1/I31t7VgMvfjZ3 r8hP1Fg33lGKGIUcWl6ldA+lgCiVa0AlaudCU= MIME-Version: 1.0 Received: by 10.101.2.32 with SMTP id e32mr1008292ani.13.1326477033515; Fri, 13 Jan 2012 09:50:33 -0800 (PST) Received: by 10.236.78.33 with HTTP; Fri, 13 Jan 2012 09:50:33 -0800 (PST) Date: Fri, 13 Jan 2012 18:50:33 +0100 Message-ID: From: David Demelier To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: devel/valgrind fails to build on 9.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 18:15:39 -0000 Hi there, Since my update to 9.0 I tried to update valgrind but it fails to build: cc -B/usr/lib32 -m32 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -Wno-long-long -O2 -pipe -fno-strict-aliasing -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -B/usr/lib32 -m32 -o vgpreload_core-x86-freebsd.so vgpreload_core_x86_freebsd_so-vg_preloaded.o /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/crti.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/crtbeginS.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/crtendS.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/crtn.o' is incompatible with i386 output cc: Internal error: Segmentation fault: 11 (program ld) Please submit a full bug report. See for instructions. gmake[3]: *** [vgpreload_core-x86-freebsd.so] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/valgrind/work/valgrind-freebsd-3.6.1-2/coregrind' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/valgrind/work/valgrind-freebsd-3.6.1-2/coregrind' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/valgrind/work/valgrind-freebsd-3.6.1-2' gmake: *** [all] Error 2 *** Error code 1 I'm guessing if my WITHOUT_LIB32 may cause this error. This is on my amd64 machine. Cheers, -- Demelier David