MidnightBSD Magus

www/sitecopy

Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy

Flavor Version Run OSVersion Arch License Restricted Status
0.16.6_8 520 3.0 i386 gpl2 0 fail

Events

Machine Type Time Message
m3032b info 2023-03-13 03:10:59.458423 Test Started
m3032b fail 2023-03-13 03:11:06.685007 make build returned non-zero: 1
m3032b fail 2023-03-13 03:11:06.726948 Test complete.

Log

===>  Building for sitecopy-0.16.6_8
gmake[1]: Entering directory '/magus/work/usr/mports/www/sitecopy/work/sitecopy-0.16.6'
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/sites.o -c src/sites.c
>>> Entering intl
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/sitefiles.o -c src/sitefiles.c
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/sitestore.o -c src/sitestore.c
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/rcfile.o -c src/rcfile.c
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/common.o -c src/common.c
gmake[2]: Entering directory '/magus/work/usr/mports/www/sitecopy/work/sitecopy-0.16.6/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/magus/work/usr/mports/www/sitecopy/work/sitecopy-0.16.6/intl'
<<< Leaving intl
>>> Entering lib/neon
gmake[2]: Entering directory '/magus/work/usr/mports/www/sitecopy/work/sitecopy-0.16.6/lib/neon'
Bundled neon build not being used.
gmake[2]: Leaving directory '/magus/work/usr/mports/www/sitecopy/work/sitecopy-0.16.6/lib/neon'
<<< Leaving lib/neon
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/nulldriver.o -c src/nulldriver.c
src/sitefiles.c:220:48: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
            DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, file, site);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./src/sitesi.h:59:8: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
       file->local.time, file->stored.time,                     \
       ^~~~~~~~~~~~~~~~
src/sitefiles.c:220:48: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
            DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, file, site);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./src/sitesi.h:59:26: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
       file->local.time, file->stored.time,                     \
                         ^~~~~~~~~~~~~~~~~
src/sitefiles.c:220:48: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
            DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, file, site);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./src/sitesi.h:71:35: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
    NE_DEBUG(ch, "Server: %ld\n", file->server.time);           \
                          ~~~     ^~~~~~~~~~~~~~~~~
src/sitestore.c:178:41: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
                fprintf(fp, "%ld", current->stored.time);
                                      ~~~             ^~~~~~~~~~~~~~~~~~~~
                                      %d
src/sitestore.c:185:5: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
                         current->server.time);
                         ^~~~~~~~~~~~~~~~~~~~
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/lsparser.o -c src/lsparser.c
src/sitestore.c:388:37: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
        DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, file, doc->site);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
./src/sitesi.h:59:8: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
       file->local.time, file->stored.time,                     \
       ^~~~~~~~~~~~~~~~
src/sitestore.c:388:37: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
        DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, file, doc->site);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
./src/sitesi.h:59:26: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
       file->local.time, file->stored.time,                     \
                         ^~~~~~~~~~~~~~~~~
src/sitestore.c:388:37: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
        DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, file, doc->site);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
./src/sitesi.h:71:35: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
    NE_DEBUG(ch, "Server: %ld\n", file->server.time);           \
                          ~~~     ^~~~~~~~~~~~~~~~~
src/sites.c:914:41: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
            DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, current, site);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./src/sitesi.h:59:8: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
       file->local.time, file->stored.time,                     \
       ^~~~~~~~~~~~~~~~
src/sites.c:914:41: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
            DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, current, site);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./src/sitesi.h:59:26: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
       file->local.time, file->stored.time,                     \
                         ^~~~~~~~~~~~~~~~~
src/sites.c:914:41: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
            DEBUG_DUMP_FILE_PROPS(DEBUG_FILES, current, site);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
./src/sitesi.h:71:35: note: expanded from macro 'DEBUG_DUMP_FILE_PROPS'
    NE_DEBUG(ch, "Server: %ld\n", file->server.time);           \
                          ~~~     ^~~~~~~~~~~~~~~~~
src/sites.c:976:8: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
                     file->server.time, remote_mtime);
                     ^~~~~~~~~~~~~~~~~
src/sites.c:976:27: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
                     file->server.time, remote_mtime);
                                        ^~~~~~~~~~~~
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/ftp.o -c src/ftp.c
5 warnings generated.
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/ftpdriver.o -c src/ftpdriver.c
In file included from src/ftp.c:30:
/usr/include/sys/socket.h:73:21: error: typedef redefinition with different types ('__socklen_t' (aka 'unsigned int') vs '__uint64_t' (aka 'unsigned long long'))
typedef __socklen_t     socklen_t;
                        ^
/usr/include/sys/types.h:261:20: note: previous definition is here
typedef __uint64_t      ksize_t;
                        ^
./config.h:679:17: note: expanded from macro 'ksize_t'
#define ksize_t socklen_t
                ^
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/davdriver.o -c src/davdriver.c
3 warnings generated.
cc -isystem /usr/local/include -D_THREAD_SAFE -I. -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -I./src -I./lib -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/neon -o src/rshdriver.o -c src/rshdriver.c
1 error generated.
gmake[1]: *** [Makefile:103: src/ftp.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
5 warnings generated.
gmake[1]: Leaving directory '/magus/work/usr/mports/www/sitecopy/work/sitecopy-0.16.6'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/www/sitecopy

Links

Depends On

Depend Of

Nothing

Categories