From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 00/31] KDE Framework Tier1 Packages Date: Mon, 1 Aug 2016 21:44:14 +0200 Message-ID: <20160801194414.GA6728@solar> References: <20160801181342.16203-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUJ8R-00023V-5l for guix-devel@gnu.org; Mon, 01 Aug 2016 15:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUJ8N-000377-1O for guix-devel@gnu.org; Mon, 01 Aug 2016 15:44:22 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:19956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUJ8M-000372-Jq for guix-devel@gnu.org; Mon, 01 Aug 2016 15:44:18 -0400 Content-Disposition: inline In-Reply-To: <20160801181342.16203-1-david@craven.ch> 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: David Craven Cc: guix-devel@gnu.org Hello, David! Thanks for all this work! I must admit that this big number of patches is a bit intimidating to review. Maybe we should concentrate on the first few patches to get the basics right, and accelerate later. Anyway, I am looking forward to more KDE! On Mon, Aug 01, 2016 at 08:13:11PM +0200, David Craven wrote: > * ki18n: qtdeclarative isn't found. > * kidletime: qtx11extras isn't found. > * kwidgetsaddons: qttools isn't found. > * kwindowsystem: qtx11extras isn't found. This is in line with the problems you had with your other Qt based package. I wonder if it indicates a problem with our Qt package? Or is it a recurring error in the packages requiring Qt? In both cases, it would be good to under- stand what is happening. I will have a look at the first few patches and comment individually. Andreas