+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/minidlna-1.2.1.20180601nb12/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/minidlna-1.2.1.20180601nb12/work.log => Bootstrap dependency digest>=20211023: found digest-20211023 ===> Building for minidlna-1.2.1.20180601nb12 /opt/local/bin/bmake all-recursive Making all in po test ! -f ./minidlna.pot || test -z "da.gmo de.gmo es.gmo fr.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo pl.gmo ru.gmo sl.gmo sv.gmo" || /opt/local/bin/bmake da.gmo de.gmo es.gmo fr.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo pl.gmo ru.gmo sl.gmo sv.gmo rm -f de.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o de.gmo de.po de.po: 23 translated messages. rm -f es.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o es.gmo es.po es.po: 23 translated messages. rm -f fr.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 23 translated messages. rm -f it.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o it.gmo it.po it.po: 23 translated messages. rm -f ja.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o ja.gmo ja.po ja.po: 23 translated messages. rm -f ko.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o ko.gmo ko.po ko.po: 23 translated messages. rm -f nb.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o nb.gmo nb.po nb.po: 23 translated messages. rm -f nl.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o nl.gmo nl.po nl.po: 23 translated messages. rm -f pl.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o pl.gmo pl.po pl.po: 23 translated messages. rm -f ru.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o ru.gmo ru.po ru.po: 22 translated messages, 1 untranslated message. rm -f sl.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o sl.gmo sl.po sl.po: 23 translated messages. rm -f sv.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o sv.gmo sv.po sv.po: 23 translated messages. rm -f da.gmo && /home/pbulk/build/multimedia/minidlna/work/.tools/bin/msgfmt -c --statistics --verbose -o da.gmo da.po da.po: 23 translated messages. touch stamp-po CC minidlna.o In file included from minidlna.c:89: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ minidlna.c: In function '_get_dbtime': minidlna.c:309:34: warning: '/files.db' directive output may be truncated writing 9 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 309 | snprintf(path, sizeof(path), "%s/files.db", db_path); | ^~~~~~~~~ minidlna.c:309:2: note: 'snprintf' output between 10 and 1033 bytes into a destination of size 1024 309 | snprintf(path, sizeof(path), "%s/files.db", db_path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ minidlna.c: In function 'open_db': minidlna.c:321:34: warning: '/files.db' directive output may be truncated writing 9 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 321 | snprintf(path, sizeof(path), "%s/files.db", db_path); | ^~~~~~~~~ minidlna.c:321:2: note: 'snprintf' output between 10 and 1033 bytes into a destination of size 1024 321 | snprintf(path, sizeof(path), "%s/files.db", db_path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ minidlna.c: In function 'check_db': minidlna.c:401:50: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1008 and 2031 [-Wformat-truncation=] 401 | snprintf(cmd, sizeof(cmd), "rm -rf %s/files.db %s/art_cache", db_path, db_path); | ^~ ~~~~~~~ minidlna.c:401:3: note: 'snprintf' output between 28 and 2074 bytes into a destination of size 2048 401 | snprintf(cmd, sizeof(cmd), "rm -rf %s/files.db %s/art_cache", db_path, db_path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ minidlna.c: In function 'init': minidlna.c:580:2: warning: 'strncat' output may be truncated copying 12 bytes from a string of length 12 [-Wstringop-truncation] 580 | strncat(uuidvalue, mac_str, 12); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from minidlna.c:89: In function 'strncpyt', inlined from 'getfriendlyname' at minidlna.c:240:3, inlined from 'init' at minidlna.c:582:2: utils.h:56:2: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 255 [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'init' at minidlna.c:636:4: utils.h:56:2: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 199 [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'init' at minidlna.c:633:4: utils.h:56:2: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 199 [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'init' at minidlna.c:630:4: utils.h:56:2: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 199 [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'init' at minidlna.c:627:4: utils.h:56:2: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 199 [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ minidlna.c: In function 'init': minidlna.c:911:39: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1017 [-Wformat-truncation=] 911 | snprintf(buf, sizeof(buf), "rm -rf %s/files.db %s/art_cache", db_path, db_path); | ^~ ~~~~~~~ minidlna.c:911:4: note: 'snprintf' output between 28 and 2074 bytes into a destination of size 1024 911 | snprintf(buf, sizeof(buf), "rm -rf %s/files.db %s/art_cache", db_path, db_path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from minidlna.c:89: In function 'strncpyt', inlined from 'init' at minidlna.c:1033:3: utils.h:56:2: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 199 [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'writepidfile' at minidlna.c:448:2, inlined from 'init' at minidlna.c:1055:6: utils.h:56:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ CC upnphttp.o In file included from upnphttp.c:74: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ CC upnpdescgen.o In file included from upnpdescgen.c:34: event.h:45:1: warning: parameter names (without types) in function declaration 45 | typedef int event_module_process_t(u_long); | ^~~~~~~ CC upnpsoap.o In file included from upnpsoap.c:66: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ upnpsoap.c: In function 'BrowseContentDirectory': upnpsoap.c:1419:17: warning: implicit declaration of function 'MAX' [-Wimplicit-function-declaration] 1419 | int limit = MAX(magic->max_count - StartingIndex, 0); | ^~~ CC upnpreplyparse.o CC minixml.o CC clients.o CC getifaddr.o In file included from getifaddr.c:67: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ getifaddr.c: In function 'getifaddr.isra': getifaddr.c:154:3: warning: 'memcpy' forming offset [16, 19] is out of the bounds [0, 16] of object 'addr' with type 'struct sockaddr_in' [-Warray-bounds] 154 | memcpy(&lan_addr[n_lan_addr].mask, &addr.sin_addr, sizeof(addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getifaddr.c:115:21: note: 'addr' declared here 115 | struct sockaddr_in addr; | ^~~~ CC process.o CC upnpglobalvars.o CC options.o In file included from options.c:35: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ In function 'strncpyt', inlined from 'readoptionsfile' at options.c:175:4: utils.h:56:2: warning: 'strncpy' specified bound 200 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ CC minissdp.o In file included from minissdp.c:53: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ CC uuid.o CC upnpevents.o In file included from upnpevents.c:72: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ In function 'strncpyt', inlined from 'newSubscriber' at upnpevents.c:138:2, inlined from 'upnpevents_addSubscriber' at upnpevents.c:160:8: utils.h:56:2: warning: 'strncpy' specified bound 42 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ CC sql.o CC utils.o In file included from utils.c:35: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ CC metadata.o In file included from metadata.c:43: In function 'strncpyt', inlined from 'check_for_captions' at metadata.c:125:2: utils.h:56:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ CC scanner.o In file included from scanner.c:43: utils.h: In function 'strcatf': utils.h:49:14: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] 49 | str->off += MIN(ret, size); | ^~~ scanner.c: In function 'start_scanner': scanner.c:904:2: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] 904 | av_register_all(); | ^~~~~~~~~~~~~~~ In file included from libav.h:51, from scanner.c:37: /home/pbulk/build/multimedia/minidlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1955:6: note: declared here 1955 | void av_register_all(void); | ^~~~~~~~~~~~~~~ scanner.c: In function 'insert_file': scanner.c:206:39: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 206 | sprintf(last_camdate.parentID, "%s$%llX", last_cam.parentID, (long long)parentID); | ^~~~ scanner.c:206:35: note: using the range [0, 18446744073709551615] for directive argument 206 | sprintf(last_camdate.parentID, "%s$%llX", last_cam.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:206:4: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 206 | sprintf(last_camdate.parentID, "%s$%llX", last_cam.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanner.c:280:47: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 280 | sprintf(last_artistAlbumAll.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~ scanner.c:280:43: note: using the range [0, 18446744073709551615] for directive argument 280 | sprintf(last_artistAlbumAll.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:280:5: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 280 | sprintf(last_artistAlbumAll.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanner.c:296:44: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 296 | sprintf(last_artistAlbum.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~ scanner.c:296:40: note: using the range [0, 18446744073709551615] for directive argument 296 | sprintf(last_artistAlbum.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:296:5: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 296 | sprintf(last_artistAlbum.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanner.c:296:44: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 296 | sprintf(last_artistAlbum.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~ scanner.c:296:40: note: using the range [0, 18446744073709551615] for directive argument 296 | sprintf(last_artistAlbum.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:296:5: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 296 | sprintf(last_artistAlbum.parentID, "%s$%llX", last_artist.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanner.c:321:47: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 321 | sprintf(last_genreArtistAll.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~ scanner.c:321:43: note: using the range [0, 18446744073709551615] for directive argument 321 | sprintf(last_genreArtistAll.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:321:5: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 321 | sprintf(last_genreArtistAll.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanner.c:336:44: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 336 | sprintf(last_genreArtist.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~ scanner.c:336:40: note: using the range [0, 18446744073709551615] for directive argument 336 | sprintf(last_genreArtist.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:336:5: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 336 | sprintf(last_genreArtist.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanner.c:336:44: warning: '%llX' directive writing between 1 and 16 bytes into a region of size between 0 and 63 [-Wformat-overflow=] 336 | sprintf(last_genreArtist.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~ scanner.c:336:40: note: using the range [0, 18446744073709551615] for directive argument 336 | sprintf(last_genreArtist.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~~~~~~ scanner.c:336:5: note: 'sprintf' output between 3 and 81 bytes into a destination of size 64 336 | sprintf(last_genreArtist.parentID, "%s$%llX", last_genre.parentID, (long long)parentID); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from scanner.c:43: In function 'strncpyt', inlined from 'start_rescan' at scanner.c:878:3: utils.h:56:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'start_rescan' at scanner.c:879:3: utils.h:56:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ In function 'strncpyt', inlined from 'start_scanner' at scanner.c:915:3: utils.h:56:2: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 56 | strncpy(dst, src, len); | ^~~~~~~~~~~~~~~~~~~~~~ CC monitor.o In file included from monitor.c:39: linux/inotify.h:10:10: fatal error: linux/types.h: No such file or directory 10 | #include | ^~~~~~~~~~~~~~~ compilation terminated. *** [monitor.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/multimedia/minidlna/work/minidlna-git-799e6cf505ec470b2bf0ae4118143380aa16b837 1 error bmake[2]: stopped in /home/pbulk/build/multimedia/minidlna/work/minidlna-git-799e6cf505ec470b2bf0ae4118143380aa16b837 *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/multimedia/minidlna/work/minidlna-git-799e6cf505ec470b2bf0ae4118143380aa16b837 1 error bmake[1]: stopped in /home/pbulk/build/multimedia/minidlna/work/minidlna-git-799e6cf505ec470b2bf0ae4118143380aa16b837 *** [all] Error code 2 bmake: stopped in /home/pbulk/build/multimedia/minidlna/work/minidlna-git-799e6cf505ec470b2bf0ae4118143380aa16b837 1 error bmake: stopped in /home/pbulk/build/multimedia/minidlna/work/minidlna-git-799e6cf505ec470b2bf0ae4118143380aa16b837 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/multimedia/minidlna *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/multimedia/minidlna