Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 498908

Summary: =sys-devel/llvm-3.4: clang: /usr/lib/clang/3.4/include/module.map:12:14: error: header 'arm_neon.h' not found
Product: Gentoo/Alt Reporter: Yuta SATOH <nigoro.dev>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny, ryao, voyageur
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 488214    
Attachments: patch for llvm-3.4.ebuild

Description Yuta SATOH 2014-01-22 11:46:52 UTC
arm_neon.h is required on Gentoo/FreeBSD.


# clang -o hello hello.c
/usr/bin/../lib/clang/3.4/include/module.map:12:14: error: header 'arm_neon.h' not found
      header "arm_neon.h"
             ^
1 error generated.


FYI, /usr/lib/clang/3.4/include/module.map
<snip>
  explicit module arm {
    requires arm

    explicit module neon {
      requires neon
      header "arm_neon.h"
      export *
    }
  }
<snip>



Reproducible: Always
Comment 1 Yuta SATOH 2014-01-22 15:57:39 UTC
Created attachment 368442 [details, diff]
patch for llvm-3.4.ebuild
Comment 2 Bernard Cafarelli gentoo-dev 2014-01-23 13:06:47 UTC
Thanks, I've dropped it from 3.3 and 3.4 ebuilds that had the problem

I'd rather skip a revbump for that, unless you need it for FreeBSD 10.0?