Package Details: vorbisgain 0.37-6

Git Clone URL: https://aur.archlinux.org/vorbisgain.git (read-only, click to copy)
Package Base: vorbisgain
Description: A utility that computes the ReplayGain values for Ogg Vorbis files.
Upstream URL: https://sjeng.org/vorbisgain.html
Licenses: GPL
Submitter: Dragonlord
Maintainer: Dragonlord
Last Packager: Dragonlord
Votes: 2
Popularity: 0.77
First Submitted: 2024-09-09 17:31 (UTC)
Last Updated: 2024-09-09 17:31 (UTC)

Latest Comments

hilton commented on 2024-10-02 19:30 (UTC)

You can still compile this if you remove -Werror=format-security and add -Wno-implicit-function-declaration to CFLAGS in your /etc/makepkg.conf

spsf64 commented on 2024-09-13 18:19 (UTC)

Same error(s) as reported by @je-vv

je-vv commented on 2024-09-09 20:34 (UTC)

Fails to build:

misc.c: In function ‘file_error’:
misc.c:59:5: error: format not a string literal and no format arguments [-Werror=format-security]
   59 |     fprintf(stderr, strerror(err_num));
      |     ^~~~~~~
misc.c: In function ‘get_console_size’:
misc.c:268:9: error: implicit declaration of function ‘isatty’ [-Wimplicit-function-declaration]
  268 |     if (isatty(fd))
      |         ^~~~~~
cc1: some warnings being treated as errors
make[1]: *** [Makefile:248: misc.o] Error 1