archenroot / gentoo-overlay

Gentoo overlay with main focus on GPU, Neural Networks, Big Data and Java technologies
http://gentoo.archenroot.org
15 stars 4 forks source link

can't emerge wangle with FEATURES="network-sandbox" #4

Open Alessandro-Barbieri opened 7 years ago

Alessandro-Barbieri commented 7 years ago
CMake Error at gtest-stamp/gtest-download-Gentoo.cmake:16 (message):
  Command failed: 1

   '/usr/bin/cmake' '-P' '/var/tmp/portage/dev-cpp/wangle-2017.01.02.00/work/wangle-2017.01.02.00_build/gtest/tmp/gtest-gitclone.cmake'

  See also

    /var/tmp/portage/dev-cpp/wangle-2017.01.02.00/work/wangle-2017.01.02.00_build/gtest/src/gtest-stamp/gtest-download-*.log
cat gtest-download-err.log                                                                    
Cloning into 'gtest'...
fatal: unable to access 'https://github.com/google/googletest.git/': Could not resolve host: github.com
Cloning into 'gtest'...
fatal: unable to access 'https://github.com/google/googletest.git/': Could not resolve host: github.com
Cloning into 'gtest'...
fatal: unable to access 'https://github.com/google/googletest.git/': Could not resolve host: github.com
CMake Error at /var/tmp/portage/dev-cpp/wangle-2017.01.02.00/work/wangle-2017.01.02.00_build/gtest/tmp/gtest-gitclone.cmake:56 (message):
  Failed to clone repository: 'https://github.com/google/googletest.git'
archenroot commented 7 years ago

I will test this now on my workstation.

archenroot commented 7 years ago

Wangle is special case as whole torch stack where C/C++ libraries are required. It is under heavy development and they release on weekle basis, see yourself the release flow: https://github.com/facebook/wangle/releases

:-) I will try to look at this, but in general I don't use network-sandbox in general and as per statements here: https://archives.gentoo.org/gentoo-dev/message/555395ed237e23dab3f6867eca8ca428

I like this one in the end:

This one's going to trigger a lot of breakage in ebuilds. Therefore, I'd appreciate if developers started using it early and fixing the ebuilds.

This is low priority for me, if you find solution yourself, please pull back the patch.