python-dbus-deviation failure to build
I am trying to build python-dbus-deviation It fails and this is from the build log, and it appers to have not gotten to the check() function * Getting build dependencies for wheel... <string>:59: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! ERROR Missing dependencies: sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx I am building in a clean chroot as per the wiki on that subject I am using the PKGBUILD file from the git packaging repos all the depends and makedepends are installed into the chroot Can someone help me debug this and get to the bottom of this? -- Hindi madali ang maging ako
Hi! I’m writing from a phone, please excuse bad formatting.
ERROR Missing dependencies: sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
There’s the error message. Do you have ‘python-sphinx’ in ‘makesepends’?
I am using the PKGBUILD file from the git packaging repos
This one? https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus-deviat... Kind regards, Edmund
On 4/21/26 3:16 PM, Edmund Lodewijks wrote:
Hi!
I’m writing from a phone, please excuse bad formatting.
ERROR Missing dependencies:
sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
There’s the error message. Do you have ‘python-sphinx’ in ‘makesepends’?
Yes
I am using the PKGBUILD file from the git packaging repos
This one?
Yes
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus- deviation/-/blob/main/PKGBUILD?ref_type=heads <https:// gitlab.archlinux.org/archlinux/packaging/packages/python-dbus- deviation/-/blob/main/PKGBUILD?ref_type=heads>
Yes that is the one
Kind regards, Edmund
-- Hindi madali ang maging ako
On 21/04/2026 22:40, Pocket wrote:
On 4/21/26 3:16 PM, Edmund Lodewijks wrote:
Hi!
I’m writing from a phone, please excuse bad formatting.
ERROR Missing dependencies:
sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
There’s the error message. Do you have ‘python-sphinx’ in ‘makesepends’?
Yes
I am using the PKGBUILD file from the git packaging repos
This one?
Yes
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus- deviation/-/blob/main/PKGBUILD?ref_type=heads <https:// gitlab.archlinux.org/archlinux/packaging/packages/python-dbus- deviation/-/blob/main/PKGBUILD?ref_type=heads>
Please fill a bug report on GitLab.
On 4/23/26 3:05 AM, Jelle van der Waa wrote:
On 21/04/2026 22:40, Pocket wrote:
On 4/21/26 3:16 PM, Edmund Lodewijks wrote:
Hi!
I’m writing from a phone, please excuse bad formatting.
ERROR Missing dependencies:
sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
There’s the error message. Do you have ‘python-sphinx’ in ‘makesepends’?
Yes
I am using the PKGBUILD file from the git packaging repos
This one?
Yes
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbus- deviation/-/blob/main/PKGBUILD?ref_type=heads <https:// gitlab.archlinux.org/archlinux/packaging/packages/python-dbus- deviation/-/blob/main/PKGBUILD?ref_type=heads>
Please fill a bug report on GitLab.
I am currently checking to make sure that I have not done something that caused this problem. I am currently checking the python-sphink build If I find nothing I will file a bug report. Thanks -- Hindi madali ang maging ako
On 2026-04-23 13:35, Pocket wrote:
ERROR Missing dependencies:
sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
Please fill a bug report on GitLab.
I finally (after almost a week without power!) have my desktop pc with Arch Linux back. It seems to me that Arch Linux packages `roman-numerals-py` (`python-roman-numerals-py`) [0], but I think `sphinx` requires another package from PyPI: `roman-numerals` [1] (different dist-info?). Worth trying to test with that package, and include it in a bug report. [0]: https://pypi.org/project/roman-numerals-py/ [1]: https://pypi.org/project/roman-numerals/ -- Edmund Lodewijks <edmund@proteamail.com> TZ: UCT+2 / GMT+2
On 4/23/26 8:04 AM, Edmund Lodewijks wrote:
On 2026-04-23 13:35, Pocket wrote:
ERROR Missing dependencies:
sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
Please fill a bug report on GitLab. I finally (after almost a week without power!) have my desktop pc with Arch Linux back.
It seems to me that Arch Linux packages `roman-numerals-py` (`python-roman-numerals-py`) [0], but I think `sphinx` requires another package from PyPI: `roman-numerals` [1] (different dist-info?). Worth trying to test with that package, and include it in a bug report.
[0]:https://pypi.org/project/roman-numerals-py/ [1]:https://pypi.org/project/roman-numerals/
I will have a look at the roman-numerals package It may be next week before I get to testing that, I have another issue to attend to at the moment Thanks -- Hindi madali ang maging ako
On 2026-04-23 14:04, Edmund Lodewijks wrote:
On 2026-04-23 13:35, Pocket wrote:
ERROR Missing dependencies:
sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
Please fill a bug report on GitLab.
I finally (after almost a week without power!) have my desktop pc with Arch Linux back.
It seems to me that Arch Linux packages `roman-numerals-py` (`python-roman-numerals-py`) [0], but I think `sphinx` requires another package from PyPI: `roman-numerals` [1] (different dist-info?). Worth trying to test with that package, and include it in a bug report.
[0]: https://pypi.org/project/roman-numerals-py/ [1]: https://pypi.org/project/roman-numerals/
I built a package for `python-roman-numerals` and now I can build `python-dbus-variation`. Mind that `python-sphinx` (which is a dependency for `python-dbus-variation`) has a depends on `python-roman-numerals-py` so I had to add a `provides` and `conflicts` to the PKGBUILD. The package can be found on the AUR [0] until it gets perhaps pulled into the repo. Are you going to file a bug report for this? Kind regards, Edmund [0]: https://aur.archlinux.org/packages/python-roman-numerals -- Edmund Lodewijks <edmund@proteamail.com> TZ: UCT+2 / GMT+2
On 4/23/26 1:55 PM, Edmund Lodewijks wrote: [putolin]
Are you going to file a bug report for this?
Kind regards, Edmund
You can if you like. I will have to figure out how that is done. Thanks for your help -- Hindi madali ang maging ako
On 2026/04/23 22:22, Pocket wrote:
Are you going to file a bug report for this? You can if you like.
Done: https://gitlab.archlinux.org/archlinux/packaging/packages/python-roman-numer... Kind regards, Edmund -- Edmund Lodewijks <edmund@proteamail.com> TZ: UCT+2 / GMT+2
On 4/21/26 1:37 PM, Pocket wrote:
I am trying to build python-dbus-deviation
It fails and this is from the build log, and it appers to have not gotten to the check() function
* Getting build dependencies for wheel... <string>:59: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !!
******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ********************************************************************************
!!
ERROR Missing dependencies: sphinx roman-numerals>=1.0.0 ==> ERROR: A failure occurred in build(). Aborting... ERROR Missing dependencies: sphinx
mkdir -v PKGBUILD/extra/python-roman-numerals cat > PKGBUILD/extra/python-roman-numerals/PKGBUILD <<- EOF # Maintainer: Pocket <pocket@oldfart.online> _name=roman_numerals pkgname=python-roman-numerals pkgver=4.1.0 pkgrel=1 pkgdesc='Manipulate well-formed Roman numerals' arch=(any) url=https://pypi.org/project/roman-numerals/ license=('0BSD OR CC0-1.0') depends=(python) makedepends=( python-build python-flit-core python-installer ) checkdepends=(python-pytest) source=(https://files.pythonhosted.org/packages/ae/f9/41dc953bbeb056c17d5f7a519f50fdf010bd0553be2d630bc69d1e022703/"$_name"-"$pkgver".tar.gz) b2sums=('0c7c8acb664ff43dc1b413230cedfcbfa2d037f703a7052da3eabc697b9d893ee83b20db587eb8fb094ad6b4e23f486d2446dfabf93f69b9e8b9832ee5e00163') build() { cd $"$_name"-"$pkgver" python -m build --wheel --skip-dependency-check --no-isolation } check() { cd $"$_name"-"$pkgver" pytest } package() { cd $"$_name"-"$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl } EOF sed -e 's/python-roman-numerals-py/python-roman-numerals/' -i PKGBUILD/extra/python-sphinx/PKGBUILD sed -e 's/python-roman-numerals-py/python-roman-numerals/' -i PKGBUILD/extra/python-dbus-deviation/PKGBUILD Build python-roman-numerals copy to Repository Build python-sphinx copy to Repository Build python-dbus-deviation copy to Repository Works now. Thanks everyone for the help -- Hindi madali ang maging ako
participants (4)
-
Edmund Lodewijks
-
Jelle van der Waa
-
Pocket
-
Pocket