[Bug 194874] New: devel/libatomic_ops unbuildable -- 'xmmintrin.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 7 02:55:31 UTC 2014


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 at FreeBSD.org
          Reporter: portmaster at bsdforge.com
          Assignee: rodrigo at FreeBSD.org
             Flags: maintainer-feedback?(rodrigo at 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 <xmmintrin.h>
          ^
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 <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer rodrigo at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list