Package Details: flite1 1.4-6

Git Clone URL: https://aur.archlinux.org/flite1.git (read-only, click to copy)
Package Base: flite1
Description: A lighweight speech synthesis engine (version 1.x)
Upstream URL: http://www.speech.cs.cmu.edu/flite/
Licenses: custom
Conflicts: flite, flite1-patched
Provides: flite, flite1-patched
Replaces: flite1-patched
Submitter: pure-aur
Maintainer: dbermond
Last Packager: dbermond
Votes: 42
Popularity: 0.55
First Submitted: 2016-06-11 15:35 (UTC)
Last Updated: 2023-06-20 22:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Korialo commented on 2023-06-20 22:05 (UTC)

My build fails, gives me this error:

/usr/bin/texi2dvi: texinfo.tex appears to be broken.
This may be due to the environment variable TEX set to something
other than (plain) tex, a corrupt texinfo.tex file, or 
to tex itself simply not working.
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux) (preloaded format=etex)
 restricted \write18 enabled.
entering extended mode
(./txiversion.tex
! I can't find file `texinfo.tex'.
l.1 \input texinfo.tex 
                       @bye
(Press Enter to retry, or Control-D to exit)
Please type another input file name: 
! Emergency stop.
l.1 

any idea why?

Next commented on 2023-01-23 02:32 (UTC)

It looks like tools/make_voice_list is supposed to create flite_voice_list.c. Maybe I'll look into a workaround tomorrow (Might be as simple as manually calling the script but I'm too tired right now to check).

dbermond commented on 2023-01-21 15:55 (UTC)

There is no missing step. This is an issue with make 4.4. When upstream fixes it, when can try to port the fix here.

eclairevoyant commented on 2023-01-21 00:16 (UTC)

@Bluebomber I would not suggest trusting random repos. The error indicates that there is no target called flite_voice_list.c in that Makefile. This was also reported here.

My guess is there's some missing build step, because it's not present in $srcdir/flite-1.4-release/main/Makefile but it is present in $srcdir/flite-1.4-release/tools/Makefile.flite and there might be some preprocessing step that should add that target to the actual Makefile.

Bluebomber182 commented on 2023-01-14 19:34 (UTC) (edited on 2023-01-14 19:52 (UTC) by Bluebomber182)

Mine failed to build. A workaround is to use Chaotic-AUR repo and install it from there.

make[1]: *** No rule to make target 'flite_voice_list.c', needed by 'all'.  Stop.
make[1]: *** Waiting for unfinished jobs....
compile_regexes.c: In function ‘regex_to_C’:
compile_regexes.c:77:30: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
   77 |         printf("%s_rxprog + %d, ", name, rgx->regmust - rgx->program);
      |                             ~^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |                        |
      |                              int                      long int
      |                             %ld
make: *** [config/common_make_rules:133: build/x86_64-linux-gnu/obj//.make_build_dirs] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Nocifer commented on 2022-12-31 12:33 (UTC)

Build failed with

make: Entering directory '/home/nocifer/.cache/yay/flite1/src/flite-1.4-release/doc'
make: texi2pdf: No such file or directory
make: *** [Makefile:66: flite.pdf] Error 127
make: Leaving directory '/home/nocifer/.cache/yay/flite1/src/flite-1.4-release/doc'
==> ERROR: A failure occurred in build().
    Aborting...

Commenting out the creation of flite.pdf allowed the build to complete as expected.

<deleted-account> commented on 2022-11-14 12:44 (UTC)

@dbermond thx!

dbermond commented on 2022-11-14 11:29 (UTC)

@wordlesswind Package updated.

<deleted-account> commented on 2022-11-14 10:44 (UTC)

Unable to complete the build

make: Entering directory '/home/gentry/.cache/yay/flite1/src/flite-1.4-release/doc'
(cd html; texi2any --set-customization-variable TEXI2HTML=1  --split=chapter ../flite.texi)
flite.texi:931: warning: Up pointer `top' (for node `Converting FestVox Voices') different from node name `Top'
sed: can't read html/*.html: No such file or directory
html/flite_toc.html: No such file or directory
?
?
?
630
make: *** [Makefile:55: flite.html] Error 1
make: Leaving directory '/home/gentry/.cache/yay/flite1/src/flite-1.4-release/doc'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: flite1

pandadub commented on 2022-04-10 22:25 (UTC)

it worked. Thanks @thepiotug