From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EH6gFyn32F7RUgAA0tVLHw (envelope-from ) for ; Thu, 04 Jun 2020 13:29:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2BaoEyn32F78fwAAbx9fmQ (envelope-from ) for ; Thu, 04 Jun 2020 13:29:13 +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 16A729407C6 for ; Thu, 4 Jun 2020 13:29:13 +0000 (UTC) Received: from localhost ([::1]:49742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpvk-0003ky-1s for larch@yhetil.org; Thu, 04 Jun 2020 09:29:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgmax-00058f-Mp for help-guix@gnu.org; Thu, 04 Jun 2020 05:55:31 -0400 Received: from mail-lj1-x229.google.com ([2a00:1450:4864:20::229]:36299) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jgmaw-0006D4-Hb for help-guix@gnu.org; Thu, 04 Jun 2020 05:55:31 -0400 Received: by mail-lj1-x229.google.com with SMTP id a25so6496689ljp.3 for ; Thu, 04 Jun 2020 02:55:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=user-agent:from:to:subject:message-id:date:mime-version; bh=9Z5LzmcQtYN3CwzlxwJpfBdOR/lzapqJO8yqjA0JHpo=; b=fykOsT6lgXJ+R9/e+Ay56HlY4frliRqRdcHObCqtRWh4FUc5JhBrJ0iZRumq0kEejA 9UuDlBsWJkiIjuf4Q7cv2+BKvGJXOOcIpwRAovuHiiTx/cCWploWyVuIWuWX5GDV48bB VRdXGUjy2lN3K9IYCg9mF7Ijin/FHaFs7gBX+IefaLT0hKtGc2zJIFr5qO4fv/cAEn5v +jdFDHtPQjdfd0R8kujn6FQipw39Hrcw1m1+Sxwa5u/ogFcgKdvF5drzrtTiAi07WaYf LzQbrqjBf3PZ0ZfX9o43YlRKAREWjZvqqshgT2u6gO8CcSDo5vw8WrLTt6wH86SjB71O hAwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:user-agent:from:to:subject:message-id:date :mime-version; bh=9Z5LzmcQtYN3CwzlxwJpfBdOR/lzapqJO8yqjA0JHpo=; b=srr4NxCugQ9RmVUpRpMEIZosB+b4x4McsMi7JYYCDFHyCkkua1MsbG/CvlqM5p406K JxwYQWEaNdI2JviBzSZCx8cRkytzVYO9p0MJUcqgy9Ck/F95hzYIfOXSPYEfeXAFOgvr PewqfxkXARq6MVd9LtY3urNtXttkn8jnsTm1qHzX3X9q9V9/jKoH9Q0Zhlnk4tBYR1kt U0Ue8HllRHU6ZOOOt1VVSlCpWz+WJfCJMyqRcD4cb9YOLOW66Z5JNZsdemVZVgOXlY2V I/vBqDv5uzn+AV5C0oi3jz0ARQDpJl5V6RcB9FPsed+GMssSppgcs0sOiJ8OAGl4DZe7 JJiw== X-Gm-Message-State: AOAM531ZlK8Plqp/4fs83HX5X4zaxQ3viX1IzHzMn4UprnCtJyRF5b78 HsCUA0EDzPtJaK9UQwwB6zLbLc5jH4E= X-Google-Smtp-Source: ABdhPJzi1HJUzvEbzyji3cS1kvnZEDLwRg2hnjhJ7xi2dmDVYBiC/ohUTUBlSrZ7SxDOyhETq6aLoA== X-Received: by 2002:a2e:9d10:: with SMTP id t16mr977259lji.46.1591264527922; Thu, 04 Jun 2020 02:55:27 -0700 (PDT) Received: from simendsjo-laptop (cm-84.211.120.197.getinternet.no. [84.211.120.197]) by smtp.gmail.com with ESMTPSA id t15sm1087374lji.49.2020.06.04.02.55.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jun 2020 02:55:27 -0700 (PDT) User-agent: mu4e 1.4.8; emacs 27.0.91 From: Simen =?utf-8?Q?Endsj=C3=B8?= To: help-guix@gnu.org Subject: Failed to build webkitgtk Message-ID: <87lfl3tat3.fsf@gmail.com> Date: Thu, 04 Jun 2020 11:55:20 +0200 MIME-Version: 1.0 Received-SPF: pass client-ip=2a00:1450:4864:20::229; envelope-from=simendsjo@gmail.com; helo=mail-lj1-x229.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Thu, 04 Jun 2020 09:29:04 -0400 Content-Type: text/plain; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=gmail.com header.s=20161025 header.b=fykOsT6l; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.09 X-TUID: gOKozd6zDqLW I did guix pull followeb by reconfigure, and I get an error. $ sudo guix system reconfigure /etc/config.scm substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivations will be built: /gnu/store/hrdp3nh2vqpy2m18c19crl496vimx2l4-gnome-control-center-3.34.2.drv /gnu/store/ilimhr0l6ql48cp8r1b1q4wq9xj1b68d-gnome-online-accounts-3.36.0.drv /gnu/store/g6b2wl1xz8q3g7whrs2b3c8yjqrf974s-webkitgtk-2.28.2.drv /gnu/store/djym9sa2pjp38hdvxn5y3ymhdfvxs3b0-gvfs-1.40.1.drv /gnu/store/0ix3c5sbigyfizyvhz7mx3k8pcdxlx29-libgdata-0.17.9.drv /gnu/store/ilimhr0l6ql48cp8r1b1q4wq9xj1b68d-gnome-online-accounts-3.36.0.drv /gnu/store/0w4pf0109i6k2s7nlp0fvijp7j8a9441-gnome-shell-3.34.2.drv /gnu/store/7x8aaq01kx5mwrv4xzch016z95wfj8i2-mutter-3.34.2.drv /gnu/store/8g4h4abwyvm373hyi2anzymk6rkaxm5g-zenity-3.32.0.drv /gnu/store/sa2ja0gmvdnc79xpkjj96jlipj7b9lbs-evolution-data-server-3.34.2.drv building /gnu/store/g6b2wl1xz8q3g7whrs2b3c8yjqrf974s-webkitgtk-2.28.2.drv... 80% [########################################################## ]builder for `/gnu/store/g6b2wl1xz8q3g7whrs2b3c8yjqrf974s-webkitgtk-2.28.2.drv' failed with exit code 1 build of /gnu/store/g6b2wl1xz8q3g7whrs2b3c8yjqrf974s-webkitgtk-2.28.2.drv failed View build log at '/var/log/guix/drvs/g6/b2wl1xz8q3g7whrs2b3c8yjqrf974s-webkitgtk-2.28.2.drv.bz2'. cannot build derivation `/gnu/store/sa2ja0gmvdnc79xpkjj96jlipj7b9lbs-evolution-data-server-3.34.2.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/ilimhr0l6ql48cp8r1b1q4wq9xj1b68d-gnome-online-accounts-3.36.0.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/8g4h4abwyvm373hyi2anzymk6rkaxm5g-zenity-3.32.0.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/hrdp3nh2vqpy2m18c19crl496vimx2l4-gnome-control-center-3.34.2.drv': 1 dependencies couldn't be built guix system: error: build of `/gnu/store/hrdp3nh2vqpy2m18c19crl496vimx2l4-gnome-control-center-3.34.2.drv' failed