------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> de-dtaus-0.9 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> de-dtaus-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by de-dtaus-0.9 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> de-dtaus-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by de-dtaus-0.9 for building => SHA256 Checksum OK for dtaus-0.9.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> de-dtaus-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by de-dtaus-0.9 for building ===> Extracting for de-dtaus-0.9 ===> de-dtaus-0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by de-dtaus-0.9 for building => SHA256 Checksum OK for dtaus-0.9.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for de-dtaus-0.9 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for de-dtaus-0.9 /usr/bin/env WRKSRC=/construction/german/dtaus/dtaus-0.9 REWARNFILE=/construction/german/dtaus/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|||g' /construction/german/dtaus/dtaus-0.9/bigint.c /construction/german/dtaus/dtaus-0.9/dtaus.c /usr/bin/env WRKSRC=/construction/german/dtaus/dtaus-0.9 REWARNFILE=/construction/german/dtaus/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|^CC =|CC?=|' -e 's|^CFLAGS =|CFLAGS+=|' /construction/german/dtaus/dtaus-0.9/Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for de-dtaus-0.9 --- dtaus.o --- --- main.o --- --- bigint.o --- --- latex.o --- --- dtaus.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O3 -c dtaus.c --- main.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O3 -c main.c --- bigint.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O3 -c bigint.c --- latex.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O3 -c latex.c --- dtaus.o --- dtaus.c: In function 'dtaus2control': dtaus.c:1052:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memset (buf, 0, sizeof(buf)); ^ dtaus.c:1071:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memset (buf, 0, sizeof(buf)); ^ dtaus.c: In function 'extract_ident.part.4': dtaus.c:458:9: warning: 'strncpy' output may be truncated copying 29 bytes from a string of length 99 [-Wstringop-truncation] strncpy(word, downcase(line), 29); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c: In function 'string2real': dtaus.c:266:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(res, s, strlen(s)-2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c:265:7: note: length computed here cp+=strlen(s)-2; ^~~~~~~~~ dtaus.c: In function 'get_date': dtaus.c:568:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-overflow=] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:568:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~ dtaus.c:568:16: note: directive argument in the range [-99, 99] dtaus.c:568:3: note: 'sprintf' output between 9 and 28 bytes into a destination of size 10 sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c: In function 'dtaus_prepareA': dtaus.c:593:21: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 8 [-Wformat-overflow=] sprintf(tmp, "%02d%02d%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:593:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(tmp, "%02d%02d%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~ dtaus.c:593:16: note: directive argument in the range [-99, 99] dtaus.c:593:3: note: 'sprintf' output between 7 and 26 bytes into a destination of size 10 sprintf(tmp, "%02d%02d%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'string2real', inlined from 'dtaus2control' at dtaus.c:1019:6: dtaus.c:266:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(res, s, strlen(s)-2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c: In function 'dtaus2control': dtaus.c:265:7: note: length computed here cp+=strlen(s)-2; ^~~~~~~~~ In function 'string2real', inlined from 'dtaus2control' at dtaus.c:1017:6: dtaus.c:266:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(res, s, strlen(s)-2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c: In function 'dtaus2control': dtaus.c:265:7: note: length computed here cp+=strlen(s)-2; ^~~~~~~~~ In function 'string2real', inlined from 'dtaus2control' at dtaus.c:1103:4: dtaus.c:266:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(res, s, strlen(s)-2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c: In function 'dtaus2control': dtaus.c:265:7: note: length computed here cp+=strlen(s)-2; ^~~~~~~~~ dtaus.c: In function 'control2dtaus': dtaus.c:568:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-overflow=] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:568:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~ dtaus.c:568:16: note: directive argument in the range [-99, 99] dtaus.c:568:3: note: 'sprintf' output between 9 and 28 bytes into a destination of size 10 sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c:568:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-overflow=] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:568:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~ dtaus.c:568:16: note: directive argument in the range [-99, 99] dtaus.c:568:3: note: 'sprintf' output between 9 and 28 bytes into a destination of size 10 sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c:568:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-overflow=] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:568:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~ dtaus.c:568:16: note: directive argument in the range [-99, 99] dtaus.c:568:3: note: 'sprintf' output between 9 and 28 bytes into a destination of size 10 sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dtaus --- cc -o dtaus dtaus.o main.o bigint.o latex.o SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for de-dtaus-0.9 ===> Generating temporary packing list install -s -m 555 /construction/german/dtaus/dtaus-0.9/dtaus /construction/german/dtaus/stage/usr/local/bin/ install -m 444 /construction/german/dtaus/dtaus-0.9/dtaus.1 /construction/german/dtaus/stage/usr/local/man/man1/ install -m 444 /construction/german/dtaus/dtaus-0.9/dtaus.5 /construction/german/dtaus/stage/usr/local/man/man5/ /bin/mkdir -p /construction/german/dtaus/stage/usr/local/share/doc/dtaus install -m 0644 /construction/german/dtaus/dtaus-0.9/ChangeLog /construction/german/dtaus/stage/usr/local/share/doc/dtaus/ install -m 0644 /construction/german/dtaus/dtaus-0.9/README /construction/german/dtaus/stage/usr/local/share/doc/dtaus/ install -m 0644 /construction/german/dtaus/dtaus-0.9/TODO /construction/german/dtaus/stage/usr/local/share/doc/dtaus/ install -m 0644 /construction/german/dtaus/dtaus-0.9/dtaus.txt /construction/german/dtaus/stage/usr/local/share/doc/dtaus/ /bin/mkdir -p /construction/german/dtaus/stage/usr/local/share/examples/dtaus install -m 0644 /construction/german/dtaus/dtaus-0.9/dtaus.cls /construction/german/dtaus/stage/usr/local/share/examples/dtaus/ install -m 0644 /construction/german/dtaus/dtaus-0.9/sample.ctl /construction/german/dtaus/stage/usr/local/share/examples/dtaus/ ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for de-dtaus-0.9 file sizes/checksums [9]: 0% file sizes/checksums [9]: 100% packing files [9]: 0% packing files [9]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04