From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id yHpFMY/9GWRFSgAASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 19:55:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6PI+MY/9GWSUiAAAauVa8A (envelope-from ) for ; Tue, 21 Mar 2023 19:55:11 +0100 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 7E7E42AAA6 for ; Tue, 21 Mar 2023 19:55:11 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peh8T-0000oU-6f; Tue, 21 Mar 2023 14:55:05 -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 1peh8Q-0000o0-43 for guix-patches@gnu.org; Tue, 21 Mar 2023 14:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peh8P-0001Ix-Rs for guix-patches@gnu.org; Tue, 21 Mar 2023 14:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peh8P-0005XW-No for guix-patches@gnu.org; Tue, 21 Mar 2023 14:55:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#60266] [PATCH] gnu: Add form. Resent-From: Antero Mejr Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 18:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60266 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Liliana Marie Prikler Cc: 60266@debbugs.gnu.org, Eric Bavier Received: via spool by 60266-submit@debbugs.gnu.org id=B60266.167942485721215 (code B ref 60266); Tue, 21 Mar 2023 18:55:01 +0000 Received: (at 60266) by debbugs.gnu.org; 21 Mar 2023 18:54:17 +0000 Received: from localhost ([127.0.0.1]:60622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peh7g-0005W7-Nz for submit@debbugs.gnu.org; Tue, 21 Mar 2023 14:54:17 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:41388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peh7e-0005Vp-FV for 60266@debbugs.gnu.org; Tue, 21 Mar 2023 14:54:15 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Ph13f2PG9z9sV3; Tue, 21 Mar 2023 19:54:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1679424846; 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=7EkJgkY6KT1uGvvqHvmqv/sCL+N6g+Y17MhUQlmx8q8=; b=xjWTf93hlJPd2IZ7jUQKZl2rXH6BQ0XMdU73t00B6qs4hV03oJWSIpTIBP8cEww+IxhXdN 4l2oFne371q0uKzCSycY8am+IHB0bWR7RXzrlooPZfC8QIZvExWejqFTVA79pnZyKUdVPX xI2NWewXRgm46SPxLkxC7P08yct5mYK2IkuoCsOqAcWvw9yeRKsNVJMhTGjOeJAuNV/X8K GYQr0/wX+6tGbPk7N60CkgQNpGgRkHNOoskpBeglHVM0VmWpJsQ2eDpJ27UwyFhxBTqESZ aidKhXO+w8yIaL76vKHVmXMDllvTYXwFH6DOsTLTDfYK1LlFWOq64J7fO0juHA== In-Reply-To: <73af16a03efa3f4dad83bde3571731ce7a277360.camel@gmail.com> (Liliana Marie Prikler's message of "Thu, 16 Mar 2023 06:23:09 +0100") References: <20221223011551.32708-1-antero@mailbox.org> <92910915624cad61de6c1fc75cbe6ac2b8c6fe27.camel@posteo.net> <871qlpzebc.fsf@mailbox.org> <73af16a03efa3f4dad83bde3571731ce7a277360.camel@gmail.com> Date: Tue, 21 Mar 2023 18:53:58 +0000 Message-ID: <87cz523ph5.fsf@mailbox.org> MIME-Version: 1.0 Content-Type: text/plain X-MBO-RS-META: 77w4br1jkgkxrn4t3p1hxa7yxsswh1nu X-MBO-RS-ID: 727a88c7f32c3bdd838 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: Antero Mejr X-ACL-Warn: , Antero Mejr via Guix-patches From: Antero Mejr 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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679424911; a=rsa-sha256; cv=none; b=HID51EZjdyUhcU1bY+ECmJKC2BI+qc0++kc4WaBBG87ZN4ySqsb4x2EaoiG6XVaYNJEfeL DHeV1TIvPlP/woh0vgxCj+RGU6H97FtlpVEVvKbgk1ArtDuhWfF3ZKiw+ZrYNrZfPjfsS1 iZmWEZsadHgMXBHsHw8l7Gbk1xHqvI2Gb+yl6voz1HSodBPNgzucsc64leHg0woZ++jGk8 WlU/DKWMOIKkKE368Nu9CptQS4YxQv1bxre6EqbDGs5e/6nP377M2HwguEeURhe8L6ILsU fiicgoJ6mN/vTEPyLjj4ISOkPgBjvZo3I36SpSxuvZ0ICUiQffGL0zHpvzetWw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mailbox.org header.s=mail20150812 header.b=xjWTf93h; 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=1679424911; 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=7EkJgkY6KT1uGvvqHvmqv/sCL+N6g+Y17MhUQlmx8q8=; b=ab+EZz1p0LExp1+TAXmJ3seSSpvXNjAeQyqUopK4R8OfZpF4zjXS/g4mPtRkfGfMMk0OmU 3ozlug3tEKrx4ZcOvHh1WKLRVmIKVSDlzeQaDoC3vrtGIsvSI1dLSXXpyMkBv+Hxx/Tnoi AD7kyNJzWg/zcZa9EvWp7tThmj/vm4mTysD6bSfbmC55RpXNTJuzfALFW6VNCRhxQssTFc ZCg/Gvs/lFpLIaKW9HCrn7Ljvtj/0o75KKQKkE3Q5i6lHn14/12Otu/AVww/VJjr6WJbWC wOavNflnCcc4UGXaNjoyo6364E9au+g0J6gHcfjwWKlNvWSIK6k89G7/YIjMog== X-Migadu-Spam-Score: -3.95 X-Spam-Score: -3.95 X-Migadu-Queue-Id: 7E7E42AAA6 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mailbox.org header.s=mail20150812 header.b=xjWTf93h; 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" X-Migadu-Scanner: scn1.migadu.com X-TUID: sXD85S69R/Ia Liliana Marie Prikler writes: > Test failures should also be fixed at build time. Other than that, you > could also try to fix the memory leak that causes the failure via a > patch. Fixed the test failure at build time in v3. >> > Guix usually assumes `SSE2` capabilities for x86_64 targets, iirc. > It does, but not for i386 to i686, which also often see sse2 flags in > build systems. I did some benchmarks on a few workloads with millions of terms. The "tunable" optimizations didn't consistently improve the performance. Sometimes it would be a couple percent faster, sometimes slower. So I didn't mark the package as tunable. >> I used the other homepage so people can skip the weird "license >> agreement" page at https://www.nikhef.nl/~form/. > Calling the GPL a license agreement is weird, and it doesn't help that > https://www.nikhef.nl/~form/maindir/ also refers to it. Perhaps we can > raise an issue about that upstream? I would prefer not to bother upstream further regarding the website, since I already had to ask them to change an invalid license statement in a file header (which they did).