Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 684927 Details for
Bug 767712
app-admin/sudo-1.9.5_p2 Missing tc-export PKG_CONFIG
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
log file from running emerge
log.txt (text/plain), 20.11 KB, created by
nvaa
on 2021-01-27 23:38:35 UTC
(
hide
)
Description:
log file from running emerge
Filename:
MIME Type:
Creator:
nvaa
Created:
2021-01-27 23:38:35 UTC
Size:
20.11 KB
patch
obsolete
> * Package: app-admin/sudo-1.9.5_p2 > * Repository: portage-stable > * Maintainer: base-system@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls secure-path sendmail ssl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Running stacked hooks for pre_pkg_setup > * sysroot_build_bin_dir ... [ ok ] > * Running stacked hooks for post_pkg_setup > * python_eclass_hack ... [ ok ] >21:38:59 >>> Unpacking source... >21:38:59 >>> Unpacking sudo-1.9.5p2.tar.gz to /var/tmp/portage/app-admin/sudo-1.9.5_p2/work >21:38:59 >>> Source unpacked in /var/tmp/portage/app-admin/sudo-1.9.5_p2/work > * Running stacked hooks for post_src_unpack > * asan_init ... [ ok ] > * Running stacked hooks for pre_src_prepare > * build_toolchain_catch ... [ ok ] >21:38:59 >>> Preparing source in /var/tmp/portage/app-admin/sudo-1.9.5_p2/work/sudo-1.9.5p2 ... > * Running elibtoolize in: sudo-1.9.5p2/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... > * Applying ppc64le/2.4.4 patch ... >21:39:00 >>> Source prepared. >21:39:01 >>> Configuring source in /var/tmp/portage/app-admin/sudo-1.9.5_p2/work/sudo-1.9.5p2 ... > * Setting secure_path ... >/etc/profile.env: line 17: PORTAGE_USERNAME: readonly variable >/etc/profile.env: line 17: PORTAGE_USERNAME: readonly variable > * Duplicate entry /opt/bin removed... > * ... done >21:39:01 * econf: updating sudo-1.9.5p2/config.guess with /usr/share/gnuconfig/config.guess >21:39:01 * econf: updating sudo-1.9.5p2/config.sub with /usr/share/gnuconfig/config.sub >21:39:01 ./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 --docdir=/usr/share/doc/sudo-1.9.5_p2 --htmldir=/usr/share/doc/sudo-1.9.5_p2/html --with-sysroot=/ --libdir=/usr/lib64 --disable-python --enable-tmpfiles.d=/usr/lib/tmpfiles.d --enable-zlib=system --with-editor=/usr/libexec/editor --with-env-editor --with-plugindir=/usr/lib64/sudo --with-rundir=/run/sudo --with-vardir=/var/db/sudo --without-linux-audit --without-opie --disable-gcrypt --enable-nls --disable-sasl --enable-openssl --without-ldap --without-ldap_conf_file --without-insults --without-all-insults --without-pam --without-pam-login --with-secure-path=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/mnt/host/source/chromite/bin:/mnt/host/depot_tools --without-selinux --with-sendmail --without-skey --without-sssd >configure: loading site script /usr/share/config.site >configure: Configuring Sudo version 1.9.5p2 >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-clang >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... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-clang accepts -g... yes >checking for x86_64-pc-linux-gnu-clang option to accept ISO C89... none needed >checking how to run the C preprocessor... x86_64-pc-linux-gnu-clang -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking whether to lecture users the first time they run sudo... yes >checking whether sudo should log via syslog or to a file by default... syslog >checking at which syslog priority to log commands... notice >checking at which syslog priority to log failures... alert >checking how long a line in the log file should be... 80 >checking whether sudo should ignore '.' or '' in $PATH... no >checking whether to send mail when a user is not in sudoers... yes >checking whether to send mail when user listed but not for this host... no >checking whether to send mail when a user tries a disallowed command... no >checking who should get the mail that sudo sends... root >checking for bad password prompt... Password: >checking for bad password message... Sorry, try again. >checking whether to expect fully qualified hosts in sudoers... no >checking for umask programs should be run with... 0022 >checking for default user to run commands as... root >checking for editor that visudo should use... /usr/libexec/editor >checking whether to obey EDITOR and VISUAL environment variables... yes >checking number of tries a user gets to enter their password... 3 >checking time in minutes after which sudo will ask for a password again... 5 >checking time in minutes after the password prompt will time out... 5 >checking whether to include insults... no >checking whether to override the user's path... /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/mnt/host/source/chromite/bin:/mnt/host/depot_tools >checking whether to get ip addresses from the network interfaces... yes >checking whether to use an askpass helper... no >checking whether to do user authentication by default... yes >checking whether to disable running the mailer as root... no >checking whether to disable shadow password support... no >checking whether root should be allowed to use sudo... yes >checking whether to log the hostname in the log file... no >checking whether to invoke a shell if sudo is given no arguments... no >checking whether to set $HOME to target user in shell mode... no >checking whether to disable 'command not found' messages... no >checking whether to enable environment debugging... no >checking whether to enable environment resetting by default... yes >configure: WARNING: Ignoring --enable-gcrypt when OpenSSL is enabled. >checking how to run the C preprocessor... x86_64-pc-linux-gnu-clang -E >checking for x86_64-pc-linux-gnu-ar... llvm-ar >checking for x86_64-pc-linux-gnu-ranlib... llvm-ranlib >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-clang... x86_64-pc-linux-gnu-ld.lld >checking if the linker (x86_64-pc-linux-gnu-ld.lld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... llvm-nm >checking the name lister (llvm-nm) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-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 x86_64-pc-linux-gnu-ld.lld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... llvm-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... (cached) llvm-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... (cached) llvm-ranlib >checking for gawk... gawk >checking command to parse llvm-nm output from x86_64-pc-linux-gnu-clang object... ok >checking for sysroot... / >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-clang supports -fno-rtti -fno-exceptions... yes >checking for x86_64-pc-linux-gnu-clang option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-clang PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-clang static flag -static works... yes >checking if x86_64-pc-linux-gnu-clang supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-clang supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-clang linker (x86_64-pc-linux-gnu-ld.lld -m elf_x86_64) 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 for shl_load... no >checking for shl_load in -ldld... no >checking for dlopen... no >checking for dlopen in -ldl... yes >checking whether a program can dlopen itself... yes >checking whether a statically linked program can dlopen itself... no >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... yes >checking path to sudo_noexec.so... ${exec_prefix}/libexec/sudo/sudo_noexec.so >checking for uname... /usr/bin/uname >checking for tr... /usr/bin/tr >checking for mandoc... mandoc >checking for nroff... /usr/bin/nroff >checking which macro set to use for manual pages... mdoc >checking whether SECCOMP_SET_MODE_FILTER is declared... yes >checking linux/random.h usability... yes >checking linux/random.h presence... yes >checking for linux/random.h... yes >checking for x86_64-pc-linux-gnu-clang option to accept ISO C99... none needed >checking for x86_64-pc-linux-gnu-clang option to accept ISO Standard C... (cached) none needed >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for working volatile... yes >checking for variadic macro support in cpp... yes >checking for gawk... (cached) gawk >checking for bison... bison -y >checking for flex... /usr/bin/flex >checking for mv... /bin/mv >checking for sh... /bin/sh >checking for sendmail... no >checking for vi... /usr/bin/vi >checking which syslog facility sudo should log with... authpriv >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for sys/types.h... (cached) yes >checking for netgroup.h... no >checking for paths.h... yes >checking for spawn.h... yes >checking for wordexp.h... yes >checking for sys/sockio.h... no >checking for sys/bsdtypes.h... no >checking for sys/select.h... yes >checking for sys/stropts.h... yes >checking for sys/sysmacros.h... yes >checking for sys/syscall.h... yes >checking for sys/statvfs.h... yes >checking sys/mkdev.h usability... no >checking sys/mkdev.h presence... no >checking for sys/mkdev.h... no >checking for sys/sysmacros.h... (cached) yes >checking utmps.h usability... no >checking utmps.h presence... no >checking for utmps.h... no >checking utmpx.h usability... yes >checking utmpx.h presence... yes >checking for utmpx.h... yes >checking endian.h usability... yes >checking endian.h presence... yes >checking for endian.h... yes >checking procfs.h usability... no >checking procfs.h presence... no >checking for procfs.h... no >checking sys/procfs.h usability... yes >checking sys/procfs.h presence... yes >checking for sys/procfs.h... yes >checking for struct psinfo.pr_ttydev... no >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking POSIX termios... yes >checking for mode_t... yes >checking for uid_t in sys/types.h... yes >checking for clockid_t... yes >checking for sig_atomic_t... yes >checking for struct in6_addr... yes >checking for unsigned long long int... yes >checking for long long int... yes >checking for intmax_t... yes >checking for uintmax_t... yes >checking for uint8_t... yes >checking for uint32_t... yes >checking for uint64_t... yes >checking for socklen_t... yes >checking max length of uid_t... 10 >checking for struct sockaddr.sa_len... no >checking for struct sockaddr_in.sin_len... no >checking size of id_t... 4 >checking size of long long... 8 >checking size of time_t... 8 >checking for struct utmpx.ut_id... yes >checking for struct utmpx.ut_pid... yes >checking for struct utmpx.ut_tv... yes >checking for struct utmpx.ut_type... yes >checking for struct utmpx.ut_exit.__e_termination... no >checking for struct utmpx.ut_exit.e_termination... yes >checking whether to compile python plugin support... no >checking type of array argument to getgroups... gid_t >checking for size_t... yes >checking for getgroups... yes >checking for working getgroups... yes >checking for fexecve... yes >checking for killpg... yes >checking for nl_langinfo... yes >checking for faccessat... yes >checking for wordexp... yes >checking for getauxval... yes >checking for fseeko... yes >checking for seteuid... yes >checking for pread... yes >checking for pwrite... yes >checking for cfmakeraw... yes >checking for getgrouplist... yes >checking for getdelim... yes >checking whether getdelim is declared... yes >checking for getusershell... yes >checking for reallocarray... yes >checking for arc4random... no >checking for getentropy... yes >checking sys/random.h usability... yes >checking sys/random.h presence... yes >checking for sys/random.h... yes >checking pthread.h usability... yes >checking pthread.h presence... yes >checking for pthread.h... yes >checking for main in -lpthread... yes >checking for pthread_atfork... no >checking for getutsid... no >checking for getutxid... yes >checking for sysctl... yes >checking for devname... no >checking for struct kinfo_proc.ki_structsize... no >checking for struct kinfo_proc2.p_paddr... no >checking for struct kinfo_proc.p_paddr... no >checking for struct kinfo_proc.kp_proc... no >checking for openpty... no >checking for openpty in -lutil... yes >checking libutil.h usability... no >checking libutil.h presence... no >checking for libutil.h... no >checking util.h usability... no >checking util.h presence... no >checking for util.h... no >checking pty.h usability... yes >checking pty.h presence... yes >checking for pty.h... yes >checking for unsetenv... yes >checking whether unsetenv returns void... no >checking whether putenv takes a const argument... no >checking for setresuid... yes >checking whether setresuid is declared... yes >checking for getresuid... yes >checking whether getresuid is declared... yes >checking for getifaddrs... yes >checking for freeifaddrs... yes >checking for lockf... yes >checking for innetgr... yes >checking whether innetgr is declared... yes >checking for getdomainname... yes >checking whether getdomainname is declared... yes >checking for utimensat... yes >checking for futimens... yes >checking for explicit_bzero... yes >checking for working fnmatch with FNM_CASEFOLD... yes >checking for isblank... yes >checking for glob... yes >checking for memrchr... yes >checking for freezero... no >checking for nanosleep... yes >checking for openat... yes >checking for unlinkat... yes >checking for fchmodat... yes >checking for fstatat... yes >checking for dup3... yes >checking for pipe2... yes >checking for pw_dup... no >checking for strlcpy... no >checking for strlcat... no >checking for strnlen... yes >checking for working strnlen... yes >checking for strndup... yes >checking for clock_gettime... yes >checking for getopt_long... yes >checking for closefrom... no >checking whether F_CLOSEM is declared... no >checking for mkstemps... yes >checking for mkdtemp... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for working snprintf... yes >checking for working vsnprintf... yes >checking for asprintf... yes >checking for vasprintf... yes >checking for struct tm.tm_gmtoff... no >checking for struct stat.st_mtim... yes >checking for struct stat.st_mtim.st__tim... no >checking for vsyslog... yes >checking for setpassent... no >checking for setgroupent... no >checking for exect... no >checking for execvP... no >checking for execvpe... yes >checking for posix_spawn... yes >checking for posix_spawnp... yes >checking for struct dirent.d_type... yes >checking for struct dirent.d_namlen... no >checking for X509_STORE_CTX_get0_cert... yes >checking for ASN1_STRING_get0_data... yes >checking for SSL_CTX_get0_certificate... yes >checking for TLS_client_method... yes >checking for TLS_server_method... yes >checking whether SSL_CTX_set_min_proto_version is declared... yes >checking for SSL_CTX_set_ciphersuites... yes >checking whether SSL_CTX_set_ciphersuites is declared... yes >checking for socket... yes >checking for inet_pton... yes >checking for inet_ntop... yes >checking for syslog... yes >checking for getaddrinfo... yes >checking for getprogname... no >checking for __progname... yes >checking for __func__... yes >checking for gettext... yes >checking for ngettext... yes >checking whether errno is declared... yes >checking whether h_errno is declared... yes >checking whether LLONG_MAX is declared... yes >checking whether LLONG_MIN is declared... yes >checking whether ULLONG_MAX is declared... yes >checking whether PATH_MAX is declared... yes >checking whether SIZE_MAX is declared... yes >checking for strsignal... yes >checking for sig2str... no >checking for str2sig... no >checking for sigabbrev_np... no >checking whether sys_signame is declared... no >checking whether _sys_signame is declared... no >checking whether sys_sigabbrev is declared... no >checking for undeclared sys_sigabbrev... yes >checking for dl_iterate_phdr... yes >checking for library containing crypt... -lcrypt >checking for getspnam... yes >checking for ppoll... yes >checking for log dir location... /var/log >checking for log file location... /var/log/sudo.log >checking for sudo run dir location... /run/sudo >checking for sudo var dir location... /var/db/sudo >checking for I/O log dir location... /var/log/sudo-io >checking time zone data directory... /usr/share/zoneinfo >checking whether _FORTIFY_SOURCE may be specified... yes >checking whether the linker accepts -Wl,--enable-new-dtags... yes >checking whether C compiler accepts -fvisibility=hidden... yes >checking whether ld supports anonymous map files... yes >checking whether C compiler accepts -fPIE... yes >checking whether the linker accepts -pie... yes >checking for working PIE support... yes >checking for compiler stack protector support... -fstack-protector-strong >checking whether the linker accepts -Wl,-z,relro... yes >configure: using the following authentication methods: passwd >configure: creating ./config.status >config.status: creating etc/init.d/sudo.conf >config.status: creating Makefile >config.status: creating doc/Makefile >config.status: creating examples/Makefile >config.status: creating examples/sudo.conf >config.status: creating include/Makefile >config.status: creating lib/eventlog/Makefile >config.status: creating lib/iolog/Makefile >config.status: creating lib/logsrv/Makefile >config.status: creating lib/util/Makefile >config.status: creating lib/util/util.exp >config.status: creating logsrvd/Makefile >config.status: creating src/sudo_usage.h >config.status: creating src/Makefile >config.status: creating plugins/audit_json/Makefile >config.status: creating plugins/sample/Makefile >config.status: creating plugins/group_file/Makefile >config.status: creating plugins/sample_approval/Makefile >config.status: creating plugins/system_group/Makefile >config.status: creating plugins/sudoers/Makefile >config.status: creating plugins/sudoers/sudoers >config.status: creating config.h >config.status: creating pathnames.h >config.status: executing libtool commands
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 767712
: 684927