* Package: sys-libs/pwdb-0.62-r2 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux split-usr userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking pwdb-0.62.tar.gz to /var/tmp/portage/sys-libs/pwdb-0.62-r2/work >>> Source unpacked in /var/tmp/portage/sys-libs/pwdb-0.62-r2/work >>> Preparing source in /var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62 ... * Applying pwdb-0.62-build.patch ... [ ok ] * Applying pwdb-0.62-disable-static.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62 ... make -j4 make[1]: Entering directory '/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/libpwdb' x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/commonio.c -o common/commonio.o x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/grcommon.c -o common/grcommon.o x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/lockpw.c -o common/lockpw.o x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/misc.c -o common/misc.o In file included from common/../_pwdb_internal.h:8, from common/grcommon.c:2: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ In file included from common/../_pwdb_internal.h:8, from common/lockpw.c:4: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ make[1]: *** [Makefile:47: common/grcommon.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from common/../_pwdb_internal.h:8, from common/misc.c:15: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ make[1]: *** [Makefile:47: common/lockpw.o] Error 1 make[1]: *** [Makefile:47: common/misc.o] Error 1 In file included from common/../_pwdb_internal.h:8, from common/commonio.c:2: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ make[1]: *** [Makefile:47: common/commonio.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/libpwdb' >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=test]: sys-libs/pwdb-0.62-r2 >>> Install sys-libs/pwdb-0.62-r2 into /var/tmp/portage/sys-libs/pwdb-0.62-r2/image make -j4 INCLUDED=/var/tmp/portage/sys-libs/pwdb-0.62-r2/image/usr/include/pwdb LIBDIR=/var/tmp/portage/sys-libs/pwdb-0.62-r2/image/usr/lib LDCONFIG=echo install for i in libpwdb ; do \ make -C $i install ; \ if [ $? -ne 0 ]; then break ; fi ; \ done make[1]: Entering directory '/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/libpwdb' x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/commonio.c -o common/commonio.o x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/grcommon.c -o common/grcommon.o x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/lockpw.c -o common/lockpw.o x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -pipe -march=native -fno-diagnostics-color -O2 -D_GNU_SOURCE -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -I/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/misc.c -o common/misc.o In file included from common/../_pwdb_internal.h:8, from common/commonio.c:2: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ make[1]: *** [Makefile:47: common/commonio.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from common/../_pwdb_internal.h:8, from common/lockpw.c:4: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ In file included from common/../_pwdb_internal.h:8, from common/grcommon.c:2: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ make[1]: *** [Makefile:47: common/lockpw.o] Error 1 common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ make[1]: *** [Makefile:47: common/grcommon.o] Error 1 In file included from common/../_pwdb_internal.h:8, from common/misc.c:15: common/../unix/public.h:19:6: error: unknown type name '__uid_t' 19 | __uid_t pw_uid; /* User ID. */ | ^~~~~~~ common/../unix/public.h:20:6: error: unknown type name '__gid_t' 20 | __gid_t pw_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:54:39: error: unknown type name '__uid_t'; did you mean 'uid_t'? 54 | struct __pwdb_passwd *__pwdb_getpwuid(__uid_t __uid); | ^~~~~~~ | uid_t common/../unix/public.h:64:6: error: unknown type name '__gid_t' 64 | __gid_t gr_gid; /* Group ID. */ | ^~~~~~~ common/../unix/public.h:97:40: error: unknown type name '__gid_t'; did you mean 'gid_t'? 97 | struct __pwdb_group * __pwdb_getgrgid (__gid_t __gid); | ^~~~~~~ | gid_t common/../unix/public.h:126:14: warning: parameter names (without types) in function declaration 126 | const struct __pwdb_passwd * __pwdb_pw_locate_id (__uid_t); | ^~~~~~~~~~~~~ common/../unix/public.h:145:14: warning: parameter names (without types) in function declaration 145 | const struct __pwdb_group * __pwdb_gr_locate_id (__gid_t); | ^~~~~~~~~~~~ make[1]: *** [Makefile:47: common/misc.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62/libpwdb' * ERROR: sys-libs/pwdb-0.62-r2::gentoo failed (install phase): * unable to read SONAME from libpwdb.so * * Call stack: * ebuild.sh, line 127: Called src_install * environment, line 1648: Called gen_usr_ldscript '-a' 'pwdb' * environment, line 1038: Called die * The specific snippet of code: * [[ -z ${tlib} ]] && die "unable to read SONAME from ${lib}"; * * If you need support, post the output of `emerge --info '=sys-libs/pwdb-0.62-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-libs/pwdb-0.62-r2::gentoo'`. * The complete build log is located at '/var/log/portage/sys-libs:pwdb-0.62-r2:20211214-115555.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-libs/pwdb-0.62-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-libs/pwdb-0.62-r2/temp/environment'. * Working directory: '/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62' * S: '/var/tmp/portage/sys-libs/pwdb-0.62-r2/work/pwdb-0.62'