From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35030: Error on update by root Date: Thu, 28 Mar 2019 17:11:50 +0100 Message-ID: <87wokj0yip.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9XeN-00014f-5M for bug-guix@gnu.org; Thu, 28 Mar 2019 12:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9XeL-0007lR-3i for bug-guix@gnu.org; Thu, 28 Mar 2019 12:13:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9XeJ-0007kP-2M for bug-guix@gnu.org; Thu, 28 Mar 2019 12:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9XeI-0008Q6-Rw for bug-guix@gnu.org; Thu, 28 Mar 2019 12:13:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: znavko@tutanota.com Cc: 35030-done@debbugs.gnu.org znavko@tutanota.com writes: > `guix pull` fail on building xserver derivation. log is attatched. --8<---------------cut here---------------start------------->8--- Backtrace: 3 (primitive-load "/gnu/store/fdp2jmpz6pwdlmdg1izih8cly75?") In ice-9/ports.scm: 462:17 2 (call-with-output-file _ _ #:binary _ #:encoding _) In srfi/srfi-1.scm: 637:5 1 (for-each # ?) In unknown file: 0 (scm-error wrong-type-arg "for-each" "Wrong type argum?" ?) ERROR: In procedure scm-error: In procedure for-each: Wrong type argument: "Section \"InputClass\"\n Identifier \"touchpad\"\n Driver \"libinput\"\n MatchIsTouchpad \"on\"\n Option \"Tapping\" \"on\"\nEndSection" --8<---------------cut here---------------end--------------->8--- This is an error in your operating system configuration. You provided a string, but the error shows that a list is expected. -- Ricardo