Summary: | app-accessibility/speech-dispatcher-0.11.1 - Cant locate .../help2man line 30. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | William Hubbs <williamh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | accessibility, sam, sound |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 592880 | ||
Bug Blocks: | |||
Attachments: |
emerge-info.txt
app-accessibility:speech-dispatcher-0.11.1:20220312-161404.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 766869 [details]
emerge-info.txt
Created attachment 766870 [details]
app-accessibility:speech-dispatcher-0.11.1:20220312-161404.log
Created attachment 766871 [details]
emerge-history.txt
Created attachment 766872 [details]
environment
Created attachment 766873 [details]
etc.portage.tar.bz2
Created attachment 766874 [details]
logs.tar.bz2
Created attachment 766875 [details]
temp.tar.bz2
I ran into this problem during my latest world update and did the following: 1) eix locale ... [I] dev-perl/Locale-gettext Available versions: 1.70.0-r1^t {test} Installed versions: 1.70.0-r1^t(01:08:15 AM 12/25/2021)(-test) Homepage: https://metacpan.org/release/gettext Description: A Perl module for accessing the GNU locale utilities ... Note that all dev-perl/*Locale* modules EXCEPT the one listed above had been undated during the current world update. 2) emerge -1v =app-accessibility/speech-dispatcher-0.11.1 ... Calculating dependencies... done! [ebuild R ] app-accessibility/speech-dispatcher-0.11.1::gentoo USE="alsa espeak-ng pulseaudio python -ao -espeak -flite -nas" PYTHON_TARGETS="python3_10* -python3_8 -python3_9*" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: app-accessibility/speech-dispatcher:0 (app-accessibility/speech-dispatcher-0.11.1:0/0::gentoo, ebuild scheduled for merge) USE="alsa espeak-ng pulseaudio python -ao -espeak -flite -nas" ABI_X86="(64)" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" pulled in by =app-accessibility/speech-dispatcher-0.11.1 (Argument) (app-accessibility/speech-dispatcher-0.11.1:0/0::gentoo, installed) USE="alsa espeak-ng pulseaudio python -ao -espeak -flite -nas" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" pulled in by app-accessibility/speech-dispatcher[python,python_targets_python3_9(-)] required by (app-text/calibre-5.41.0:0/0::gentoo, installed) USE="udisks -ios" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_8" ... Note the "python target(s)" interaction between what was already installed and what emerge wanted to install. 3) emerge -C =app-accessibility/speech-dispatcher-0.11.1 ... app-accessibility/speech-dispatcher selected: 0.11.1 protected: none omitted: none ... 4) emerge -1v =app-accessibility/speech-dispatcher-0.11.1 ... Calculating dependencies... done! [ebuild N ] app-accessibility/speech-dispatcher-0.11.1::gentoo USE="alsa espeak-ng pulseaudio python -ao -espeak -flite -nas" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 0 KiB Total: 1 package (1 new), Size of downloads: 0 KiB >>> Verifying ebuild manifests >>> Emerging (1 of 1) app-accessibility/speech-dispatcher-0.11.1::gentoo >>> Installing (1 of 1) app-accessibility/speech-dispatcher-0.11.1::gentoo >>> Jobs: 1 of 1 complete Load avg: 0.56, 0.22, 0.20 >>> Auto-cleaning packages... ... I'm having this and similar other problems on all of my systems. I had previously made all my systems conform to gentoo default "python-target(s)" [no python-target statements in make.conf nor any package.use files]. It is possible that historical artifacts combined with going from python 3.9 ==> python 3.10 may result in some packages not being selected for world update or perhaps out of order. Disclaimer - I am not a developer. See also Bug 834609 I resolved this in a similar manner. (In reply to Guy from comment #8) > I ran into this problem during my latest world update and did the following: > > 1) eix locale > ... > [I] dev-perl/Locale-gettext > Available versions: 1.70.0-r1^t {test} > Installed versions: 1.70.0-r1^t(01:08:15 AM 12/25/2021)(-test) > Homepage: https://metacpan.org/release/gettext > Description: A Perl module for accessing the GNU locale > utilities > ... > > Note that all dev-perl/*Locale* modules EXCEPT the one listed above had been > undated during the current world update. I inadvertently left out step 1.5) emerge -1v dev-perl/Locale-gettext ... Calculating dependencies... done! [ebuild R ] dev-perl/Locale-gettext-1.70.0-r1::gentoo USE="-test" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-perl/Locale-gettext-1.70.0-r1::gentoo >>> Installing (1 of 1) dev-perl/Locale-gettext-1.70.0-r1::gentoo >>> Jobs: 1 of 1 complete ... *** This bug has been marked as a duplicate of bug 592880 *** Huh, in this case, there is actually a missing BDEPEND on help2man. I'm not convinced it would've fixed the issue because of bug 592880 but it's possible. Let's add it in. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638e7d11e55b58447dd17499907fcda33c67e1cc commit 638e7d11e55b58447dd17499907fcda33c67e1cc Author: Sam James <sam@gentoo.org> AuthorDate: 2022-08-12 03:39:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-08-12 14:21:25 +0000 app-accessibility/speech-dispatcher: add missing help2man BDEPEND It's not guaranteed to help with the Perl rebuild issues but it also might in this case. Closes: https://bugs.gentoo.org/835002 Signed-off-by: Sam James <sam@gentoo.org> app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild | 1 + 1 file changed, 1 insertion(+) |