Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290697 - sys-devel/clang-2.6 misses to install scanview.css and sorttable.js
Summary: sys-devel/clang-2.6 misses to install scanview.css and sorttable.js
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL: http://llvm.org/svn/llvm-project/cfe/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 08:37 UTC by Dennis Schridde
Modified: 2009-10-27 23:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2009-10-27 08:37:47 UTC
sys-devel/clang-2.6 should install scanview.css and sorttable.js (and maybe others), which are necessary for scan-view to work correctly.
Otherwise the user has to fetch these files from http://llvm.org/svn/llvm-project/cfe/trunk/utils/ everytime he uses that tool.

Reproducible: Always
Comment 1 Bernard Cafarelli gentoo-dev 2009-10-27 12:12:26 UTC
Thanks for the report, these files are now installed in /usr/share/clang and scanb-build script updated to look for them in it

Committed in clang-2.6-r1
Comment 2 Dennis Schridde 2009-10-27 22:56:52 UTC
(In reply to comment #1)
> Thanks for the report, these files are now installed in /usr/share/clang and
> scanb-build script updated to look for them in it
Is it necessary to notify upstream about this?
Comment 3 Bernard Cafarelli gentoo-dev 2009-10-27 23:08:33 UTC
For now, the scan-* are supposed to run from the source directory directly:
http://clang-analyzer.llvm.org/installation.html
so that's why a few sed are involved in the ebuild :)

This is because the analyzer is still WIP (as clang itself), so installation will be fixed/provided when it's "production quality". I hope this will be 2.7 and also allow clang to build without the need to recompile half of llvm as current 2.6 requires!