Package Details: flite1 1.4-7

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: 40
Popularity: 0.116238
First Submitted: 2016-06-11 15:35 (UTC)
Last Updated: 2024-05-23 01:45 (UTC)

Required by (60)

Sources (10)

Latest Comments

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

Terseus commented on 2023-09-12 06:55 (UTC)

@dbermond Tried again, this time by cloning the AUR repo and running makepkg -s, same result:

make: Entering directory '/home/terseus/aur/flite1/src/flite-1.4-release/doc'
/usr/bin/texi2dvi: Your TeX installation appears to be broken - texi2dvi
cannot determine auxiliary files output from a TeX run.

You may need to install TeX, or change the values of your PATH, TEX
or PDFTEX environment variables in order to proceed.
make: *** [Makefile:66: flite.pdf] Error 1
make: Leaving directory '/home/terseus/aur/flite1/src/flite-1.4-release/doc'
==> ERROR: A failure occurred in build().
    Aborting...

dbermond commented on 2023-09-11 18:55 (UTC)

@Terseus I've just checked, and the package is building fine. AUR helpers are not supported. Use makepkg.

Terseus commented on 2023-09-11 15:20 (UTC)

My build is failing with the following error (texlive strikes again?)

make: Entering directory '/home/terseus/.cache/yay/flite1/src/flite-1.4-release/doc'
/usr/bin/texi2dvi: Your TeX installation appears to be broken - texi2dvi
cannot determine auxiliary files output from a TeX run.

You may need to install TeX, or change the values of your PATH, TEX
or PDFTEX environment variables in order to proceed.
make: *** [Makefile:66: flite.pdf] Error 1
make: Leaving directory '/home/terseus/.cache/yay/flite1/src/flite-1.4-release/doc'
==> ERROR: A failure occurred in build().
    Aborting...

drdilyor commented on 2023-06-23 10:04 (UTC)

My build also fails (probably because of texlive update)

make: Entering directory '/home/drdilyor/.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/drdilyor/.cache/yay/flite1/src/flite-1.4-release/doc'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: flite1-exit status 4
 -> Failed to install the following packages. Manual intervention is required:

dbermond commented on 2023-06-20 22:34 (UTC)

@Korialo That's due to the reorganization of texlive packages in the official repositories. Package updated, now building fine.

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...