Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 578006 Details for
Bug 686948
net-misc/iputils-20190515: dependency missing: sys-libs/libcap
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
meson-log.txt
meson-log.txt (text/plain), 12.98 KB, created by
Dragan Kašler
on 2019-05-29 16:56:57 UTC
(
hide
)
Description:
meson-log.txt
Filename:
MIME Type:
Creator:
Dragan Kašler
Created:
2019-05-29 16:56:57 UTC
Size:
12.98 KB
patch
obsolete
>pb4330s ~ # cat var/tmp/portage/net-misc/iputils-20190515/work/iputils-20190515-build/meson-logs/meson-log.txt >Build started at 2019-05-26T19:27:22.186328 >Main binary: /usr/bin/python3.7 >Python system: Linux >The Meson build system >Version: 0.50.1 >Source dir: /var/tmp/portage/net-misc/iputils-20190515/work/iputils-s20190515 >Build dir: /var/tmp/portage/net-misc/iputils-20190515/work/iputils-20190515-build >Build type: native build >Project name: iputils >Project version: s20190515 >Appending CFLAGS from environment: '-march=native -mindirect-branch=thunk -O2 -pipe' >Appending LDFLAGS from environment: '-Wl,-O1 -Wl,--as-needed' >Sanity testing C compiler: x86_64-pc-linux-gnu-gcc >Is cross compiler: False. >Sanity check compiler command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/work/iputils-20190515-build/meson-private/sanitycheckc.c -o /var/tmp/portage/net-misc/iputils-20190515/work/iputils-20190515-build/meson-private/sanitycheckc.exe >Sanity check compile stdout: > >----- >Sanity check compile stderr: > >----- >Running test binary command: /var/tmp/portage/net-misc/iputils-20190515/work/iputils-20190515-build/meson-private/sanitycheckc.exe >Native C compiler: x86_64-pc-linux-gnu-gcc (gcc 9.1.0 "x86_64-pc-linux-gnu-gcc (Gentoo Hardened 9.1.0 p1.0) 9.1.0") >Build machine cpu family: x86_64 >Build machine cpu: x86_64 >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmpdh17yjvo >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmpdh17yjvo/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmpdh17yjvo/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 -std=c99 -D_GNU_SOURCE > >Code: > > #define __fpending meson_disable_define_of___fpending > > #include <limits.h> > #undef __fpending > > #ifdef __cplusplus > extern "C" > #endif > char __fpending (); > > #if defined __stub___fpending || defined __stub_____fpending > fail fail fail this function is not going to work > #endif > > int main () { > return __fpending (); > } >Compiler stdout: > >Compiler stderr: > >Checking for function "__fpending" : YES >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmpydm8y9mn >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmpydm8y9mn/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmpydm8y9mn/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 -std=c99 -D_GNU_SOURCE > >Code: > > #define nanosleep meson_disable_define_of_nanosleep > > #include <limits.h> > #undef nanosleep > > #ifdef __cplusplus > extern "C" > #endif > char nanosleep (); > > #if defined __stub_nanosleep || defined __stub___nanosleep > fail fail fail this function is not going to work > #endif > > int main () { > return nanosleep (); > } >Compiler stdout: > >Compiler stderr: > >Checking for function "nanosleep" : YES >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmp10x33utq >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmp10x33utq/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -c -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmp10x33utq/output.obj -march=native -mindirect-branch=thunk -O2 -O0 -std=c99 > >Code: > > #include <sys/types.h> > #include <netinet/in.h> > #include <netinet/icmp6.h> > int main(void) { > struct icmp6_nodeinfo nodeinfo; > return 0; > } > >Compiler stdout: > >Compiler stderr: > /var/tmp/portage/net-misc/iputils-20190515/temp/tmp10x33utq/testfile.c: In function 'main': >/var/tmp/portage/net-misc/iputils-20190515/temp/tmp10x33utq/testfile.c:6:25: error: storage size of 'nodeinfo' isn't known > 6 | struct icmp6_nodeinfo nodeinfo; > | ^~~~~~~~ > >Checking if "struct icmp6_nodeinfo" compiles: NO >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmp6trsr1pz >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmp6trsr1pz/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -c -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmp6trsr1pz/output.obj -march=native -mindirect-branch=thunk -O2 -O0 -std=c99 > >Code: > > #include <sys/types.h> > #include <sys/time.h> > #include <time.h> > int main(void) { > struct tm time; > return 0; > } > >Compiler stdout: > >Compiler stderr: > >Checking if "struct tm time;" compiles: YES >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmp7dmgkc37 >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmp7dmgkc37/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmp7dmgkc37/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined > >Code: > int main(int argc, char **argv) { return 0; } >Compiler stdout: > >Compiler stderr: > >Library m found: YES >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmpktscen5k >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmpktscen5k/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmpktscen5k/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 -Wl,--start-group -lresolv -Wl,--end-group -Wl,--allow-shlib-undefined > >Code: > int main(int argc, char **argv) { return 0; } >Compiler stdout: > >Compiler stderr: > >Library resolv found: YES >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmplu0emi8j >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmplu0emi8j/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmplu0emi8j/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 -std=c99 > >Code: > > #define clock_gettime meson_disable_define_of_clock_gettime > > #include <limits.h> > #undef clock_gettime > > #ifdef __cplusplus > extern "C" > #endif > char clock_gettime (); > > #if defined __stub_clock_gettime || defined __stub___clock_gettime > fail fail fail this function is not going to work > #endif > > int main () { > return clock_gettime (); > } >Compiler stdout: > >Compiler stderr: > >Checking for function "clock_gettime" : YES >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmp53obxkzp >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmp53obxkzp/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmp53obxkzp/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 -Wl,--start-group -ldisabler-appears-to-disable-executable-build -Wl,--end-group -Wl,--allow-shlib-undefined > >Code: > int main(int argc, char **argv) { return 0; } >Compiler stdout: > >Compiler stderr: > /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldisabler-appears-to-disable-executable-build >collect2: error: ld returned 1 exit status > >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmp7q56s0a0 >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmp7q56s0a0/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmp7q56s0a0/output.exe -march=native -mindirect-branch=thunk -O2 -Wl,-O1 -Wl,--as-needed -O0 > >Code: > #include<stdio.h> > > int main(int argc, char **argv) { > printf("%ld\n", (long)(sizeof(void *))); > return 0; > }; >Compiler stdout: > >Compiler stderr: > >Program stdout: > >8 > >Program stderr: > > >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmpen1eunaa >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmpen1eunaa/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -c -o /var/tmp/portage/net-misc/iputils-20190515/temp/tmpen1eunaa/output.obj -march=native -mindirect-branch=thunk -O2 -O0 --print-search-dirs > >Code: > >Compiler stdout: > install: /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/ >programs: =/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/9.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ >libraries: =/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib/x86_64-pc-linux-gnu/9.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../x86_64-pc-linux-gnu/9.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib64/:/lib/x86_64-pc-linux-gnu/9.1.0/:/lib/../lib64/:/usr/lib/x86_64-pc-linux-gnu/9.1.0/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../:/lib/:/usr/lib/ > >Compiler stderr: > >Library disabler-appears-to-disable-executable-build found: NO >Pkg-config binary for MachineChoice.HOST is not cached. >Pkg-config binary for MachineChoice.HOST specified from cross file, native file, or env var as ['x86_64-pc-linux-gnu-pkg-config'] >Trying pkg-config binary x86_64-pc-linux-gnu-pkg-config for machine MachineChoice.HOST at ['/usr/bin/x86_64-pc-linux-gnu-pkg-config'] >Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (0.29.2) >Determining dependency 'disabler-appears-to-disable-executable-build' with pkg-config executable '/usr/bin/x86_64-pc-linux-gnu-pkg-config' >Called `/usr/bin/x86_64-pc-linux-gnu-pkg-config --modversion disabler-appears-to-disable-executable-build` -> 1 > >CMake binary for MachineChoice.HOST is not cached >CMake binary missing from cross or native file, or env var undefined. >Trying a default CMake fallback at cmake >Trying CMake binary cmake for machine MachineChoice.HOST at ['/usr/bin/cmake'] >Found CMake: /usr/bin/cmake (3.14.4) >Extracting basic cmake information >Try CMake generator: auto >Called `/usr/bin/cmake --trace-expand .` in /var/tmp/portage/net-misc/iputils-20190515/work/iputils-20190515-build/meson-private/cmake_disabler-appears-to-disable-executable-build -> 0 > -- Module search paths: ['/', '/opt', '/usr', '/usr/local'] > -- CMake root: /usr/share/cmake > -- CMake architectures: [] > -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share'] >Dependency disabler-appears-to-disable-executable-build found: NO (tried pkgconfig and cmake) >Pkg-config binary for MachineChoice.HOST is cached. >Determining dependency 'disabler-appears-to-disable-executable-build' with pkg-config executable '/usr/bin/x86_64-pc-linux-gnu-pkg-config' >CMake binary for MachineChoice.HOST is cached. >Dependency disabler-appears-to-disable-executable-build found: NO (tried pkgconfig and cmake) >Pkg-config binary for MachineChoice.HOST is cached. >Determining dependency 'disabler-appears-to-disable-executable-build' with pkg-config executable '/usr/bin/x86_64-pc-linux-gnu-pkg-config' >CMake binary for MachineChoice.HOST is cached. >Dependency disabler-appears-to-disable-executable-build found: NO (tried pkgconfig and cmake) >Pkg-config binary for MachineChoice.HOST is cached. >Determining dependency 'systemd' with pkg-config executable '/usr/bin/x86_64-pc-linux-gnu-pkg-config' >Called `/usr/bin/x86_64-pc-linux-gnu-pkg-config --modversion systemd` -> 1 > >CMake binary for MachineChoice.HOST is cached. >Dependency systemd found: NO (tried pkgconfig and cmake) >Running compile: >Working directory: /var/tmp/portage/net-misc/iputils-20190515/temp/tmpcd7uurma >Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/net-misc/iputils-20190515/temp/tmpcd7uurma/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -E -P -O0 -std=c99 > >Code: > > #ifdef __has_include > #if !__has_include("error.h") > #error "Header 'error.h' could not be found" > #endif > #else > #include <error.h> > #endif >Compiler stdout: > >Compiler stderr: > >Has header "error.h" : YES >Configuring config.h using configuration >Program setcap found: NO >Program /usr/sbin/setcap found: NO >Program /sbin/setcap found: NO >Element not a string: ['build-aux/setcap-setuid.sh', '/usr/bin', 'ping', 'none', None] > >meson.build:242:7: ERROR: add_install_script args must be strings >pb4330s ~ #
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 686948
:
578002
|
578004
| 578006