[llvm-bugs] [Bug 50007] New: Backport 'Partially Revert "scan-view: Remove Reporter.py and associated AppleScript files"' to 12.0.1
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 16 22:54:26 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50007
Bug ID: 50007
Summary: Backport 'Partially Revert "scan-view: Remove
Reporter.py and associated AppleScript files"' to
12.0.1
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
Blocks: 49317
Apparently scan-view is broken now:
Traceback (most recent call last):
File "/usr/lib/llvm/12/bin/scan-view", line 150, in <module>
main()
File "/usr/lib/llvm/12/bin/scan-view", line 147, in main
run(port, args, args.root)
File "/usr/lib/llvm/12/bin/scan-view", line 74, in run
import ScanView
File "/usr/lib/llvm/12/bin/../share/scan-view/ScanView.py", line 29, in
<module>
import Reporter
ModuleNotFoundError: No module named 'Reporter'
I'm surprised we don't cover it with regression tests.
The fix's apparently in https://reviews.llvm.org/D96367
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=49317
[Bug 49317] [meta] 12.0.1 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210417/fdda87cf/attachment.html>
More information about the llvm-bugs
mailing list