Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879069 - app-accessibility/flite-2.2 - make[1]: No rule to make target flite_voice_list.c, needed by all. Stop.
Summary: app-accessibility/flite-2.2 - make[1]: No rule to make target flite_voice_lis...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Accessibility Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 879081
  Show dependency tree
 
Reported: 2022-11-01 19:57 UTC by Toralf Förster
Modified: 2024-03-04 07:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.89 KB, text/plain)
2022-11-01 19:57 UTC, Toralf Förster
Details
app-accessibility:flite-2.2:20221101-194730.log (app-accessibility:flite-2.2:20221101-194730.log,85.65 KB, text/plain)
2022-11-01 19:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,103.01 KB, text/plain)
2022-11-01 19:57 UTC, Toralf Förster
Details
environment (environment,91.82 KB, text/plain)
2022-11-01 19:57 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,36.60 KB, application/x-bzip)
2022-11-01 19:57 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.67 KB, application/x-bzip)
2022-11-01 19:57 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.14 KB, application/x-bzip)
2022-11-01 19:57 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-11-01 19:57:30 UTC
x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS  -I../include  -c -o t2p_main.o t2p_main.c
making ../build/i386-linux-gnu/lib/libflite.so
x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS  -I../include  -c -o compile_regexes.o compile_regexes.c
x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS  -I../include  -c -o flitevox_info_main.o flitevox_info_main.c
make[1]: *** No rule to make target 'flite_voice_list.c', needed by 'all'.  Stop.
make[1]: *** Waiting for unfinished jobs....
make: *** [config/common_make_rules:133: build/i386-linux-gnu/obj//.make_build_dirs] Error 2

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4_abi32+64-20221101-020009

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.3
Python 3.10.8
Available Ruby profiles:
  [1]   ruby31 *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.4

  HEAD of ::gentoo
commit 2076b13b8869e062dc68ccc2b3d6d2caf3431c93
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 1 19:18:55 2022 +0000

    2022-11-01 19:18:55 UTC

emerge -qpvO app-accessibility/flite
[ebuild  N    ] app-accessibility/flite-2.2  USE="voices -alsa -oss -pulseaudio" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2022-11-01 19:57:31 UTC
Created attachment 826513 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-01 19:57:32 UTC
Created attachment 826515 [details]
app-accessibility:flite-2.2:20221101-194730.log
Comment 3 Toralf Förster gentoo-dev 2022-11-01 19:57:34 UTC
Created attachment 826517 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-01 19:57:35 UTC
Created attachment 826519 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-01 19:57:37 UTC
Created attachment 826521 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-01 19:57:38 UTC
Created attachment 826523 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-01 19:57:39 UTC
Created attachment 826525 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2024-03-04 07:40:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e62445b8a9e6428f4c6abc67617e013887f078

commit 67e62445b8a9e6428f4c6abc67617e013887f078
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-04 07:33:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-04 07:33:48 +0000

    app-accessibility/flite: fix build w/ make-4.4
    
    Keeping -j1 as the upstream PR notes it's not complete.
    
    Closes: https://bugs.gentoo.org/879069
    Signed-off-by: Sam James <sam@gentoo.org>

 .../flite/files/flite-2.2-make-4.4.patch           | 60 ++++++++++++++++++++++
 app-accessibility/flite/flite-2.2-r1.ebuild        | 12 ++++-
 2 files changed, 70 insertions(+), 2 deletions(-)