Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-accessibility/brltty: correctly handle USE=python when building for non-default python #34029

Closed
wants to merge 3 commits into from

Conversation

eli-schwartz
Copy link
Contributor

@eli-schwartz eli-schwartz commented Nov 28, 2023

It still does not install for me. Ever since commit 5b7979e, you run make install in Autostart/Udev, which only works when USE=tcl.

EDIT: fixed that too, I think.

Although --disable-python-bindings was used in the main build, to defer
building them for the python_foreach, the original use_enable was never
removed. So the python bindings if enabled at all, would always build
twice or more: once for python3, and once for each USE-enabled impl. The
python3 version might not actually work due to dependencies, so the
build might fail. If it did work by *coincidence*, it would be for
whatever the default python-exec is, which may not be what is in
PYTHON_TARGETS.

Bug: https://bugs.gentoo.org/905695
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
This does not use distutils-r1, so we need to manually add this
dependency in order for the upstream Makefile to go drive a non-pep517
build all by itself.

Closes: https://bugs.gentoo.org/905695
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @eli-schwartz
Areas affected: ebuilds
Packages affected: app-accessibility/brltty

app-accessibility/brltty: @gentoo/accessibility

Linked bugs

Bugs linked: 905695


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Nov 28, 2023
The Autostart/Udev directory executes tcl scripts as part of
installation, unrelated to tcl bindings. It is therefore required
unconditionally at build time.

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-11-28 19:41 UTC
Newest commit scanned: ed75159
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/f2edc446fd/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-11-28 19:56 UTC
Newest commit scanned: c91fb5a
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/23c8603b73/output.html

@eli-schwartz eli-schwartz deleted the brltty-python branch December 4, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR.
Projects
None yet
3 participants