| Summary: | 16.12 install misses some files | ||
|---|---|---|---|
| Product: | [Applications] kajongg | Reporter: | Antonio Rojas <arojas> |
| Component: | general | Assignee: | Wolfgang Rohdewald <wolfgang> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde-games-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kajongg/9813779689c20e5b9c26654ddcf55f3f43fd8e15 | Version Fixed/Implemented In: | 16.11.90 |
| Sentry Crash Report: | |||
Git commit 9813779689c20e5b9c26654ddcf55f3f43fd8e15 by Wolfgang Rohdewald. Committed on 21/11/2016 at 21:53. Pushed by wrohdewald into branch 'Applications/16.12'. new file tilesource.py was not installed by cmake FIXED-IN: 16.11.90 M +1 -0 CMakeLists.txt http://commits.kde.org/kajongg/9813779689c20e5b9c26654ddcf55f3f43fd8e15 |
The 16.12 beta tarball fails to install some required files: > kajongg Traceback (most recent call last): File "/usr/bin/kajongg", line 187, in <module> from mainwindow import MainWindow File "/usr/share/apps/kajongg/mainwindow.py", line 80, in <module> from scoring import scoreGame File "/usr/share/apps/kajongg/scoring.py", line 30, in <module> from tilesource import TileSource ImportError: No module named tilesource The module is present in the source, but not installed