Opde Issues Tracker

compile.34

build number: 34

re-implement command

docker pull immortalwrt/opde:sdk
docker run -it --rm immortalwrt/opde:sdk zsh # or bash
export http_proxy= # [your proxy], do not use localhost or 127.0.0.1
export https_proxy=$http_proxy
opde feeds && opde config -a
make package/feeds/packages/cryptsetup/compile -j$(nproc) || make package/feeds/packages/cryptsetup/compile V=s

Compile.txt

configure: loading site script /openwrt/include/site/aarch64
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /openwrt/staging_dir/host/bin/install -c
checking whether build environment is sane... yes
checking for aarch64-openwrt-linux-strip... aarch64-openwrt-linux-musl-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... aarch64-openwrt-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for aarch64-openwrt-linux-gcc... ccache_cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether ccache_cc accepts -g... yes
checking for ccache_cc option to enable C11 features... none needed
checking whether ccache_cc understands -c and -o together... yes
checking dependency style of ccache_cc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for aarch64-openwrt-linux-gcc... (cached) ccache_cc
checking whether the compiler supports GNU C... (cached) yes
checking whether ccache_cc accepts -g... (cached) yes
checking for ccache_cc option to enable C11 features... (cached) none needed
checking whether ccache_cc understands -c and -o together... (cached) yes
checking dependency style of ccache_cc... (cached) gcc3
checking how to run the C preprocessor... ccache_cc -E
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /openwrt/staging_dir/host/bin/sed
checking for grep that handles long lines and -e... /openwrt/staging_dir/host/bin/grep
checking for egrep... /openwrt/staging_dir/host/bin/grep -E
checking for fgrep... /openwrt/staging_dir/host/bin/grep -F
checking for ld used by ccache_cc... aarch64-openwrt-linux-musl-ld
checking if the linker (aarch64-openwrt-linux-musl-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... aarch64-openwrt-linux-musl-gcc-nm
checking the name lister (aarch64-openwrt-linux-musl-gcc-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3145728
checking how to convert x86_64-pc-linux-gnu file names to aarch64-openwrt-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for aarch64-openwrt-linux-musl-ld option to reload object files... -r
checking for aarch64-openwrt-linux-objdump... aarch64-openwrt-linux-musl-objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-openwrt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-openwrt-linux-ar... aarch64-openwrt-linux-musl-gcc-ar
checking for archiver @FILE support... @
checking for aarch64-openwrt-linux-strip... (cached) aarch64-openwrt-linux-musl-strip
checking for aarch64-openwrt-linux-ranlib... aarch64-openwrt-linux-musl-gcc-ranlib
checking command to parse aarch64-openwrt-linux-musl-gcc-nm output from ccache_cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-openwrt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if ccache_cc supports -fno-rtti -fno-exceptions... no
checking for ccache_cc option to produce PIC... -fPIC -DPIC
checking if ccache_cc PIC flag -fPIC -DPIC works... yes
checking if ccache_cc static flag -static works... yes
checking if ccache_cc supports -c -o file.o... yes
checking if ccache_cc supports -c -o file.o... (cached) yes
checking whether the ccache_cc linker (aarch64-openwrt-linux-musl-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking pkg-config is at least version 0.9.0... yes
checking for ld used by ccache_cc... aarch64-openwrt-linux-musl-ld
checking if the linker (aarch64-openwrt-linux-musl-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... guessing yes
checking how to link with libiconv... /openwrt/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libiconv-stub/lib/libiconv.a
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for C/C++ restrict keyword... __restrict__
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl.h... yes
checking for malloc.h... yes
checking for inttypes.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... yes
checking for sys/sysmacros.h... yes
checking for sys/statvfs.h... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking for locale.h... yes
checking for byteswap.h... yes
checking for endian.h... yes
checking for stdint.h... (cached) yes
checking for ccache_cc options needed to detect all undeclared functions... none needed
checking whether O_CLOEXEC is declared... yes
checking for uuid/uuid.h... yes
checking for libdevmapper.h... yes
checking for linux/keyctl.h... yes
checking whether __NR_add_key is declared... yes
checking whether __NR_keyctl is declared... yes
checking whether __NR_request_key is declared... yes
checking for key_serial_t... no
checking for uuid_clear in -luuid... yes
checking for library containing clock_gettime... none required
checking for posix_memalign... yes
checking for clock_gettime... yes
checking for posix_fallocate... yes
checking for explicit_bzero... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... (cached) no
checking for off_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether ccache_cc needs -traditional... no
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... no
checking for library containing dlsym... none required
checking for dlvsym... no
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for poptConfigFileToString in -lpopt... yes
checking for devmapper >= 1.02.03... no
checking for dm_task_set_name in -ldevmapper... yes
checking for dm_task_set_message in -ldevmapper... yes
checking whether dm_task_secure_data is declared... yes
checking whether dm_task_retry_remove is declared... yes
checking whether dm_task_deferred_remove is declared... yes
checking whether dm_device_has_mounted_fs is declared... yes
checking whether dm_device_has_holders is declared... yes
checking whether dm_device_get_name is declared... yes
checking whether DM_DEVICE_GET_TARGET_VERSION is declared... yes
checking whether DM_UDEV_DISABLE_DISK_RULES_FLAG is declared... yes
checking for json-c... yes
checking whether json_object_object_add_ex is declared... yes
checking whether json_object_deep_copy is declared... yes
checking for libssh... yes
checking whether ssh_session_is_known_server is declared... no
checking for argp.h... yes
checking for library containing argp_usage... -largp
checking for linux/if_alg.h... yes
checking for linux/if_alg.h... (cached) yes
configure: WARNING: Argon2 bundled (slow) reference implementation will be used, please consider to use system library with --enable-libargon2.
checking for blkid... yes
checking for blkid/blkid.h... yes
checking whether blkid_do_wipe is declared... yes
checking whether blkid_probe_step_back is declared... yes
checking whether blkid_reset_probe is declared... yes
checking whether blkid_probe_set_device is declared... yes
checking whether blkid_probe_filter_superblocks_type is declared... yes
checking whether blkid_do_safeprobe is declared... yes
checking whether blkid_do_probe is declared... yes
checking whether blkid_probe_lookup_value is declared... yes
checking for systemd tmpfiles config directory... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/libcryptsetup.pc
config.status: creating po/Makefile.in
config.status: creating scripts/cryptsetup.conf
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make[4]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1'
make  all-recursive
make[5]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1'
Making all in po
make[6]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/po'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/po'
Making all in tests
make[6]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/tests'
./generate-symbols-list ../lib/libcryptsetup.sym > ./test-symbols-list.h
make  all-am
make[7]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/tests'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/tests'
make[6]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/tests'
make[6]: Entering directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1'
  CC       lib/libcryptsetup_la-setup.lo
  CC       lib/libcryptsetup_la-utils.lo
  CC       lib/libcryptsetup_la-utils_benchmark.lo
  CC       lib/libcryptsetup_la-utils_crypt.lo
  CC       lib/libcryptsetup_la-utils_loop.lo
  CC       lib/libcryptsetup_la-utils_devpath.lo
  CC       lib/libcryptsetup_la-utils_wipe.lo
  CC       lib/libcryptsetup_la-utils_fips.lo
  CC       lib/libcryptsetup_la-utils_device.lo
  CC       lib/libcryptsetup_la-utils_keyring.lo
  CC       lib/libcryptsetup_la-utils_device_locking.lo
  CC       lib/libcryptsetup_la-utils_pbkdf.lo
  CC       lib/libcryptsetup_la-utils_safe_memory.lo
  CC       lib/libcryptsetup_la-utils_storage_wrappers.lo
  CC       lib/libcryptsetup_la-libdevmapper.lo
  CC       lib/libcryptsetup_la-volumekey.lo
  CC       lib/libcryptsetup_la-random.lo
  CC       lib/libcryptsetup_la-crypt_plain.lo
  CC       lib/libcryptsetup_la-base64.lo
  CC       lib/libcryptsetup_la-utils_blkid.lo
  CC       lib/libutils_io_la-utils_io.lo
  CC       src/cryptsetup_ssh-utils_tools.o
  CC       src/cryptsetup_ssh-utils_password.o
  CC       lib/cryptsetup_ssh-utils_io.o
  CC       lib/cryptsetup_ssh-utils_loop.o
  CC       tokens/ssh/libcryptsetup-token-ssh.lo
In file included from tokens/ssh/libcryptsetup-token-ssh.c:34:
tokens/ssh/ssh-utils.h:22:10: fatal error: libssh/libssh.h: No such file or directory
 #include <libssh/libssh.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[6]: *** [Makefile:1919: tokens/ssh/libcryptsetup-token-ssh.lo] Error 1
make[6]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1'
make[5]: *** [Makefile:2604: all-recursive] Error 1
make[5]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1'
make[4]: *** [Makefile:1260: all] Error 2
make[4]: Leaving directory '/openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1'
make[3]: *** [Makefile:104: /openwrt/build_dir/target-aarch64_cortex-a53_musl/cryptsetup-2.4.1/.built] Error 2
Last updated on 31 Oct 2021
Published on 31 Oct 2021