From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id 8C0MDcATQ2Y1tgAAe85BDQ:P1 (envelope-from ) for ; Tue, 14 May 2024 09:33:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 8C0MDcATQ2Y1tgAAe85BDQ (envelope-from ) for ; Tue, 14 May 2024 09:33:20 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=F3Y2F0ZY; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1715672000; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=9fiK/HIlX5Ru1biQknFmJM25/G038hM8QJusavuHz6A=; b=AZ5p6wJ4vhSUjuY81NHmmwt/1eBIAfj3iMBYx2CY+/3epJimYSbMcgnaVVNHjy36LECpod ns3a+oiV9ujqeeQCE6isMVCIgIPrfd6HBaEq3EzjkGRxHDwDJhPbCDDZ1FmdsNr+OylRY/ Ybw21zJ6YVw1eud56SeNPK6uiUA9yPmEyj9p8ZHeKWorf0xDusurIvZEm8YgztIEJx+RPV 6y2/xL43fkEIqXHfIXg6mVfzokw9Vs5qtVTwEGgGwVC5UmSaNte24l3k96b3jl/ov1DGGB MWLEbmZtmAKxKkp4qmwwqH83zqo5Q4f+FRhJ01yupArWmGa46h2cppP+vbBynw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1715672000; a=rsa-sha256; cv=none; b=pOG2HYt1X3719cIbGhpn+O4Nx8a4kH0obW0lupa1pGmWgZ96/1sp0jCHKQZ0cK3P9n72yZ 7dPJaCaRhrlYtEkmFSsyuabEzXRFqDNvW3aYeORx9DPuXdF2ZZI/FMSmyfwje7cKZdjz5r ibrm0I6M/2ZY90koCb1asSNp7Jggm97k5SMPyzO8mNG1Or3VYdYCRDSn2GVlfl5P6k0MbO /Bm6FxwmpPtskOlsI/neRKtFEVzUzUKWyLPoost2zWiNc2wojdqmWqSc2WfW1uAuPVlQty nrC3gE0Zd+TAgWKqS7t+gjJcQ9ALJRucj/TrMyZNQU+dzEbehfnc5MaMENgP5A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=F3Y2F0ZY; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DA3446321E for ; Tue, 14 May 2024 09:33:19 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s6mel-0004AU-Hr; Tue, 14 May 2024 03:33:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6mej-00049p-7d for guix-patches@gnu.org; Tue, 14 May 2024 03:33:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s6mei-00009m-T1 for guix-patches@gnu.org; Tue, 14 May 2024 03:33:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s6mej-0003vL-PV for guix-patches@gnu.org; Tue, 14 May 2024 03:33:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70087] [PATCH 1/4] gnu: gecode: Update to development version 6.3.0. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 14 May 2024 07:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70087 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andreas Enge Cc: Eric Bavier , Sharlatan Hellseher , 70087@debbugs.gnu.org Received: via spool by 70087-submit@debbugs.gnu.org id=B70087.171567192615066 (code B ref 70087); Tue, 14 May 2024 07:33:01 +0000 Received: (at 70087) by debbugs.gnu.org; 14 May 2024 07:32:06 +0000 Received: from localhost ([127.0.0.1]:37668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6mdq-0003uw-CZ for submit@debbugs.gnu.org; Tue, 14 May 2024 03:32:06 -0400 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:34107 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6mdo-0003uY-Bw for 70087@debbugs.gnu.org; Tue, 14 May 2024 03:32:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1715671914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9fiK/HIlX5Ru1biQknFmJM25/G038hM8QJusavuHz6A=; b=F3Y2F0ZYBm8cKxtGHTHa9sz/vKTw93HvGsdUnP+x4FBS37p2HaHKeNj1YMwO59LVyAvKYi tafxdQuG4CZz4VVMZ9tVRxA6ZvS9pu+cR+XFTcYRzDZy5o9x9Dp5vK2BQZ6tfUvgQDjByI zdA1n372f7ElMF1OziIM7C1rxAQfVVG8YSHed+ct98yCGFkEoMqiJfLuM7KrcBhMbP3b42 7IRurQr6PDjP6xopMYDMmumRxUWwMUE0qakg7agKeXT8vsZDfpre9oEzDPc4aZuMKCAVCW VUF2J2QsSJFRW2U106akC/ZARrQrwY4Sf57mBEfma27EA4yPsWUOH3df2mQiuA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 28037bc0 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Tue, 14 May 2024 07:31:54 +0000 (UTC) Date: Tue, 14 May 2024 09:31:47 +0200 Message-ID: <6yyxnjj2tcvelkavpi2h6erndzrdconkaol7nsczn5vujmurtq@4aaq7v4aqrt2> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Herman Rimm X-ACL-Warn: , Herman Rimm via Guix-patches From: Herman Rimm via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.37 X-Spam-Score: -3.37 X-Migadu-Queue-Id: DA3446321E X-Migadu-Scanner: mx11.migadu.com X-TUID: 9R/afOGIPFmw Hello, On Sun, May 12, 2024 at 09:08:55PM +0200, Andreas Enge wrote: > Is a newer package really needed? Why this commit from 2020, and not another > one from 2024? Their git repository is, let us say, unusual: The master > branch has not seen any commit after the 6.2.0 release except for a license > change. Work seems to be done in the origin/release/6.3.0 branch. A new version is required because for e.g. [1] the current gecode gives: $ minizinc --solver gecode magic_square.mzn /gnu/store/nxk99lxxlsyjg1wy9xjcsyhx1904qy1h-minizinc-2.5.5/share/minizinc/std/nvalue_fn.mzn:7.57-67: MiniZinc: type error: no function or predicate with this signature found: `nvalue(var int,array[$_] of var int)' Cannot use the following functions or predicates with the same identifier: function var int : nvalue(array[$_] of var int: x); (requires 1 argument, but 2 given) predicate nvalue(var int: n,array[int] of var int: x); (argument 2 expects type array[int] of var int, but type array[$_] of var int given) While the development version returns: $ minizinc --solver gecode magic_square.mzn Total: 15 2 7 6 9 5 1 4 3 8 ---------- I don't remember why I specifically picked that commit, I could try packaging at a more recent commit. > in any case it could not be called 6.3.0, since there is no such release. Can I use the 'git-version' procedure in the updated package and create a 'gecode/pinned' package which inherits from it for the 6.2.0 release? Cheers, Herman [1]: http://csplib.github.io/csplib-PR-builds/PR-18/Problems/prob019/models/magic_square.mzn.html