Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 630796 Details for
Bug 716462
sys-libs/pwdb-0.62-r1 : make[1]: *** [Makefile:<snip>: common/commonio.o] Error 1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-libs:pwdb-0.62-r1:20200406-134924.log
sys-libs:pwdb-0.62-r1:20200406-134924.log (text/plain), 6.25 KB, created by
Toralf Förster
on 2020-04-06 14:34:19 UTC
(
hide
)
Description:
sys-libs:pwdb-0.62-r1:20200406-134924.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-06 14:34:19 UTC
Size:
6.25 KB
patch
obsolete
> * Package: sys-libs/pwdb-0.62-r1 > * 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-r1/work >>>> Source unpacked in /var/tmp/portage/sys-libs/pwdb-0.62-r1/work >>>> Preparing source in /var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62 ... > * Applying pwdb-0.62-build.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62 ... >make -j1 >make[1]: Entering directory '/var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62/libpwdb' >x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -O2 -pipe -march=native -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-r1/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/commonio.c -o common/commonio.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]: Leaving directory '/var/tmp/portage/sys-libs/pwdb-0.62-r1/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-r1 > >>>> Install sys-libs/pwdb-0.62-r1 into /var/tmp/portage/sys-libs/pwdb-0.62-r1/image/ >make -j1 INCLUDED=/var/tmp/portage/sys-libs/pwdb-0.62-r1/image//usr/include/pwdb LIBDIR=/var/tmp/portage/sys-libs/pwdb-0.62-r1/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-r1/work/pwdb-0.62/libpwdb' >x86_64-gentoo-linux-musl-gcc -pipe -g -Dlinux -O2 -pipe -march=native -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-r1/work/pwdb-0.62/include -fPIC -I. -I/usr/include/tirpc -c common/commonio.c -o common/commonio.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]: Leaving directory '/var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62/libpwdb' > * ERROR: sys-libs/pwdb-0.62-r1::gentoo failed (install phase): > * unable to read SONAME from libpwdb.so > * > * Call stack: > * ebuild.sh, line 125: Called src_install > * environment, line 2205: Called gen_usr_ldscript '-a' 'pwdb' > * environment, line 1171: 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-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-libs/pwdb-0.62-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-libs:pwdb-0.62-r1:20200406-134924.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-libs/pwdb-0.62-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-libs/pwdb-0.62-r1/temp/environment'. > * Working directory: '/var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62' > * S: '/var/tmp/portage/sys-libs/pwdb-0.62-r1/work/pwdb-0.62'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 716462
:
630788
|
630790
|
630792
|
630794
| 630796 |
630798