From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Johnson Subject: Still need help installing ProtonMail Bridge Date: Sun, 14 Jul 2019 19:57:59 -0400 Message-ID: <871rysjhj4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36732) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmoNp-0005de-Iq for help-guix@gnu.org; Sun, 14 Jul 2019 19:58:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmoNo-0007Iv-HT for help-guix@gnu.org; Sun, 14 Jul 2019 19:58:21 -0400 Received: from mail-pl1-x629.google.com ([2607:f8b0:4864:20::629]:46964) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmoNo-0007Hp-81 for help-guix@gnu.org; Sun, 14 Jul 2019 19:58:20 -0400 Received: by mail-pl1-x629.google.com with SMTP id c2so7343986plz.13 for ; Sun, 14 Jul 2019 16:58:18 -0700 (PDT) Received: from euclid ([2001:5b0:2c74:1748:dc06:5a62:3edc:d73c]) by smtp.gmail.com with ESMTPSA id 185sm18345885pfa.170.2019.07.14.16.58.13 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 14 Jul 2019 16:58:16 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hi Guix, I sent an email out a week ago detailing my attempt to create a package definition that would install the ProtonMail Bridge client (https://protonmail.com/bridge/) and seeking help from anyone who might be able to help me debug my Scheme code. As no one has yet responded, I'm guessing that either no one knows how to help me or that my message was too long and was therefore skipped over by most readers. Let me try again succinctly (TL;DR): What should I add/change in my propagated-inputs clause so that ldd can link these two libraries to my package? Missing libs: - libstdc++.so.6 - libgcc_s.so.1 Current package code: (propagated-inputs `(("libz" ,compression:zlib) ("qtbase" ,qtbase-5.12) ("qtmultimedia" ,qt:qtmultimedia) ("qtdeclarative" ,qt:qtdeclarative) ("qtsvg" ,qt:qtsvg) ("libsecret" ,gnome:libsecret) ("font-dejavu" ,fonts:font-dejavu))) Help? Gary