From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jonathan Frederickson" Subject: bug#35591: Segfault on flatpak remote-add Date: Sun, 05 May 2019 16:05:25 -0400 Message-ID: <12034386-e609-4dec-997f-bbf6614d8482@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNNxU-0005fn-DY for bug-guix@gnu.org; Sun, 05 May 2019 16:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNNxT-0000jQ-A3 for bug-guix@gnu.org; Sun, 05 May 2019 16:42:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41466) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNNxS-0000gH-Qn for bug-guix@gnu.org; Sun, 05 May 2019 16:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNNxS-0004wy-Hq for bug-guix@gnu.org; Sun, 05 May 2019 16:42:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:38921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNNOW-0001zs-5a for bug-guix@gnu.org; Sun, 05 May 2019 16:05:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNNOV-0000ZF-0L for bug-guix@gnu.org; Sun, 05 May 2019 16:05:56 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:58327) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNNOU-0000J2-FK for bug-guix@gnu.org; Sun, 05 May 2019 16:05:54 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id ADAD82A8 for ; Sun, 5 May 2019 16:05:50 -0400 (EDT) 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: 35591@debbugs.gnu.org I'm attempting to use Flatpak on my Guix system, and I'm experiencing segfaults when attempting to add a remote repo. Provided below are the output of the command I'm attempting to run, as well as some info about my system. ===== jfred@lambdacrypt ~$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo Note that the directories '/var/lib/flatpak/exports/share' '/home/jfred/.local/share/flatpak/exports/share' are not in the search path set by the XDG_DATA_DIRS environment variable, so applications installed by Flatpak may not appear on your desktop until the session is restarted. Segmentation fault ===== Current guix commit: jfred@lambdacrypt ~$ guix describe -f channels (list (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") (commit "187f9636f176d62bf869b787ad410e3a528aa1a0"))) ===== Current user package manifest: jfred@lambdacrypt ~$ cat guix.scm (specifications->manifest '("glibc-utf8-locales" ;;# Dotfiles management "stow" "rofi" "gnupg" "emacs-password-store" "pcsc-lite" ;;# Hacking "emacs" "git" "guile@2.2" "font-adobe-source-code-pro" "emacs-guix" ;;# Devops "docker" "docker-cli" "docker-compose" ;; System Administration "htop" "curl" ;;# Desktop "gnome-tweak-tool" "icecat" "luakit" "flatpak" "evolution" ;; Gaming "tintin++" "powwow"))