Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910889 Details for
Bug 944206
www-apache/mod_musicindex-1.4.1-r4 - [ncurses-6.5] [gcc-15] /.../platform.h: error: two or more data types in declaration specifiers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
www-apache:mod_musicindex-1.4.1-r4:20241120-194049.log
www-apache:mod_musicindex-1.4.1-r4:20241120-194049.log (text/plain), 70.01 KB, created by
Toralf Förster
on 2024-11-20 20:08:34 UTC
(
hide
)
Description:
www-apache:mod_musicindex-1.4.1-r4:20241120-194049.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-20 20:08:34 UTC
Size:
70.01 KB
patch
obsolete
> * Package: www-apache/mod_musicindex-1.4.1-r4:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 archive cache elibc_glibc flac kernel_linux mp3 mp4 mysql vorbis > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking mod_musicindex-1.4.1.tar.gz to /var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work >=== Skipping unpack of mod_musicindex-1.4.1_valid-rss.png >=== Skipping unpack of mod_musicindex-1.4.1_vcss >=== Skipping unpack of mod_musicindex-1.4.1_valid-xhtml11 >>>> Source unpacked in /var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work >>>> Preparing source in /var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1 ... > * Applying mod_musicindex-1.4.1-slibtool.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1' ... > * Running 'libtoolize --install --copy --force --automake' ... > [ ok ] > * Running 'aclocal -I m4 --system-acdir=/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader --force' ... > [ ok ] > * Running 'automake --add-missing --copy --force-missing' ... > [ ok ] > * Running elibtoolize in: mod_musicindex-1.4.1/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying verbose-pic/2.4.7 patch ... > * Applying clang-runtime-ltmain/2.4.7 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1 ... > * econf: updating mod_musicindex-1.4.1/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating mod_musicindex-1.4.1/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/mod_musicindex-1.4.1-r4 --htmldir=/usr/share/doc/mod_musicindex-1.4.1-r4/html --with-sysroot=/ --libdir=/usr/lib64 --with-vorbis-libraries=/usr/lib64 --with-libFLAC-libraries=/usr/lib64 --enable-mp3 --enable-mp4 --enable-flac --enable-vorbis --enable-archive --enable-filecache --enable-mysqlcache >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... yes >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether the compiler supports GNU C... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for an ANSI C-conforming const... yes >checking for C/C++ restrict keyword... __restrict__ >checking for inline... inline >checking for size_t... yes >checking for ssize_t... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking whether the C compiler allows __attribute__... yes >checking whether the C compiler allows __builtin_expect... yes >checking for sys/time.h... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking whether closedir returns void... no >checking for GNU libc compatible malloc... yes >checking for setlocale... yes >checking for strcasecmp... yes >checking for strchr... yes >checking for strncasecmp... yes >checking for strrchr... yes >checking for strstr... yes >checking for gettimeofday... yes >checking for timersub... no >checking whether NLS is requested... yes >checking for msgfmt... /usr/bin/msgfmt >checking for gmsgfmt... /usr/bin/gmsgfmt >checking for xgettext... /usr/bin/xgettext >checking for msgmerge... /usr/bin/msgmerge >checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for egrep -e... (cached) /usr/bin/grep -E >checking for CFPreferencesCopyAppValue... no >checking for CFLocaleCopyPreferredLanguages... no >checking for GNU gettext in libc... yes >checking whether to use NLS... yes >checking where the gettext function comes from... libc >checking how to print strings... printf >checking for a sed that does not truncate output... /usr/bin/sed >checking for fgrep... /usr/bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for file... file >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... x86_64-pc-linux-gnu-dlltool >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... (cached) x86_64-pc-linux-gnu-strip >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... / >checking for a working dd... /usr/bin/dd >checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... mt >checking if mt is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for apxs... /usr/bin/apxs >checking for which version of Apache we should build... AP24 >checking for apr-1-config... apr-1-config >checking for Vorbis... yes >checking for libFLAC... yes >checking for mad_bit_init in -lmad... yes >checking for id3_file_open in -lid3tag... yes >checking for MP4GetNumberOfTracks in -lmp4v2... yes >checking for archive_write_new in -larchive... yes >checking for dirent.h that defines DIR... (cached) yes >checking for library containing opendir... (cached) none required >checking whether stat file-mode macros are broken... no >checking whether lstat correctly handles trailing slash... yes >checking whether stat accepts an empty string... no >checking for fchdir... yes >checking for mkdir... yes >checking for rmdir... yes >checking for strcspn... yes >checking for mysql_config... /usr/bin/mysql_config >checking for libgen.h... yes >checking for basename... yes >checking for dirname... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating data/Makefile >config.status: creating po/Makefile.in >config.status: creating src/Makefile >config.status: creating mod_musicindex_config.h >config.status: executing depfiles commands >config.status: executing po-directories commands >config.status: creating po/POTFILES >config.status: creating po/Makefile >config.status: executing libtool commands >------------------------------------------------------------------- >Conditionally built codecs suports: >------------------------------------------------------------------- >Building Vorbis codec support: ....................YES >Building FLAC codec support: ......................YES >Building MP3 codec support: .......................YES >Building MP4 codec support: .......................YES >------------------------------------------------------------------- >Conditionally built cache backends: >------------------------------------------------------------------- >Building flat file backend: .......................YES >Building mysql backend: ...........................YES >------------------------------------------------------------------- >Building archive output support: ..................YES >>>> Source configured. >>>> Compiling source in /var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1 ... >make -O -j4 >make all-recursive >Making all in src >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-sort.lo `test -f 'sort.c' || echo './'`sort.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c sort.c -fPIC -DPIC -o .libs/mod_musicindex_la-sort.o >sort.c:136:22: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 136 | static const inf_ptr const sort_order_functions[] = { > | ^~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-mod_musicindex.lo `test -f 'mod_musicindex.c' || echo './'`mod_musicindex.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c mod_musicindex.c -fPIC -DPIC -o .libs/mod_musicindex_la-mod_musicindex.o >In file included from mod_musicindex.c:169: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >In file included from mod_musicindex.c:168: >mod_musicindex.c: In function 'handle_musicindex': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >mod_musicindex.c:266:17: note: in expansion of macro 'mi_rerror' > 266 | mi_rerror("Can't open directory: %s", r->filename); > | ^~~~~~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-http.lo `test -f 'http.c' || echo './'`http.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c http.c -fPIC -DPIC -o .libs/mod_musicindex_la-http.o >In file included from http.c:62: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-playlist-vorbis.lo `test -f 'playlist-vorbis.c' || echo './'`playlist-vorbis.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c playlist-vorbis.c -fPIC -DPIC -o .libs/mod_musicindex_la-playlist-vorbis.o >In file included from playlist-vorbis.c:31: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-config.lo `test -f 'config.c' || echo './'`config.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c config.c -fPIC -DPIC -o .libs/mod_musicindex_la-config.o >config.c:56:34: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 56 | static const cache_backend_setup const cache_setups[] = { > | ^~~~~ >config.c:67:28: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 67 | static const unsigned char const default_order[] = { > | ^~~~~ >config.c:82:28: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 82 | static const unsigned char const default_fields[] = { > | ^~~~~ >config.c:90:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 90 | static const char const default_directory[] = "/musicindex"; /**< Default musicindex directory */ > | ^~~~~ >config.c:91:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 91 | static const char const default_rootname[] = "Music"; /**< Default root directory name */ > | ^~~~~ >config.c:92:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 92 | static const char const default_css[] = "musicindex.css"; /**< Default CSS file name */ > | ^~~~~ >config.c:226:3: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 226 | } const options[] = { > | ^~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-playlist.lo `test -f 'playlist.c' || echo './'`playlist.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c playlist.c -fPIC -DPIC -o .libs/mod_musicindex_la-playlist.o >In file included from playlist.c:35: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >playlist.c:65:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 65 | const struct ftype const filetype[] = { > | ^~~~~ >playlist.c:131:29: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 131 | static const make_entry_ptr const make_entry[] = { > | ^~~~~ >In file included from playlist.h:20: >playlist.c: In function 'make_music_entry': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >playlist.c:329:25: note: in expansion of macro 'mi_rerror' > 329 | mi_rerror("DBG: MAX_STRING overflow on %s and/or %s - file ignored", > | ^~~~~~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-html.lo `test -f 'html.c' || echo './'`html.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c html.c -fPIC -DPIC -o .libs/mod_musicindex_la-html.o >In file included from html.c:38: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >html.c:60:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 60 | static const char const Gfavicon[] = "sound.png"; > | ^~~~~ >html.c:61:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 61 | static const char const Gcd_icon[] = "general.png"; > | ^~~~~ >html.c:62:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 62 | static const char const Gorigcss[] = "musicindex.css"; > | ^~~~~ >In file included from html.h:20, > from html.c:37: >html.c: In function 'send_url': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >html.c:438:25: note: in expansion of macro 'mi_rerror' > 438 | mi_rerror("prefix too %s", "long"); > | ^~~~~~~~~ >html.c: In function 'send_rss': >html.c:1011:45: warning: pointer targets in passing argument 1 of 'localtime_r' differ in signedness [-Wpointer-sign] > 1011 | localtime_r(&q->mtime, &time_buf); > | ^~~~~~~~~ > | | > | const long unsigned int * >In file included from /usr/include/pthread.h:23, > from /usr/include/apr-1/apr_portable.h:47, > from /usr/include/apache2/http_protocol.h:30, > from mod_musicindex.h:23: >/usr/include/time.h:159:57: note: expected 'const time_t * restrict' {aka 'const long int * restrict'} but argument is of type 'const long unsigned int *' > 159 | extern struct tm *localtime_r (const time_t *__restrict __timer, > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ >html.c: In function 'send_foot': >html.c:1198:54: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] > 1198 | ap_rprintf(r, "<!-- processing completed in %u.%.6u s -->", tvprocess->tv_sec, tvprocess->tv_usec); > | ~^ ~~~~~~~~~~~~~~~~~ > | | | > | unsigned int __time_t {aka long int} > | %lu >html.c:1198:59: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=] > 1198 | ap_rprintf(r, "<!-- processing completed in %u.%.6u s -->", tvprocess->tv_sec, tvprocess->tv_usec); > | ~~~^ ~~~~~~~~~~~~~~~~~~ > | | | > | unsigned int __suseconds_t {aka long int} > | %.6lu >In file included from mod_musicindex.h:418: >html.c:1201:25: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=] > 1201 | ap_rprintf(r, _("in %u%s%.6u s"), tvres.tv_sec, tlconv->decimal_point, tvres.tv_usec); > | ^~~~~~~~~~~~~~~ >html.c:1201:23: note: in expansion of macro '_' > 1201 | ap_rprintf(r, _("in %u%s%.6u s"), tvres.tv_sec, tlconv->decimal_point, tvres.tv_usec); > | ^ >html.c:1201:30: note: format string is defined here > 1201 | ap_rprintf(r, _("in %u%s%.6u s"), tvres.tv_sec, tlconv->decimal_point, tvres.tv_usec); > | ~^ > | | > | unsigned int > | %lu >html.c:1201:25: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type '__suseconds_t' {aka 'long int'} [-Wformat=] > 1201 | ap_rprintf(r, _("in %u%s%.6u s"), tvres.tv_sec, tlconv->decimal_point, tvres.tv_usec); > | ^~~~~~~~~~~~~~~ >html.c:1201:23: note: in expansion of macro '_' > 1201 | ap_rprintf(r, _("in %u%s%.6u s"), tvres.tv_sec, tlconv->decimal_point, tvres.tv_usec); > | ^ >html.c:1201:36: note: format string is defined here > 1201 | ap_rprintf(r, _("in %u%s%.6u s"), tvres.tv_sec, tlconv->decimal_point, tvres.tv_usec); > | ~~~^ > | | > | unsigned int > | %.6lu >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-playlist-flac.lo `test -f 'playlist-flac.c' || echo './'`playlist-flac.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c playlist-flac.c -fPIC -DPIC -o .libs/mod_musicindex_la-playlist-flac.o >In file included from playlist-flac.c:31: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-playlist-mp4.lo `test -f 'playlist-mp4.c' || echo './'`playlist-mp4.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c playlist-mp4.c -fPIC -DPIC -o .libs/mod_musicindex_la-playlist-mp4.o >In file included from playlist-mp4.c:32: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >In file included from /usr/include/mp4v2/mp4v2.h:29, > from playlist-mp4.c:35: >/usr/include/mp4v2/platform.h:82:23: error: two or more data types in declaration specifiers > 82 | typedef unsigned char bool; > | ^~~~ >make[2]: *** [Makefile:637: mod_musicindex_la-playlist-mp4.lo] Error 1 >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: *** Waiting for unfinished jobs.... >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-playlist-mp3.lo `test -f 'playlist-mp3.c' || echo './'`playlist-mp3.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c playlist-mp3.c -fPIC -DPIC -o .libs/mod_musicindex_la-playlist-mp3.o >In file included from playlist-mp3.c:34: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-cache-file.lo `test -f 'cache-file.c' || echo './'`cache-file.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c cache-file.c -fPIC -DPIC -o .libs/mod_musicindex_la-cache-file.o >In file included from cache-file.c:33: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >In file included from playlist.h:20: >cache-file.c: In function 'error_handler': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:90:25: note: in expansion of macro 'mi_rerror' > 90 | mi_rerror("(%s) Can't create/delete directory.", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:105:25: note: in expansion of macro 'mi_rerror' > 105 | mi_rerror("(%s) Permission denied.", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:111:25: note: in expansion of macro 'mi_rerror' > 111 | mi_rerror("(%s) Too many open files!", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:115:25: note: in expansion of macro 'mi_rerror' > 115 | mi_rerror("(%s) Pathname was too long.", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:128:25: note: in expansion of macro 'mi_rerror' > 128 | mi_rerror("(%s) Out Of Memory!", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:132:25: note: in expansion of macro 'mi_rerror' > 132 | mi_rerror("(%s) Read-Only filesystem!", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:136:25: note: in expansion of macro 'mi_rerror' > 136 | mi_rerror("(%s) Too many symbolic links.", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:140:25: note: in expansion of macro 'mi_rerror' > 140 | mi_rerror("(%s) I/O error.", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:145:25: note: in expansion of macro 'mi_rerror' > 145 | mi_rerror("(%s) No space left on device!", caller); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-file.c:148:25: note: in expansion of macro 'mi_rerror' > 148 | mi_rerror("(%s) - error_handler! %s", caller, strerror(errno)); > | ^~~~~~~~~ >cache-file.c: In function 'file_cache_make_dir': >cache-file.c:201:34: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] > 201 | error_handler(r, __FUNCTION__); > | ^~~~~~~~~~~~ >cache-file.c: In function 'file_cache_remove_dir': >cache-file.c:248:74: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] > 248 | error_handler(r, __FUNCTION__); /* Oops, on est tombe sur une merde */ > | ^~~~~~~~~~~~ >cache-file.c:253:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] > 253 | error_handler(r, __FUNCTION__); /* Oops, on est tombe sur une merde, mais plus tot */ > | ^~~~~~~~~~~~ >cache-file.c: In function 'cache_file_opendir': >cache-file.c:317:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] > 317 | error_handler(r, __FUNCTION__); > | ^~~~~~~~~~~~ >cache-file.c: In function 'file_make_cache_entry': >cache-file.c:436:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] > 436 | error_handler(r, __FUNCTION__); > | ^~~~~~~~~~~~ >cache-file.c: In function 'cache_file_write': >cache-file.c:499:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] > 499 | error_handler(r, __FUNCTION__); > | ^~~~~~~~~~~~ >cache-file.c: In function 'cache_file_setup': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:183:43: note: in expansion of macro 'APLOG_NOTICE' > 183 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:366:42: note: in expansion of macro 'APLOG_MODULE_IS_LEVEL' > 366 | do { const server_rec *sr__ = s; if (APLOG_MODULE_IS_LEVEL(sr__, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:363:27: note: in expansion of macro 'ap_log_error__' > 363 | #define ap_log_error(...) ap_log_error__(__VA_ARGS__) > | ^~~~~~~~~~~~~~ >mod_musicindex.h:427:9: note: in expansion of macro 'ap_log_error' > 427 | ap_log_error(APLOG_MARK, APLOG_ERR, s, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~ >cache-file.c:532:25: note: in expansion of macro 'mi_serror' > 532 | mi_serror("%s", strerror(errno)); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:183:43: note: in expansion of macro 'APLOG_NOTICE' > 183 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:366:42: note: in expansion of macro 'APLOG_MODULE_IS_LEVEL' > 366 | do { const server_rec *sr__ = s; if (APLOG_MODULE_IS_LEVEL(sr__, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:363:27: note: in expansion of macro 'ap_log_error__' > 363 | #define ap_log_error(...) ap_log_error__(__VA_ARGS__) > | ^~~~~~~~~~~~~~ >mod_musicindex.h:427:9: note: in expansion of macro 'ap_log_error' > 427 | ap_log_error(APLOG_MARK, APLOG_ERR, s, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~ >cache-file.c:542:17: note: in expansion of macro 'mi_serror' > 542 | mi_serror("Error setting up %s cache!", "file"); > | ^~~~~~~~~ >In function 'cache_file_write', > inlined from 'cache_file_write' at cache-file.c:451:13: >cache-file.c:476:17: warning: argument 1 null where non-null expected [-Wnonnull] > 476 | fclose(cache_file); > | ^~~~~~~~~~~~~~~~~~ >In file included from /usr/include/apr-1/apr_want.h:74, > from /usr/include/apr-1/apr_file_io.h:34, > from /usr/include/apr-1/apr_network_io.h:26, > from /usr/include/apache2/httpd.h:55, > from mod_musicindex.h:20: >/usr/include/stdio.h: In function 'cache_file_write': >/usr/include/stdio.h:184:12: note: in a call to function 'fclose' declared 'nonnull' > 184 | extern int fclose (FILE *__stream) __nonnull ((1)); > | ^~~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[2]: Entering directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c -o mod_musicindex_la-cache-mysql.lo `test -f 'cache-mysql.c' || echo './'`cache-mysql.c >libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/mysql -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wall -pedantic -fstrict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include -I/usr/include/mysql -O2 -pipe -march=native -fno-diagnostics-color -c cache-mysql.c -fPIC -DPIC -o .libs/mod_musicindex_la-cache-mysql.o >In file included from cache-mysql.c:56: >playlist.h:49:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 49 | extern const struct ftype const filetype[]; > | ^~~~~ >cache-mysql.c: In function 'mysql_cache_init': >cache-mysql.c:161:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 161 | const char const drop_tformat[] = "DROP TABLE IF EXISTS `" TABLE_FORMAT "`"; > | ^~~~~ >cache-mysql.c:162:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 162 | const char const create_tformat[] = "CREATE TABLE `" TABLE_FORMAT "` (" > | ^~~~~ >cache-mysql.c:164:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 164 | const char const init_tformat[] = "INSERT INTO `" TABLE_FORMAT "` () VALUES ()"; > | ^~~~~ >cache-mysql.c:166:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 166 | const char const drop_tdirs[] = "DROP TABLE IF EXISTS `" TABLE_DIRS "`"; > | ^~~~~ >cache-mysql.c:167:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 167 | const char const create_tdirs[] = "CREATE TABLE `" TABLE_DIRS "` (" > | ^~~~~ >cache-mysql.c:182:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 182 | const char const drop_tfiles[] = "DROP TABLE IF EXISTS `" TABLE_FILES "`"; > | ^~~~~ >cache-mysql.c:183:20: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] > 183 | const char const create_tfiles[] = "CREATE TABLE `" TABLE_FILES "` (" > | ^~~~~ >In file included from playlist.h:20: >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:183:43: note: in expansion of macro 'APLOG_NOTICE' > 183 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:366:42: note: in expansion of macro 'APLOG_MODULE_IS_LEVEL' > 366 | do { const server_rec *sr__ = s; if (APLOG_MODULE_IS_LEVEL(sr__, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:363:27: note: in expansion of macro 'ap_log_error__' > 363 | #define ap_log_error(...) ap_log_error__(__VA_ARGS__) > | ^~~~~~~~~~~~~~ >mod_musicindex.h:427:9: note: in expansion of macro 'ap_log_error' > 427 | ap_log_error(APLOG_MARK, APLOG_ERR, s, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~ >cache-mysql.c:384:17: note: in expansion of macro 'mi_serror' > 384 | mi_serror("An error occured: %s", mysql_error(mysql)); > | ^~~~~~~~~ >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:183:43: note: in expansion of macro 'APLOG_NOTICE' > 183 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:366:42: note: in expansion of macro 'APLOG_MODULE_IS_LEVEL' > 366 | do { const server_rec *sr__ = s; if (APLOG_MODULE_IS_LEVEL(sr__, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:363:27: note: in expansion of macro 'ap_log_error__' > 363 | #define ap_log_error(...) ap_log_error__(__VA_ARGS__) > | ^~~~~~~~~~~~~~ >mod_musicindex.h:427:9: note: in expansion of macro 'ap_log_error' > 427 | ap_log_error(APLOG_MARK, APLOG_ERR, s, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~ >cache-mysql.c:389:17: note: in expansion of macro 'mi_serror' > 389 | mi_serror("Likely length overflow in configuration fields: " > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_trunc_tables': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:421:17: note: in expansion of macro 'mi_rerror' > 421 | mi_rerror("An error occured: %s", mysql_error(mysql)); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_make_dir': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:494:25: note: in expansion of macro 'mi_rerror' > 494 | mi_rerror("An error occured: %s", query); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_remove_dir': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:543:17: note: in expansion of macro 'mi_rerror' > 543 | mi_rerror("An error occured: %s", mysql_error(mysql)); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_check_dir': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:623:17: note: in expansion of macro 'mi_rerror' > 623 | mi_rerror("An error occured: %s", mysql_error(mysql)); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_make_entry': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:713:17: note: in expansion of macro 'mi_rerror' > 713 | mi_rerror("An error occured: %s", mysql_error(mysql)); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_write': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:877:25: note: in expansion of macro 'mi_rerror' > 877 | mi_rerror("An error occured: %s", query); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_dircontents': >mod_musicindex.h:290:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] > 290 | #define APLOG_NOTICE LOG_NOTICE, 0 /**< dirty trick because ap_log_rerror takes one more arg in apache2 */ > | ^ >/usr/include/apache2/http_log.h:196:43: note: in expansion of macro 'APLOG_NOTICE' > 196 | ( (((level)&APLOG_LEVELMASK) <= APLOG_NOTICE) || \ > | ^~~~~~~~~~~~ >/usr/include/apache2/http_log.h:450:14: note: in expansion of macro 'APLOG_R_MODULE_IS_LEVEL' > 450 | do { if (APLOG_R_MODULE_IS_LEVEL(r, mi, level)) \ > | ^~~~~~~~~~~~~~~~~~~~~~~ >/usr/include/apache2/http_log.h:448:28: note: in expansion of macro 'ap_log_rerror__' > 448 | #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__) > | ^~~~~~~~~~~~~~~ >mod_musicindex.h:425:9: note: in expansion of macro 'ap_log_rerror' > 425 | ap_log_rerror(APLOG_MARK, APLOG_ERR, r, MI_LOG_PREFIX "(%s) " format, __func__, ## __VA_ARGS__) > | ^~~~~~~~~~~~~ >cache-mysql.c:1088:17: note: in expansion of macro 'mi_rerror' > 1088 | mi_rerror("An error occured: %s", mysql_error(mysql)); > | ^~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_opendir': >cache-mysql.c:1003:9: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] > 1003 | strncpy(fullpath, filename, fnlen); > | ^ >In function 'mysql_cache_dircontents', > inlined from 'mysql_cache_opendir' at cache-mysql.c:1149:9: >cache-mysql.c:931:33: note: length computed here > 931 | const size_t fnlen = strlen(filename); > | ^~~~~~~~~~~~~~~~ >cache-mysql.c: In function 'mysql_cache_opendir': >cache-mysql.c:1029:33: warning: '__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] > 1029 | strncat(fullpath, mysql_row[SQL_CDATAN], strlen(mysql_row[SQL_CDATAN])); > | ^ >In function 'mysql_cache_dircontents', > inlined from 'mysql_cache_opendir' at cache-mysql.c:1149:9: >cache-mysql.c:1029:33: note: length computed here > 1029 | strncat(fullpath, mysql_row[SQL_CDATAN], strlen(mysql_row[SQL_CDATAN])); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make[2]: Leaving directory '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1/src' >make[1]: *** [Makefile:449: all-recursive] Error 1 >make: *** [Makefile:381: all] Error 2 > * ERROR: www-apache/mod_musicindex-1.4.1-r4::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=www-apache/mod_musicindex-1.4.1-r4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=www-apache/mod_musicindex-1.4.1-r4::gentoo'`. > * The complete build log is located at '/var/log/portage/www-apache:mod_musicindex-1.4.1-r4:20241120-194049.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/temp/environment'. > * Working directory: '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1' > * S: '/var/tmp/portage/www-apache/mod_musicindex-1.4.1-r4/work/mod_musicindex-1.4.1' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 944206
:
910881
|
910882
|
910883
|
910884
|
910885
|
910886
|
910887
|
910888
| 910889