From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Why is IceCat now only 'supported' on Intel-systems? Date: Thu, 01 Dec 2016 15:26:52 +0100 Message-ID: <87twanrahf.fsf@gnu.org> References: <87y400fk43.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCSKA-00079x-Oj for guix-devel@gnu.org; Thu, 01 Dec 2016 09:26:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCSK6-0005fK-Lp for guix-devel@gnu.org; Thu, 01 Dec 2016 09:26:58 -0500 In-Reply-To: <87y400fk43.fsf@netris.org> (Mark H. Weaver's message of "Wed, 30 Nov 2016 21:39:40 -0500") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > According to: > > https://hydra.gnu.org/eval/109381?filter=3Dicecat#tabs-removed > > the jobs for icecat on armhf and mips64el were removed in evaluation > 109381 (corresponding to commit 663d5b5), but were present in the > previous evaluation 109380 (commit cd65d60). > > Can anyone tell me why this happened? =E2=80=9Cgit diff 663d5b5..cd65d60 | grep supported-sy=E2=80=9D shows nothi= ng. I don=E2=80=99t see anything obvious in the logs. Indeed: --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,use(guix) scheme@(guile-user)> ,use(gnu packages gnuzilla) scheme@(guile-user)> (package-supported-systems icecat) $2 =3D ("x86_64-linux" "i686-linux" "armhf-linux" "mips64el-linux") scheme@(guile-user)> (system* "git" "describe") v0.11.0-3128-gd30e578 $3 =3D 0 --8<---------------cut here---------------end--------------->8--- In the current evaluation IceCat is there on all arches, though it only succeeds on x86_64: https://hydra.gnu.org/eval/109382?filter=3Dicecat&compare=3D109381&full= =3D#tabs-now-succeed > I find it disturbing that we seem to be in the habit of removing > non-Intel systems from 'supported-systems' fields in packages that other > distros are able to get working on non-Intel. These are bugs to be > fixed, not swept under the rug to get them out of sight. Everyone will agree with that, and everyone will agree that Someone must fixed said bugs. There=E2=80=99s also a practical issue not to be swept under the rug: when = we keep rebuilding known-to-fail packages on those architectures, we waste build resources. Ludo=E2=80=99.