From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: [PATCH 0/4] kdevelop updates Date: Wed, 11 Jan 2017 19:33:01 +0100 Message-ID: <1484159585-12289-1-git-send-email-thomas.danckaert@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRNi4-0006D0-9y for guix-devel@gnu.org; Wed, 11 Jan 2017 13:33:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRNi1-0000RT-8b for guix-devel@gnu.org; Wed, 11 Jan 2017 13:33:20 -0500 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:33453) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRNi1-0000RD-30 for guix-devel@gnu.org; Wed, 11 Jan 2017 13:33:17 -0500 Received: by mail-wm0-x243.google.com with SMTP id r144so29562082wme.0 for ; Wed, 11 Jan 2017 10:33:16 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: Thomas Danckaert Hi Guix, This patchseries updates kdevelop & kdevplatform, sets a few more paths in the kdevelop wrapper, and adds the kdevelop Python plugin. The kdevelop package is still a bit rough around the edges (still have to think of a satisfying solution to the QT_PLUGIN_PATH issues, see https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00652.html), but usable. There is one issue: when I apply this patch series on current master (after commit e10872c gnu: gpgme: Patch CMake files), `guix build kdevelop` seems to get stuck after completing the build (at least it doesn't return after running at ~100%cpu for over 40minutes, with no output). When I apply the patch series on commit 4d0a3d8 (system: grub: Load relevant EFI modules on EFI systems), I don't have this problem. I'm not sure if this is an issue just on my system, or not (I upgraded guix-daemon to lastest master, but the problem remains). Hints on how to investigate this are welcome! best, Thomas Danckaert (4): gnu: kdevelop: Update to 5.0.3. gnu: kdevelop: Set more paths in wrapper script. gnu: Add kdev-python. gnu: Add python-autopep8. gnu/packages/kde.scm | 68 ++++++++++++++++++++++++++++++++++++++++++------- gnu/packages/python.scm | 30 ++++++++++++++++++++++ 2 files changed, 89 insertions(+), 9 deletions(-) -- 2.7.4