From unknown Sun Jun 15 08:34:35 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34439: vlc build fails on guix master Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 11 Feb 2019 17:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34439 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 34439@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.15499067431309 (code B ref -1); Mon, 11 Feb 2019 17:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2019 17:39:03 +0000 Received: from localhost ([127.0.0.1]:44003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFXr-0000L3-5k for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:39:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52245) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFXp-0000KY-CV for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:39:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:57628) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtFXk-0005t3-7x for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:38:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtFXj-0000iL-Bm for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtFXi-0005qk-Bq for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:55 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:53252) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtFXg-0005oq-Vk for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:54 -0500 Received: from localhost (77.116.204.134.wireless.dyn.drei.com [77.116.204.134]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 86A9D3360668 for ; Mon, 11 Feb 2019 18:38:50 +0100 (CET) Date: Mon, 11 Feb 2019 18:38:45 +0100 From: Danny Milosavljevic Message-ID: <20190211183845.363091fc@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/72eh3KZ7RSHlyG+jciUaRXA"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 85.13.145.193 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) 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 (-) --Sig_/72eh3KZ7RSHlyG+jciUaRXA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable codec/vpx.c:119:23: error: =E2=80=98VPX_IMG_FMT_444A=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 }, ^ codec/vpx.c:120:23: error: =E2=80=98VPX_IMG_FMT_YUY2=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 }, ^ codec/vpx.c:121:23: error: =E2=80=98VPX_IMG_FMT_UYVY=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 }, ^ codec/vpx.c:122:23: error: =E2=80=98VPX_IMG_FMT_YVYU=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 }, codec/vpx.c:124:24: error: =E2=80=98VPX_IMG_FMT_RGB555=E2=80=99 undeclared = here (not in a function) { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 }, ^ codec/vpx.c:125:24: error: =E2=80=98VPX_IMG_FMT_RGB565=E2=80=99 undeclared = here (not in a function) { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 }, ^ codec/vpx.c:126:24: error: =E2=80=98VPX_IMG_FMT_RGB24=E2=80=99 undeclared h= ere (not in a function) { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 }, codec/vpx.c:127:24: error: =E2=80=98VPX_IMG_FMT_RGB32=E2=80=99 undeclared h= ere (not in a function) { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 }, ^ codec/vpx.c:129:23: error: =E2=80=98VPX_IMG_FMT_ARGB=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 }, ^ codec/vpx.c:130:23: error: =E2=80=98VPX_IMG_FMT_ARGB_LE=E2=80=99 undeclared= here (not in a function) { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 }, make[4]: *** [Makefile:23666: codec/libvpx_plugin_la-vpx.lo] Error 1 --Sig_/72eh3KZ7RSHlyG+jciUaRXA Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhsyYACgkQ5xo1VCww uqWcjAgAlL8l+x1EcTQ+bIg9aqiBRNyf2/ozg94Jwpp59FsjZOYUCLsfrRrd4t9m xtSLB9dfQ7RLktD0f1kd7BGGm8Yh6p+8AMrKwqmeHgk3S1IbbiX/zoWmO2ijmQyz 1xXt14ekHYdSK7tA6qbm8kVKKIb7qeBkiNlKzUkHIjLDkWF/PCRRusu4WynT8rp1 rwfoO9nKAanWSup1cmBBADH39l/IC3sa17BL8PZIVGSnyO+bqLxlLU4lnu9BIWy8 BZ0P7lKH3w74Pqc35h1CCNw818TDafV1y7DjkKqvHVpEcI5nL/o8Onk9UfHSAvoZ yPYeRxiyhJDH69mAXuOVzhu9+L1Bbg== =kiGM -----END PGP SIGNATURE----- --Sig_/72eh3KZ7RSHlyG+jciUaRXA-- From unknown Sun Jun 15 08:34:35 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: Danny Milosavljevic Subject: bug#34439: closed (Re: bug#34439: vlc build fails on guix master) Message-ID: References: <20190211185954.1cf84b53@scratchpost.org> <20190211183845.363091fc@scratchpost.org> X-Gnu-PR-Message: they-closed 34439 X-Gnu-PR-Package: guix Reply-To: 34439@debbugs.gnu.org Date: Mon, 11 Feb 2019 18:00:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1549908003-6076-1" This is a multi-part message in MIME format... ------------=_1549908003-6076-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34439: vlc build fails on guix master which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 34439@debbugs.gnu.org. --=20 34439: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34439 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1549908003-6076-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34439-done) by debbugs.gnu.org; 11 Feb 2019 18:00:01 +0000 Received: from localhost ([127.0.0.1]:44013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFs8-0001ZT-VI for submit@debbugs.gnu.org; Mon, 11 Feb 2019 13:00:01 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFs5-0001ZJ-LO for 34439-done@debbugs.gnu.org; Mon, 11 Feb 2019 12:59:59 -0500 Received: from localhost (77.116.204.134.wireless.dyn.drei.com [77.116.204.134]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 905093361487 for <34439-done@debbugs.gnu.org>; Mon, 11 Feb 2019 18:59:55 +0100 (CET) Date: Mon, 11 Feb 2019 18:59:54 +0100 From: Danny Milosavljevic To: 34439-done@debbugs.gnu.org Subject: Re: bug#34439: vlc build fails on guix master Message-ID: <20190211185954.1cf84b53@scratchpost.org> In-Reply-To: <20190211183845.363091fc@scratchpost.org> References: <20190211183845.363091fc@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/dg5YrDetmDw5ZMZ9VvMKkF_"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 34439-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: -1.7 (-) --Sig_/dg5YrDetmDw5ZMZ9VvMKkF_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Possible fixes: Either make vlc require libvpx-1.7 instead of libvpx-1.8 with no other chan= ges. Or patch vlc to not use the newly removed constants. Reading the vlc commi= t log, they say that they removed those because they were unused anyway--so it sho= uldn't have a negative impact. I've posted the latter patch to vlc-devel. I've done the former to guix master for now. --Sig_/dg5YrDetmDw5ZMZ9VvMKkF_ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhuBoACgkQ5xo1VCww uqVt5Af+KM1YamkH5kFEqHZYiPwHV5mCl9tPUvqOO2r/jryZKtPTFTv91ImOY2xc 49pmw0oQnZKFQyqENm6912VjJSgQSRZcd1Hm7LuFxSsqCVJvaHadECqg+C/zzfbS hRR3+H/ojoi0J6qyLXYE4/tF9Vi4eMczXZd8S49b0Hs2UgRCXqyr7WiR1JygwBPM /OkgGudXRWPB1RP0rWJJHUyQZR203hYB9GyJeJr55/JrP798++kxtpDKMo9teaBa vU80nHgwARxXsue3nrtymLCAYVn0RdD+YGCtoHfdrNScbl1ZQe0xY609kic83dSn HSL+nnjSMzcDt/QPuSuBq4B0NdPCUw== =/BFD -----END PGP SIGNATURE----- --Sig_/dg5YrDetmDw5ZMZ9VvMKkF_-- ------------=_1549908003-6076-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Feb 2019 17:39:03 +0000 Received: from localhost ([127.0.0.1]:44003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFXr-0000L3-5k for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:39:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52245) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtFXp-0000KY-CV for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:39:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:57628) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtFXk-0005t3-7x for submit@debbugs.gnu.org; Mon, 11 Feb 2019 12:38:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtFXj-0000iL-Bm for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtFXi-0005qk-Bq for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:55 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:53252) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtFXg-0005oq-Vk for bug-guix@gnu.org; Mon, 11 Feb 2019 12:38:54 -0500 Received: from localhost (77.116.204.134.wireless.dyn.drei.com [77.116.204.134]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 86A9D3360668 for ; Mon, 11 Feb 2019 18:38:50 +0100 (CET) Date: Mon, 11 Feb 2019 18:38:45 +0100 From: Danny Milosavljevic To: Subject: vlc build fails on guix master Message-ID: <20190211183845.363091fc@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/72eh3KZ7RSHlyG+jciUaRXA"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 85.13.145.193 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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 (-) --Sig_/72eh3KZ7RSHlyG+jciUaRXA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable codec/vpx.c:119:23: error: =E2=80=98VPX_IMG_FMT_444A=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 }, ^ codec/vpx.c:120:23: error: =E2=80=98VPX_IMG_FMT_YUY2=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 }, ^ codec/vpx.c:121:23: error: =E2=80=98VPX_IMG_FMT_UYVY=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 }, ^ codec/vpx.c:122:23: error: =E2=80=98VPX_IMG_FMT_YVYU=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_YVYU, VPX_IMG_FMT_YVYU, 8, 0 }, codec/vpx.c:124:24: error: =E2=80=98VPX_IMG_FMT_RGB555=E2=80=99 undeclared = here (not in a function) { VLC_CODEC_RGB15, VPX_IMG_FMT_RGB555, 8, 0 }, ^ codec/vpx.c:125:24: error: =E2=80=98VPX_IMG_FMT_RGB565=E2=80=99 undeclared = here (not in a function) { VLC_CODEC_RGB16, VPX_IMG_FMT_RGB565, 8, 0 }, ^ codec/vpx.c:126:24: error: =E2=80=98VPX_IMG_FMT_RGB24=E2=80=99 undeclared h= ere (not in a function) { VLC_CODEC_RGB24, VPX_IMG_FMT_RGB24, 8, 0 }, codec/vpx.c:127:24: error: =E2=80=98VPX_IMG_FMT_RGB32=E2=80=99 undeclared h= ere (not in a function) { VLC_CODEC_RGB32, VPX_IMG_FMT_RGB32, 8, 0 }, ^ codec/vpx.c:129:23: error: =E2=80=98VPX_IMG_FMT_ARGB=E2=80=99 undeclared he= re (not in a function) { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 }, ^ codec/vpx.c:130:23: error: =E2=80=98VPX_IMG_FMT_ARGB_LE=E2=80=99 undeclared= here (not in a function) { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 }, make[4]: *** [Makefile:23666: codec/libvpx_plugin_la-vpx.lo] Error 1 --Sig_/72eh3KZ7RSHlyG+jciUaRXA Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhsyYACgkQ5xo1VCww uqWcjAgAlL8l+x1EcTQ+bIg9aqiBRNyf2/ozg94Jwpp59FsjZOYUCLsfrRrd4t9m xtSLB9dfQ7RLktD0f1kd7BGGm8Yh6p+8AMrKwqmeHgk3S1IbbiX/zoWmO2ijmQyz 1xXt14ekHYdSK7tA6qbm8kVKKIb7qeBkiNlKzUkHIjLDkWF/PCRRusu4WynT8rp1 rwfoO9nKAanWSup1cmBBADH39l/IC3sa17BL8PZIVGSnyO+bqLxlLU4lnu9BIWy8 BZ0P7lKH3w74Pqc35h1CCNw818TDafV1y7DjkKqvHVpEcI5nL/o8Onk9UfHSAvoZ yPYeRxiyhJDH69mAXuOVzhu9+L1Bbg== =kiGM -----END PGP SIGNATURE----- --Sig_/72eh3KZ7RSHlyG+jciUaRXA-- ------------=_1549908003-6076-1--