[opensuse-factory] openSUSE:Factory - Build fail notification
Dear Package maintainers and hackers. Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks. We tried to send out notifications to the configured bugowner/maintainers of the package(s), but so far no fix has been submitted. This probably means that the maintainer/bugowner did not yet find the time to look into the matter and he/she would certainly appreciate help to get this sorted. - archivemail - cram - dee - geda-gaf - libayatana-appindicator - libunity - mailnag - marisa - python-Pweave - python-jupyter-packaging - python-jupyter_console - python-suds-jurko - python-volatility - python-xyzpy - sc-controller - treeline - unity-gtk-module - uwsgi - vpp - xzgv - zramcfg Unless somebody is stepping up and submitting fixes, the listed package(s) are going to be removed from openSUSE:Factory. Kind regards, DimStar / Dominique Leuenberger <dimstar@opensuse.org> N�����r��y隊Z)z{.���r�+�맲��r��z�^�ˬz��N�(�֜��^� ޭ隊Z)z{.���r�+��0�����Ǩ�
Am 22.05.20 um 00:05 schrieb DimStar / Dominique Leuenberger:
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks. We tried to send out notifications to the configured bugowner/maintainers of the package(s), but so far no fix has been submitted. This probably means that the maintainer/bugowner did not yet find the time to look into the matter and he/she would certainly appreciate help to get this sorted.
- sc-controller
This package is python2 and according to https://github.com/kozec/sc-controller/issues/498 it will not be ported to python3. There is a rewrite to C ongoing, but this is not completed yet. Br, Frank -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks. We tried to send out notifications to the configured bugowner/maintainers of the package(s), but so far no fix has been submitted. This probably means that the maintainer/bugowner did not yet find the time to look into the matter and he/she would certainly appreciate help to get this sorted. - python-jupyter_console
Unless somebody is stepping up and submitting fixes, the listed package(s) are going to be removed from openSUSE:Factory.
SRs pending for a week [1]. See also [2]. [1] https://build.opensuse.org/request/show/805944 [2] https://lists.opensuse.org/opensuse-factory/2020-05/msg00189.html -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks... > - python-suds-jurko I wanted to fix this package but I can't tell what in the world is the
On 5/21/2020 16:05, DimStar / Dominique Leuenberger wrote: problem. The error is File not found: /home/abuild/rpmbuild/BUILDROOT/python-suds-jurko-0.6-21.1.x86_64/usr/lib/python3.8/site-packages/suds_jurko-0.6-pyPYTHON-NOT-FOUND.egg-info The (seemingly) corresponding line in the %files section is %{python_sitelib}/suds_jurko-%{version}-py%{py_ver}.egg-info Which to me looks very much like lines I've seen in other (working) Python packages. Anyone know what the problem is here? thanks, -- Jason Craig -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Mittwoch, 27. Mai 2020, 03:39:51 CEST schrieb Jason Craig:
On 5/21/2020 16:05, DimStar / Dominique Leuenberger wrote:
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks... > - python-suds-jurko
I wanted to fix this package but I can't tell what in the world is the problem. The error is File not found: /home/abuild/rpmbuild/BUILDROOT/python-suds-jurko-0.6-21.1.x86_64/usr/lib/py thon3.8/site-packages/suds_jurko-0.6-pyPYTHON-NOT-FOUND.egg-info
The (seemingly) corresponding line in the %files section is %{python_sitelib}/suds_jurko-%{version}-py%{py_ver}.egg-info
Which to me looks very much like lines I've seen in other (working) Python packages. Anyone know what the problem is here?
looks like %{py_ver} does no work the way you expect it - in this place Maybe change to %{python_sitelib}/suds_jurko-%{version}* ? HTH Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op woensdag 27 mei 2020 08:36:36 CEST schreef Axel Braun:
Am Mittwoch, 27. Mai 2020, 03:39:51 CEST schrieb Jason Craig:
On 5/21/2020 16:05, DimStar / Dominique Leuenberger wrote:
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks... > - python-suds-jurko
I wanted to fix this package but I can't tell what in the world is the problem. The error is
File not found: /home/abuild/rpmbuild/BUILDROOT/python-suds-jurko-0.6-21.1.x86_64/usr/lib/ py thon3.8/site-packages/suds_jurko-0.6-pyPYTHON-NOT-FOUND.egg-info
The (seemingly) corresponding line in the %files section is
%{python_sitelib}/suds_jurko-%{version}-py%{py_ver}.egg-info
Which to me looks very much like lines I've seen in other (working) Python packages. Anyone know what the problem is here?
looks like %{py_ver} does no work the way you expect it - in this place
Maybe change to %{python_sitelib}/suds_jurko-%{version}* ? HTH Axel
Instead of %{py_ver} use %{python_version} . -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 5/21/2020 16:05, DimStar / Dominique Leuenberger wrote:
Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at least 4 weeks. We tried to send out notifications to the configured bugowner/maintainers of the package(s), but so far no fix has been submitted. This probably means that the maintainer/bugowner did not yet find the time to look into the matter and he/she would certainly appreciate help to get this sorted.
- python-suds-jurko
I have submitted a request[1] that fixes this package but it hasn't been accepted yet (3 days). thanks, -- Jason Craig [1] https://build.opensuse.org/request/show/809714 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (6)
-
Axel Braun
-
Ben Greiner
-
DimStar / Dominique Leuenberger
-
Frank Kunz
-
Freek de Kruijf
-
Jason Craig