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

Latest Comments

1 2 3 4 5 Next › Last »

joao.sa commented on 2026-01-25 19:12 (UTC)

@tfl5034 @dbermond

The upstream source url 'www.festvox.org' for me works via VPN software but not without VPN software.

Just something to keep in mind.

dbermond commented on 2026-01-06 02:08 (UTC)

@tfl5034 I have just checked, and the source file is downloading fine. At the time of writing, the upstream source url 'www.festvox.org' is not down for me.

tfl5034 commented on 2026-01-06 01:33 (UTC)

It seems that http://festvox.org is down. It's an old site. It might be more reliable to use archive.org to download. https://web.archive.org/web/20250805095917/http://www.festvox.org/flite/download.html

Not sure if this is against any guidelines.

dbermond commented on 2025-11-26 02:00 (UTC)

@ninetailedtori you're using clang, which is not the default compiler in Arch Linux. This error happens with clang. Build the package using gcc (the default Arch Linux compiler). That being said, I have just checked, and the package is building fine in an up-to-date Arch Linux system with the default compiler (gcc).

ninetailedtori commented on 2025-11-26 00:11 (UTC) (edited on 2025-11-26 00:12 (UTC) by ninetailedtori)

Not sure why bits is throwing errors, and it doesn't seem the fault of this package, but as an include...

/usr/bin/clang -march=znver3 -mtune=znver3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto -Wno-incompatible-pointer-types -Wall     -I../include  -c -o find_sts_main.o find_sts_main.c
In file included from find_sts_main.c:47:
In file included from ../include/cst_wave.h:44:
In file included from ../include/cst_error.h:43:
In file included from /usr/include/stdlib.h:1165:
/usr/include/bits/stdlib.h:38:54: error: pass_dynamic_object_size attribute only applies to constant pointer arguments
   38 |                  __fortify_clang_overload_arg (char *, __restrict, __resolved)))
      |                                                                    ^
/usr/include/bits/stdlib.h:73:43: error: pass_dynamic_object_size attribute only applies to constant pointer arguments
   73 |                  __fortify_clang_overload_arg (char *, ,__buf),
      |                                                         ^
/usr/include/bits/stdlib.h:91:55: error: pass_dynamic_object_size attribute only applies to constant pointer arguments
   91 | __NTH (wctomb (__fortify_clang_overload_arg (char *, ,__s), wchar_t __wchar))
      |                                                       ^
/usr/include/bits/stdlib.h:129:71: error: pass_dynamic_object_size attribute only applies to constant pointer arguments
  129 | __NTH (mbstowcs (__fortify_clang_overload_arg (wchar_t *, __restrict, __dst),
      |                                                                       ^
/usr/include/bits/stdlib.h:159:68: error: pass_dynamic_object_size attribute only applies to constant pointer arguments
  159 | __NTH (wcstombs (__fortify_clang_overload_arg (char *, __restrict, __dst),
      |

Do you know how to fix this error when building flite1?

kentslaney commented on 2024-06-02 08:26 (UTC) (edited on 2024-06-02 08:43 (UTC) by kentslaney)

@dbermond I haven't looked into why, but for whatever reason my copy of texi2pdf was only outputting a DVI file, despite what the documentation claims. It's almost certainly a problem with my setup rather than the package, but I figured I'd post the workaround just in case anyone else runs into the same problem. Comment aimed at future users rather than maintainers. Thank you for the quick replies though.

dbermond commented on 2024-06-02 04:27 (UTC)

@kentslaney I cannot reproduce your issue. The package is building fine for me.

kentslaney commented on 2024-06-01 18:24 (UTC) (edited on 2024-06-01 18:33 (UTC) by kentslaney)

install: cannot stat 'flite-1.4-release/doc/flite.pdf': No such file or directory

was resolved for me with

diff --git a/doc/Makefile b/doc/Makefile
index 828d2e5..b4fbcc3 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -63,7 +63,7 @@ flite.html: flite.texi
        @ (cd html; rm -f index.html; ln flite_toc.html index.html)

 flite.pdf:  flite.texi
-       @ texi2pdf flite.texi
+       @ texi2pdf --dvipdf flite.texi

though I'm not sure why it was necessary

dbermond commented on 2024-05-23 01:45 (UTC)

@Captain_Lucy this is an issue due to gcc 14. I've pushed a fix and the package is now building fine. Thanks for reporting.

Captain_Lucy commented on 2024-05-22 21:54 (UTC) (edited on 2024-05-22 21:59 (UTC) by Captain_Lucy)

I'm unable to build this. Have tried many times with makepkg and yay. It's a dependecy for ffmpeg which I need to make my system usable for my use case. Anyone know a fix or workaround?

cmu_time_awb.c: In function ‘register_cmu_time_awb’:
cmu_time_awb.c:81:27: warning: assignment discards ‘const’ qualifier from 
pointer target type [-Wdiscarded-qualifiers]
81 |     cmu_time_awb_lex.data = cmu_time_awb_lex_data;
   |                           ^
cmu_time_awb.c:82:34: error: assignment to ‘char **’ from incompatible  
pointer type ‘const char * const*’ [-Wincompatible-pointer-types]
82 |     cmu_time_awb_lex.phone_table = cmu_time_awb_lex_phone_table;
   |                                  ^
make[2]: *** [../../config/common_make_rules:108: ../../build/x86_64-linux-
gnu/obj/lang/cmu_time_awb/cmu_time_awb.os] Error 1    
make[1]: *** [../config/common_make_rules:133: ../build/x86_64-linux-gnu/ 
obj/lang/.make_build_dirs] Error 2
make: *** [config/common_make_rules:133: build/x86_64-linux-gnu/ 
obj//.make_build_dirs] Error 2
==> ERROR: A failure occurred in build().
Aborting...