Package Details: epos 2.4.85-1

Git Clone URL: https://aur.archlinux.org/epos.git (read-only, click to copy)
Package Base: epos
Description: A free text to speech synthesis system
Upstream URL: http://epos.ure.cas.cz/
Licenses: GPL
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 2
Popularity: 0.021362
First Submitted: 2017-01-15 18:05 (UTC)
Last Updated: 2017-01-15 18:05 (UTC)

Latest Comments

misarm commented on 2023-08-09 19:05 (UTC) (edited on 2023-08-09 19:07 (UTC) by misarm)

Can not build - ends with:


[ 10%] Building CXX object CMakeFiles/epos.dir/src/rule.cc.o
In file included from /tmp/trizen-martin/epos/src/epos-2.4.85/src/common.h:114,
                 from /tmp/trizen-martin/epos/src/epos-2.4.85/src/rule.cc:19:
/tmp/trizen-martin/epos/src/epos-2.4.85/src/block.cc: In member function ‘virtual void block_rule::debug()’:
/tmp/trizen-martin/epos/src/epos-2.4.85/src/interf.h:38:53: error: format not a string literal and no format arguments [-Werror=format-security]
   38 | #define color(stream, seq) if (cfg->colored) fprintf(stream, seq)
      |                                              ~~~~~~~^~~~~~~~~~~~~
/tmp/trizen-martin/epos/src/epos-2.4.85/src/block.cc:215:38: note: in expansion of macro ‘color’
  215 |                 if (i==current_rule) color(cfg->stddbg, cfg->curul_col);
      |                                      ^~~~~
/tmp/trizen-martin/epos/src/epos-2.4.85/src/interf.h:38:53: error: format not a string literal and no format arguments [-Werror=format-security]
   38 | #define color(stream, seq) if (cfg->colored) fprintf(stream, seq)
      |                                              ~~~~~~~^~~~~~~~~~~~~
/tmp/trizen-martin/epos/src/epos-2.4.85/src/block.cc:217:38: note: in expansion of macro ‘color’
  217 |                 if (i==current_rule) color(cfg->stddbg, cfg->normal_col);
      |                                      ^~~~~
cc1plus: some warnings being treated as errors
make[2]: *** [CMakeFiles/epos.dir/build.make:104: CMakeFiles/epos.dir/src/rule.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:90: CMakeFiles/epos.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

jose1711 commented on 2017-01-15 18:48 (UTC)

segfault with the following backtrace: Thread 1 "epos" received signal SIGSEGV, Segmentation fault. context::enter (this=0x0) at /home/jose/tarballs/aur4/epos/src/epos-2.4.85/src/daemon.cc:178 178 cfg = config; (gdb) bt #0 context::enter (this=0x0) at /home/jose/tarballs/aur4/epos/src/epos-2.4.85/src/daemon.cc:178 #1 0x0000000000431b20 in agent::timeslice (this=0x657020 <disconnector>) at /home/jose/tarballs/aur4/epos/src/epos-2.4.85/src/agent.cc:125 #2 0x000000000042fcfd in server () at /home/jose/tarballs/aur4/epos/src/epos-2.4.85/src/daemon.cc:403 #3 0x000000000042ffe0 in start_unix_daemon () at /home/jose/tarballs/aur4/epos/src/epos-2.4.85/src/daemon.cc:449 #4 0x00007ffff6d63291 in __libc_start_main () from /usr/lib/libc.so.6 #5 0x000000000041169a in _start ()