Received: (at 63548) by debbugs.gnu.org; 26 Dec 2023 16:58:54 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 26 11:58:54 2023 Received: from localhost ([127.0.0.1]:34848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rIAlZ-0003Mf-Lw for submit <at> debbugs.gnu.org; Tue, 26 Dec 2023 11:58:54 -0500 Received: from smtp-32.italiaonline.it ([213.209.10.32]:45693 helo=libero.it) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rimarko@HIDDEN>) id 1rIAlT-0003MJ-Qv for 63548 <at> debbugs.gnu.org; Tue, 26 Dec 2023 11:58:52 -0500 Received: from localhost ([93.38.119.137]) by smtp-32.iol.local with ESMTPA id I8prrs6kuUvUzI8prrDRTQ; Tue, 26 Dec 2023 15:55:12 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2021; t=1703602512; bh=NOuC9erBuRYNrARxai8rNgMVQk2Xj5VZPI/PykVDkWE=; h=From; b=imV7au0fTs0PMZ9g56kP8gSRZ0bU74OJkN3Zx2cHz2ChPnBwvCbNhjNJpz4RDABVm SgkZ4W2Pjp65CkV0MRwchAVaRWHpGZuzNv7wz5uJdcqxyFonLmGuY1QeE243AsnwYz sZ4JfY9PDYhZUgVKblvnHWEfzGrCU6BgOOwKikNnBLIW3VhRN9xzsgcAmKclLueYEv uNbvc5nezs87Pq5h5+nyNow+PanRWznlTMEmMszsOAeCORj8F6KsGtezATQegysKP9 j+WFI34XqfxQuKZ094Zhfe5gORDqP0CAvMMQH2NydDJ78AnhTWy94EeR57R4WAD1bg tBqBmQxTU5luQ== X-CNFS-Analysis: v=2.4 cv=MvuUqUWe c=1 sm=1 tr=0 ts=658ae950 cx=a_exe a=zr5aN+YwjWvrDHBFAPbA8Q==:117 a=zr5aN+YwjWvrDHBFAPbA8Q==:17 a=kj9zAlcOel0A:10 a=FP58Ms26AAAA:8 a=NEAV23lmAAAA:8 a=rYn_n4T80Q_eixLIMPkA:9 a=CjuIK1q_8ugA:10 Date: Tue, 26 Dec 2023 15:55:10 +0100 From: Marco Rimoldi <rimarko@HIDDEN> To: 63548 <at> debbugs.gnu.org Subject: [PATCH] gnu: python-pyportmidi: Update to latest git revision, fixing build fail. Message-ID: <f8e15b79edc966a07b01d8f6629fc2c5124fc31a.1703601543.git.rimarko@HIDDEN> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfKcyvPYZpPUlBjhrePSdR+fTVrmS/gn1+qhEujzcW9JCwEzVJrSOQGQoZJLdB+ii54ibFzKiNQJANyxZRmqHnsdNg4NwIgGuv1ZawM4Bw8t6nxn1ntqP 2yNK2SFgBesKmPveYvOSRLTWDCoBwW912yPc9WknOJfnXZMS+xGkkntjGnTxEQJl53O6T9s+Ptsu9Q== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63548 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Change-Id: Ibe02edca39731f3f3c9001818665d2da97df9465 --- gnu/packages/music.scm | 52 ++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 77e952d383..6f1736a276 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3048,36 +3048,28 @@ (define-public portmidi (license license:expat))) (define-public python-pyportmidi - (package - (name "python-pyportmidi") - (version (package-version portmidi)) - (source (package-source portmidi)) - (build-system python-build-system) - (arguments - `(#:tests? #f ; no tests included - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'enter-dir - (lambda _ (chdir "pm_python") #t)) - (add-after 'enter-dir 'fix-setup.py - (lambda _ - (substitute* "setup.py" - ;; Use Python 3 syntax - (("print (\".*\")" _ text) - (string-append "print(" text ")\n")) - ;; TODO.txt and CHANGES.txt don't exist - (("CHANGES =.*") "CHANGES = \"\"\n") - (("TODO =.*") "TODO = \"\"\n")) - #t))))) - (inputs - (list portmidi alsa-lib)) - (native-inputs - (list python-cython unzip)) - (home-page "https://portmedia.sourceforge.net/portmidi/") - (synopsis "Python bindings to PortMidi") - (description - "This package provides Python bindings to the PortMidi library.") - (license license:expat))) + (let ((commit "d9e5ee00b208b09618fa0d4a5bbce3c9c077b386") + (revision "0")) + (package + (name "python-pyportmidi") + (version (git-version "0.0.7" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/PortMidi/pm_python.git") + (commit commit))) + (sha256 (base32 "1jvp9na8d1hw46w9ybhkimbavfb3ysw7hp30cbk6dj40k5y5vgvz")) + (file-name (git-file-name name version)))) + (build-system python-build-system) + (inputs + (list portmidi alsa-lib)) + (native-inputs + (list python-cython)) + (home-page "https://github.com/PortMidi") + (synopsis "Python bindings to PortMidi") + (description + "This package provides Python bindings to the PortMidi library.") + (license license:expat)))) (define-public frescobaldi (package base-commit: 103dc351111d7aff82b7b7883f79084faaa54abc prerequisite-patch-id: d2b32b4a06c7f9485e7a5a468379691b11bbe14f prerequisite-patch-id: 144bacd0445df999f7d91002d4878615c6961e85 -- 2.41.0
bug-guix@HIDDEN
:bug#63548
; Package guix
.
Full text available.Received: (at 63548) by debbugs.gnu.org; 26 Dec 2023 16:36:32 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 26 11:36:32 2023 Received: from localhost ([127.0.0.1]:34811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rIAPv-0000ET-U4 for submit <at> debbugs.gnu.org; Tue, 26 Dec 2023 11:36:32 -0500 Received: from smtp-32.italiaonline.it ([213.209.10.32]:42701 helo=libero.it) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rimarko@HIDDEN>) id 1rIAPs-0000EB-KS for 63548 <at> debbugs.gnu.org; Tue, 26 Dec 2023 11:36:29 -0500 Received: from localhost ([93.38.119.137]) by smtp-32.iol.local with ESMTPA id I96TrsIkXUvUzI96TrDYJ2; Tue, 26 Dec 2023 16:12:21 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2021; t=1703603541; bh=/acMcUDlSIpdXZ5MzuIJj9ynJ+UK9JdG74dYABcfC/8=; h=From; b=E+KgfIHrAZ43za3ChC00Fc5FpRTQz5D0jkseWIlsSbo5vKAAcYaddFsCD1jT4pCW6 5yuS9BrEOI2VTVWuB5rA308EB38Cytnz5RQNa6gDxrXSLp3eqjiz3RwmTvSBkS4wkk gAsO3QD36oNerhSUm2E8noeyK5Q9ZPWZZDUYnUVpkspmBozIOIzmA2xSJkSbXluPUZ vVJOrXUMMBo/22QWVCnC8SbzcyUvN/nFwFZPCM9dkFGeEZQUSkYpK7RSBCQS8Y5bCo 6cdfxyKjbMU7ZzEN9xZvMDtMCRXdrSBcYCCa/XbdkdwhD4Rr618aBNa8xosJ8Biln0 hVLXGB8NMYPFg== X-CNFS-Analysis: v=2.4 cv=MvuUqUWe c=1 sm=1 tr=0 ts=658aed55 cx=a_exe a=zr5aN+YwjWvrDHBFAPbA8Q==:117 a=zr5aN+YwjWvrDHBFAPbA8Q==:17 a=kj9zAlcOel0A:10 a=mDV3o1hIAAAA:8 a=44dRz7E2obj4mXXMz_wA:9 a=CjuIK1q_8ugA:10 a=_FVE-zBwftR9WsbkzFJk:22 Date: Tue, 26 Dec 2023 16:12:20 +0100 From: Marco Rimoldi <rimarko@HIDDEN> To: 63548 <at> debbugs.gnu.org Subject: Re: [PATCH] gnu: python-pyportmidi: Update to latest git revision, fixing build fail. Message-ID: <20231226161220.23bb402e@HIDDEN> In-Reply-To: <f8e15b79edc966a07b01d8f6629fc2c5124fc31a.1703601543.git.rimarko@HIDDEN> References: <f8e15b79edc966a07b01d8f6629fc2c5124fc31a.1703601543.git.rimarko@HIDDEN> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfOFBZ66Z1/tC9UgxqeGDtDF48xp1PQFFRYij/m/DIsAsPfxh1k0OwMQgxd+YYhFz9K3OPAzOm9z7q6lVASL5ORKCJy+VFRdDMOuxvfdCLLoPg9Ykyi/R lhU5EvVxf4anHV39WV5XA6gc5NP7VRJcxfKlTwgzeA/4JfMfAk1Mo6u9ZdMtrjHLoFRIXAX8KvUo0g== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63548 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) This patch and https://issues.guix.gnu.org/68038 also fix my Frescobaldi installation, tested with "timidity -iA" and Lilypond's pdf output. There may be problems due to upstream changing versioning style, the old python-pyportmidi and portmidi itself have a greater version than the current one. Happy new year everyone. Marco
bug-guix@HIDDEN
:bug#63548
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 17 May 2023 07:53:41 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed May 17 03:53:41 2023 Received: from localhost ([127.0.0.1]:48792 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pzBye-0002Hk-5B for submit <at> debbugs.gnu.org; Wed, 17 May 2023 03:53:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:33838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <g@HIDDEN>) id 1pzByc-0002Hb-H6 for submit <at> debbugs.gnu.org; Wed, 17 May 2023 03:53:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <g@HIDDEN>) id 1pzByc-0008UB-9y for bug-guix@HIDDEN; Wed, 17 May 2023 03:53:38 -0400 Received: from ns13.heimat.it ([46.4.214.66]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <g@HIDDEN>) id 1pzByZ-0007So-6Y for bug-guix@HIDDEN; Wed, 17 May 2023 03:53:38 -0400 Received: from localhost (ip6-localhost [127.0.0.1]) by ns13.heimat.it (Postfix) with ESMTP id 416793007E0 for <bug-guix@HIDDEN>; Wed, 17 May 2023 07:53:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at ns13.heimat.it Received: from ns13.heimat.it ([127.0.0.1]) by localhost (ns13.heimat.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rHRbqdRoBlBz for <bug-guix@HIDDEN>; Wed, 17 May 2023 07:53:30 +0000 (UTC) Received: from bourrache.mug.xelera.it (unknown [93.56.170.62]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ns13.heimat.it (Postfix) with ESMTPSA id EF92A30022D for <bug-guix@HIDDEN>; Wed, 17 May 2023 07:53:29 +0000 (UTC) Received: from roquette.mug.biscuolo.net (roquette [10.38.2.14]) by bourrache.mug.xelera.it (Postfix) with SMTP id 71E8C261304E for <bug-guix@HIDDEN>; Wed, 17 May 2023 09:53:29 +0200 (CEST) Received: (nullmailer pid 14612 invoked by uid 1000); Wed, 17 May 2023 07:53:29 -0000 From: Giovanni Biscuolo <g@HIDDEN> To: bug-guix@HIDDEN Subject: python-pyportmidi-217 build failing Organization: Xelera.eu Date: Wed, 17 May 2023 09:53:28 +0200 Message-ID: <87ilcrjsw7.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=46.4.214.66; envelope-from=g@HIDDEN; helo=ns13.heimat.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, I'm using guix commit fe01acea56, python-pyportmidi-217 fails with the following error (same derivation failing on data.guix-gnu.org [1]) =2D-8<---------------cut here---------------start------------->8--- [...] offloading '/gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pyportmidi-2= 17.drv' to 'batondor'... offloading build of /gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pypo= rtmidi-217.drv to 'batondor' substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 10= 0.0% @ build-started /gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pyportmi= di-217.drv - x86_64-linux /var/log/guix/drvs/ch//qv2117qwm6n7d106f9s88az8j7= 0g93-python-pyportmidi-217.drv.gz 24023 starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' [...] starting phase `build' running "python setup.py" with command "build" and parameters () Assuming Linux platform running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/pyportmidi copying pyportmidi/__init__.py -> build/lib.linux-x86_64-cpython-310/pyport= midi copying pyportmidi/midi.py -> build/lib.linux-x86_64-cpython-310/pyportmidi warning: build_py: byte-compiling is disabled, skipping. running build_ext skipping 'pyportmidi/_pyportmidi.c' Cython extension (up-to-date) building 'pyportmidi._pyportmidi' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/pyportmidi gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fno-se= mantic-interposition -fPIC -I/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-py= thon-3.10.7/include/python3.10 -c pyportmidi/_pyportmidi.c -o build/temp.li= nux-x86_64-cpython-310/pyportmidi/_pyportmidi.o pyportmidi/_pyportmidi.c: In function ?__pyx_tp_dealloc_11_pyportmidi_Outpu= t?: pyportmidi/_pyportmidi.c:3455:5: error: lvalue required as increment operand 3455 | ++Py_REFCNT(o); | ^~ pyportmidi/_pyportmidi.c:3458:5: error: lvalue required as decrement operand 3458 | --Py_REFCNT(o); | ^~ pyportmidi/_pyportmidi.c: In function ?__pyx_tp_dealloc_11_pyportmidi_Input= ?: pyportmidi/_pyportmidi.c:3634:5: error: lvalue required as increment operand 3634 | ++Py_REFCNT(o); | ^~ pyportmidi/_pyportmidi.c:3637:5: error: lvalue required as decrement operand 3637 | --Py_REFCNT(o); | ^~ pyportmidi/_pyportmidi.c: In function ?__Pyx_ParseOptionalKeywords?: pyportmidi/_pyportmidi.c:4554:21: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4554 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUnicode= _GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4554:21: warning: ?PyUnicode_AsUnicode? is depreca= ted [-Wdeprecated-declarations] 4554 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUnicode= _GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4554:21: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4554 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUnicode= _GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4554:21: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4554 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUnicode= _GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4554:21: warning: ?PyUnicode_AsUnicode? is depreca= ted [-Wdeprecated-declarations] 4554 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUnicode= _GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4554:21: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4554 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUnicode= _GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4568:25: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4568 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUni= code_GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4568:25: warning: ?PyUnicode_AsUnicode? is depreca= ted [-Wdeprecated-declarations] 4568 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUni= code_GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4568:25: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4568 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUni= code_GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4568:25: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4568 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUni= code_GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4568:25: warning: ?PyUnicode_AsUnicode? is depreca= ted [-Wdeprecated-declarations] 4568 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUni= code_GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pyportmidi/_pyportmidi.c:4568:25: warning: ?_PyUnicode_get_wstr_length? is = deprecated [-Wdeprecated-declarations] 4568 | if (PyUnicode_GET_SIZE(**name) =3D=3D PyUni= code_GET_SIZE(key) && | ^~ In file included from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/unicodeobject.h:1046, from /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.= 10.7/include/python3.10/Python.h:83, from pyportmidi/_pyportmidi.c:4: /gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.1= 0/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ error: command '/gnu/store/5lqhcv91ijy82p92ac6g5xw48l0lwwz4-gcc-11.3.0/bin/= gcc' failed with exit code 1 error: in phase 'build': uncaught exception: %exception #<&invoke-error program: "python" arguments: ("-c" "import setup= tools, tokenize;__file__=3D'setup.py';f=3Dgetattr(tokenize, 'open', open)(_= _file__);code=3Df.read().replace('\\r\\n', '\\n');f.close();exec(compile(co= de, __file__, 'exec'))" "build") exit-status: 1 term-signal: #f stop-signal= : #f>=20 phase `build' failed after 0.4 seconds command "python" "-c" "import setuptools, tokenize;__file__=3D'setup.py';f= =3Dgetattr(tokenize, 'open', open)(__file__);code=3Df.read().replace('\\r\\= n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "build" failed = with status 1 builder for `/gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pyportmidi-= 217.drv' failed with exit code 1 @ build-failed /gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pyportmid= i-217.drv - 1 builder for `/gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-pyth= on-pyportmidi-217.drv' failed with exit code 1 derivation '/gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pyportmidi-2= 17.drv' offloaded to 'batondor' failed: build of `/gnu/store/chqv2117qwm6n7= d106f9s88az8j70g93-python-pyportmidi-217.drv' failed build of /gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-python-pyportmidi-217.= drv failed Could not find build log for '/gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-p= ython-pyportmidi-217.drv'. cannot build derivation `/gnu/store/icqc5kiigmafxkgg147h2bnhxmsja386-fresco= baldi-3.3.0.drv': 1 dependencies couldn't be built guix build: error: build of `/gnu/store/icqc5kiigmafxkgg147h2bnhxmsja386-fr= escobaldi-3.3.0.drv' failed =2D-8<---------------cut here---------------end--------------->8--- Happy hacking! Gio' [1] http://data.guix.gnu.org/gnu/store/chqv2117qwm6n7d106f9s88az8j70g93-pyt= hon-pyportmidi-217.drv =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJABAEBCgAqFiEERcxjuFJYydVfNLI5030Op87MORIFAmRkh/kMHGdAeGVsZXJh LmV1AAoJENN9DqfOzDkSxeAP/jHHNa0uNOpjYi8oOOjHEE/d4hyOQowmZQaPtAUb 8P3UFxNs/yswWJkLfLdjFpvG2TARuMrABK7EwYVKBO4AELKwW7erUJSimBme6IQC gNsoVH2592oCkNjZXUHy3anzroCMFgIzRSrbaHrbhLBr9jbXyvakYDIhzqrsPxju gcv6HOuOUDrGBXDyQ5G6lIHZD6WqrLJfaDKQLfVv8ERpH05PkNJzT/H6guWWHVDJ ux7Px3JJfpHp1qdgVTzI97VFx1U776aKN0PPEUefKcAuhSfssZYOpGUL1VbCRfkF jb25WCGdvftwamIkRuX7UUtBfi5lAdSpIVG5QAP3bqRb+VYyAnwvLOzE02gzhOt4 eju1+TPzgd4FmxjJC6QuDliHPnB+eeno15tFcsyA3WxPFp9jTlsy3UXh2dbF+T7y UpsLq9Kl4J9D6sNAOaZlRKCbk3H8aaTXrEJEMPCO7ncm9cXejhJRvEuS2UOBtZZr Ik+YjuTgllPs+OP6weHEE3b+1f4LxdbjDCxxXzT1Tuc0mhqRTCMnxlAiDQVpP5+X 3fkjmwTfkhpOcvp0xfElD+JhN0eI3gdGu3FfqMJPubB+idVJw4fdupd0Nwt3K9+U apSLXzopAIQQhNQCVi48ZqFX8SO0lj8zq81djYnDtfW/cswmS8oxtCBV6kNLbSdQ pND7 =UZ/J -----END PGP SIGNATURE----- --=-=-=--
Giovanni Biscuolo <g@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#63548
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.