From unknown Sat Sep 06 09:45:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#38982] [PATCH 10/22] gnu: Add gnutls-jami (not yet working). Resent-From: Jan Wielkiewicz Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Jan 2020 11:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 38982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 38982@debbugs.gnu.org Cc: Jan Wielkiewicz X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.157830901427755 (code B ref -1); Mon, 06 Jan 2020 11:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jan 2020 11:10:14 +0000 Received: from localhost ([127.0.0.1]:45211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQGz-0007Db-W7 for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:10:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:34423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQGy-0007DS-8z for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:10:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54653) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioQGx-0005Z2-3z for guix-patches@gnu.org; Mon, 06 Jan 2020 06:10:12 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioQGw-0007lC-41 for guix-patches@gnu.org; Mon, 06 Jan 2020 06:10:11 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:35954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ioQGv-0007hN-T6 for guix-patches@gnu.org; Mon, 06 Jan 2020 06:10:10 -0500 X-Interia-R: Interia X-Interia-R-IP: 89.64.54.32 X-Interia-R-Helo: Received: from localhost.localdomain (89-64-54-32.dynamic.chello.pl [89.64.54.32]) by poczta.interia.pl (INTERIA.PL) with ESMTPA; Mon, 6 Jan 2020 02:17:57 +0100 (CET) From: Jan Wielkiewicz Date: Mon, 6 Jan 2020 02:11:40 +0100 Message-Id: <20200106011151.1902-10-tona_kosmicznego_smiecia@interia.pl> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200106011151.1902-1-tona_kosmicznego_smiecia@interia.pl> References: <20200106011151.1902-1-tona_kosmicznego_smiecia@interia.pl> MIME-Version: 1.0 X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1578273477; bh=0CKXtvXJLanQEigTR3qhi9tAc3L+84/9w+zJ1gcy40A=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:From:To:Cc:Subject: Date:Message-Id:X-Mailer:In-Reply-To:References:MIME-Version: Content-Transfer-Encoding:X-Interia-Antivirus; b=ZABnBIONFox+cXOKQrOiBmJLOGAh2jjsVG2LQDbTCiewMqka24q4KIqH3dOrzIrkj XA80jLsNbgmJFyXOL6sYxGuQyImw49jcvv5EnYAwCZ8+6A/7cwp8kFWmHZPcONwXy2 onwPYMF9A7Zp0vS6tRSgpkmhQuEHWXK0Cz7UmPyU= X-EOM: H-lo10 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 217.74.65.239 X-Spam-Score: -1.4 (-) 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.4 (--) --- gnu/packages/jami.scm | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 8b24984bd5..db2e52d27f 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -45,6 +45,7 @@ #:use-module (gnu packages serialization) #:use-module (gnu packages sqlite) #:use-module (gnu packages telephony) + #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages upnp) #:use-module (gnu packages video) @@ -219,6 +220,56 @@ "selftest: pjlib-test pjlib-util-test pjmedia-test")) #t))))))) =20 +(define-public gnutls-jami + (package + (inherit gnutls) + (name "gnutls-jami") + (native-inputs + `(("savoir-faire-linux-patches" ,(jami-source)) + ("automake" ,automake) + ("autoconf" ,autoconf) + ("datefudge" ,datefudge) + ("openssl" ,openssl) + ,@(package-native-inputs gnutls))) + (version "3.6.10") + (source (origin + (method url-fetch) + (uri + (string-append "mirror://gnupg/gnutls/v" + (version-major+minor version) + "/gnutls-" version ".tar.xz")) + ;;(patches (search-patches "gnutls-skip-trust-store-test.pa= tch")) + (sha256 + (base32 + "14r2h73yfj66cm14k9mnb3kgzq5a7qjg5b31m53bf19vcxkwmwxi")))= ) + (arguments + (substitute-keyword-arguments (package-arguments gnutls) + ((#:configure-flags '()) + '("--disable-gtk-doc" + "--without-p11-kit" + "--disable-cxx" + "--disable-srp-authentication" + "--disable-psk-authentication-FIXME" + "--with-included-libtasn1" + "--with-included-unistring" + "--disable-openpgp-authentication" + "--disable-openssl-compatibility" + "--disable-guile" + "--disable-nls" + "--disable-dtls-srtp-support" + "--without-libintl-prefix" + "--without-idn")) + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'apply-patches + (lambda* (#:key inputs #:allow-other-keys) + (let ((jami-apply-dependency-patches ,jami-apply-dependen= cy-patches)) + (jami-apply-dependency-patches #:inputs inputs + #:dep-name "gnutls" + #:patches + '("downgrade-gettext-requirement")) + #t))))))))) + (define-public ffmpeg-jami (package (inherit ffmpeg) --=20 2.24.1 From unknown Sat Sep 06 09:45:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jan Wielkiewicz Subject: bug#38982: closed (Closing the broken patch) Message-ID: References: <20200107013801.68786f62@interia.pl> <20200106011151.1902-10-tona_kosmicznego_smiecia@interia.pl> X-Gnu-PR-Message: they-closed 38982 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 38982@debbugs.gnu.org Date: Tue, 07 Jan 2020 11:39:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1578397141-31763-1" This is a multi-part message in MIME format... ------------=_1578397141-31763-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #38982: [PATCH 10/22] gnu: Add gnutls-jami (not yet working). which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 38982@debbugs.gnu.org. --=20 38982: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38982 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1578397141-31763-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 38982-done) by debbugs.gnu.org; 7 Jan 2020 11:38:16 +0000 Received: from localhost ([127.0.0.1]:47404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ionBg-0008FN-M9 for submit@debbugs.gnu.org; Tue, 07 Jan 2020 06:38:16 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:59290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ionBe-0008F9-SE for 38982-done@debbugs.gnu.org; Tue, 07 Jan 2020 06:38:15 -0500 X-Interia-R: Interia X-Interia-R-IP: 89.64.54.32 X-Interia-R-Helo: Received: from localhost (89-64-54-32.dynamic.chello.pl [89.64.54.32]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for <38982-done@debbugs.gnu.org>; Tue, 7 Jan 2020 01:38:01 +0100 (CET) Date: Tue, 7 Jan 2020 01:38:01 +0100 From: Jan To: 38982-done@debbugs.gnu.org Subject: Closing the broken patch Message-ID: <20200107013801.68786f62@interia.pl> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1578357482; bh=ov2F4z35BsRP1shMBo4tqHBzpNxKta6mt06UxfAIxJk=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:Date:From:To:Subject: Message-ID:X-Mailer:MIME-Version:Content-Type: Content-Transfer-Encoding:X-Interia-Antivirus; b=R7XqmUSWNxHCXgmLeG6sEziGY9Hve2vi4rjhWw6ya21R+2YW4aM0kWKWuUoKllGNH UG1wtQHxVTxbeIQBKU1xtmO5xUWZYlCl7onAUfFpSvZbg79+yNqmefZ54PWHR+eCh9 DlhHhBQrs8GYku3diDtbRe5PVpjDDI4Q8RZ65iSY= X-EOM: H-lo10 X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 38982-done 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: -0.6 (/) I broke the whole patch series, sorry, hope this solves everything. I got smtp error and thought patches didn't send. Jan Wielkiewicz ------------=_1578397141-31763-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Jan 2020 11:10:14 +0000 Received: from localhost ([127.0.0.1]:45211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQGz-0007Db-W7 for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:10:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:34423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQGy-0007DS-8z for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:10:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54653) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioQGx-0005Z2-3z for guix-patches@gnu.org; Mon, 06 Jan 2020 06:10:12 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioQGw-0007lC-41 for guix-patches@gnu.org; Mon, 06 Jan 2020 06:10:11 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:35954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ioQGv-0007hN-T6 for guix-patches@gnu.org; Mon, 06 Jan 2020 06:10:10 -0500 X-Interia-R: Interia X-Interia-R-IP: 89.64.54.32 X-Interia-R-Helo: Received: from localhost.localdomain (89-64-54-32.dynamic.chello.pl [89.64.54.32]) by poczta.interia.pl (INTERIA.PL) with ESMTPA; Mon, 6 Jan 2020 02:17:57 +0100 (CET) From: Jan Wielkiewicz To: guix-patches@gnu.org Subject: [PATCH 10/22] gnu: Add gnutls-jami (not yet working). Date: Mon, 6 Jan 2020 02:11:40 +0100 Message-Id: <20200106011151.1902-10-tona_kosmicznego_smiecia@interia.pl> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200106011151.1902-1-tona_kosmicznego_smiecia@interia.pl> References: <20200106011151.1902-1-tona_kosmicznego_smiecia@interia.pl> MIME-Version: 1.0 X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1578273477; bh=0CKXtvXJLanQEigTR3qhi9tAc3L+84/9w+zJ1gcy40A=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:From:To:Cc:Subject: Date:Message-Id:X-Mailer:In-Reply-To:References:MIME-Version: Content-Transfer-Encoding:X-Interia-Antivirus; b=ZABnBIONFox+cXOKQrOiBmJLOGAh2jjsVG2LQDbTCiewMqka24q4KIqH3dOrzIrkj XA80jLsNbgmJFyXOL6sYxGuQyImw49jcvv5EnYAwCZ8+6A/7cwp8kFWmHZPcONwXy2 onwPYMF9A7Zp0vS6tRSgpkmhQuEHWXK0Cz7UmPyU= X-EOM: H-lo10 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 217.74.65.239 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Jan Wielkiewicz 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.4 (--) --- gnu/packages/jami.scm | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 8b24984bd5..db2e52d27f 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -45,6 +45,7 @@ #:use-module (gnu packages serialization) #:use-module (gnu packages sqlite) #:use-module (gnu packages telephony) + #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages upnp) #:use-module (gnu packages video) @@ -219,6 +220,56 @@ "selftest: pjlib-test pjlib-util-test pjmedia-test")) #t))))))) =20 +(define-public gnutls-jami + (package + (inherit gnutls) + (name "gnutls-jami") + (native-inputs + `(("savoir-faire-linux-patches" ,(jami-source)) + ("automake" ,automake) + ("autoconf" ,autoconf) + ("datefudge" ,datefudge) + ("openssl" ,openssl) + ,@(package-native-inputs gnutls))) + (version "3.6.10") + (source (origin + (method url-fetch) + (uri + (string-append "mirror://gnupg/gnutls/v" + (version-major+minor version) + "/gnutls-" version ".tar.xz")) + ;;(patches (search-patches "gnutls-skip-trust-store-test.pa= tch")) + (sha256 + (base32 + "14r2h73yfj66cm14k9mnb3kgzq5a7qjg5b31m53bf19vcxkwmwxi")))= ) + (arguments + (substitute-keyword-arguments (package-arguments gnutls) + ((#:configure-flags '()) + '("--disable-gtk-doc" + "--without-p11-kit" + "--disable-cxx" + "--disable-srp-authentication" + "--disable-psk-authentication-FIXME" + "--with-included-libtasn1" + "--with-included-unistring" + "--disable-openpgp-authentication" + "--disable-openssl-compatibility" + "--disable-guile" + "--disable-nls" + "--disable-dtls-srtp-support" + "--without-libintl-prefix" + "--without-idn")) + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'apply-patches + (lambda* (#:key inputs #:allow-other-keys) + (let ((jami-apply-dependency-patches ,jami-apply-dependen= cy-patches)) + (jami-apply-dependency-patches #:inputs inputs + #:dep-name "gnutls" + #:patches + '("downgrade-gettext-requirement")) + #t))))))))) + (define-public ffmpeg-jami (package (inherit ffmpeg) --=20 2.24.1 ------------=_1578397141-31763-1--