Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518486 - kde-base/kdevplatform-1.6.0 - kdevelop fails to create new projects "Could not start process Unable to create io-slave:"
Summary: kde-base/kdevplatform-1.6.0 - kdevelop fails to create new projects "Could no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: http://commits.kde.org/kdevplatform/3...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2014-07-29 12:54 UTC by Nanzikambe
Modified: 2014-07-29 16:55 UTC (History)
0 users

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


Attachments
Fix appwizardplugin.cpp (kdevplatform-1.6.0-appwizardplugin.cpp.patch,630 bytes, patch)
2014-07-29 12:54 UTC, Nanzikambe
Details | Diff
ebuild that applies the patch (kdevplatform-1.6.0-r9999.ebuild,1.32 KB, text/plain)
2014-07-29 12:55 UTC, Nanzikambe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nanzikambe 2014-07-29 12:54:06 UTC
Created attachment 381808 [details, diff]
Fix appwizardplugin.cpp

Starting a new project using the wizard in kdevelop-4.6.0
results in the following error

"Could not start process Unable to create io-slave:
klauncher said: Unknown protocol ''.
."


Steps to reproduce: 

* Start kdevelop
* Click New Project
* Choose Python
* Provide a project name 
* Click Next
* Click Finish

This happens even after running kbuildsycoca4

Upstream has a bug for this here, but as it prevents you testing out 4.6 properly I've created this bug & attached an ebuild + patch for it
Comment 1 Nanzikambe 2014-07-29 12:55:02 UTC
Created attachment 381810 [details]
ebuild that applies the patch

ebuild that applies the patch
Comment 2 Nanzikambe 2014-07-29 13:15:36 UTC
Upstream bug is: https://bugs.kde.org/show_bug.cgi?id=329392
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2014-07-29 15:10:42 UTC
Please dont not add arch teams by yourself. They do stable and keyword requests in general.
Comment 4 Johannes Huber (RETIRED) gentoo-dev 2014-07-29 15:12:09 UTC
Comment on attachment 381810 [details]
ebuild that applies the patch

Upstream patch will be added with PATCHES array and contains not needed comments.
Comment 5 Johannes Huber (RETIRED) gentoo-dev 2014-07-29 15:13:06 UTC
Comment on attachment 381808 [details, diff]
Fix appwizardplugin.cpp

Will use upstream git patch with comment.
Comment 6 Johannes Huber (RETIRED) gentoo-dev 2014-07-29 16:55:26 UTC
Thanks for reporting. This is fixed in cvs now. Please sync in some hours to get the changes.

+
+  29 Jul 2014; Johannes Huber <johu@gentoo.org>
+  +files/kdevplatform-1.6.0-appwizard.patch, +kdevplatform-1.6.0-r1.ebuild,
+  -kdevplatform-1.6.0.ebuild:
+  Revision bump adds upstream patch to fix new project creation with wizard
+  spotted by Nanzikambe <janus.nanzikambe+gentoobugs@gmail.com>, bug #518486.
+