Advertisement
keremCozin

Untitled

Jan 17th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. [587/587] python "../../build/toolchain/gcc_link_wrapper.py" --output="./mksnapshot" -- x86_64-pc-linux-gnu-g++ -pie -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -lpthread -Wl,--as-needed -fuse-ld=lld -flto=thin -Wl,--thinlto-jobs=8 -Wl,--thinlto-cache-dir=thinlto-cache -Wl,--thinlto-cache-policy,cache_size=10\% -Wl,--lto-O0 -m64 -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,-rpath=\$ORIGIN/. -Wl,-rpath-link=. -Wl,-O1 -Wl,--gc-sections -Wl,-O1 -Wl,--as-needed -o "./mksnapshot" -Wl,--start-group @"./mksnapshot.rsp" -Wl,--end-group -ldl -lpthread -lrt -licui18n -licuuc -licudata
  2. FAILED: mksnapshot
  3. python "../../build/toolchain/gcc_link_wrapper.py" --output="./mksnapshot" -- x86_64-pc-linux-gnu-g++ -pie -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -Wl,--no-as-needed -lpthread -Wl,--as-needed -fuse-ld=lld -flto=thin -Wl,--thinlto-jobs=8 -Wl,--thinlto-cache-dir=thinlto-cache -Wl,--thinlto-cache-policy,cache_size=10\% -Wl,--lto-O0 -m64 -Wl,-rpath-link=. -Wl,--disable-new-dtags -Wl,-rpath=\$ORIGIN/. -Wl,-rpath-link=. -Wl,-O1 -Wl,--gc-sections -Wl,-O1 -Wl,--as-needed -o "./mksnapshot" -Wl,--start-group @"./mksnapshot.rsp" -Wl,--end-group -ldl -lpthread -lrt -licui18n -licuuc -licudata
  4. ld.lld: error: undefined symbol: main
  5. >>> referenced by /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib64/Scrt1.o:(_start)
  6. collect2: error: ld returned 1 exit status
  7. ninja: build stopped: subcommand failed.
  8. * ERROR: dev-util/electron-2.0.17-r2::gentoo failed (compile phase):
  9. * (no error message)
  10. *
  11. * Call stack:
  12. * ebuild.sh, line 125: Called src_compile
  13. * environment, line 5090: Called eninja '-C' '/var/tmp/notmpfs/portage/dev-util/electron-2.0.17-r2/work/electron-2.0.17/chromium/out/Release' 'mksnapshot'
  14. * environment, line 1928: Called die
  15. * The specific snippet of code:
  16. * "$@" || die
  17. *
  18. * If you need support, post the output of `emerge --info '=dev-util/electron-2.0.17-r2::gentoo'`,
  19. * the complete build log and the output of `emerge -pqv '=dev-util/electron-2.0.17-r2::gentoo'`.
  20. *
  21. * You have enabled the custom-cflags USE flag.
  22. * Please disable it before reporting a bug.
  23. *
  24. *
  25. * MemTotal: 8184028 kB
  26. * SwapTotal: 8388604 kB
  27. *
  28. * The complete build log is located at '/var/tmp/notmpfs/portage/dev-util/electron-2.0.17-r2/temp/build.log'.
  29. * The ebuild environment file is located at '/var/tmp/notmpfs/portage/dev-util/electron-2.0.17-r2/temp/environment'.
  30. * Working directory: '/var/tmp/notmpfs/portage/dev-util/electron-2.0.17-r2/work/electron-2.0.17/chromium'
  31. * S: '/var/tmp/notmpfs/portage/dev-util/electron-2.0.17-r2/work/electron-2.0.17'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement