Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 412563

Summary: kde-base/kajongg-4.8.1 - "Twisted was not found. It is needed by kajongg to run."
Product: Gentoo Linux Reporter: Tomas Vondra <tv>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 409403    
Attachments: emerge build log
emerge --info
kajongg-4.8.2.ebuild.patch

Description Tomas Vondra 2012-04-18 20:08:53 UTC
kmajongg compiles just fine but then fails with "No rule to make target `install'" error.

Reproducible: Always

Steps to Reproduce:
1. emerge --oneshot =kmajongg-4.8.1
2. wait for failure
Actual Results:  
The emerge fails.

Expected Results:  
Well, it should install properly.

I'm not sure whether the 4.8.2 version works fine, because I'd have to update other packages to the unstable version.
Comment 1 Tomas Vondra 2012-04-18 20:09:37 UTC
Created attachment 309457 [details]
emerge build log
Comment 2 Tomas Vondra 2012-04-18 20:09:57 UTC
Created attachment 309459 [details]
emerge --info
Comment 3 Michael Palimaka (kensington) gentoo-dev 2012-04-19 13:56:40 UTC
Created attachment 309513 [details, diff]
kajongg-4.8.2.ebuild.patch

Patch to force use of python-2, since python-3 is not supported during configure nor runtime.
Comment 4 Johannes Huber (RETIRED) gentoo-dev 2012-04-19 20:24:38 UTC
Thank you all. Sync in some hours to get the changes.

+  19 Apr 2012; Johannes Huber <johu@gentoo.org> kajongg-4.8.1.ebuild,
+  kajongg-4.8.2.ebuild:
+  Fix build with python 3 as active version by Michael (kensington)
+  <gentoo@scribeofthenile.com>. Fixes bug #412563.