From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 18:40:51 2013 Return-Path: Delivered-To: ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45FEC7FE for ; Fri, 8 Feb 2013 18:40:51 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ie0-x236.google.com (ie-in-x0236.1e100.net [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 20E6D85B for ; Fri, 8 Feb 2013 18:40:51 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k14so5398789iea.13 for ; Fri, 08 Feb 2013 10:40:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=BCH3WUlfeumyZgmdulytM7A2AFh54zHMVmi7c8UJ9Ts=; b=yugVUKMN06SosdnlLJiM9FxixbS++cOXDHL8pe1qonyWIcI25IlUataI4VuxZiqNf3 9giLHrkOsYs9OLJl9SljkIPC/U6bF/BcpzmC4pMsvmo7tHHCi4kQHuFHTBnxdHrSfiTt LcA9YoILdhY0DZtH/UzzrwXGgSzLqmYNly6uTvPjfyknaT4V6zO1xWgQL2k1Gp2mIfbS tdjtRInCuAYTPOuyk0Ba+KKCYzUBW66103xOfzsBtGmdiYGq8zjSxolbgcMHdZsktxmd l6h/vY/GfeXpN7+0DupLqOMafrx6K4Kx1XGm6Uso3h8g6sLKjosIcT/R3+0b++PyZVWj OxLg== MIME-Version: 1.0 X-Received: by 10.50.163.5 with SMTP id ye5mr4346101igb.32.1360348850591; Fri, 08 Feb 2013 10:40:50 -0800 (PST) Received: by 10.64.176.175 with HTTP; Fri, 8 Feb 2013 10:40:50 -0800 (PST) Date: Fri, 8 Feb 2013 22:40:50 +0400 Message-ID: Subject: devel/boost-jam ISSUE unusable with gcc 4.6.3 From: awarecons To: ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 18:40:51 -0000 Looks like it can't be compiled with gcc 4.6+ and clang or any other, except default gcc. Probably needs some special patch to work around it? ===> Building for boost-jam-1.52.0_1 cd /usr/ports/devel/boost-jam/work/boost_1_52_0/tools/build/v2/engine && TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" PREFIX=/usr/local LOCALBASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CC="gcc46" CFLAGS="-O2 -pipe -march=pentium4 -mtune=pentium4 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing" CPP="cpp46" CPPFLAGS="-O2 -pipe -march=pentium4 -mtune=pentium4 -Wno-error -w" LDFLAGS=" -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46" CXX="g++46" CXXFLAGS="-O2 -pipe -march=pentium4 -mtune=pentium4 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -O2 -pipe -march=pentium4 -mtune=pentium4 -Wno-error -w -Wl,-rpath=/usr/local/lib/gcc46" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" ./build.sh gcc46 ### ### Unknown toolset: gcc46 ### ### You can specify the toolset as the argument, i.e.: ### ./build.sh gcc ### ### Toolsets supported by this script are: ### acc, como, darwin, gcc, intel-darwin, intel-linux, kcc, kylix, ### mipspro, mingw(msys), pathscale, pgi, qcc, sun, sunpro, tru64cxx, vacpp ### ### A special toolset; cc, is available which is used as a fallback ### when a more specific toolset is not found and the cc command is ### detected. The 'cc' toolset will use the CC, CFLAGS, and LIBS ### envrironment variables, if present. ### *** Error code 1 Stop in /usr/ports/devel/boost-jam. ===>>> make failed for devel/boost-jam ===>>> Aborting update ===>>> Update for devel/boost-jam failed ===>>> Aborting update Terminated