Cook: pxz 4.999.9beta.20091201git ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): xz-tools-5.2.4-i486 Installing (pkg/local): xz-dev-5.2.4-any Extracting source archive "pxz-4.999.9beta.20091201git.tar.xz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed gcc -Wall -Wshadow -Wcast-align -Wunreachable-code -Winline -Wextra -Wmissing-noreturn -march=i486 -Os -pipe -mindirect-branch=thunk -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPXZ_BUILD_DATE=\"`date +%Y%m%d`\" -DPXZ_VERSION=\"4.999.9beta\" -O2 -fopenmp -Wl,-Os,--as-needed -llzma pxz.c -o pxz pxz.c: In function 'main': pxz.c:276:20: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] printf("%s -> %ld thread%c: [", file[i], threads, threads != 1 ? 's' : ' '); ~~^ ~~~~~~~ %lld pxz.c:339:15: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] printf("%ld ", p); ~~^ ~ %lld pxz.c:421:14: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__off64_t' {aka 'long long int'} [-Wformat=] printf("%ld -> %ld %3.3f%%\n", s.st_size, ts, ts*100./s.st_size); ~~^ ~~~~~~~~~ %lld pxz.c:421:21: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] printf("%ld -> %ld %3.3f%%\n", s.st_size, ts, ts*100./s.st_size); ~~^ ~~ %d /usr/bin/ld: /tmp/ccj8KpIH.o: in function `main._omp_fn.0': pxz.c:(.text+0x1ae): undefined reference to `lzma_easy_encoder' /usr/bin/ld: pxz.c:(.text+0x287): undefined reference to `lzma_code' /usr/bin/ld: pxz.c:(.text+0x327): undefined reference to `lzma_code' /usr/bin/ld: pxz.c:(.text+0x37d): undefined reference to `lzma_end' collect2: error: ld returned 1 exit status make: *** [Makefile:18: pxz] Error 1 Build dependencies to remove: 2 Removing: xz-dev xz-tools Debug information ret1. ================================================================================ Cook date: 2020-09-13 01:32 Wasted time : 2s 35:pxz.c:(.text+0x1ae): undefined reference to `lzma_easy_encoder' 36:/usr/bin/ld: pxz.c:(.text+0x287): undefined reference to `lzma_code' 37:/usr/bin/ld: pxz.c:(.text+0x327): undefined reference to `lzma_code' 38:/usr/bin/ld: pxz.c:(.text+0x37d): undefined reference to `lzma_end' 39:collect2: error: ld returned 1 exit status ================================================================================ Post-check ================================================================================ Checking build... Failed Updating activity log... Done ================================================================================