From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9YzY-0006LI-B9 for guix-patches@gnu.org; Thu, 28 Mar 2019 13:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9YzX-0001CO-24 for guix-patches@gnu.org; Thu, 28 Mar 2019 13:39:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49295) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9YzW-0001CD-Mn for guix-patches@gnu.org; Thu, 28 Mar 2019 13:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9YzW-0002Bi-G9 for guix-patches@gnu.org; Thu, 28 Mar 2019 13:39:02 -0400 Subject: [bug#35031] Acknowledgement ([PATCH] gnu: Add dxvk.) Resent-Message-ID: From: Pierre Neidhardt In-Reply-To: <877ecij4qc.fsf@ambrevar.xyz> References: <20190328155707.22856-1-mail@ambrevar.xyz> <877eci7wbh.fsf@ambrevar.xyz> <877ecij4qc.fsf@ambrevar.xyz> Date: Thu, 28 Mar 2019 18:38:36 +0100 Message-ID: <871s2qj3vn.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35031@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable (Sorry for the spam.) Figure one thing out: removing mingw from the inputs solves the gcc vs. winegcc issue. Now dxvk fails to compile with the following error: =2D-8<---------------cut here---------------start------------->8--- starting phase `build' [1/189] Generating version.h with a custom command. [2/189] Compiling C++ object 'src/util/ed6d25d@@util@sta/util_env.cpp.o'. FAILED: src/util/ed6d25d@@util@sta/util_env.cpp.o=20 wineg++ -Isrc/util/ed6d25d@@util@sta -Isrc/util -I../source/src/util -I../s= ource/./include -fdiagnostics-color=3Dalways -pipe -D_FILE_OFFSET_BITS=3D64= -std=3Dc++1z -DNOMINMAX -fPIC -m64 --no-gnu-unique -MD -MQ 'src/util/ed6d2= 5d@@util@sta/util_env.cpp.o' -MF 'src/util/ed6d25d@@util@sta/util_env.cpp.o= .d' -o 'src/util/ed6d25d@@util@sta/util_env.cpp.o' -c ../source/src/util/ut= il_env.cpp In file included from ../source/src/util/util_env.h:3:0, from ../source/src/util/util_env.cpp:1: ../source/src/util/util_string.h:9:15: error: expected =E2=80=98{=E2=80=99 = before =E2=80=98::=E2=80=99 token namespace dxvk::str { ^ ../source/src/util/util_string.h:9:17: error: =E2=80=98str=E2=80=99 in name= space =E2=80=98::=E2=80=99 does not name a type namespace dxvk::str { ^ In file included from ../source/src/util/util_env.cpp:1:0: ../source/src/util/util_env.h:5:15: error: expected =E2=80=98{=E2=80=99 bef= ore =E2=80=98::=E2=80=99 token namespace dxvk::env { ^ ../source/src/util/util_env.h:5:17: error: =E2=80=98env=E2=80=99 in namespa= ce =E2=80=98::=E2=80=99 does not name a type namespace dxvk::env { ^ ../source/src/util/util_env.cpp:5:15: error: expected =E2=80=98{=E2=80=99 b= efore =E2=80=98::=E2=80=99 token namespace dxvk::env { ^ ../source/src/util/util_env.cpp:5:17: error: =E2=80=98env=E2=80=99 in names= pace =E2=80=98::=E2=80=99 does not name a type namespace dxvk::env { ^ ../source/src/util/util_env.cpp:54:1: error: expected =E2=80=98}=E2=80=99 a= t end of input } ^ ../source/src/util/util_env.cpp:54:1: error: expected =E2=80=98}=E2=80=99 a= t end of input ../source/src/util/util_env.cpp:54:1: error: expected =E2=80=98}=E2=80=99 a= t end of input winegcc: g++ failed ninja: build stopped: subcommand failed. Backtrace: 4 (primitive-load "/gnu/store/wnn0w163nxrr3v48y0d1pwpsfxj=E2=80= =A6") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 863:16 2 (every1 # =E2=80=A6) In /gnu/store/073micbrwvihh46kj1b607xjgjyfxv2f-module-import/guix/build/gnu= -build-system.scm: 799:28 1 (_ _) In /gnu/store/073micbrwvihh46kj1b607xjgjyfxv2f-module-import/guix/build/uti= ls.scm: 616:6 0 (invoke _ . _) /gnu/store/073micbrwvihh46kj1b607xjgjyfxv2f-module-import/guix/build/utils.= scm:616:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. note: keeping build directory `/tmp/guix-build-dxvk-1.0.1.drv-11' =2D-8<---------------cut here---------------end--------------->8--- Looks like it does not understand C++ :p =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlydBpwACgkQm9z0l6S7 zH/xcgf7BME1fXWMXdD5C1UJXCWYeu4s5jtPXrht6/ogH6kq6WgLSTvRT/KtQ7te aNL2MYaMIuYW28Nh9RQRYCYtk37iCwzIikJYTAHXtxmXf0cBnM7LvzzvSDJDecD+ Azo9uMXudZVsc3yW8uUT4UBnsDaUVY/am3GEcJ98IGJKolMhDSupAuKD9RrEiVYt 23xEIGbR5x2UEtjKX1TkpFeZajVnMBj1LsnDozX7rxLgIYWh7xQkDxjlrOUDHslF Q55/D2I82Hvowkt1pgJVa3mijDEhWeUAWzgzrFIfGBUHUaYipiRrdQaWJATpPHb7 hGkX+Ya/EH+5egwcIVfN/RbiEwfNhQ== =G222 -----END PGP SIGNATURE----- --=-=-=--