Date: Thu, 31 Jan 2013 14:28:39 GMT From: Oliver Hartmann <ohartman@zedat.fu-berlin.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/175733: devel/libatomic_ops: Segmentation fault : install -o root -g wheel -m 444 atomic_ops/sysdeps/ibmc/powerpc.h '/usr/local/include//atomic_ops/sysdeps/ibmc' Message-ID: <201301311428.r0VESdrf048701@red.freebsd.org> Resent-Message-ID: <201301311430.r0VEU2nZ041472@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175733 >Category: ports >Synopsis: devel/libatomic_ops: Segmentation fault : install -o root -g wheel -m 444 atomic_ops/sysdeps/ibmc/powerpc.h '/usr/local/include//atomic_ops/sysdeps/ibmc' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 31 14:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: Operating system and ports mostly built via CLANG >Description: Installing devel/libatomic_ops fails while installing with a segmenation fault. The segfault is caused by sh(1) as a dmesg obviously reports: pid 4135 (sh), uid 0: exited on signal 11 pid 4760 (sh), uid 0: exited on signal 11 pid 5121 (sh), uid 0: exited on signal 11 Recompiling the whole OS didn't solve the problem. oh [...] test -z "/usr/local/include" || /usr/local/bin/gmkdir -p "/usr/local/include" install -o root -g wheel -m 444 atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h '/usr/local/include' test -z "/usr/local/include/" || /usr/local/bin/gmkdir -p "/usr/local/include/" /usr/local/bin/gmkdir -p '/usr/local/include//atomic_ops/sysdeps/gcc' install -o root -g wheel -m 444 atomic_ops/sysdeps/gcc/alpha.h atomic_ops/sysdeps/gcc/arm.h atomic_ops/sysdeps/gcc/avr32.h atomic_ops/sysdeps/gcc/cris.h atomic_ops/sysdeps/gcc/hexagon.h atomic_ops/sysdeps/gcc/hppa.h atomic_ops/sysdeps/gcc/ia64.h atomic_ops/sysdeps/gcc/m68k.h atomic_ops/sysdeps/gcc/mips.h atomic_ops/sysdeps/gcc/powerpc.h atomic_ops/sysdeps/gcc/s390.h atomic_ops/sysdeps/gcc/sh.h atomic_ops/sysdeps/gcc/sparc.h atomic_ops/sysdeps/gcc/x86.h atomic_ops/sysdeps/gcc/x86_64.h '/usr/local/include//atomic_ops/sysdeps/gcc' /usr/local/bin/gmkdir -p '/usr/local/include//atomic_ops/sysdeps/ibmc' install -o root -g wheel -m 444 atomic_ops/sysdeps/ibmc/powerpc.h '/usr/local/include//atomic_ops/sysdeps/ibmc' Segmentation fault *** [install-nobase_privateHEADERS] Error code 139 Stop in /usr/ports/devel/libatomic_ops/work/libatomic_ops-7.3alpha2/src. *** [install-am] Error code 1 Stop in /usr/ports/devel/libatomic_ops/work/libatomic_ops-7.3alpha2/src. *** [install-recursive] Error code 1 Stop in /usr/ports/devel/libatomic_ops/work/libatomic_ops-7.3alpha2. *** [do-install] Error code 1 Stop in /usr/ports/devel/libatomic_ops. *** [install] Error code 1 Stop in /usr/ports/devel/libatomic_ops. >How-To-Repeat: Problem occurs only on systems with modern CPU of type Intel Core-7 39XX (Xeon E5-16XX) on LGA2011. Older, Q2D or a more modern consumer IvyBridge (i7-3220) seem not to be involved. >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301311428.r0VESdrf048701>