From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 7 02:55:31 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0187911 for ; Fri, 7 Nov 2014 02:55:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E532A01 for ; Fri, 7 Nov 2014 02:55:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA72tVDX063836 for ; Fri, 7 Nov 2014 02:55:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194874] New: devel/libatomic_ops unbuildable -- 'xmmintrin.h' file not found Date: Fri, 07 Nov 2014 02:55:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rodrigo@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: 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-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 02:55:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194874 Bug ID: 194874 Summary: devel/libatomic_ops unbuildable -- 'xmmintrin.h' file not found Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: rodrigo@FreeBSD.org Reporter: portmaster@bsdforge.com Assignee: rodrigo@FreeBSD.org Flags: maintainer-feedback?(rodrigo@FreeBSD.org) Recent fresh install on 11-CURRENT uname 11-CURRENT #1 r274134 amd64 Nov 5 12:56:14 PST 2104 svn info /usr/ports Revision: 372176 Given the above, and lang/gcc-48 installed, libatomic_ops fails to build, with the following output: Making all in src /usr/bin/make all-am /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../src -I ../src -fPIC -Wall -Wextra -O2 -pipe -fstack-protector -fno-strict-aliasing - MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo atomic_ops .c libtool: compile: cc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -O2 -pipe -fstack-protector -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps /atomic_ops.Tpo -c atomic_ops.c -o atomic_ops.o In file included from atomic_ops.c:73: ../src/atomic_ops/sysdeps/standard_ao_double_t.h:31:11: fatal error: 'xmmintrin.h' file not found # include ^ 1 error generated. *** Error code 1 Stop. I've checked, gcc-48 is announced as in the $PATH, and I am able to find the offending file (xmmintrin.h) in it's include tree (gcc-48). What must be done to make this port build? Thank you for all your time, and consideration. --Chris --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer rodrigo@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.