From https://github.com/archlinux/svntogit-community * branch packages/unarj -> FETCH_HEAD * [new branch] packages/unarj -> community/packages/unarj Cloning into 'unarj'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 372k 0 --:--:-- --:--:-- --:--:-- 371k 100 132k 100 132k 0 0 372k 0 --:--:-- --:--:-- --:--:-- 371k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8547k 100 8547k 0 0 21.0M 0 --:--:-- --:--:-- --:--:-- 21.0M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 417k 0 --:--:-- --:--:-- --:--:-- 418k :: Starting full system upgrade... there is nothing to do PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ SOURCE_DATE_EPOCH=1690730567 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690730567' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-unarj-archlinuxrb-build-UNOddDDn PWD=/tmp/archlinux-ci/unarj-archlinuxrb-build-UNOddDDn/unarj/trunk LOGNAME=jenkins SCHROOT_ALIAS_NAME=jenkins-reproducible-archlinux SCHROOT_GROUP=jenkins SCHROOT_USER=jenkins ftp_proxy=http://127.0.0.1:3128 HOME=/var/lib/jenkins LANG=C https_proxy=http://127.0.0.1:3128 USER=jenkins FTP_PROXY=http://127.0.0.1:3128 SHLVL=1 HTTPS_PROXY=http://127.0.0.1:3128 HTTP_PROXY=http://127.0.0.1:3128 SCHROOT_GID=116 http_proxy=http://127.0.0.1:3128 DEBUGINFOD_URLS=https://debuginfod.archlinux.org SCHROOT_UID=108 HG=/usr/bin/hg _=/usr/sbin/printenv ==> Making package: unarj 2.65-1 (Sun Jul 30 15:23:22 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading unarj-2.65.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 168k 23 40704 0 0 90155 0 0:00:01 --:--:-- 0:00:01 90053 100 168k 100 168k 0 0 317k 0 --:--:-- --:--:-- --:--:-- 317k -> Found LICENSE ==> Validating source files with sha512sums... unarj-2.65.tar.gz ... Passed LICENSE ... Passed ==> Extracting sources... -> Extracting unarj-2.65.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -Wall -ansi -pedantic -DUNIX -c -o unarj.o unarj.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -Wall -ansi -pedantic -DUNIX -c -o decode.o decode.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O2 -Wall -ansi -pedantic -DUNIX -c -o environ.o environ.c In file included from unarj.c:51: unarj.h:203:1: warning: "/*" within comment [-Wcomment] 203 | /* Structure of archive main header (low order byte first): | unarj.h:204:1: warning: "/*" within comment [-Wcomment] 204 | /* | unarj.h:205:1: warning: "/*" within comment [-Wcomment] 205 | /* 2 header id (comment and local file) = 0x60, 0xEA | unarj.h:206:1: warning: "/*" within comment [-Wcomment] 206 | /* 2 basic header size (from 'first_hdr_size' thru 'comment' below) | unarj.h:207:1: warning: "/*" within comment [-Wcomment] 207 | /* = first_hdr_size + strlen(filename) + 1 + strlen(comment) + 1 | unarj.h:208:1: warning: "/*" within comment [-Wcomment] 208 | /* = 0 if end of archive | unarj.h:209:1: warning: "/*" within comment [-Wcomment] 209 | /* | unarj.h:210:1: warning: "/*" within comment [-Wcomment] 210 | /* 1 first_hdr_size (size up to 'extra data') | unarj.h:211:1: warning: "/*" within comment [-Wcomment] 211 | /* 1 archiver version number | unarj.h:212:1: warning: "/*" within comment [-Wcomment] 212 | /* 1 minimum archiver version to extract | unarj.h:213:1: warning: "/*" within comment [-Wcomment] 213 | /* 1 host OS (0 = MSDOS, 1 = PRIMOS, 2 = UNIX, 3 = AMIGA, 4 = MACDOS) | unarj.h:214:1: warning: "/*" within comment [-Wcomment] 214 | /* (5 = OS/2, 6 = APPLE GS, 7 = ATARI ST, 8 = NEXT) | unarj.h:215:1: warning: "/*" within comment [-Wcomment] 215 | /* (9 = VAX VMS) | unarj.h:216:1: warning: "/*" within comment [-Wcomment] 216 | /* 1 arj flags (0x01 = GARBLED_FLAG, 0x02 = OLD_SECURED_FLAG) | unarj.h:217:1: warning: "/*" within comment [-Wcomment] 217 | /* (0x04 = VOLUME_FLAG, 0x08 = EXTFILE_FLAG) | unarj.h:218:1: warning: "/*" within comment [-Wcomment] 218 | /* (0x10 = PATHSYM_FLAG, 0x20 = BACKUP_FLAG) | unarj.h:219:1: warning: "/*" within comment [-Wcomment] 219 | /* (0x40 = SECURED_FLAG) | unarj.h:220:1: warning: "/*" within comment [-Wcomment] 220 | /* 1 arj security version (2 = current) | unarj.h:221:1: warning: "/*" within comment [-Wcomment] 221 | /* 1 file type (2 = comment header) | unarj.h:222:1: warning: "/*" within comment [-Wcomment] 222 | /* 1 ? ] | unarj.h:223:1: warning: "/*" within comment [-Wcomment] 223 | /* 4 date time stamp created | unarj.h:224:1: warning: "/*" within comment [-Wcomment] 224 | /* 4 date time stamp modified | unarj.h:225:1: warning: "/*" within comment [-Wcomment] 225 | /* 4 archive size up to the end of archive marker | unarj.h:226:1: warning: "/*" within comment [-Wcomment] 226 | /* 4 file position of security envelope data | unarj.h:227:1: warning: "/*" within comment [-Wcomment] 227 | /* 2 entryname position in filename | unarj.h:228:1: warning: "/*" within comment [-Wcomment] 228 | /* 2 length in bytes of trailing security data | unarj.h:229:1: warning: "/*" within comment [-Wcomment] 229 | /* 2 host data | unarj.h:230:1: warning: "/*" within comment [-Wcomment] 230 | /* ? extra data | unarj.h:231:1: warning: "/*" within comment [-Wcomment] 231 | /* | unarj.h:232:1: warning: "/*" within comment [-Wcomment] 232 | /* ? archive filename (null-terminated) | unarj.h:233:1: warning: "/*" within comment [-Wcomment] 233 | /* ? archive comment (null-terminated) | unarj.h:234:1: warning: "/*" within comment [-Wcomment] 234 | /* | unarj.h:235:1: warning: "/*" within comment [-Wcomment] 235 | /* 4 basic header CRC | unarj.h:236:1: warning: "/*" within comment [-Wcomment] 236 | /* | unarj.h:237:1: warning: "/*" within comment [-Wcomment] 237 | /* 2 1st extended header size (0 if none) | unarj.h:238:1: warning: "/*" within comment [-Wcomment] 238 | /* ? 1st extended header | unarj.h:239:1: warning: "/*" within comment [-Wcomment] 239 | /* 4 1st extended header's CRC | unarj.h:240:1: warning: "/*" within comment [-Wcomment] 240 | /* ... | unarj.h:241:1: warning: "/*" within comment [-Wcomment] 241 | /* | unarj.h:242:1: warning: "/*" within comment [-Wcomment] 242 | /* | unarj.h:243:1: warning: "/*" within comment [-Wcomment] 243 | /* Structure of archive file header (low order byte first): | unarj.h:244:1: warning: "/*" within comment [-Wcomment] 244 | /* | unarj.h:245:1: warning: "/*" within comment [-Wcomment] 245 | /* 2 header id (comment and local file) = 0x60, 0xEA | unarj.h:246:1: warning: "/*" within comment [-Wcomment] 246 | /* 2 basic header size (from 'first_hdr_size' thru 'comment' below) | unarj.h:247:1: warning: "/*" within comment [-Wcomment] 247 | /* = first_hdr_size + strlen(filename) + 1 + strlen(comment) + 1 | unarj.h:248:1: warning: "/*" within comment [-Wcomment] 248 | /* = 0 if end of archive | unarj.h:249:1: warning: "/*" within comment [-Wcomment] 249 | /* | unarj.h:250:1: warning: "/*" within comment [-Wcomment] 250 | /* 1 first_hdr_size (size up to 'extra data') | unarj.h:251:1: warning: "/*" within comment [-Wcomment] 251 | /* 1 archiver version number | unarj.h:252:1: warning: "/*" within comment [-Wcomment] 252 | /* 1 minimum archiver version to extract | unarj.h:253:1: warning: "/*" within comment [-Wcomment] 253 | /* 1 host OS (0 = MSDOS, 1 = PRIMOS, 2 = UNIX, 3 = AMIGA, 4 = MACDOS) | unarj.h:254:1: warning: "/*" within comment [-Wcomment] 254 | /* (5 = OS/2, 6 = APPLE GS, 7 = ATARI ST, 8 = NEXT) | unarj.h:255:1: warning: "/*" within comment [-Wcomment] 255 | /* (9 = VAX VMS) | unarj.h:256:1: warning: "/*" within comment [-Wcomment] 256 | /* 1 arj flags (0x01 = GARBLED_FLAG, 0x02 = NOT USED) | unarj.h:257:1: warning: "/*" within comment [-Wcomment] 257 | /* (0x04 = VOLUME_FLAG, 0x08 = EXTFILE_FLAG) | unarj.h:258:1: warning: "/*" within comment [-Wcomment] 258 | /* (0x10 = PATHSYM_FLAG, 0x20 = BACKUP_FLAG) | unarj.h:259:1: warning: "/*" within comment [-Wcomment] 259 | /* (0x40 = NOT USED) | unarj.h:260:1: warning: "/*" within comment [-Wcomment] 260 | /* 1 method (0 = stored, 1 = compressed most ... 4 compressed fastest) | unarj.h:261:1: warning: "/*" within comment [-Wcomment] 261 | /* 1 file type (0 = binary, 1 = text, 2 = comment header, 3 = directory) | unarj.h:262:1: warning: "/*" within comment [-Wcomment] 262 | /* (4 = label) | unarj.h:263:1: warning: "/*" within comment [-Wcomment] 263 | /* 1 garble password modifier | unarj.h:264:1: warning: "/*" within comment [-Wcomment] 264 | /* 4 date time stamp modified | unarj.h:265:1: warning: "/*" within comment [-Wcomment] 265 | /* 4 compressed size | unarj.h:266:1: warning: "/*" within comment [-Wcomment] 266 | /* 4 original size | unarj.h:267:1: warning: "/*" within comment [-Wcomment] 267 | /* 4 original file's CRC | unarj.h:268:1: warning: "/*" within comment [-Wcomment] 268 | /* 2 entryname position in filename | unarj.h:269:1: warning: "/*" within comment [-Wcomment] 269 | /* 2 file access mode | unarj.h:270:1: warning: "/*" within comment [-Wcomment] 270 | /* 2 host data | unarj.h:271:1: warning: "/*" within comment [-Wcomment] 271 | /* ? extra data | unarj.h:272:1: warning: "/*" within comment [-Wcomment] 272 | /* 4 bytes for extended file position | unarj.h:273:1: warning: "/*" within comment [-Wcomment] 273 | /* | unarj.h:274:1: warning: "/*" within comment [-Wcomment] 274 | /* ? filename (null-terminated) | unarj.h:275:1: warning: "/*" within comment [-Wcomment] 275 | /* ? comment (null-terminated) | unarj.h:276:1: warning: "/*" within comment [-Wcomment] 276 | /* | unarj.h:277:1: warning: "/*" within comment [-Wcomment] 277 | /* 4 basic header CRC | unarj.h:278:1: warning: "/*" within comment [-Wcomment] 278 | /* | unarj.h:279:1: warning: "/*" within comment [-Wcomment] 279 | /* 2 1st extended header size (0 if none) | unarj.h:280:1: warning: "/*" within comment [-Wcomment] 280 | /* ? 1st extended header | unarj.h:281:1: warning: "/*" within comment [-Wcomment] 281 | /* 4 1st extended header's CRC | unarj.h:282:1: warning: "/*" within comment [-Wcomment] 282 | /* ... | unarj.h:283:1: warning: "/*" within comment [-Wcomment] 283 | /* ? compressed file | unarj.h:284:1: warning: "/*" within comment [-Wcomment] 284 | /* | unarj.h:285:1: warning: "/*" within comment [-Wcomment] 285 | /* ********************************************************* */ | In file included from decode.c:32: unarj.h:203:1: warning: "/*" within comment [-Wcomment] 203 | /* Structure of archive main header (low order byte first): | unarj.h:204:1: warning: "/*" within comment [-Wcomment] 204 | /* | unarj.h:205:1: warning: "/*" within comment [-Wcomment] 205 | /* 2 header id (comment and local file) = 0x60, 0xEA | unarj.h:206:1: warning: "/*" within comment [-Wcomment] 206 | /* 2 basic header size (from 'first_hdr_size' thru 'comment' below) | unarj.h:207:1: warning: "/*" within comment [-Wcomment] 207 | /* = first_hdr_size + strlen(filename) + 1 + strlen(comment) + 1 | unarj.h:208:1: warning: "/*" within comment [-Wcomment] 208 | /* = 0 if end of archive | unarj.h:209:1: warning: "/*" within comment [-Wcomment] 209 | /* | unarj.h:210:1: warning: "/*" within comment [-Wcomment] 210 | /* 1 first_hdr_size (size up to 'extra data') | unarj.h:211:1: warning: "/*" within comment [-Wcomment] 211 | /* 1 archiver version number | unarj.h:212:1: warning: "/*" within comment [-Wcomment] 212 | /* 1 minimum archiver version to extract | unarj.h:213:1: warning: "/*" within comment [-Wcomment] 213 | /* 1 host OS (0 = MSDOS, 1 = PRIMOS, 2 = UNIX, 3 = AMIGA, 4 = MACDOS) | unarj.h:214:1: warning: "/*" within comment [-Wcomment] 214 | /* (5 = OS/2, 6 = APPLE GS, 7 = ATARI ST, 8 = NEXT) | unarj.h:215:1: warning: "/*" within comment [-Wcomment] 215 | /* (9 = VAX VMS) | unarj.h:216:1: warning: "/*" within comment [-Wcomment] 216 | /* 1 arj flags (0x01 = GARBLED_FLAG, 0x02 = OLD_SECURED_FLAG) | unarj.h:217:1: warning: "/*" within comment [-Wcomment] 217 | /* (0x04 = VOLUME_FLAG, 0x08 = EXTFILE_FLAG) | unarj.h:218:1: warning: "/*" within comment [-Wcomment] 218 | /* (0x10 = PATHSYM_FLAG, 0x20 = BACKUP_FLAG) | unarj.h:219:1: warning: "/*" within comment [-Wcomment] 219 | /* (0x40 = SECURED_FLAG) | unarj.h:220:1: warning: "/*" within comment [-Wcomment] 220 | /* 1 arj security version (2 = current) | unarj.h:221:1: warning: "/*" within comment [-Wcomment] 221 | /* 1 file type (2 = comment header) | unarj.h:222:1: warning: "/*" within comment [-Wcomment] 222 | /* 1 ? ] | unarj.h:223:1: warning: "/*" within comment [-Wcomment] 223 | /* 4 date time stamp created | unarj.h:224:1: warning: "/*" within comment [-Wcomment] 224 | /* 4 date time stamp modified | unarj.h:225:1: warning: "/*" within comment [-Wcomment] 225 | /* 4 archive size up to the end of archive marker | unarj.h:226:1: warning: "/*" within comment [-Wcomment] 226 | /* 4 file position of security envelope data | unarj.h:227:1: warning: "/*" within comment [-Wcomment] 227 | /* 2 entryname position in filename | unarj.h:228:1: warning: "/*" within comment [-Wcomment] 228 | /* 2 length in bytes of trailing security data | unarj.h:229:1: warning: "/*" within comment [-Wcomment] 229 | /* 2 host data | unarj.h:230:1: warning: "/*" within comment [-Wcomment] 230 | /* ? extra data | unarj.h:231:1: warning: "/*" within comment [-Wcomment] 231 | /* | unarj.h:232:1: warning: "/*" within comment [-Wcomment] 232 | /* ? archive filename (null-terminated) | unarj.h:233:1: warning: "/*" within comment [-Wcomment] 233 | /* ? archive comment (null-terminated) | unarj.h:234:1: warning: "/*" within comment [-Wcomment] 234 | /* | unarj.h:235:1: warning: "/*" within comment [-Wcomment] 235 | /* 4 basic header CRC | unarj.h:236:1: warning: "/*" within comment [-Wcomment] 236 | /* | unarj.h:237:1: warning: "/*" within comment [-Wcomment] 237 | /* 2 1st extended header size (0 if none) | unarj.h:238:1: warning: "/*" within comment [-Wcomment] 238 | /* ? 1st extended header | unarj.h:239:1: warning: "/*" within comment [-Wcomment] 239 | /* 4 1st extended header's CRC | unarj.h:240:1: warning: "/*" within comment [-Wcomment] 240 | /* ... | unarj.h:241:1: warning: "/*" within comment [-Wcomment] 241 | /* | unarj.h:242:1: warning: "/*" within comment [-Wcomment] 242 | /* | unarj.h:243:1: warning: "/*" within comment [-Wcomment] 243 | /* Structure of archive file header (low order byte first): | unarj.h:244:1: warning: "/*" within comment [-Wcomment] 244 | /* | unarj.h:245:1: warning: "/*" within comment [-Wcomment] 245 | /* 2 header id (comment and local file) = 0x60, 0xEA | unarj.h:246:1: warning: "/*" within comment [-Wcomment] 246 | /* 2 basic header size (from 'first_hdr_size' thru 'comment' below) | unarj.h:247:1: warning: "/*" within comment [-Wcomment] 247 | /* = first_hdr_size + strlen(filename) + 1 + strlen(comment) + 1 | unarj.h:248:1: warning: "/*" within comment [-Wcomment] 248 | /* = 0 if end of archive | unarj.h:249:1: warning: "/*" within comment [-Wcomment] 249 | /* | unarj.h:250:1: warning: "/*" within comment [-Wcomment] 250 | /* 1 first_hdr_size (size up to 'extra data') | unarj.h:251:1: warning: "/*" within comment [-Wcomment] 251 | /* 1 archiver version number | unarj.h:252:1: warning: "/*" within comment [-Wcomment] 252 | /* 1 minimum archiver version to extract | unarj.h:253:1: warning: "/*" within comment [-Wcomment] 253 | /* 1 host OS (0 = MSDOS, 1 = PRIMOS, 2 = UNIX, 3 = AMIGA, 4 = MACDOS) | unarj.h:254:1: warning: "/*" within comment [-Wcomment] 254 | /* (5 = OS/2, 6 = APPLE GS, 7 = ATARI ST, 8 = NEXT) | unarj.h:255:1: warning: "/*" within comment [-Wcomment] 255 | /* (9 = VAX VMS) | unarj.h:256:1: warning: "/*" within comment [-Wcomment] 256 | /* 1 arj flags (0x01 = GARBLED_FLAG, 0x02 = NOT USED) | unarj.h:257:1: warning: "/*" within comment [-Wcomment] 257 | /* (0x04 = VOLUME_FLAG, 0x08 = EXTFILE_FLAG) | unarj.h:258:1: warning: "/*" within comment [-Wcomment] 258 | /* (0x10 = PATHSYM_FLAG, 0x20 = BACKUP_FLAG) | unarj.h:259:1: warning: "/*" within comment [-Wcomment] 259 | /* (0x40 = NOT USED) | unarj.h:260:1: warning: "/*" within comment [-Wcomment] 260 | /* 1 method (0 = stored, 1 = compressed most ... 4 compressed fastest) | unarj.h:261:1: warning: "/*" within comment [-Wcomment] 261 | /* 1 file type (0 = binary, 1 = text, 2 = comment header, 3 = directory) | unarj.h:262:1: warning: "/*" within comment [-Wcomment] 262 | /* (4 = label) | unarj.h:263:1: warning: "/*" within comment [-Wcomment] 263 | /* 1 garble password modifier | unarj.h:264:1: warning: "/*" within comment [-Wcomment] 264 | /* 4 date time stamp modified | unarj.h:265:1: warning: "/*" within comment [-Wcomment] 265 | /* 4 compressed size | unarj.h:266:1: warning: "/*" within comment [-Wcomment] 266 | /* 4 original size | unarj.h:267:1: warning: "/*" within comment [-Wcomment] 267 | /* 4 original file's CRC | unarj.h:268:1: warning: "/*" within comment [-Wcomment] 268 | /* 2 entryname position in filename | unarj.h:269:1: warning: "/*" within comment [-Wcomment] 269 | /* 2 file access mode | unarj.h:270:1: warning: "/*" within comment [-Wcomment] 270 | /* 2 host data | unarj.h:271:1: warning: "/*" within comment [-Wcomment] 271 | /* ? extra data | unarj.h:272:1: warning: "/*" within comment [-Wcomment] 272 | /* 4 bytes for extended file position | unarj.h:273:1: warning: "/*" within comment [-Wcomment] 273 | /* | unarj.h:274:1: warning: "/*" within comment [-Wcomment] 274 | /* ? filename (null-terminated) | In file included from environ.c:37: unarj.h:203:1: warning: "/*" within comment [-Wcomment] 203 | /* Structure of archive main header (low order byte first): | unarj.h:275:1: warning: "/*" within comment [-Wcomment] 275 | /* ? comment (null-terminated) | unarj.h:204:1: warning: "/*" within comment [-Wcomment] 204 | /* | unarj.h:205:1: warning: "/*" within comment [-Wcomment] 205 | /* 2 header id (comment and local file) = 0x60, 0xEA | unarj.h:206:1: warning: "/*" within comment [-Wcomment] 206 | /* 2 basic header size (from 'first_hdr_size' thru 'comment' below) | unarj.h:207:1: warning: "/*" within comment [-Wcomment] 207 | /* = first_hdr_size + strlen(filename) + 1 + strlen(comment) + 1 | unarj.h:208:1: warning: "/*" within comment [-Wcomment] 208 | /* = 0 if end of archive | unarj.h:209:1: warning: "/*" within comment [-Wcomment] 209 | /* | unarj.h:210:1: warning: "/*" within comment [-Wcomment] 210 | /* 1 first_hdr_size (size up to 'extra data') | unarj.h:211:1: warning: "/*" within comment [-Wcomment] 211 | /* 1 archiver version number | unarj.h:212:1: warning: "/*" within comment [-Wcomment] 212 | /* 1 minimum archiver version to extract | unarj.h:213:1: warning: "/*" within comment [-Wcomment] 213 | /* 1 host OS (0 = MSDOS, 1 = PRIMOS, 2 = UNIX, 3 = AMIGA, 4 = MACDOS) | unarj.h:276:1: warning: "/*" within comment [-Wcomment] 276 | /* | unarj.h:214:1: warning: "/*" within comment [-Wcomment] 214 | /* (5 = OS/2, 6 = APPLE GS, 7 = ATARI ST, 8 = NEXT) | unarj.h:215:1: warning: "/*" within comment [-Wcomment] 215 | /* (9 = VAX VMS) | unarj.h:216:1: warning: "/*" within comment [-Wcomment] 216 | /* 1 arj flags (0x01 = GARBLED_FLAG, 0x02 = OLD_SECURED_FLAG) | unarj.h:217:1: warning: "/*" within comment [-Wcomment] 217 | /* (0x04 = VOLUME_FLAG, 0x08 = EXTFILE_FLAG) | unarj.h:218:1: warning: "/*" within comment [-Wcomment] 218 | /* (0x10 = PATHSYM_FLAG, 0x20 = BACKUP_FLAG) | unarj.h:219:1: warning: "/*" within comment [-Wcomment] 219 | /* (0x40 = SECURED_FLAG) | unarj.h:220:1: warning: "/*" within comment [-Wcomment] 220 | /* 1 arj security version (2 = current) | unarj.h:221:1: warning: "/*" within comment [-Wcomment] 221 | /* 1 file type (2 = comment header) | unarj.h:222:1: warning: "/*" within comment [-Wcomment] 222 | /* 1 ? ] | unarj.h:223:1: warning: "/*" within comment [-Wcomment] 223 | /* 4 date time stamp created | unarj.h:224:1: warning: "/*" within comment [-Wcomment] 224 | /* 4 date time stamp modified | unarj.h:225:1: warning: "/*" within comment [-Wcomment] 225 | /* 4 archive size up to the end of archive marker | unarj.h:226:1: warning: "/*" within comment [-Wcomment] 226 | /* 4 file position of security envelope data | unarj.h:277:1: warning: "/*" within comment [-Wcomment] 277 | /* 4 basic header CRC | unarj.h:227:1: warning: "/*" within comment [-Wcomment] 227 | /* 2 entryname position in filename | unarj.h:228:1: warning: "/*" within comment [-Wcomment] 228 | /* 2 length in bytes of trailing security data | unarj.h:229:1: warning: "/*" within comment [-Wcomment] 229 | /* 2 host data | unarj.h:230:1: warning: "/*" within comment [-Wcomment] 230 | /* ? extra data | unarj.h:231:1: warning: "/*" within comment [-Wcomment] 231 | /* | unarj.h:232:1: warning: "/*" within comment [-Wcomment] 232 | /* ? archive filename (null-terminated) | unarj.h:233:1: warning: "/*" within comment [-Wcomment] 233 | /* ? archive comment (null-terminated) | unarj.h:234:1: warning: "/*" within comment [-Wcomment] 234 | /* | unarj.h:235:1: warning: "/*" within comment [-Wcomment] 235 | /* 4 basic header CRC | unarj.h:236:1: warning: "/*" within comment [-Wcomment] 236 | /* | unarj.h:237:1: warning: "/*" within comment [-Wcomment] 237 | /* 2 1st extended header size (0 if none) | unarj.h:238:1: warning: "/*" within comment [-Wcomment] 238 | /* ? 1st extended header | unarj.h:278:1: warning: "/*" within comment [-Wcomment] 278 | /* | unarj.h:239:1: warning: "/*" within comment [-Wcomment] 239 | /* 4 1st extended header's CRC | unarj.h:240:1: warning: "/*" within comment [-Wcomment] 240 | /* ... | unarj.h:241:1: warning: "/*" within comment [-Wcomment] 241 | /* | unarj.h:242:1: warning: "/*" within comment [-Wcomment] 242 | /* | unarj.h:243:1: warning: "/*" within comment [-Wcomment] 243 | /* Structure of archive file header (low order byte first): | unarj.h:244:1: warning: "/*" within comment [-Wcomment] 244 | /* | unarj.h:245:1: warning: "/*" within comment [-Wcomment] 245 | /* 2 header id (comment and local file) = 0x60, 0xEA | unarj.h:246:1: warning: "/*" within comment [-Wcomment] 246 | /* 2 basic header size (from 'first_hdr_size' thru 'comment' below) | unarj.h:279:1: warning: "/*" within comment [-Wcomment] 279 | /* 2 1st extended header size (0 if none) | unarj.h:247:1: warning: "/*" within comment [-Wcomment] 247 | /* = first_hdr_size + strlen(filename) + 1 + strlen(comment) + 1 | unarj.h:248:1: warning: "/*" within comment [-Wcomment] 248 | /* = 0 if end of archive | unarj.h:249:1: warning: "/*" within comment [-Wcomment] 249 | /* | unarj.h:250:1: warning: "/*" within comment [-Wcomment] 250 | /* 1 first_hdr_size (size up to 'extra data') | unarj.h:280:1: warning: "/*" within comment [-Wcomment] 280 | /* ? 1st extended header | unarj.h:251:1: warning: "/*" within comment [-Wcomment] 251 | /* 1 archiver version number | unarj.h:252:1: warning: "/*" within comment [-Wcomment] 252 | /* 1 minimum archiver version to extract | unarj.h:253:1: warning: "/*" within comment [-Wcomment] 253 | /* 1 host OS (0 = MSDOS, 1 = PRIMOS, 2 = UNIX, 3 = AMIGA, 4 = MACDOS) | unarj.h:254:1: warning: "/*" within comment [-Wcomment] 254 | /* (5 = OS/2, 6 = APPLE GS, 7 = ATARI ST, 8 = NEXT) | unarj.h:255:1: warning: "/*" within comment [-Wcomment] 255 | /* (9 = VAX VMS) | unarj.h:281:1: warning: "/*" within comment [-Wcomment] 281 | /* 4 1st extended header's CRC | unarj.h:256:1: warning: "/*" within comment [-Wcomment] 256 | /* 1 arj flags (0x01 = GARBLED_FLAG, 0x02 = NOT USED) | unarj.h:282:1: warning: "/*" within comment [-Wcomment] 282 | /* ... | unarj.h:257:1: warning: "/*" within comment [-Wcomment] 257 | /* (0x04 = VOLUME_FLAG, 0x08 = EXTFILE_FLAG) | unarj.h:258:1: warning: "/*" within comment [-Wcomment] 258 | /* (0x10 = PATHSYM_FLAG, 0x20 = BACKUP_FLAG) | unarj.h:259:1: warning: "/*" within comment [-Wcomment] 259 | /* (0x40 = NOT USED) | unarj.h:260:1: warning: "/*" within comment [-Wcomment] 260 | /* 1 method (0 = stored, 1 = compressed most ... 4 compressed fastest) | unarj.h:261:1: warning: "/*" within comment [-Wcomment] 261 | /* 1 file type (0 = binary, 1 = text, 2 = comment header, 3 = directory) | unarj.h:283:1: warning: "/*" within comment [-Wcomment] 283 | /* ? compressed file | unarj.h:262:1: warning: "/*" within comment [-Wcomment] 262 | /* (4 = label) | unarj.h:263:1: warning: "/*" within comment [-Wcomment] 263 | /* 1 garble password modifier | unarj.h:264:1: warning: "/*" within comment [-Wcomment] 264 | /* 4 date time stamp modified | unarj.h:265:1: warning: "/*" within comment [-Wcomment] 265 | /* 4 compressed size | unarj.h:284:1: warning: "/*" within comment [-Wcomment] 284 | /* | unarj.h:266:1: warning: "/*" within comment [-Wcomment] 266 | /* 4 original size | unarj.h:267:1: warning: "/*" within comment [-Wcomment] 267 | /* 4 original file's CRC | unarj.h:268:1: warning: "/*" within comment [-Wcomment] 268 | /* 2 entryname position in filename | unarj.h:285:1: warning: "/*" within comment [-Wcomment] 285 | /* ********************************************************* */ | unarj.h:269:1: warning: "/*" within comment [-Wcomment] 269 | /* 2 file access mode | unarj.h:270:1: warning: "/*" within comment [-Wcomment] 270 | /* 2 host data | unarj.h:271:1: warning: "/*" within comment [-Wcomment] 271 | /* ? extra data | unarj.h:272:1: warning: "/*" within comment [-Wcomment] 272 | /* 4 bytes for extended file position | unarj.h:273:1: warning: "/*" within comment [-Wcomment] 273 | /* | unarj.h:274:1: warning: "/*" within comment [-Wcomment] 274 | /* ? filename (null-terminated) | unarj.h:275:1: warning: "/*" within comment [-Wcomment] 275 | /* ? comment (null-terminated) | unarj.h:276:1: warning: "/*" within comment [-Wcomment] 276 | /* | unarj.h:277:1: warning: "/*" within comment [-Wcomment] 277 | /* 4 basic header CRC | unarj.h:278:1: warning: "/*" within comment [-Wcomment] 278 | /* | unarj.h:279:1: warning: "/*" within comment [-Wcomment] 279 | /* 2 1st extended header size (0 if none) | unarj.h:280:1: warning: "/*" within comment [-Wcomment] 280 | /* ? 1st extended header | unarj.h:281:1: warning: "/*" within comment [-Wcomment] 281 | /* 4 1st extended header's CRC | unarj.h:282:1: warning: "/*" within comment [-Wcomment] 282 | /* ... | unarj.h:283:1: warning: "/*" within comment [-Wcomment] 283 | /* ? compressed file | unarj.h:284:1: warning: "/*" within comment [-Wcomment] 284 | /* | unarj.h:285:1: warning: "/*" within comment [-Wcomment] 285 | /* ********************************************************* */ | environ.c: In function 'xmalloc': environ.c:492:28: warning: 'malloc' argument 1 type is 'unsigned int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 492 | return (voidp *)malloc((uint) size); | ^~~~~~~~~~~ environ.c:442:16: note: built-in 'malloc' declared here 442 | extern voidp *malloc(); | ^~~~~~ environ.c: In function 'case_path': environ.c:499:5: warning: statement with no effect [-Wunused-value] 499 | (char *) name; | ^ environ.c: In function 'set_ftime_mode': environ.c:608:5: warning: statement with no effect [-Wunused-value] 608 | (char *) name; | ^ environ.c:609:5: warning: statement with no effect [-Wunused-value] 609 | (uint) attribute; | ^~~~~~~~~~~~~~~~ environ.c:610:5: warning: statement with no effect [-Wunused-value] 610 | (uint) host; | ^~~~~~~~~~~ environ.c:618:12: warning: implicit declaration of function 'utime'; did you mean 'ctime'? [-Wimplicit-function-declaration] 618 | return utime(name, &tb); | ^~~~~ | ctime unarj.c: In function 'check_flags': unarj.c:695:16: error: format not a string literal and no format arguments [-Werror=format-security] 695 | printf(M_ENCRYPT); | ^~~~~~~~~ unarj.c: In function 'extract': unarj.c:759:16: error: format not a string literal and no format arguments [-Werror=format-security] 759 | printf(M_DIFFHOST); | ^~~~~~~~~~ unarj.c:775:16: error: format not a string literal and no format arguments [-Werror=format-security] 775 | printf(M_CRCOK); | ^~~~~~~ unarj.c:778:16: error: format not a string literal and no format arguments [-Werror=format-security] 778 | printf(M_CRCERROR); | ^~~~~~~~~~ unarj.c: In function 'test': unarj.c:804:16: error: format not a string literal and no format arguments [-Werror=format-security] 804 | printf(M_CRCOK); | ^~~~~~~ unarj.c:807:16: error: format not a string literal and no format arguments [-Werror=format-security] 807 | printf(M_CRCERROR); | ^~~~~~~~~~ unarj.c: In function 'help': unarj.c:954:9: error: format not a string literal and no format arguments [-Werror=format-security] 954 | printf(M_USAGE[i]); | ^~~~~~ unarj.c: In function 'main': unarj.c:969:12: error: format not a string literal and no format arguments [-Werror=format-security] 969 | printf(M_VERSION); | ^~~~~~~~~ cc1: some warnings being treated as errors make: *** [: unarj.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...