From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Gtk+ 3 Date: Tue, 1 Oct 2013 21:35:15 +0200 Message-ID: <20131001193515.GA22534@debian> References: <20131001112428.GA7062@debian> <877gdxtcki.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR5jD-0002Ok-SY for guix-devel@gnu.org; Tue, 01 Oct 2013 15:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR5j6-0003Jq-I7 for guix-devel@gnu.org; Tue, 01 Oct 2013 15:35:27 -0400 Content-Disposition: inline In-Reply-To: <877gdxtcki.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Oct 01, 2013 at 02:12:13PM +0200, Ludovic Courtès wrote: > Cool! What kind of files are these? For /etc/{services,protocols,rpc}, > you could use net-base. The error messages are as follows: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory. See the manual page for dbus-uuidgen to correct this issue. > Sounds like a plan. What about making the switch in a branch, and > adding a jobset on Hydra for that branch? That way, if there’s too much > breakage, that allows things to be fixed calmly. That would have made sense, but so far, we have only seven packages using gtk+ (two if which, racket and xnee, turn out to also work with gtk+-3), so I tested them by hand and just pushed the patch. Andreas