From owner-freebsd-ia64@FreeBSD.ORG Wed Sep 25 13:10:07 2013 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E4EC323 for ; Wed, 25 Sep 2013 13:10:07 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12080247A for ; Wed, 25 Sep 2013 13:10:06 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id ev20so4820569lab.36 for ; Wed, 25 Sep 2013 06:10:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=XK+3c/Og3KnCjzDnj6kekzpRbysas7t51ADoyIguDtk=; b=HWbaamyXiN39jZmc4jY2bsmF33hKI7P8Azo77XNTc6AEZvn4g/EYCM0oy4J2FWmExF h/6satNzf/tkzgD8EIi9XyXcsJUK2D1ysbdXqVM2OV0XjBZLmrfl+VFlZgJhwkmz54m0 HBaH7rkXrB7OrpDzaMf32lkZzVCqP7vqgsGn1mJgHd1Z4ef40vTRRikdkL8QAdTiTjlV WefGooOiAcBWwaqKJcixbdsN21i5URn23wqGavrmS42Bu2lwzHl5hfrRjL6fwCAcuSNA YEv4IVV5W9r2kSm/5m5R56DzMBczH53LleZlszkk9S3Ii+nANn3w79HIUHhUcRhcybr5 OdPQ== X-Received: by 10.152.88.74 with SMTP id be10mr30250359lab.4.1380114604159; Wed, 25 Sep 2013 06:10:04 -0700 (PDT) Received: from scorpion.kiev.ua ([46.247.162.82]) by mx.google.com with ESMTPSA id zw2sm18915447lbb.14.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Sep 2013 06:10:03 -0700 (PDT) Message-ID: <5242E0A8.6010008@gmail.com> Date: Wed, 25 Sep 2013 16:10:00 +0300 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-ia64@freebsd.org Subject: lang/gcc not build Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 13:10:07 -0000 uname FreeBSD 10.0-ALPHA2 #0 r255833M: Tue Sep 24 10:21:04 EEST 2013 ----------------------------------------------------------------------------------------------------------------------------------------------------------------- make.conf CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Qunused-parameter -Wformat -Wformat-security CPPFLAGS+= -D_FORTIFY_SOURCE=2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Checking multilib configuration for libgcc... mkdir x86_64-portbld-freebsd10.0 mkdir x86_64-portbld-freebsd10.0/libgcc Configuring in x86_64-portbld-freebsd10.0/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for gawk... /usr/bin/awk checking build system type... x86_64-portbld-freebsd10.0 checking host system type... x86_64-portbld-freebsd10.0 checking for x86_64-portbld-freebsd10.0-ar... /usr/local/x86_64-portbld-freebsd10.0/bin/ar checking for x86_64-portbld-freebsd10.0-lipo... lipo checking for x86_64-portbld-freebsd10.0-nm... /usr/ports/lang/gcc/work/build/./gcc/nm checking for x86_64-portbld-freebsd10.0-ranlib... /usr/local/x86_64-portbld-freebsd10.0/bin/ranlib checking for x86_64-portbld-freebsd10.0-strip... /usr/local/x86_64-portbld-freebsd10.0/bin/strip checking whether ln -s works... yes checking for x86_64-portbld-freebsd10.0-gcc... /usr/ports/lang/gcc/work/build/./gcc/xgcc -B/usr/ports/lang/gcc/work/build/./gcc/ -B/usr/local/x86_64-portbld-freebsd10.0/bin/ -B/usr/local/x86_64-portbld-freebsd10.0/lib/ -isystem /usr/local/x86_64-portbld-freebsd10.0/include -isystem /usr/local/x86_64-portbld-freebsd10.0/sys-include checking for suffix of object files... configure: error: in `/usr/ports/lang/gcc/work/build/x86_64-portbld-freebsd10.0/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. [...] ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/gcc *** Error code 1