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 »

whi-tw commented on 2021-02-22 17:07 (UTC) (edited on 2021-02-22 17:33 (UTC) by whi-tw)

apm_planner requires flite1, but it is currently not possible to install it on an aarch64 machine (which is a fairly common platform for apm ground stations).

The following changes since commit 5dd3596cf67ddf105834e8817cd41ac59b6e21ef:

  Make the package build with yaourt (fix contributed by Bermond). (2017-02-20 21:56:35 +0100)

are available in the Git repository at:

  https://github.com/whi-tw/flite1-aur allow_build_aarch64

for you to fetch changes up to 9412556e6793416765a1103ab696470436e5d7f6:

  Update to allow correct building on aarch64 (2021-02-22 17:05:05 +0000)

----------------------------------------------------------------
Tom Whitwell (1):
      Update to allow correct building on aarch64

 PKGBUILD     |    9 +-
 config.guess | 1700 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 config.sub   | 1860 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 3566 insertions(+), 3 deletions(-)
 create mode 100644 config.guess
 create mode 100644 config.sub

dbermond commented on 2020-11-15 14:06 (UTC)

@wantija Package is building fine. No problems.

wantija commented on 2020-11-14 21:23 (UTC) (edited on 2020-11-14 21:26 (UTC) by wantija)

Unable to compile, here's my error: https://hastebin.net/xekibudawi.yaml

dbermond commented on 2019-05-12 15:19 (UTC)

@sylphio Package is building fine. It seems that you have something broken in your system.

Try to build it in a chroot with devtools and it should work.

sylphio commented on 2019-05-06 15:02 (UTC)

I get the following error during build:

/usr/sbin/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.14159265-2.6-1.40.19 (TeX Live 2018) (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 \input texinfo.tex 
                       @bye
No pages of output.
Transcript written on txiversion.log.
/usr/sbin/texi2dvi: quitting.
make: *** [Makefile:66: flite.pdf] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Any idea of how I could fix that?

dbermond commented on 2018-03-30 20:12 (UTC)

@arafey gst-plugins-bad no longer requires flite. It will not conflict anymore.

arafey commented on 2018-03-27 21:19 (UTC)

gst-plugins-bad needs flite. flite conflicts with flite1-patched. flite1-patched is needed to compile ffmpeg-full-git

Wat do?

dbermond commented on 2018-03-07 17:49 (UTC)

@johhnny Package is building fine for me. Please build it in a clean chroot and it should work.

johhnny commented on 2018-03-07 16:47 (UTC) (edited on 2018-03-07 16:49 (UTC) by johhnny)

build fails https://hastebin.com/uheputokut

-> Building documentation... (cd html; texi2any --set-customization-variable TEXI2HTML=1 --split=chapter ../flite.texi) ../flite.texi:931: warning: Up pointer top' (for nodeConverting FestVox Voices') different from node name `Top' 6026 <style type="text/css"> 6627 /usr/bin/texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its log file make: *** [Makefile:66: flite.pdf] Error 1</p> <p>==> ERROR: A failure occurred in build(). Aborting...</p> <p>==> ERROR: Makepkg was unable to build flite1-patched. ==> Restart building flite1-patched ? [y/N] ==> --------------------------------------- ==> n</p></style>

dbermond commented on 2017-10-12 01:34 (UTC)

@pure-aur Hi. A recent change in upstream ffmpeg git master revealed a problem with flite1 package. ffmpeg now refuses to compile with flite1 and gives errors of the type "libflite.so: undefined reference to 'xxx'" (showed at config.log). By investigating further, I can see that flite version 1 is an old software from 2009. Since there, many issues have been discovered, including the security issue CVE-2014-0027. There are patches out there that addresses many of the discovered issues, and also adds some fixes and enhancements. By adding the patches, ffmpeg git master compiles fine with flite1. Can you please add these patches to address these issues and make ffmpeg to compile again? You could use, for example, the patches from Gentoo sources: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-accessibility/flite/files/ The tempfiles patch fixes security issue CVE-2014-0027. I think the one that is important for ffmpeg is the ldflags patch. I maintain ffmpeg-git and ffmpeg-full-git AUR packages. These patches will make these packages work again.