From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yAl5KM9RU2BgDQAA0tVLHw (envelope-from ) for ; Thu, 18 Mar 2021 13:12:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id IPNFJM9RU2DyBQAA1q6Kng (envelope-from ) for ; Thu, 18 Mar 2021 13:12:47 +0000 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 E178A250FC for ; Thu, 18 Mar 2021 14:12:46 +0100 (CET) Received: from localhost ([::1]:44612 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMsSE-0001XY-2j for larch@yhetil.org; Thu, 18 Mar 2021 09:12:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lMsR5-0000So-DV for guix-devel@gnu.org; Thu, 18 Mar 2021 09:11:35 -0400 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]:45931) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lMsR3-000115-TV for guix-devel@gnu.org; Thu, 18 Mar 2021 09:11:35 -0400 Received: by mail-wm1-x335.google.com with SMTP id r10-20020a05600c35cab029010c946c95easo3325487wmq.4 for ; Thu, 18 Mar 2021 06:11:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=7u5BXI+OyXmOagVClu9HFujhtn+ZbpOwrrhXdnee8BI=; b=RVxgul+8/8MSKnK62fLCnZr29qxbme7Pbw9F1i/GxqlVNd50sQbw2pMq6RxnXvzfNR k/IOkwqWXninPEOEE+P1IKPSUxu7M3pIr2KpPBFbrvA1cHkJylSdQ9nM9Sm6kIq/Z7Me rMgCHUFKCdXQXGVG+g/LXkhTinxMeZMk9OmdUnRJuaQ+pSyG1XABlQgGL9Ug7St8EmRA iMq6M0EQ2OHNR8z0BtBWkW0QjnH8ZP+V30m7UkWx1dLpHRiCyT7yK1GnWRYV9hBB35wV nF7JIDoLfJivHFXbF5BfD2dK6chZolx6dH+XQScMJ7Gz1TFI/tiZtLCX8Sni6Py7/aj3 B+xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=7u5BXI+OyXmOagVClu9HFujhtn+ZbpOwrrhXdnee8BI=; b=F2wrs2E1/6xukjztSjFRLeDTMX3qlpAHteqXnMTTNXdaSIVQTYwk87qc32ai3XyqoK 3gWtu22ZUiR+UEfgrZRNwI4dh2Htwq67Vb413dHvaGxA5NK+9AWXmhVNdjWD9XB0kdv4 WgYChPg1RDPGNI6sIsgOYh6HzLK3dDYI4h65/uKmZa+TxK7uunRDZ6P9ZNlNwDkNGpvr bAGM2lbi1f9udy+gD7wtpmMMbwfitazCGuqK7JefT2Z7Yj1opWVYLWb2fk64l4wZu49Y 0ihDf1ifnhN3s2s85OfuI+U+FyReStt9aSNYlmR3mko+LRIP6B2u9vqT+m2oLgNgFyz0 1WHw== X-Gm-Message-State: AOAM53120P6OAewHJ6MDRwvqIFbDSThAkBHwIgdWAcJphhqodifdPPsl rNprQXgNnPcrOnjqazpIO6QRfWDVQt8= X-Google-Smtp-Source: ABdhPJzKuFxoxd5ihJ413WRHyesfsipRlfuKZZPRDjGobevHEf2wm7Ezsac+C0Nrg661a66mireoTA== X-Received: by 2002:a7b:cd15:: with SMTP id f21mr3514602wmj.43.1616073092102; Thu, 18 Mar 2021 06:11:32 -0700 (PDT) Received: from lili ([88.126.110.68]) by smtp.gmail.com with ESMTPSA id w11sm2952531wrv.88.2021.03.18.06.11.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Mar 2021 06:11:31 -0700 (PDT) From: zimoun To: Mark H Weaver , =?utf-8?Q?L=C3=A9o?= Le Bouter Subject: Re: gnu: imagemagick/fixed: Redirect old sonames to new sonames. In-Reply-To: <87y2eksjyc.fsf@netris.org> References: <87y2eksjyc.fsf@netris.org> Date: Thu, 18 Mar 2021 14:08:01 +0100 Message-ID: <8635wsvccu.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::335; envelope-from=zimon.toutoune@gmail.com; helo=mail-wm1-x335.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1616073167; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=7u5BXI+OyXmOagVClu9HFujhtn+ZbpOwrrhXdnee8BI=; b=ssoc6ssapQH19qdTM24m6sqaN/2L/pPfkJhQNkYnAYqtFh5ePmy9C0mSEf3Z7Z5d6MDJw8 DcAb+4DcXipkakx3wmQx8Wsbh6HYNWc7xq/jvano7u15QItxWSkJpPv+En8u4GXXfwRQRe gi3fNtT3Gr3Ju3/QKf/tdOMNz+T9e+g/69GCax55tYfAcUHWUxP4Ni9sIP7e1WJ40PFG3I 1E7W4PleCcIY3NV1mI2Rp38uPH+0dKOcx1YUUWi1IIK0erWYjMXgIIUO10PfA9nI9asP8I 8hStP6gmYvZ5s+Fnz50M+plrCzy+6qzE7WvT9Tuao4oV0js6I1QUf4GIB49SCA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1616073167; a=rsa-sha256; cv=none; b=Pz0w75WmtL9xXR+3FNnmLOWQ/eKYk4tkp9NLji1CrVnfcZGETLan3gbhAKmr0nnKIMQqzf JFwlXJJ9vpDREdwfbvHQ6QUIGygd7uVjw+8R10FDZg1daGNuAbFM7l6Jik0uTyzpkcANtD ti+5UFcfNwM5WJDXjUD9yRNBbARrzbdwGbOYdIZgmWv60aVPkfsG1LsM99eYLE8CsFtE/G IvHH0c/V4MPH0oA9kKoWRibnnvJjH22OssKzRYfL1v1vA79FcKt5m863FG5MCN1FXLP2hp DoUdYHyFmF6Ognuy51rN2UuL5VkacO17h1Wkx5KUs2Rh9BDJDtNq5VcdX7JQiA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=RVxgul+8; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Spam-Score: -3.11 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=RVxgul+8; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: E178A250FC X-Spam-Score: -3.11 X-Migadu-Scanner: scn0.migadu.com X-TUID: kW7mOLEaqIAj Hi Mark, On Thu, 18 Mar 2021 at 08:51, Mark H Weaver wrote: > This is really nasty. Why is imagemagick grafted, anyway? I think it > can simply be updated without causing many rebuilds, no? --8<---------------cut here---------------start------------->8--- $ guix refresh -l imagemagick@6.9.11-48 | cut -f1 -d':' Building the following 1269 packages would ensure 2404 dependent packages a= re rebuilt $ guix refresh -l imagemagick@6.9.12-2g | cut -f1 -d':' Building the following 2 packages would ensure 2 dependent packages are reb= uilt $ guix refresh -l imagemagick | cut -f1 -d':' Building the following 2 packages would ensure 2 dependent packages are reb= uilt --8<---------------cut here---------------end--------------->8--- I am not in the graft dancing but I suspect something wrong here. I have never checked but intuitively, I thought that graft has the priority so =E2=80=9Cguix refresh -l imagemagick=E2=80=9D should display al= l the dependents. Note it is the same story as zstd. Cheers, simon