Your message dated Mon, 09 Oct 2023 06:34:18 +0000
with message-id <e1qpjqm-0045xj...@fasolo.debian.org>
and subject line Bug#1052884: fixed in drms 0.6.4-2
has caused the Debian Bug report #1052884,
regarding drms: FTBFS: E   FileNotFoundError: [Errno 2] No such file or 
directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/CITATION.rst'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1052884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: drms
Version: 0.6.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:291: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:291: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/_version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/main.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> copying drms/json.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_kis_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_series_info.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/conftest.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_main.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_jsoc_query.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_init.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_jsoc_basic.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_jsoc_info.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_jsoc_export.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_to_datetime.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> copying drms/tests/test_jsoc_email.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests
> running egg_info
> creating drms.egg-info
> writing drms.egg-info/PKG-INFO
> writing dependency_links to drms.egg-info/dependency_links.txt
> writing entry points to drms.egg-info/entry_points.txt
> writing requirements to drms.egg-info/requires.txt
> writing top-level names to drms.egg-info/top_level.txt
> writing manifest file 'drms.egg-info/SOURCES.txt'
> reading manifest file 'drms.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'paper'
> no previously-included directories found matching 'drms/_dev'
> adding license file 'LICENSE.rst'
> writing manifest file 'drms.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build; 
> python3.11 -m pytest --pyargs drms --remote-data=none
> ImportError while loading conftest 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/tests/conftest.py'.
> drms/__init__.py:49: in <module>
>     __citation__ = __bibtex__ = _get_bibtex()
> drms/__init__.py:39: in _get_bibtex
>     with open(citation_file, encoding="utf-8") as citation:
> E   FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build/drms/CITATION.rst'
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=4: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drms/build; python3.11 -m pytest 
> --pyargs drms --remote-data=none
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/drms_0.6.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: drms
Source-Version: 0.6.4-2
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
drms, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated drms package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 Oct 2023 08:14:29 +0200
Source: drms
Architecture: source
Version: 0.6.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1052884
Changes:
 drms (0.6.4-2) unstable; urgency=medium
 .
   * Explicitly set package dara. Closes: #1052884
Checksums-Sha1:
 9071781baf8aade685b4865d45918b918d85dfdc 2206 drms_0.6.4-2.dsc
 3c9762cfbfb9805e6fee5716761c1d4be949ee17 3504 drms_0.6.4-2.debian.tar.xz
Checksums-Sha256:
 507ce73c3bcb148f695785afb2bf9363cdd29cd384a3c7d16f211792c8823399 2206 
drms_0.6.4-2.dsc
 303badee8395f9e8cdca44d8d617faa7e47217ddcf62389da791186facffb543 3504 
drms_0.6.4-2.debian.tar.xz
Files:
 946d2dc9f926d0aa1a8341d4b4d43fa2 2206 python optional drms_0.6.4-2.dsc
 9fd65710bf9a9cd38de0f579330cb0c2 3504 python optional 
drms_0.6.4-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmUjm5cACgkQcRWv0HcQ
3PeQyA/+KoQkyQfgSDX7FanK1SiWTWTSLQx1AJLh3c/JW2CJLvk2sj+fdLKwAsxI
4+W3vaUa92V3o4ev0MGzYmxG2XtBZ3JGAsPePfdfWE4AYCB0pvN1b5s2loAkOtS2
NnEMlO4Vkm/UBRJzm5YPF8MXysNjyAVgQsWx0XKiRgOFDf/TurgjmnHRvN/bpmT+
eZDxMdbyXpbZ8E8fp/HKdVXSZinJaaVH6TJBnXukJ0Qh8wwwWQti9UPbMRCEdkY9
/hg1yONWPgl0ymJtgkGrcI+mIvxtCWu83L2Ilo3JVdCasngB74xsf/MSBn9REujL
588AnslikfB+1Ld20VgD8mSPN9eB7arwbLPYMySx2aFF9ArstY+EKxUPotRDDbXJ
20fNwrXE6uf3sHr/RD5WsSeb+rJrQSc/0pGr8QgnaCFgmHTLsiZnPGmvrRUNznL6
tVmk1q1/X2qWuB293cCggimFyojwwu+QgSqh/D2xl1BKe/F1avvkqkmm7N8l81tB
SRjvpoiQWOPjP1zjMPefnj7kLnPWeZxezr1p6Jw2A5iPn5jnmyPMID0mujAHWeO7
YB2qiMjNvRBnqY4J2P+2qkUMgIarcizJwIt55Xd3OVdLWkZNYjxCjmFYtUkYNFai
JLKK4fEPhWFe9qhS2ystCsTD/qiGYIN3GX8xl32yB3e5n+NsBrk=
=xScF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to