* Package: app-admin/pwcrypt-1.2.2-r2 * Repository: gentoo * Maintainer: hattya@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking pwcrypt-1.2.2.tar.gz to /var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work >>> Source unpacked in /var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work >>> Preparing source in /var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 creating cache ./config.cache checking for gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler (x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed) works... yes checking whether the C compiler (x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no checking whether we are using GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for a BSD compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether ln -s works... yes checking whether make sets ${MAKE}... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for getopt.h... yes checking for working const... yes checking for size_t... yes updating cache ./config.cache creating ./config.status creating src/Makefile creating src/config.h creating Makefile creating pwcrypt.spec creating config.h Build was configured as follows: Prefix: /usr Binaries will be placed in: /usr/bin Using this install program: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c We will use the following compiler: x86_64-pc-linux-gnu-gcc With the following CFLAGS: -O2 -pipe -march=native -fno-common -W -Wall -DHAVE_CONFIG_H >>> Source configured. >>> Compiling source in /var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2 ... make -j1 cd src ; make make[1]: Entering directory '/var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2/src' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -W -Wall -c -o main.o main.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -W -Wall -c -o getopt.o getopt.c getopt.c: In function ‘cr_getpass’: getopt.c:75:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 75 | fgets(line, sizeof(line), stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from include.h:31, from getopt.c:26: In function ‘strncpy’, inlined from ‘cr_version’ at getopt.c:37:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘cr_version’ at getopt.c:35:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘cr_usage’ at getopt.c:53:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘cr_usage’ at getopt.c:51:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘strncpy’, inlined from ‘cr_getopt’ at getopt.c:110:5: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -W -Wall -c -o random.o random.c random.c: In function ‘seed_srand’: random.c:72:3: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 72 | read(rand_file, &retval, sizeof(long int)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from include.h:31, from random.c:28: In function ‘strncpy’, inlined from ‘cr_random’ at random.c:124:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 2 bytes from a string of length 1023 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -W -Wall -c -o crypt.o crypt.c In file included from /usr/include/string.h:494, from include.h:31, from crypt.c:27: In function ‘strncpy’, inlined from ‘cr_crypt’ at crypt.c:53:2: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -W -Wall -o pwcrypt main.o getopt.o random.o crypt.o -Wl,-O1 -Wl,--as-needed -lcrypt /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x4): multiple definition of `quiet'; main.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0xc20): multiple definition of `cleartext_pass'; main.o:(.bss+0xc20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x6): multiple definition of `md5'; main.o:(.bss+0x6): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x2): multiple definition of `debug'; main.o:(.bss+0x2): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x0): multiple definition of `do_salt'; main.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x20): multiple definition of `salt'; main.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x420): multiple definition of `salt_src'; main.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: getopt.o:(.bss+0x820): multiple definition of `encrypted_pass'; main.o:(.bss+0x820): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0xa): multiple definition of `debug'; main.o:(.bss+0x2): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0x8): multiple definition of `do_salt'; main.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0x420): multiple definition of `salt_src'; main.o:(.bss+0x420): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0xe): multiple definition of `md5'; main.o:(.bss+0x6): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0x20): multiple definition of `salt'; main.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0xc): multiple definition of `quiet'; main.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0x820): multiple definition of `encrypted_pass'; main.o:(.bss+0x820): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: random.o:(.bss+0xc20): multiple definition of `cleartext_pass'; main.o:(.bss+0xc20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x2): multiple definition of `debug'; main.o:(.bss+0x2): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x20): multiple definition of `salt'; main.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0xc20): multiple definition of `cleartext_pass'; main.o:(.bss+0xc20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x820): multiple definition of `encrypted_pass'; main.o:(.bss+0x820): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x0): multiple definition of `do_salt'; main.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x4): multiple definition of `quiet'; main.o:(.bss+0x4): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x6): multiple definition of `md5'; main.o:(.bss+0x6): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: crypt.o:(.bss+0x420): multiple definition of `salt_src'; main.o:(.bss+0x420): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:12: pwcrypt] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2/src' make: *** [Makefile:5: default-action] Error 2 * ERROR: app-admin/pwcrypt-1.2.2-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-admin/pwcrypt-1.2.2-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-admin/pwcrypt-1.2.2-r2::gentoo'`. * The complete build log is located at '/var/log/portage/app-admin:pwcrypt-1.2.2-r2:20200202-020548.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/temp/environment'. * Working directory: '/var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2' * S: '/var/tmp/portage/app-admin/pwcrypt-1.2.2-r2/work/pwcrypt-1.2.2'