>>> unarj: Building community/unarj 2.65-r0 (using abuild 3.7.0_rc1-r1) started Mon, 21 Dec 2020 03:01:24 +0000 >>> unarj: Checking sanity of /home/buildozer/aports/community/unarj/APKBUILD... >>> unarj: Analyzing dependencies... >>> unarj: Installing for build: build-base (1/1) Installing .makedepends-unarj (20201221.030132) OK: 310 MiB in 87 packages >>> unarj: Cleaning up srcdir >>> unarj: Cleaning up pkgdir >>> unarj: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/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 100 168k 100 168k 0 0 2025k 0 --:--:-- --:--:-- --:--:-- 2025k >>> unarj: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/unarj-2.65.tar.gz >>> unarj: Checking sha512sums... unarj-2.65.tar.gz: OK time64.patch: OK >>> unarj: Unpacking /var/cache/distfiles/v3.13/unarj-2.65.tar.gz... >>> unarj: time64.patch patching file environ.c gcc -O2 -Wall -ansi -pedantic -DUNIX -Os -fomit-frame-pointer -c -o unarj.o unarj.c gcc -O2 -Wall -ansi -pedantic -DUNIX -Os -fomit-frame-pointer -c -o decode.o decode.c gcc -O2 -Wall -ansi -pedantic -DUNIX -Os -fomit-frame-pointer -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) | 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 environ.c:37: 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 | /* ********************************************************* */ | environ.c: In function 'case_path': environ.c:492:5: warning: statement with no effect [-Wunused-value] 492 | (char *) name; | ^ environ.c: In function 'gettz': environ.c:542:23: warning: passing argument 1 of 'time' from incompatible pointer type [-Wincompatible-pointer-types] 542 | now = (long) time((long *) 0); | ^~~~~~~~~~ | | | long int * In file included from environ.c:433: /usr/include/time.h:53:14: note: expected 'time_t *' {aka 'long long int *'} but argument is of type 'long int *' 53 | time_t time (time_t *); | ^~~~~~~~ environ.c:545:24: warning: passing argument 1 of 'localtime' from incompatible pointer type [-Wincompatible-pointer-types] 545 | noontm = localtime(&noon); | ^~~~~ | | | long int * In file included from environ.c:433: /usr/include/time.h:58:23: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'long int *' 58 | struct tm *localtime (const time_t *); | ^~~~~~~~~~~~~~ environ.c: In function 'set_ftime_mode': environ.c:601:5: warning: statement with no effect [-Wunused-value] 601 | (char *) name; | ^ environ.c:602:5: warning: statement with no effect [-Wunused-value] 602 | (uint) attribute; | ^~~~~~~~~~~~~~~~ environ.c:603:5: warning: statement with no effect [-Wunused-value] 603 | (uint) host; | ^~~~~~~~~~~ environ.c:611:12: warning: implicit declaration of function 'utime'; did you mean 'ctime'? [-Wimplicit-function-declaration] 611 | return utime(name, &tb); | ^~~~~ | ctime gcc -O2 -Wall -ansi -pedantic -DUNIX -o unarj unarj.o decode.o environ.o strip unarj >>> unarj: Entering fakeroot... >>> unarj*: Running postcheck for unarj >>> unarj*: Preparing package unarj... >>> unarj*: Stripping binaries >>> unarj*: Scanning shared objects >>> unarj*: Tracing dependencies... so:libc.musl-x86.so.1 >>> unarj*: Package size: 40.0 KB >>> unarj*: Compressing data... >>> unarj*: Create checksum... >>> unarj*: Create unarj-2.65-r0.apk >>> unarj: Build complete at Mon, 21 Dec 2020 03:01:35 +0000 elapsed time 0h 0m 11s >>> unarj: Cleaning up srcdir >>> unarj: Cleaning up pkgdir >>> unarj: Uninstalling dependencies... (1/1) Purging .makedepends-unarj (20201221.030132) OK: 310 MiB in 86 packages >>> unarj: Updating the community/x86 repository index... >>> unarj: Signing the index...