From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Match-error for patches Date: Sun, 18 Jan 2015 14:25:26 +0100 Message-ID: <20150118132526.GA15628@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCprB-0002Kp-MX for guix-devel@gnu.org; Sun, 18 Jan 2015 08:25:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCpr8-00025O-B3 for guix-devel@gnu.org; Sun, 18 Jan 2015 08:25:33 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:53067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCpr7-00025E-QY for guix-devel@gnu.org; Sun, 18 Jan 2015 08:25:30 -0500 Content-Disposition: inline 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: guix-devel@gnu.org Hello, something very curious is right now (git 561fb6c) happening. $ make install $ ./pre-inst-env guix build --no-substitutes -n soprano The following derivation would be built: /gnu/store/f0j3r6h2q4j449y64wz6759acdjgpz7j-soprano-2.9.4.drv $ guix build --no-substitutes -n soprano Backtrace: In ice-9/boot-9.scm: 149: 19 [catch system-error ...] 157: 18 [#] In guix/scripts/build.scm: 426: 17 [#] 318: 16 [options->derivations # (# # # # ...)] In srfi/srfi-1.scm: 664: 15 [filter-map # #] In guix/packages.scm: 600: 14 [cache # # #] 849: 13 [thunk] 781: 12 [bag->derivation # # #] In srfi/srfi-1.scm: 576: 11 [map # (# # # ...)] In guix/packages.scm: 642: 10 [expand-input # # # ...] 600: 9 [cache # # #] 849: 8 [thunk] 781: 7 [bag->derivation # # #] In srfi/srfi-1.scm: 576: 6 [map # (# # # ...)] In guix/packages.scm: 657: 5 [expand-input # # # ...] In guix/store.scm: 920: 4 [run-with-store # ...] 871: 3 [# #] In guix/packages.scm: 389: 2 [patch-and-repack # # # ...] In srfi/srfi-1.scm: 601: 1 [map # # #] In guix/packages.scm: 391: 0 [# 1 #f] guix/packages.scm:391:17: In procedure #: guix/packages.scm:391:17: Throw to key `match-error' with args `("match" "no matching pattern")'. What could this mean? It is probably related to the fact that soprano requires a patch. But howw is it possible to have different behaviour between the installed version or with the ./pre-inst-env command? Moreover, a local build of soprano fails with CMake Error at cmake/modules/FindQt4.cmake:1239 (MESSAGE): Qt qmake not found! Call Stack (most recent call first): CMakeLists.txt:46 (find_package) whereas the package has been built on hydra in the meantime. Andreas