From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 23 12:28:56 2021 Received: (at 46653) by debbugs.gnu.org; 23 Feb 2021 17:28:56 +0000 Received: from localhost ([127.0.0.1]:60383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEbUV-0001FI-R8 for submit@debbugs.gnu.org; Tue, 23 Feb 2021 12:28:56 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:59600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEbUT-0001F8-CS for 46653@debbugs.gnu.org; Tue, 23 Feb 2021 12:28:54 -0500 Received: from nijino.local (217-149-164-20.nat.highway.telekom.at [217.149.164.20]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4DlQy949c5z1LXsR; Tue, 23 Feb 2021 18:28:49 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4DlQy949c5z1LXsR DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1614101329; bh=iGhQbNAE1IciTeJ4JMJ+MKkfdQGJ/5N+pRg8oxtoai0=; h=Subject:From:To:Date:In-Reply-To:References:From; b=Wk3iILc3mw6wA0/d4+N4AzjtE5MIYdnq1meJRnKjxs5xeOG/Tno2KQBfAlhKnc6V+ HDwVHJ8waFdLK4EAY7XSDKQfbgbeB/IiOkZnQko7eNKYnlvx5E9TP4zC/3M+rT/QcN nml880va4QYwdA3K1sM0R7I8o8khLJ5hjuvASyYg= Message-ID: <73f708d8213aaac67e357bba5efd29fc6f8e1fbe.camel@student.tugraz.at> Subject: Re: Make some changes to Profanity stuff (v2) From: Leo Prikler To: Raghav Gururajan , 46653@debbugs.gnu.org Date: Tue, 23 Feb 2021 18:28:48 +0100 In-Reply-To: <13de1bda-3aa8-684c-3294-f6c37ab93cce@raghavgururajan.name> References: <13de1bda-3aa8-684c-3294-f6c37ab93cce@raghavgururajan.name> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46653 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Raghav, Am Dienstag, den 23.02.2021, 12:08 -0500 schrieb Raghav Gururajan: > + (arguments > + `(#:tests? #f ; > https://github.com/profanity-im/libmesode/issues/20 > + #:configure-flags > + (list > + "--disable-static"))) There is just one failing test here. If there's really no way around it, disable that one, but try to investigate the link error first. > + (arguments > + `(#:tests? #f ; > https://github.com/strophe/libstrophe/issues/175 > + #:configure-flags > + (list > + "--disable-static"))) Since this issue is related, we should really get to the roots of it. Let's hope for a response. The ordering of these patches seems a little weird. Could you group them so that it's libmesode, then profanity, then libstrophe? Regards, Leo