Bug 372759 - 16.12 install misses some files
Summary: 16.12 install misses some files
Status: RESOLVED FIXED
Alias: None
Product: kajongg
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Wolfgang Rohdewald
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-21 21:12 UTC by Antonio Rojas
Modified: 2016-11-21 21:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 16.11.90
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2016-11-21 21:12:49 UTC
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
Comment 1 Wolfgang Rohdewald 2016-11-21 21:57:01 UTC
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