From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] Add libdispatch Date: Fri, 28 Oct 2016 15:01:28 +0000 Message-ID: <20161028150132.25730-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c08mj-0004J0-6i for guix-devel@gnu.org; Fri, 28 Oct 2016 11:09:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c08mf-0007yW-UA for guix-devel@gnu.org; Fri, 28 Oct 2016 11:09:33 -0400 Received: from aibo.runbox.com ([91.220.196.211]:52676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c08mf-0007yH-NV for guix-devel@gnu.org; Fri, 28 Oct 2016 11:09:29 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c08md-0006iq-Ba for guix-devel@gnu.org; Fri, 28 Oct 2016 17:09:27 +0200 Received: from x5d83f9be.dyn.telefonica.de ([93.131.249.190] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c08fE-0002WB-Ip for guix-devel@gnu.org; Fri, 28 Oct 2016 17:01:48 +0200 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 libdispatch: I think that the compiler can only find libblocks-runtime on a bsd system and that the port can not run tests. This is my theory, I must put it to practice, the new nvidia-texture-tools(?) required libdispatch which is why I packaged this. This was before the current version got released, I assume it's still required. [PATCH 1/4] gnu: Add libkque. [PATCH 2/4] gnu: Add libpthread_workqueue. [PATCH 3/4] gnu: Add libblocks-runtime. [PATCH 4/4] gnu: Add libdispatch.