From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 28 23:55:12 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32B10E4A for ; Sat, 28 Jun 2014 23:55:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1442B237E for ; Sat, 28 Jun 2014 23:55:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5SNtBe6030587 for ; Sun, 29 Jun 2014 00:55:11 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191465] [patch] devel/libexecinfo: fix build on amd64 Date: Sat, 28 Jun 2014 23:55:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: beastie@tardisi.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 23:55:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191465 --- Comment #2 from Lawrence Chen --- Its unfortunate that the only choices for Hardware/OS are Any/Any. >From your output I'm guessing you're on FreeBSD 10.x, since base gcc-4.2.1 neither accepts -march=corei7-avx nor -Qunused-arguments. Pretty sure the second one is clang specific (neither gcc47 nor gcc48 recognize it.) All my systems are (currently) 9.2-RELEASE-p9. Without patch: -------------- # make ===> Found saved configuration for libexecinfo-1.1_3 ===> libexecinfo-1.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libexecinfo-1.1_3 for building ===> Extracting for libexecinfo-1.1_3 => SHA256 Checksum OK for libexecinfo-1.1.tar.bz2. ===> Patching for libexecinfo-1.1_3 ===> Applying FreeBSD patches for libexecinfo-1.1_3 ===> Configuring for libexecinfo-1.1_3 ===> Building for libexecinfo-1.1_3 `Makefile' is up to date. Warning: Object directory not changed from original /usr/ports/devel/libexecinfo/work/libexecinfo-1.1 cc -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -fstack-protector -c stacktraverse.c -o stacktraverse.o cc -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -fstack-protector -c execinfo.c -o execinfo.o building static execinfo library ranlib libexecinfo.a cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -fstack-protector -c stacktraverse.c -o stacktraverse.So cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -fstack-protector -c execinfo.c -o execinfo.So building shared library libexecinfo.so.1 ===> Staging for libexecinfo-1.1_3 ===> Generating temporary packing list `Makefile' is up to date. install -C -o root -g wheel -m 444 libexecinfo.a /usr/ports/devel/libexecinfo/work/stage/usr/local/lib install -s -o root -g wheel -m 444 libexecinfo.so.1 /usr/ports/devel/libexecinfo/work/stage/usr/local/lib install -l s libexecinfo.so.1 /usr/ports/devel/libexecinfo/work/stage/usr/local/lib/libexecinfo.so install -C -o root -g wheel -m 444 execinfo.h /usr/ports/devel/libexecinfo/work/stage/usr/local/include install -o root -g wheel -m 444 /usr/ports/devel/libexecinfo/work/libexecinfo-1.1/README /usr/ports/devel/libexecinfo/work/stage/usr/local/share/doc/libexecinfo ====> Compressing man pages (compress-man) With patch: ----------- ===> Found saved configuration for libexecinfo-1.1_3 ===> libexecinfo-1.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libexecinfo-1.1_3 for building ===> Extracting for libexecinfo-1.1_3 => SHA256 Checksum OK for libexecinfo-1.1.tar.bz2. ===> Patching for libexecinfo-1.1_3 ===> Applying FreeBSD patches for libexecinfo-1.1_3 ===> Configuring for libexecinfo-1.1_3 ===> Building for libexecinfo-1.1_3 `Makefile' is up to date. Warning: Object directory not changed from original /usr/ports/devel/libexecinfo/work/libexecinfo-1.1 cc -O2 -fno-strict-aliasing -pipe -march=nocona -fno-omit-frame-pointer -std=gnu99 -fstack-protector -c stacktraverse.c -o stacktraverse.o cc -O2 -fno-strict-aliasing -pipe -march=nocona -fno-omit-frame-pointer -std=gnu99 -fstack-protector -c execinfo.c -o execinfo.o building static execinfo library ranlib libexecinfo.a cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=nocona -fno-omit-frame-pointer -std=gnu99 -fstack-protector -c stacktraverse.c -o stacktraverse.So cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=nocona -fno-omit-frame-pointer -std=gnu99 -fstack-protector -c execinfo.c -o execinfo.So building shared library libexecinfo.so.1 ===> Staging for libexecinfo-1.1_3 ===> Generating temporary packing list `Makefile' is up to date. install -C -o root -g wheel -m 444 libexecinfo.a /usr/ports/devel/libexecinfo/work/stage/usr/local/lib install -s -o root -g wheel -m 444 libexecinfo.so.1 /usr/ports/devel/libexecinfo/work/stage/usr/local/lib install -l s libexecinfo.so.1 /usr/ports/devel/libexecinfo/work/stage/usr/local/lib/libexecinfo.so install -C -o root -g wheel -m 444 execinfo.h /usr/ports/devel/libexecinfo/work/stage/usr/local/include install -o root -g wheel -m 444 /usr/ports/devel/libexecinfo/work/libexecinfo-1.1/README /usr/ports/devel/libexecinfo/work/stage/usr/local/share/doc/libexecinfo ====> Compressing man pages (compress-man) -- You are receiving this mail because: You are the assignee for the bug.