From unknown Wed Jun 18 23:05:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42500 <42500@debbugs.gnu.org> To: bug#42500 <42500@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add srain. Reply-To: bug#42500 <42500@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:05:45 +0000 retitle 42500 [PATCH] gnu: Add srain. reassign 42500 guix-patches submitter 42500 Vinicius Monego severity 42500 normal tag 42500 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 21:15:22 2020 Received: (at submit) by debbugs.gnu.org; 24 Jul 2020 01:15:22 +0000 Received: from localhost ([127.0.0.1]:46358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jymIw-00068m-3y for submit@debbugs.gnu.org; Thu, 23 Jul 2020 21:15:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:33872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jymIs-00068d-Rr for submit@debbugs.gnu.org; Thu, 23 Jul 2020 21:15:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36012) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jymIs-0005yK-MJ for guix-patches@gnu.org; Thu, 23 Jul 2020 21:15:14 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55217) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jymIm-0005cu-PC for guix-patches@gnu.org; Thu, 23 Jul 2020 21:15:14 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B44C02400FE for ; Fri, 24 Jul 2020 03:15:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595553304; bh=sDuS1Xf7oIIFhiJbVPUF07OUC3NtkXWFLfr2y/hPj9k=; h=From:To:Cc:Subject:Date:From; b=GckzyyLSKIhkG+byx3wsfoaNdjbBZZRurl8EMc6Cthi7xMsVv87SZv4gSN9jwaTQb G4Zq8lmvFJURxlrX2YOPw1hub46x5rmp9gRW1na/eOlvi64MknCcpcIcu5/XNxmW95 3JAcqZSfX55xxQM+QieCDxhftfRZJRiD1LFCBDBaH4kxYkafkKgShS0S5G9YMK7XOA vxM7le2U1X9gDIrN8Uomn8KjmxkubLlIdwFkAkolpBDL4UgqEA7ynmc91vJvekyAUZ ALE/BUd0e0oiCvqUnSG7oS681CMGKJf2Ex8JxtOVo3RYSDmdGS+DH36BaFedG3Q/qn vp741drZlHrqQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCWTM0Strz6tmM; Fri, 24 Jul 2020 03:15:02 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add srain. Date: Thu, 23 Jul 2020 22:14:49 -0300 Message-Id: <20200724011449.5569-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 21:15:05 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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: -2.3 (--) * gnu/packages/irc.scm (srain): New package. --- I get a "bus error" when I try to leave a channel. Can someone take a look at this? It doesn't happen in the flatpak or deb version. Everything else works. gnu/packages/irc.scm | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 81e4205acf..8edb2f6bcb 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Oleg Pykhalov +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -26,8 +27,10 @@ (define-module (gnu packages irc) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix packages) #:use-module (guix build-system cmake) + #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system gnu) #:use-module (guix build-system python) #:use-module (gnu packages) @@ -45,7 +48,9 @@ #:use-module (gnu packages file) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages gnome) #:use-module (gnu packages gnupg) + #:use-module (gnu packages gtk) #:use-module (gnu packages guile) #:use-module (gnu packages lua) #:use-module (gnu packages lxqt) @@ -60,6 +65,7 @@ #:use-module (gnu packages ruby) #:use-module (gnu packages qt) #:use-module (gnu packages tcl) + #:use-module (gnu packages textutils) #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages web) @@ -238,6 +244,48 @@ using a mouse. It is customizable and extensible with plugins and scripts.") (home-page "https://www.weechat.org/") (license license:gpl3))) +(define-public srain + (package + (name "srain") + (version "1.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/SrainApp/srain") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1ypaxdnag61smd8vy4rzl8sarwxa85543nzp0c9zfq02jqmz1gah")))) + (arguments + `(#:tests? #f ;there are no tests + #:phases + (modify-phases %standard-phases + (add-before 'install 'fix-permissions + ;; Make po folder writable for gettext to install translations. + (lambda _ + (for-each make-file-writable + (find-files "po" "." #:directories? #t))))))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("pkg-config" ,pkg-config))) + (inputs + `(("glib-networking" ,glib-networking) + ("gtk+" ,gtk+) + ("libconfig" ,libconfig) + ("libsecret" ,libsecret) + ("libsoup" ,libsoup) + ("openssl" ,openssl))) + (home-page "https://srain.im") + (synopsis "Modern IRC client written in GTK") + (description + "Srain is an IRC client written in GTK. It aims to be modern and easy to +use while still remaining useful to power users. It also has partial support +for the IRCv3 protocol.") + (license license:gpl3+))) + (define-public ircii (package (name "ircii") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 04:12:16 2020 Received: (at 42500) by debbugs.gnu.org; 25 Jul 2020 08:12:16 +0000 Received: from localhost ([127.0.0.1]:49295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzFI0-0007Ie-EV for submit@debbugs.gnu.org; Sat, 25 Jul 2020 04:12:16 -0400 Received: from rezeros.cc ([45.76.207.221]:50104) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzFHx-0007IP-Jk for 42500@debbugs.gnu.org; Sat, 25 Jul 2020 04:12:15 -0400 Received: from localhost ( [2409:8a62:372:7010:f6ff:fbf4:a58a:891c]) by rezeros.cc (OpenSMTPD) with ESMTPSA id 547e5872 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 25 Jul 2020 08:12:04 +0000 (UTC) Received: from gift (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d7adfd4f; Sat, 25 Jul 2020 08:12:00 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: Vinicius Monego Subject: Re: [bug#42500] [PATCH] gnu: Add srain. References: <20200724011449.5569-1-monego@posteo.net> Date: Sat, 25 Jul 2020 16:11:59 +0800 In-Reply-To: <20200724011449.5569-1-monego@posteo.net> (Vinicius Monego's message of "Thu, 23 Jul 2020 22:14:49 -0300") Message-ID: <87r1t0t3n4.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42500 Cc: 42500@debbugs.gnu.org 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: -1.0 (-) Vinicius Monego writes: > * gnu/packages/irc.scm (srain): New package. Pushed, I also add 'gsettings-desktop-schemas' to the inputs, otherwise it fail with missing schema for 'org.gnome.system.proxy'. > --- > I get a "bus error" when I try to leave a channel. Can someone take a look at this? > > It doesn't happen in the flatpak or deb version. Everything else works. I also got the same error once upon exit, and then can't close it (the window is closed, but the process is still running), also got a Segmentation fault when connecting freenode. Will investigate it later... From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 04:19:35 2020 Received: (at 42500-done) by debbugs.gnu.org; 25 Jul 2020 08:19:35 +0000 Received: from localhost ([127.0.0.1]:49303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzFP5-0007Tx-Ek for submit@debbugs.gnu.org; Sat, 25 Jul 2020 04:19:35 -0400 Received: from rezeros.cc ([45.76.207.221]:50112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzFP3-0007Tg-Q0 for 42500-done@debbugs.gnu.org; Sat, 25 Jul 2020 04:19:34 -0400 Received: from localhost ( [2409:8a62:372:7010:f6ff:fbf4:a58a:891c]) by rezeros.cc (OpenSMTPD) with ESMTPSA id a859fe78 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 25 Jul 2020 08:19:25 +0000 (UTC) Received: from gift (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id aa2f24a4; Sat, 25 Jul 2020 08:19:19 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: Vinicius Monego Subject: Re: [bug#42500] [PATCH] gnu: Add srain. References: <20200724011449.5569-1-monego@posteo.net> <87r1t0t3n4.fsf@member.fsf.org> Date: Sat, 25 Jul 2020 16:19:19 +0800 In-Reply-To: <87r1t0t3n4.fsf@member.fsf.org> (=?utf-8?B?IuWui+aWh+atpiIn?= =?utf-8?B?cw==?= message of "Sat, 25 Jul 2020 16:11:59 +0800") Message-ID: <87o8o4t3aw.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42500-done Cc: 42500-done@debbugs.gnu.org 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: -1.0 (-) iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) writes: > Vinicius Monego writes: > >> * gnu/packages/irc.scm (srain): New package. > > Pushed, I also add 'gsettings-desktop-schemas' to the inputs, otherwise > it fail with missing schema for 'org.gnome.system.proxy'. > >> --- >> I get a "bus error" when I try to leave a channel. Can someone take a lo= ok at this? >> >> It doesn't happen in the flatpak or deb version. Everything else works. > > I also got the same error once upon exit, and then can't close it (the > window is closed, but the process is still running), also got a > Segmentation fault when connecting freenode. Will investigate it later... Patch applied, close this issue now. From unknown Wed Jun 18 23:05:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 22 Aug 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator