-------------------------------------------------------------------------------
-- Phase: setup
-------------------------------------------------------------------------------
Installing /packages/All/png-1.6.37.txz
Installing /packages/All/freetype2-2.10.1.txz
=====
Message from freetype2-2.10.1:
--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed).
Installing /packages/All/expat-2.2.8.txz
Installing /packages/All/fontconfig-2.12.6,1.txz
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
Installing /packages/All/jbigkit-2.1_1.txz
Installing /packages/All/jpeg-turbo-2.0.4.txz
Installing /packages/All/tiff-4.1.0.txz
Installing /packages/All/giflib-5.2.1.txz
Installing /packages/All/webp-1.1.0.txz
Installing /packages/All/libgd-2.2.5_2,1.txz
SUCCEEDED 00:00:02
-------------------------------------------------------------------------------
-- Phase: check-sanity
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: pkg-depends
-------------------------------------------------------------------------------
===> de-webalizer-2.23.8_12 depends on file: /usr/local/sbin/pkg - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: fetch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: fetch
-------------------------------------------------------------------------------
===> de-webalizer-2.23.8_12 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by de-webalizer-2.23.8_12 for building
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: checksum
-------------------------------------------------------------------------------
===> de-webalizer-2.23.8_12 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by de-webalizer-2.23.8_12 for building
=> SHA256 Checksum OK for webalizer-2.23-08-src.tgz.
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: extract-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: extract
-------------------------------------------------------------------------------
===> de-webalizer-2.23.8_12 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by de-webalizer-2.23.8_12 for building
===> Extracting for de-webalizer-2.23.8_12
===> de-webalizer-2.23.8_12 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by de-webalizer-2.23.8_12 for building
=> SHA256 Checksum OK for webalizer-2.23-08-src.tgz.
Extracted Memory Use: 2.42M
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: patch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: patch
-------------------------------------------------------------------------------
===> Patching for de-webalizer-2.23.8_12
===> Applying ports patches for de-webalizer-2.23.8_12
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: build-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: lib-depends
-------------------------------------------------------------------------------
===> de-webalizer-2.23.8_12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===> de-webalizer-2.23.8_12 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so)
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: configure
-------------------------------------------------------------------------------
===> de-webalizer-2.23.8_12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===> de-webalizer-2.23.8_12 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so)
===> Configuring for de-webalizer-2.23.8_12
/usr/bin/env WRKSRC=/construction/german/webalizer2/webalizer-2.23-08 REWARNFILE=/construction/german/webalizer2/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e "s|/etc|/usr/local/etc|" /construction/german/webalizer2/webalizer-2.23-08/webalizer.1
/usr/bin/env WRKSRC=/construction/german/webalizer2/webalizer-2.23-08 REWARNFILE=/construction/german/webalizer2/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e "s|webalizer.conf|de-webalizer.conf|" /construction/german/webalizer2/webalizer-2.23-08/webalizer.c
/usr/bin/env WRKSRC=/construction/german/webalizer2/webalizer-2.23-08 REWARNFILE=/construction/german/webalizer2/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e "s|-ldb||" -e "s|GeoIP[.]h|maxminddb.h|" -e "s|-lGeoIP|-lmaxminddb|" /construction/german/webalizer2/webalizer-2.23-08/configure
configure: loading site script /xports/Templates/config.site
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether char is unsigned... no
checking for u_int64_t... yes
checking whether altzone is declared... no
checking for main in -l44bsd... no
checking for getopt.h... (cached) yes
checking for main in -lm... yes
checking for math.h... (cached) yes
checking for main in -lz... yes
checking for gzrewind in -lz... yes
checking for zlib.h... (cached) yes
checking for main in -lpng... yes
checking for main in -lgd... yes
checking for gdImagePng in -lgd... yes
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
checking for main in ... yes
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for fdatasync... no
checking for fdatasync in -lrt... no
checking for socket... yes
checking for sys/socket.h... (cached) yes
checking for inet_pton... yes
checking for main in -lbz2... yes
checking for BZ2_bzopen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for language file... yes - german
configure: creating ./config.status
config.status: creating Makefile
config.status: linking ./lang/webalizer_lang.german to webalizer_lang.h
configure: Done. Type 'make' to continue with build.
SUCCEEDED 00:00:05
-------------------------------------------------------------------------------
-- Phase: build
-------------------------------------------------------------------------------
===> Building for de-webalizer-2.23.8_12
--- parser.o ---
--- hashtab.o ---
--- linklist.o ---
--- output.o ---
--- preserve.o ---
--- dns_resolv.o ---
--- graphs.o ---
--- webalizer.o ---
--- wcmgr.o ---
--- parser.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c parser.c
--- hashtab.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c hashtab.c
hashtab.c: In function 'new_hnode':
hashtab.c:122:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"[new_hnode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
%ld
hashtab.c: In function 'new_unode':
--- linklist.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c linklist.c
linklist.c: In function 'new_nlist':
linklist.c:112:6: warning: 'strncpy' specified bound 132 equals destination size [-Wstringop-truncation]
{strncpy(newptr->string, str, sizeof(newptr->string));newptr->next=NULL;}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
linklist.c: In function 'new_glist':
linklist.c:170:8: warning: 'strncpy' specified bound 132 equals destination size [-Wstringop-truncation]
--- output.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c output.c
output.c: In function 'month_total_table':
output.c:529:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"
| %s | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:531:41:
"
\n",msg_mtot_th,t_hit);
--- preserve.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c preserve.c
preserve.c: In function 'get_history':
preserve.c:124:46: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
numfields = sscanf(buffer,"%d %d %llu %llu %llu %lf %d %d %llu %llu",
~~~^
%lu
preserve.c:127:24:
&hist[i].hit,
--- dns_resolv.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c dns_resolv.c
dns_resolv.c: In function 'dns_resolver':
dns_resolv.c:351:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
printf("%llu %s ",listEntries, msg_addresses);
~~~^ ~~~~~~~~~~~
%lu
--- graphs.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c graphs.c
graphs.c: In function 'year_graph6x':
graphs.c:226:27: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(maxvaltxt, "%llu", maxval);
~~~^ ~~~~~~
%lu
--- hashtab.o ---
hashtab.c:313:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"[new_unode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
%ld
hashtab.c: In function 'new_rnode':
hashtab.c:442:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"[new_rnode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
%ld
hashtab.c: In function 'new_anode':
hashtab.c:563:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"[new_anode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
--- linklist.o ---
strncpy(newptr->string, str, sizeof(newptr->string));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
linklist.c:171:8: warning: 'strncpy' specified bound 132 equals destination size [-Wstringop-truncation]
strncpy(newptr->name, name, sizeof(newptr->name));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- output.o ---
~~~~~
output.c:530:58: note: format string is defined here
"%llu" \
~~~^
%lu
output.c:533:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| %s | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:535:41:
" \n",msg_mtot_tf,t_file);
~~~~~~
output.c:534:58: note: format string is defined here
" | %llu" \
~~~^
%lu
--- preserve.o ---
~~~~~~~~~~~~
preserve.c:124:51: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 6 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
numfields = sscanf(buffer,"%d %d %llu %llu %llu %lf %d %d %llu %llu",
~~~^
%lu
preserve.c:128:24:
&hist[i].files,
~~~~~~~~~~~~~~
preserve.c:124:56: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
numfields = sscanf(buffer,"%d %d %llu %llu %llu %lf %d %d %llu %llu",
~~~^
%lu
preserve.c:129:24:
&hist[i].site,
~~~~~~~~~~~~~
--- graphs.o ---
graphs.c:273:27: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(maxvaltxt, "%llu", maxval);
~~~^ ~~~~~~
%lu
graphs.c: In function 'month_graph6':
graphs.c:421:27: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(maxvaltxt, "%llu", maxval);
~~~^ ~~~~~~
%lu
graphs.c:513:27: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(maxvaltxt, "%llu", maxval);
~~~^ ~~~~~~
%lu
graphs.c: In function 'day_graph3':
--- webalizer.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c webalizer.c
--- wcmgr.o ---
cc -pipe -DUSE_DB185 -Wall -O2 -fno-strict-aliasing -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -DGEODB_LOC=\"/usr/local/share/webalizer\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_BZIP -DUSE_DNS -c wcmgr.c
--- hashtab.o ---
%ld
hashtab.c: In function 'new_snode':
hashtab.c:682:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"[new_snode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
%ld
hashtab.c: In function 'new_inode':
hashtab.c:789:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"[new_inode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
%ld
hashtab.c: In function 'new_dnode':
hashtab.c:961:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
--- output.o ---
output.c:537:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| %s %s | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:539:55:
" \n",msg_h_total, msg_h_pages, t_page);
~~~~~~
output.c:538:58: note: format string is defined here
" | %llu" \
~~~^
%lu
output.c:541:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| %s %s | \n" \
--- preserve.o ---
preserve.c:124:71: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 11 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
numfields = sscanf(buffer,"%d %d %llu %llu %llu %lf %d %d %llu %llu",
~~~^
%lu
preserve.c:133:24:
&hist[i].page,
~~~~~~~~~~~~~
preserve.c:124:76: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 12 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
numfields = sscanf(buffer,"%d %d %llu %llu %llu %lf %d %d %llu %llu",
~~~^
%lu
preserve.c:134:24:
&hist[i].visit);
--- graphs.o ---
graphs.c:623:27: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(maxvaltxt, "%llu", maxval);
~~~^ ~~~~~~
%lu
graphs.c: In function 'pie_chart':
graphs.c:722:59: warning: variable 'brown_or_pie4' set but not used [-Wunused-but-set-variable]
int purple_or_pie1, ltgreen_or_pie2, ltpurple_or_pie3, brown_or_pie4;
^~~~~~~~~~~~~
graphs.c:722:41: warning: variable 'ltpurple_or_pie3' set but not used [-Wunused-but-set-variable]
int purple_or_pie1, ltgreen_or_pie2, ltpurple_or_pie3, brown_or_pie4;
^~~~~~~~~~~~~~~~
graphs.c:722:24: warning: variable 'ltgreen_or_pie2' set but not used [-Wunused-but-set-variable]
int purple_or_pie1, ltgreen_or_pie2, ltpurple_or_pie3, brown_or_pie4;
^~~~~~~~~~~~~~~
--- hashtab.o ---
fprintf(stderr,"[new_dnode] %s (%d)",msg_big_one,strlen(str));
~^ ~~~~~~~~~~~
%ld
--- output.o ---
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:543:56:
" \n",msg_h_total, msg_h_visits, t_visit);
~~~~~~~
output.c:542:58: note: format string is defined here
" | %llu" \
~~~^
%lu
output.c:551:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:554:41:
" \n",msg_mtot_us,t_site);
~~~~~~
output.c:553:58: note: format string is defined here
" | %llu" \
--- preserve.o ---
~~~~~~~~~~~~~~
preserve.c:67:14: warning: variable 'numfields' set but not used [-Wunused-but-set-variable]
int i,n,numfields;
^~~~~~~~~
preserve.c: In function 'put_history':
preserve.c:187:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n",
~~~^
%lu
preserve.c:190:26:
hist[i].hit,
~~~~~~~~~~~
preserve.c:187:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n",
~~~^
%lu
preserve.c:191:26:
--- graphs.o ---
graphs.c:722:8: warning: variable 'purple_or_pie1' set but not used [-Wunused-but-set-variable]
int purple_or_pie1, ltgreen_or_pie2, ltpurple_or_pie3, brown_or_pie4;
^~~~~~~~~~~~~~
--- output.o ---
~~~^
%lu
output.c:556:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:559:41:
" \n",msg_mtot_uu,t_url);
~~~~~
output.c:558:58: note: format string is defined here
" | %llu" \
~~~^
%lu
output.c:562:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
--- preserve.o ---
hist[i].files,
~~~~~~~~~~~~~
preserve.c:187:46: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n",
~~~^
%lu
preserve.c:192:26:
hist[i].site,
~~~~~~~~~~~~
preserve.c:187:62: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 11 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n",
~~~^
%lu
preserve.c:196:26:
hist[i].page,
~~~~~~~~~~~~
--- output.o ---
^~~~~~
output.c:565:41:
" \n",msg_mtot_ur,t_ref);
~~~~~
output.c:564:58: note: format string is defined here
" | %llu" \
~~~^
%lu
output.c:568:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:571:41:
" \n",msg_mtot_ui,t_user);
~~~~~~
output.c:570:58: note: format string is defined here
" | %llu" \
~~~^
--- preserve.o ---
preserve.c:187:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 12 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(hist_fp,"%d %d %llu %llu %llu %.0f %d %d %llu %llu\n",
~~~^
%lu
preserve.c:197:26:
hist[i].visit);
~~~~~~~~~~~~~
preserve.c: In function 'save_state':
preserve.c:364:23: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
t_hit, t_file, t_site, t_url,
~~~~~
--- output.o ---
%lu
output.c:574:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:577:41:
" \n",msg_mtot_ua,t_agent);
~~~~~~~
output.c:576:58: note: format string is defined here
" | %llu" \
~~~^
%lu
output.c:590:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:594:43:
--- preserve.o ---
preserve.c:364:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
t_hit, t_file, t_site, t_url,
~~~~~~
preserve.c:364:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
t_hit, t_file, t_site, t_url,
~~~~~~
preserve.c:364:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
--- output.o ---
" \n",msg_mtot_mhh, t_hit/(24*days_in_month),mh_hit);
~~~~~~~~~~~~~~~~~~~~~~~~
output.c:592:57: note: format string is defined here
" | %llu | \n" \
~~~^
%lu
output.c:590:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:594:68:
"
\n",msg_mtot_mhh, t_hit/(24*days_in_month),mh_hit);
~~~~~~
output.c:593:53: note: format string is defined here
"%llu" \
~~~^
--- preserve.o ---
~~~^
%lu
t_hit, t_file, t_site, t_url,
~~~~~
preserve.c:364:43: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
preserve.c:366:9:
t_ref, t_agent, t_xfer, t_page, t_visit, t_user);
~~~~~
preserve.c:364:48: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
preserve.c:366:16:
--- output.o ---
%lu
output.c:596:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:600:43:
" \n",msg_mtot_mhd, t_hit/days_in_month, max_hits);
~~~~~~~~~~~~~~~~~~~
output.c:598:57: note: format string is defined here
" | %llu | \n" \
~~~^
%lu
output.c:596:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:600:64:
--- preserve.o ---
t_ref, t_agent, t_xfer, t_page, t_visit, t_user);
~~~~~~~
preserve.c:364:58: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
preserve.c:366:33:
t_ref, t_agent, t_xfer, t_page, t_visit, t_user);
~~~~~~
preserve.c:364:63: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 11 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
preserve.c:366:41:
--- output.o ---
"
\n",msg_mtot_mhd, t_hit/days_in_month, max_hits);
~~~~~~~~
output.c:599:53: note: format string is defined here
"%llu" \
~~~^
%lu
output.c:602:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:606:43:
" \n",msg_mtot_mfd, t_file/days_in_month,max_files);
~~~~~~~~~~~~~~~~~~~~
output.c:604:57: note: format string is defined here
" | %llu | \n" \
~~~^
--- preserve.o ---
t_ref, t_agent, t_xfer, t_page, t_visit, t_user);
~~~~~~~
preserve.c:364:68: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 12 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %llu %llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
preserve.c:366:50:
t_ref, t_agent, t_xfer, t_page, t_visit, t_user);
~~~~~~
preserve.c:370:23: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %d %d\n",
~~~^
%lu
dt_site, ht_hit, mh_hit, f_day, l_day);
~~~~~~~
--- output.o ---
%lu
output.c:602:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:606:64:
"
\n",msg_mtot_mfd, t_file/days_in_month,max_files);
~~~~~~~~~
output.c:605:53: note: format string is defined here
"%llu" \
~~~^
%lu
output.c:608:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
--- preserve.o ---
preserve.c:370:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %d %d\n",
~~~^
%lu
dt_site, ht_hit, mh_hit, f_day, l_day);
~~~~~~
preserve.c:370:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %llu %d %d\n",
~~~^
%lu
dt_site, ht_hit, mh_hit, f_day, l_day);
~~~~~~
preserve.c:377:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
--- output.o ---
output.c:612:43:
" \n",msg_mtot_mpd, t_page/days_in_month,max_pages);
~~~~~~~~~~~~~~~~~~~~
output.c:610:57: note: format string is defined here
" | %llu | \n" \
~~~^
%lu
output.c:608:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:612:64:
"
\n",msg_mtot_mpd, t_page/days_in_month,max_pages);
~~~~~~~~~
output.c:611:53: note: format string is defined here
"%llu" \
--- preserve.o ---
tm_hit[i],tm_file[i],tm_xfer[i],tm_site[i],tm_page[i],tm_visit[i]);
~~~~~~~~~
preserve.c:377:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
tm_hit[i],tm_file[i],tm_xfer[i],tm_site[i],tm_page[i],tm_visit[i]);
~~~~~~~~~~
preserve.c:377:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
tm_hit[i],tm_file[i],tm_xfer[i],tm_site[i],tm_page[i],tm_visit[i]);
~~~~~~~~~~
--- output.o ---
~~~^
%lu
output.c:614:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:618:43:
" \n",msg_mtot_msd, t_site/days_in_month,max_sites);
~~~~~~~~~~~~~~~~~~~~
output.c:616:57: note: format string is defined here
" | %llu | \n" \
~~~^
%lu
output.c:614:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
preserve.c:377:46: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
tm_hit[i],tm_file[i],tm_xfer[i],tm_site[i],tm_page[i],tm_visit[i]);
~~~~~~~~~~
preserve.c:377:51: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu %llu %llu\n",
~~~^
%lu
tm_hit[i],tm_file[i],tm_xfer[i],tm_site[i],tm_page[i],tm_visit[i]);
~~~~~~~~~~~
--- output.o ---
fprintf(out_fp,"" \
^~~~~~
output.c:618:64:
"
\n",msg_mtot_msd, t_site/days_in_month,max_sites);
~~~~~~~~~
output.c:617:53: note: format string is defined here
"%llu" \
~~~^
%lu
output.c:620:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:624:43:
" \n",msg_mtot_mvd, t_visit/days_in_month,max_visits);
~~~~~~~~~~~~~~~~~~~~~
output.c:622:57: note: format string is defined here
--- preserve.o ---
preserve.c:385:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu\n",
~~~^
%lu
th_hit[i],th_file[i],th_xfer[i],th_page[i]);
~~~~~~~~~
preserve.c:385:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu\n",
~~~^
%lu
th_hit[i],th_file[i],th_xfer[i],th_page[i]);
~~~~~~~~~~
preserve.c:385:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu %llu %.0f %llu\n",
~~~^
%lu
--- output.o ---
" | %llu | \n" \
~~~^
%lu
output.c:620:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:624:65:
"
\n",msg_mtot_mvd, t_visit/days_in_month,max_visits);
~~~~~~~~~~
output.c:623:53: note: format string is defined here
"%llu" \
~~~^
%lu
--- preserve.o ---
th_hit[i],th_file[i],th_xfer[i],th_page[i]);
~~~~~~~~~~
preserve.c:393:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
sprintf(buffer,"%llu\n",response[i].count);
~~~^ ~~~~~~~~~~~~~~~~~
%lu
preserve.c:405:52: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
uptr->string, uptr->flag, uptr->count, uptr->files,
~~~~~~~~~~~
--- output.o ---
output.c:641:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| %s | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:644:61:
response[i].desc,PCENT(response[i].count,t_hit),response[i].count);
~~~~~~~~~~~~~~~~~
output.c:643:54: note: format string is defined here
"%llu | \n",
~~~^
%lu
output.c: In function 'daily_total_table':
output.c:703:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
preserve.c:405:57: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
uptr->string, uptr->flag, uptr->count, uptr->files,
~~~~~~~~~~~
preserve.c:405:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
preserve.c:407:31:
uptr->xfer, uptr->entry, uptr->exit);
--- output.o ---
fprintf(out_fp," | " \
^~~~~~~~~~~~~~~~~~
output.c:706:15:
tm_hit[i],PCENT(tm_hit[i],t_hit));
~~~~~~~~~
output.c:704:40: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c:707:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~
output.c:710:15:
tm_file[i],PCENT(tm_file[i],t_file));
~~~~~~~~~~
output.c:708:40: note: format string is defined here
"%llu | \n" \
~~~^
--- preserve.o ---
~~~~~~~~~~~
preserve.c:405:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
preserve.c:407:44:
uptr->xfer, uptr->entry, uptr->exit);
~~~~~~~~~~
preserve.c:422:52: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
%lu
--- output.o ---
%lu
output.c:711:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~
output.c:714:15:
tm_page[i],PCENT(tm_page[i],t_page));
~~~~~~~~~~
output.c:712:40: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c:715:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~
output.c:718:15:
tm_visit[i],PCENT(tm_visit[i],t_visit));
--- preserve.o ---
hptr->string, hptr->flag, hptr->count, hptr->files,
~~~~~~~~~~~
preserve.c:422:57: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
%lu
hptr->string, hptr->flag, hptr->count, hptr->files,
~~~~~~~~~~~
preserve.c:422:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
%lu
--- output.o ---
~~~~~~~~~~~
output.c:716:40: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c:719:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~
output.c:722:15:
tm_site[i],PCENT(tm_site[i],t_site));
~~~~~~~~~~
output.c:720:40: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c: In function 'hourly_total_table':
--- preserve.o ---
preserve.c:424:31:
hptr->xfer, hptr->visit, hptr->tstamp,
~~~~~~~~~~~
preserve.c:422:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
%lu
preserve.c:424:44:
hptr->xfer, hptr->visit, hptr->tstamp,
~~~~~~~~~~~~
preserve.c:439:52: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
--- output.o ---
output.c:794:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu | \n"\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%llu | \n"\
output.c:797:10:
th_hit[i]/days_in_month,th_hit[i],
~~~~~~~~~~~~~~~~~~~~~~~
output.c:794:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
output.c:800:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu | \n"\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- preserve.o ---
%lu
hptr->string, hptr->flag, hptr->count, hptr->files,
~~~~~~~~~~~
preserve.c:439:57: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
%lu
hptr->string, hptr->flag, hptr->count, hptr->files,
~~~~~~~~~~~
preserve.c:439:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
--- output.o ---
"%llu | \n"\
output.c:803:10:
th_file[i]/days_in_month,th_file[i],
~~~~~~~~~~~~~~~~~~~~~~~~
output.c:800:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
output.c:806:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu | \n"\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%llu | \n"\
output.c:809:10:
th_page[i]/days_in_month,th_page[i],
~~~~~~~~~~~~~~~~~~~~~~~~
output.c:806:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
%lu
preserve.c:441:31:
hptr->xfer, hptr->visit, hptr->tstamp,
~~~~~~~~~~~
preserve.c:439:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n%s\n",
~~~^
%lu
preserve.c:441:44:
hptr->xfer, hptr->visit, hptr->tstamp,
~~~~~~~~~~~~
preserve.c:458:55: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu\n",
--- output.o ---
output.c: In function 'top_sites_table':
output.c:838:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
switch ( (int)((HNODEPTR)(*pointer)->flag) )
^
output.c:838:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
switch ( (int)((HNODEPTR)(*pointer)->flag) )
^
output.c:856:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (flag) fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:858:30:
GREY, msg_top_top,tot_num,msg_top_of,
~~~~~~~
output.c:857:19: note: format string is defined here
"%s %llu %s %llu %s %s %s |
\n",
~~~^
%lu
--- preserve.o ---
~~~^
%lu
rptr->string, rptr->flag, rptr->count);
~~~~~~~~~~~
preserve.c:476:55: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu\n",
~~~^
%lu
aptr->string, aptr->flag, aptr->count);
~~~~~~~~~~~
preserve.c:492:49: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%llu\n",
~~~^
%lu
--- output.o ---
output.c:856:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (flag) fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:859:12:
t_site,msg_top_s,msg_h_by,msg_h_xfer);
~~~~~~
output.c:857:27: note: format string is defined here
"%s %llu %s %llu %s %s %s |
\n",
~~~^
%lu
output.c:860:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
else fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:862:30:
GREY,msg_top_top, tot_num, msg_top_of, t_site, msg_top_s);
--- preserve.o ---
sptr->string,sptr->count);
~~~~~~~~~~~
preserve.c:508:52: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
iptr->string, iptr->flag, iptr->count, iptr->files,
~~~~~~~~~~~
preserve.c:508:57: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
iptr->string, iptr->flag, iptr->count, iptr->files,
--- output.o ---
~~~~~~~
output.c:861:19: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:860:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
else fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:862:51:
GREY,msg_top_top, tot_num, msg_top_of, t_site, msg_top_s);
~~~~~~
output.c:861:27: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:890:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
~~~~~~~~~~~
preserve.c:508:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
preserve.c:510:27:
iptr->xfer, iptr->visit, iptr->tstamp);
~~~~~~~~~~~
preserve.c:508:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
snprintf(buffer,sizeof(buffer),"%s\n%d %llu %llu %.0f %llu %llu\n",
~~~^
%lu
preserve.c:510:40:
--- output.o ---
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:900:19:
i+1,hptr->count,
~~~~~~~~~~~
output.c:891:56: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c:890:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:901:61:
(t_hit==0)?0:((float)hptr->count/t_hit)*100.0,hptr->files,
~~~~~~~~~~~
output.c:893:56: note: format string is defined here
--- preserve.o ---
iptr->xfer, iptr->visit, iptr->tstamp);
~~~~~~~~~~~~
preserve.c: In function 'restore_state':
preserve.c:592:25: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
&t_hit, &t_file, &t_site, &t_url,
~~~~~~
preserve.c:592:30: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
&t_hit, &t_file, &t_site, &t_url,
~~~~~~~
--- output.o ---
"%llu | \n" \
~~~^
%lu
output.c:890:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:903:62:
(t_xfer==0)?0:((float)hptr->xfer/t_xfer)*100.0,hptr->visit,
~~~~~~~~~~~
output.c:897:56: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c: In function 'all_sites_page':
--- preserve.o ---
preserve.c:592:35: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
&t_hit, &t_file, &t_site, &t_url,
~~~~~~~
preserve.c:592:40: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 6 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
&t_hit, &t_file, &t_site, &t_url,
~~~~~~
preserve.c:592:45: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
--- output.o ---
output.c:974:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% " \
~~~~~^
%-8lu
output.c:976:13:
hptr->count,
~~~~~~~~~~~
output.c:974:35: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% " \
~~~~^
%8lu
output.c:977:59:
(t_hit==0)?0:((float)hptr->count/t_hit)*100.0,hptr->files,
~~~~~~~~~~~
output.c:974:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
preserve.c:594:8:
&t_ref, &t_agent, &t_xfer, &t_page, &t_visit, &t_user);
~~~~~~
preserve.c:592:50: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 8 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
preserve.c:594:16:
&t_ref, &t_agent, &t_xfer, &t_page, &t_visit, &t_user);
~~~~~~~~
preserve.c:592:59: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 10 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
--- output.o ---
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:979:60:
(t_xfer==0)?0:((float)hptr->xfer/t_xfer)*100.0,hptr->visit,
~~~~~~~~~~~
output.c:975:18: note: format string is defined here
"%8llu %6.02f%% %s\n",
~~~~^
%8lu
output.c:1010:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% " \
~~~~~^
%-8lu
output.c:1012:13:
hptr->count,
~~~~~~~~~~~
output.c:1010:35: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
preserve.c:594:35:
&t_ref, &t_agent, &t_xfer, &t_page, &t_visit, &t_user);
~~~~~~~
preserve.c:592:64: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 11 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
preserve.c:594:44:
&t_ref, &t_agent, &t_xfer, &t_page, &t_visit, &t_user);
~~~~~~~~
--- output.o ---
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% " \
~~~~^
%8lu
output.c:1013:59:
(t_hit==0)?0:((float)hptr->count/t_hit)*100.0,hptr->files,
~~~~~~~~~~~
output.c:1010:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1015:60:
(t_xfer==0)?0:((float)hptr->xfer/t_xfer)*100.0,hptr->visit,
~~~~~~~~~~~
output.c:1011:18: note: format string is defined here
"%8llu %6.02f%% %s\n",
~~~~^
%8lu
output.c: In function 'top_urls_table':
--- preserve.o ---
preserve.c:592:69: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 12 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %llu %llu %llu %lf %llu %llu %llu",
~~~^
%lu
preserve.c:594:54:
&t_ref, &t_agent, &t_xfer, &t_page, &t_visit, &t_user);
~~~~~~~
preserve.c:600:25: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %d %d",
~~~^
%lu
&dt_site, &ht_hit, &mh_hit, &f_day, &l_day);
~~~~~~~~
--- output.o ---
output.c:1042:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
switch ( (int)((UNODEPTR)(*pointer)->flag) )
^
output.c:1042:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
switch ( (int)((UNODEPTR)(*pointer)->flag) )
^
output.c:1059:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (flag) fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1061:29:
GREY,msg_top_top,tot_num,msg_top_of,
~~~~~~~
output.c:1060:19: note: format string is defined here
"%s %llu %s %llu %s %s %s |
\n",
~~~^
%lu
--- preserve.o ---
preserve.c:600:30: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %d %d",
~~~^
%lu
&dt_site, &ht_hit, &mh_hit, &f_day, &l_day);
~~~~~~~
preserve.c:600:35: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %llu %d %d",
~~~^
%lu
&dt_site, &ht_hit, &mh_hit, &f_day, &l_day);
~~~~~~~
preserve.c:609:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu %llu %llu",
~~~^
--- output.o ---
output.c:1059:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (flag) fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1062:12:
t_url,msg_top_u,msg_h_by,msg_h_xfer);
~~~~~
output.c:1060:27: note: format string is defined here
"%s %llu %s %llu %s %s %s |
\n",
~~~^
%lu
output.c:1063:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
else fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1065:29:
GREY,msg_top_top,tot_num,msg_top_of,t_url,msg_top_u);
~~~~~~~
--- preserve.o ---
%lu
&tm_hit[i],&tm_file[i],&tm_xfer[i],&tm_site[i],&tm_page[i],
~~~~~~~~~~
preserve.c:609:33: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu %llu %llu",
~~~^
%lu
&tm_hit[i],&tm_file[i],&tm_xfer[i],&tm_site[i],&tm_page[i],
~~~~~~~~~~~
preserve.c:609:42: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 6 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu %llu %llu",
~~~^
%lu
&tm_hit[i],&tm_file[i],&tm_xfer[i],&tm_site[i],&tm_page[i],
~~~~~~~~~~~
--- output.o ---
output.c:1064:19: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1063:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
else fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1065:48:
GREY,msg_top_top,tot_num,msg_top_of,t_url,msg_top_u);
~~~~~
output.c:1064:27: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1092:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
--- preserve.o ---
preserve.c:609:47: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu %llu %llu",
~~~^
%lu
&tm_hit[i],&tm_file[i],&tm_xfer[i],&tm_site[i],&tm_page[i],
~~~~~~~~~~~
preserve.c:609:52: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 8 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu %llu %llu",
~~~^
%lu
preserve.c:611:11:
&tm_visit[i]);
~~~~~~~~~~~~
--- output.o ---
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1098:17:
i+1,uptr->count,
~~~~~~~~~~~
output.c: In function 'all_urls_page':
output.c:1196:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %8.0f %6.02f%% %s\n",
~~~~~^
%-8lu
uptr->count,
~~~~~~~~~~~
output.c:1215:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %8.0f %6.02f%% %s\n",
~~~~~^
%-8lu
uptr->count,
~~~~~~~~~~~
output.c: In function 'top_entry_table':
--- preserve.o ---
preserve.c:620:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu",
~~~^
%lu
&th_hit[i],&th_file[i],&th_xfer[i],&th_page[i]);
~~~~~~~~~~
preserve.c:620:33: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu",
~~~^
%lu
&th_hit[i],&th_file[i],&th_xfer[i],&th_page[i]);
~~~~~~~~~~~
preserve.c:620:42: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 6 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu %llu %lf %llu",
~~~^
--- output.o ---
output.c:1245:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
if ( (int)((UNODEPTR)(*pointer)->flag) == OBJ_REG )
^
output.c:1245:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
if ( (int)((UNODEPTR)(*pointer)->flag) == OBJ_REG )
^
output.c:1268:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1270:29:
GREY,msg_top_top,tot_num,msg_top_of,
~~~~~~~
output.c:1269:19: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
--- preserve.o ---
%lu
&th_hit[i],&th_file[i],&th_xfer[i],&th_page[i]);
~~~~~~~~~~~
preserve.c:629:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu",&response[i].count);
~~~^ ~~~~~~~~~~~~~~~~~~
%lu
preserve.c:655:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
&t_unode.flag,&t_unode.count,
~~~~~~~~~~~~~~
preserve.c:655:33: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
--- output.o ---
output.c:1268:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1271:12:
(flag)?u_exit:u_entry,(flag)?msg_top_ex:msg_top_en);
~~~~~~~~~~~~~~~~~~~~~
output.c:1269:27: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1295:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1301:18:
i+1,uptr->count,
~~~~~~~~~~~
--- preserve.o ---
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:657:10:
&t_unode.files, &t_unode.xfer,
~~~~~~~~~~~~~~
preserve.c:655:42: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:658:10:
&t_unode.entry, &t_unode.exit);
~~~~~~~~~~~~~~
preserve.c:655:47: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 8 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:658:26:
&t_unode.entry, &t_unode.exit);
--- output.o ---
output.c:1295:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
output.c: In function 'top_refs_table':
output.c:1349:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
switch ( (int)((RNODEPTR)(*pointer)->flag) )
^
output.c:1349:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
switch ( (int)((RNODEPTR)(*pointer)->flag) )
^
output.c:1364:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1366:31:
GREY, msg_top_top, tot_num, msg_top_of, t_ref, msg_top_r);
~~~~~~~
--- preserve.o ---
~~~~~~~~~~~~~
preserve.c:686:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
&t_hnode.flag,&t_hnode.count,
~~~~~~~~~~~~~~
preserve.c:686:33: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:688:10:
&t_hnode.files, &t_hnode.xfer,
~~~~~~~~~~~~~~
preserve.c:686:42: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
--- output.o ---
output.c:1365:19: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1364:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1366:52:
GREY, msg_top_top, tot_num, msg_top_of, t_ref, msg_top_r);
~~~~~
output.c:1365:27: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1391:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
--- preserve.o ---
~~~^
%lu
preserve.c:689:10:
&t_hnode.visit, &t_hnode.tstamp);
~~~~~~~~~~~~~~
preserve.c:686:47: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 8 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:689:26:
&t_hnode.visit, &t_hnode.tstamp);
~~~~~~~~~~~~~~~
preserve.c:726:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
&t_hnode.flag,&t_hnode.count,
~~~~~~~~~~~~~~
--- output.o ---
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1395:18:
i+1,rptr->count,
~~~~~~~~~~~
output.c:1392:55: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c: In function 'all_refs_page':
output.c:1468:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %s\n",
~~~~~^
%-8lu
rptr->count,
~~~~~~~~~~~
output.c:1484:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %s\n",
--- preserve.o ---
preserve.c:726:33: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:728:11:
&t_hnode.files, &t_hnode.xfer,
~~~~~~~~~~~~~~
preserve.c:726:42: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:729:11:
&t_hnode.visit, &t_hnode.tstamp);
~~~~~~~~~~~~~~
preserve.c:726:47: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 8 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
--- output.o ---
~~~~~^
%-8lu
rptr->count,
~~~~~~~~~~~
output.c: In function 'top_agents_table':
output.c:1514:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
switch ( (int)((ANODEPTR)(*pointer)->flag) )
^
output.c:1514:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
switch ( (int)((ANODEPTR)(*pointer)->flag) )
^
output.c:1529:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1531:30:
GREY, msg_top_top, tot_num, msg_top_of, t_agent, msg_top_a);
~~~~~~~
output.c:1530:18: note: format string is defined here
--- preserve.o ---
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:729:27:
&t_hnode.visit, &t_hnode.tstamp);
~~~~~~~~~~~~~~~
preserve.c:765:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu",&t_rnode.flag,&t_rnode.count);
~~~^ ~~~~~~~~~~~~~~
%lu
preserve.c:790:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu",&t_anode.flag,&t_anode.count);
~~~^ ~~~~~~~~~~~~~~
%lu
--- output.o ---
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1529:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1531:51:
GREY, msg_top_top, tot_num, msg_top_of, t_agent, msg_top_a);
~~~~~~~
output.c:1530:26: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1556:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- preserve.o ---
preserve.c:815:25: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%llu",&t_snode.count);
~~~^ ~~~~~~~~~~~~~~
%lu
preserve.c:840:28: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
&t_inode.flag,&t_inode.count,
~~~~~~~~~~~~~~
preserve.c:840:33: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:842:10:
&t_inode.files, &t_inode.xfer,
--- output.o ---
output.c:1560:18:
i+1,aptr->count,
~~~~~~~~~~~
output.c: In function 'all_agents_page':
output.c:1622:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %s\n",
~~~~~^
%-8lu
aptr->count,
~~~~~~~~~~~
output.c:1638:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %s\n",
~~~~~^
%-8lu
aptr->count,
~~~~~~~~~~~
output.c: In function 'top_search_table':
output.c:1676:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- preserve.o ---
~~~~~~~~~~~~~~
preserve.c:840:42: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:843:10:
&t_inode.visit, &t_inode.tstamp);
~~~~~~~~~~~~~~
preserve.c:840:47: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 8 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=]
sscanf(buffer,"%d %llu %llu %lf %llu %llu",
~~~^
%lu
preserve.c:843:26:
&t_inode.visit, &t_inode.tstamp);
~~~~~~~~~~~~~~~
--- output.o ---
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1678:30:
GREY, msg_top_top, tot_num, msg_top_of, a_ctr, msg_top_sr);
~~~~~~~
output.c:1677:18: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1676:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1678:51:
GREY, msg_top_top, tot_num, msg_top_of, a_ctr, msg_top_sr);
~~~~~
output.c:1677:26: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1696:10: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"\n" \
^~~~~~~~
output.c:1701:14:
i+1,sptr->count,
~~~~~~~~~~~
output.c: In function 'all_search_page':
output.c:1755:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%-8llu %6.02f%% %s\n",
~~~~~^
%-8lu
sptr->count,
~~~~~~~~~~~
output.c: In function 'top_users_table':
output.c:1781:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
switch ( (int)((INODEPTR)(*pointer)->flag) )
^
output.c:1781:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
switch ( (int)((INODEPTR)(*pointer)->flag) )
^
output.c:1797:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"
| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1799:30:
GREY,msg_top_top, tot_num, msg_top_of, t_user, msg_top_i);
~~~~~~~
output.c:1798:19: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1797:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1799:51:
GREY,msg_top_top, tot_num, msg_top_of, t_user, msg_top_i);
~~~~~~
output.c:1798:27: note: format string is defined here
"%s %llu %s %llu %s |
\n",
~~~^
%lu
output.c:1827:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1837:19:
i+1,iptr->count,
~~~~~~~~~~~
output.c:1828:56: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c:1827:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1838:61:
(t_hit==0)?0:((float)iptr->count/t_hit)*100.0,iptr->files,
~~~~~~~~~~~
output.c:1830:56: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c:1827:15: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 10 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%d | \n" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:1840:62:
(t_xfer==0)?0:((float)iptr->xfer/t_xfer)*100.0,iptr->visit,
~~~~~~~~~~~
output.c:1834:56: note: format string is defined here
"%llu | \n" \
~~~^
%lu
output.c: In function 'all_users_page':
output.c:1906:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% %8llu %6.02f%% %s\n",
~~~~~^
%-8lu
iptr->count,
~~~~~~~~~~~
output.c:1906:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% %8llu %6.02f%% %s\n",
~~~~^
%8lu
output.c:1908:59:
(t_hit==0)?0:((float)iptr->count/t_hit)*100.0,iptr->files,
~~~~~~~~~~~
output.c:1906:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% %8llu %6.02f%% %s\n",
~~~~^
%8lu
output.c:1910:60:
(t_xfer==0)?0:((float)iptr->xfer/t_xfer)*100.0,iptr->visit,
~~~~~~~~~~~
output.c:1927:13: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% %8llu %6.02f%% %s\n",
~~~~~^
%-8lu
iptr->count,
~~~~~~~~~~~
output.c:1927:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% %8llu %6.02f%% %s\n",
~~~~^
%8lu
output.c:1929:59:
(t_hit==0)?0:((float)iptr->count/t_hit)*100.0,iptr->files,
~~~~~~~~~~~
output.c:1927:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%-8llu %6.02f%% %8llu %6.02f%% %8.0f %6.02f%% %8llu %6.02f%% %s\n",
~~~~^
%8lu
output.c:1931:60:
(t_xfer==0)?0:((float)iptr->xfer/t_xfer)*100.0,iptr->visit,
~~~~~~~~~~~
output.c: In function 'top_ctry_table':
output.c:2136:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~
output.c:2146:19:
i+1,top_ctrys[i]->count,
~~~~~~~~~~~~~~~~~~~
output.c:2136:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
--- wcmgr.o ---
wcmgr.c: In function 'list_cache':
wcmgr.c:397:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
printf("Filename: %s (%llu records)\n",in_file, t_rec);
~~~^ ~~~~~
%lu
--- output.o ---
output.c: In function 'dump_all_sites':
output.c:2191:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu\t%llu\t%.0f\t%llu\t%s\n",
~~~^
%lu
hptr->count,hptr->files,hptr->xfer/1024,
~~~~~~~~~~~
output.c:2191:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu\t%llu\t%.0f\t%llu\t%s\n",
~~~^
%lu
hptr->count,hptr->files,hptr->xfer/1024,
~~~~~~~~~~~
--- wcmgr.o ---
wcmgr.c: In function 'purge_cache':
wcmgr.c:580:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
printf("%llu of %llu records purged from '%s'\n",t_exp,t_in,in_file);
~~~^ ~~~~~
%lu
wcmgr.c:580:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
printf("%llu of %llu records purged from '%s'\n",t_exp,t_in,in_file);
~~~^ ~~~~
%lu
--- output.o ---
output.c:2191:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu\t%llu\t%.0f\t%llu\t%s\n",
~~~^
%lu
output.c:2193:13:
hptr->visit,hptr->string);
~~~~~~~~~~~
--- wcmgr.o ---
wcmgr.c: In function 'del_rec':
wcmgr.c:771:34: warning: operation on 'cp' may be undefined [-Wsequence-point]
cp=addr; while (*cp!='\0') *cp++=tolower(*cp);
~~^~
--- output.o ---
output.c: In function 'dump_all_urls':
output.c:2232:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu\t%.0f\t%s\n",
~~~^
%lu
uptr->count,uptr->xfer/1024,uptr->string);
~~~~~~~~~~~
--- wcmgr.o ---
wcmgr.c: In function 'add_rec':
wcmgr.c:856:34: warning: operation on 'cp' may be undefined [-Wsequence-point]
cp=addr; while (*cp!='\0') *cp++=tolower(*cp);
~~^~
wcmgr.c:859:37: warning: operation on 'cp' may be undefined [-Wsequence-point]
cp=name; while (*cp!='\0') *cp++=tolower(*cp);
~~^~
--- output.o ---
output.c: In function 'dump_all_refs':
output.c:2272:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu\t%s\n",rptr->count, rptr->string);
~~~^ ~~~~~~~~~~~
%lu
output.c: In function 'dump_all_agents':
--- wcmgr.o ---
wcmgr.c: In function 'import_cache':
--- output.o ---
output.c:2311:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu\t%s\n",aptr->count,aptr->string);
~~~^ ~~~~~~~~~~~
%lu
--- wcmgr.o ---
wcmgr.c:1040:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (verbose) printf("%llu records imported into '%s' from file '%s'\n",
~~~^
%lu
t_rec, in_file, out_file);
~~~~~
--- output.o ---
output.c: In function 'dump_all_users':
--- wcmgr.o ---
wcmgr.c: In function 'export_cache':
wcmgr.c:1148:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (verbose) printf("%llu records exported from '%s' to file '%s'\n",
~~~^
%lu
t_rec, in_file, out_file);
~~~~~
--- output.o ---
output.c:2352:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu\t%llu\t%.0f\t%llu\t%s\n",
~~~^
%lu
iptr->count,iptr->files,iptr->xfer/1024,
~~~~~~~~~~~
output.c:2352:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu\t%llu\t%.0f\t%llu\t%s\n",
~~~^
%lu
iptr->count,iptr->files,iptr->xfer/1024,
~~~~~~~~~~~
output.c:2352:32: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
"%llu\t%llu\t%.0f\t%llu\t%s\n",
~~~^
%lu
output.c:2354:13:
iptr->visit,iptr->string);
~~~~~~~~~~~
output.c: In function 'dump_all_search':
output.c:2391:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu\t%s\n",sptr->count,sptr->string);
~~~^ ~~~~~~~~~~~
%lu
output.c: In function 'write_main_index':
output.c:2510:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"| " \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_visits);
~~~~~~~~
output.c:2511:42: note: format string is defined here
"%0llu", GRPCOLOR, m_visits);
~~~~^
%0lu
output.c:2512:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_pages);
~~~~~~~
output.c:2513:42: note: format string is defined here
"%0llu", GRPCOLOR, m_pages);
~~~~^
%0lu
output.c:2514:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_files);
~~~~~~~
output.c:2515:42: note: format string is defined here
"%0llu", GRPCOLOR, m_files);
~~~~^
%0lu
output.c:2516:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_hit);
~~~~~
output.c:2517:42: note: format string is defined here
"%0llu", GRPCOLOR, m_hit);
~~~~^
%0lu
output.c:2538:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].hit/days_in_month);
~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:2540:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].files/days_in_month);
~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:2542:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].page/days_in_month);
~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:2544:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].visit/days_in_month);
~~~~~~~~~~~~~~~~~~~~~~~~~~~
output.c:2546:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].site);
~~~~~~~~~~~~
output.c:2550:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].visit);
~~~~~~~~~~~~~
output.c:2552:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].page);
~~~~~~~~~~~~
output.c:2554:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | \n",
~~~^
%lu
hist[i].files);
~~~~~~~~~~~~~
output.c:2556:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"%llu | ",
~~~^
%lu
hist[i].hit);
~~~~~~~~~~~
output.c:2578:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_visits);
~~~~~~~~
output.c:2579:45: note: format string is defined here
"%0llu", GRPCOLOR, m_visits);
~~~~^
%0lu
output.c:2580:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_pages);
~~~~~~~
output.c:2581:45: note: format string is defined here
"%0llu", GRPCOLOR, m_pages);
~~~~^
%0lu
output.c:2582:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_files);
~~~~~~~
output.c:2583:45: note: format string is defined here
"%0llu", GRPCOLOR, m_files);
~~~~^
%0lu
output.c:2584:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(out_fp,"" \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"%0llu | ", GRPCOLOR, m_hit);
~~~~~
output.c:2585:45: note: format string is defined here
"%0llu", GRPCOLOR, m_hit);
~~~~^
%0lu
--- webalizer.o ---
webalizer.c: In function 'main':
webalizer.c:746:43: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"%s: %s [%llu]",
~~~^
%lu
msg_bad_date,log_rec.datetime,total_rec);
~~~~~~~~~
webalizer.c:981:49: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (verbose) fprintf(stderr,"%s [%llu]\n",
~~~^
%lu
msg_big_ref,total_rec);
~~~~~~~~~
webalizer.c:989:49: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (verbose) fprintf(stderr,"%s [%llu]\n",
~~~^
%lu
msg_big_req,total_rec);
~~~~~~~~~
webalizer.c:1079:52: warning: argument to 'sizeof' in 'strncpy' call is the same expression as the source; did you mean to use the size of the destination? [-Wsizeof-pointer-memaccess]
strncpy(host_buf, log_rec.hostname, sizeof(log_rec.hostname));
^
webalizer.c:1415:42: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
fprintf(stderr,"%s (%llu)",msg_bad_rec,total_rec);
~~~^ ~~~~~~~~~
%lu
webalizer.c:1467:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
printf("%llu %s ",total_rec, msg_records);
~~~^ ~~~~~~~~~
%lu
webalizer.c:1470:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
printf("(%llu %s",total_ignore,msg_ignored);
~~~^ ~~~~~~~~~~~~
%lu
webalizer.c:1471:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
if (total_bad) printf(", %llu %s) ",total_bad,msg_bad);
~~~^ ~~~~~~~~~
%lu
webalizer.c:1474:42: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=]
else if (total_bad) printf("(%llu %s) ",total_bad,msg_bad);
~~~^ ~~~~~~~~~
%lu
webalizer.c: In function 'get_config':
webalizer.c:1728:18: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
case 29: if (tolower(value[0])=='y')
^~
webalizer.c:1729:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
verbose=0; break; /* ReallyQuiet */
^~~~~
webalizer.c: In function 'srch_string':
webalizer.c:2167:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while (*cp1!='=' && *cp1!=0) cp1++; if (*cp1!=0) cp1++;
^~~~~
webalizer.c:2167:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while (*cp1!='=' && *cp1!=0) cp1++; if (*cp1!=0) cp1++;
^~
--- wcmgr.o ---
In function 'add_rec.part.1',
inlined from 'add_rec' at wcmgr.c:835:6:
wcmgr.c:915:13: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
strncpy(name,addr,strlen(addr));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- wcmgr ---
cc -L/usr/local/lib -L/usr/local/lib -o wcmgr wcmgr.o
--- preserve.o ---
preserve.c:648:7: warning: 'strncpy' output may be truncated copying 512 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXURLH);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preserve.c:679:7: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXHOST);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preserve.c:719:7: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXHOST);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preserve.c:758:7: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXREFH);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preserve.c:783:7: warning: 'strncpy' output may be truncated copying 128 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXAGENT);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preserve.c:808:7: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXSRCH);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preserve.c:833:7: warning: 'strncpy' output may be truncated copying 64 bytes from a string of length 4095 [-Wstringop-truncation]
strncpy(tmp_buf,buffer,MAXIDENT);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- webalizer.o ---
webalizer.c: In function 'get_config':
webalizer.c:1833:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 100:strncpy(pie_color4+1, value, 6); break; /* PieColor4 */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1832:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 99: strncpy(pie_color3+1, value, 6); break; /* PieColor3 */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1831:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 98: strncpy(pie_color2+1, value, 6); break; /* PieColor2 */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1830:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 97: strncpy(pie_color1+1, value, 6); break; /* PieColor1 */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1829:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 96: strncpy(misc_color+1, value, 6); break; /* ColorMisc */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1828:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 95: strncpy(visit_color+1,value, 6); break; /* ColorVisit */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1827:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 94: strncpy(page_color+1, value, 6); break; /* ColorPage */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1826:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 93: strncpy(kbyte_color+1,value, 6); break; /* ColorKbyte */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1825:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 92: strncpy(site_color+1, value, 6); break; /* ColorSite */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1824:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 91: strncpy(file_color+1, value, 6); break; /* ColorFile */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c:1823:18: warning: 'strncpy' output may be truncated copying 6 bytes from a string of length 131 [-Wstringop-truncation]
case 90: strncpy(hit_color+1, value, 6); break; /* ColorHit */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
webalizer.c: In function 'main':
webalizer.c:942:19: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
strncpy(log_rec.srchstr,(char *)cp1,MAXSRCH);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- webalizer ---
cc -L/usr/local/lib -L/usr/local/lib -o webalizer webalizer.o hashtab.o linklist.o preserve.o parser.o output.o dns_resolv.o graphs.o -lbz2 -lgd -lpng -lz -lm
rm -f webazolver
ln -s webalizer webazolver
SUCCEEDED 00:00:05
-------------------------------------------------------------------------------
-- Phase: run-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: stage
-------------------------------------------------------------------------------
===> Staging for de-webalizer-2.23.8_12
===> Generating temporary packing list
install -s -m 555 /construction/german/webalizer2/webalizer-2.23-08/webalizer /construction/german/webalizer2/stage/usr/local/bin/de-webalizer
install -s -m 555 /construction/german/webalizer2/webalizer-2.23-08/wcmgr /construction/german/webalizer2/stage/usr/local/bin/de-wcmgr
ln -sf de-webalizer /construction/german/webalizer2/stage/usr/local/bin/de-webazolver
install -m 0644 /construction/german/webalizer2/webalizer-2.23-08/sample.conf /construction/german/webalizer2/stage/usr/local/etc/de-webalizer.conf-dist ;
install -m 444 /construction/german/webalizer2/webalizer-2.23-08/webalizer.1 /construction/german/webalizer2/stage/usr/local/man/man1/de-webalizer.1
install -m 444 /construction/german/webalizer2/webalizer-2.23-08/wcmgr.1 /construction/german/webalizer2/stage/usr/local/man/man1/de-wcmgr.1
/bin/mkdir -p /construction/german/webalizer2/stage/usr/local/share/doc/de-webalizer
install -m 0644 /construction/german/webalizer2/webalizer-2.23-08/CHANGES /construction/german/webalizer2/webalizer-2.23-08/Copyright /construction/german/webalizer2/webalizer-2.23-08/INSTALL /construction/german/webalizer2/webalizer-2.23-08/README /construction/german/webalizer2/webalizer-2.23-08/README.FIRST /construction/german/webalizer2/webalizer-2.23-08/DNS.README /construction/german/webalizer2/webalizer-2.23-08/country-codes.txt /construction/german/webalizer2/stage/usr/local/share/doc/de-webalizer/
/bin/mkdir -p /construction/german/webalizer2/stage/usr/local/share/examples/de-webalizer
install -m 0644 /construction/german/webalizer2/webalizer-2.23-08/msfree.png /construction/german/webalizer2/webalizer-2.23-08/sample.conf /construction/german/webalizer2/webalizer-2.23-08/webalizer.png /construction/german/webalizer2/stage/usr/local/share/examples/de-webalizer/
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: package
-------------------------------------------------------------------------------
===> Building package for de-webalizer-2.23.8_12
file sizes/checksums [16]: 0%
file sizes/checksums [16]: 100%
packing files [16]: 0%
packing files [16]: 100%
packing directories [0]: 0%
packing directories [0]: 100%
SUCCEEDED 00:00:01
TOTAL TIME 00:00:17