=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/multimedia/dvdbackup", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for dvdbackup-0.4.2nb3 --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in man Making all in po --- check-macro-version --- Making all in src --- main.o --- --- dvdbackup.o --- --- main.o --- gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/usr/include -DLOCALEDIR=\"/opt/local/share/locale\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -pedantic -Wall -Wextra -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c --- dvdbackup.o --- gcc -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I/usr/include -DLOCALEDIR=\"/opt/local/share/locale\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -pedantic -Wall -Wextra -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT dvdbackup.o -MD -MP -MF .deps/dvdbackup.Tpo -c -o dvdbackup.o dvdbackup.c dvdbackup.c: In function 'DVDWriteCells': dvdbackup.c:172:36: warning: unused parameter 'title_set_info' [-Wunused-parameter] 172 | title_set_info_t * title_set_info, titles_info_t * titles_info, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ --- main.o --- mv -f .deps/main.Tpo .deps/main.Po --- dvdbackup.o --- dvdbackup.c: In function 'DVDCopyMenu': dvdbackup.c:1109:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 1109 | strncpy(progressText, _("menu"), MAXNAME); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c: In function 'DVDGetTitleName': dvdbackup.c:1321:38: warning: '%s' directive output may be truncated writing up to 2007 bytes into a region of size 33 [-Wformat-truncation=] 1321 | snprintf(title, length + 1, "%s", tempBuf + 40); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ dvdbackup.c:1321:9: note: 'snprintf' output between 1 and 2008 bytes into a destination of size 33 1321 | snprintf(title, length + 1, "%s", tempBuf + 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/dvdbackup.Tpo .deps/dvdbackup.Po --- dvdbackup --- gcc -DLOCALEDIR=\"/opt/local/share/locale\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -pedantic -Wall -Wextra -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-R/opt/local/lib -lintl -liconv -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o dvdbackup main.o dvdbackup.o -ldvdread