Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498908 - =sys-devel/llvm-3.4: clang: /usr/lib/clang/3.4/include/module.map:12:14: error: header 'arm_neon.h' not found
Summary: =sys-devel/llvm-3.4: clang: /usr/lib/clang/3.4/include/module.map:12:14: erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 488214
  Show dependency tree
 
Reported: 2014-01-22 11:46 UTC by Yuta SATOH
Modified: 2014-01-23 13:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for llvm-3.4.ebuild (498908.patch,497 bytes, patch)
2014-01-22 15:57 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?