Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670604 - media-gfx/curaengine-3.4.1 : fatal: unable to access https:/.../ : Couldn t resolve host github.com
Summary: media-gfx/curaengine-3.4.1 : fatal: unable to access https:/.../ : Couldn t r...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-07 16:28 UTC by Toralf Förster
Modified: 2019-01-02 21:52 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.75 KB, text/plain)
2018-11-07 16:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,241.17 KB, text/plain)
2018-11-07 16:28 UTC, Toralf Förster
Details
environment (environment,107.54 KB, text/plain)
2018-11-07 16:28 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.38 KB, application/x-bzip)
2018-11-07 16:28 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.14 KB, application/x-bzip)
2018-11-07 16:28 UTC, Toralf Förster
Details
media-gfx:curaengine-3.4.1:20181107-004718.log (media-gfx:curaengine-3.4.1:20181107-004718.log,11.73 KB, text/plain)
2018-11-07 16:28 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.12 KB, application/x-bzip)
2018-11-07 16:28 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-11-07 16:28:12 UTC
cd /var/tmp/portage/media-gfx/curaengine-3.4.1/work/curaengine-3.4.1_build/Stb-prefix/src && /usr/bin/cmake -P /var/tmp/portage/media-gfx/curaengine-3.4.1/work/curaengine-3.4.1_build/Stb-prefix/tmp/Stb-gitclone.cmake
Cloning into 'Stb'...
fatal: unable to access 'https://github.com/nothings/stb.git/': Couldn't resolve host 'github.com'
Cloning into 'Stb'...
fatal: unable to access 'https://github.com/nothings/stb.git/': Couldn't resolve host 'github.com'
Cloning into 'Stb'...

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl-abi32+64_20181101-210320

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpvO media-gfx/curaengine
[ebuild  N    ] media-gfx/curaengine-3.4.1  USE="-doc -test"
Comment 1 Toralf Förster gentoo-dev 2018-11-07 16:28:15 UTC
Created attachment 554384 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-11-07 16:28:18 UTC
Created attachment 554386 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-11-07 16:28:21 UTC
Created attachment 554388 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-11-07 16:28:23 UTC
Created attachment 554390 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-11-07 16:28:26 UTC
Created attachment 554392 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-11-07 16:28:29 UTC
Created attachment 554394 [details]
media-gfx:curaengine-3.4.1:20181107-004718.log
Comment 7 Toralf Förster gentoo-dev 2018-11-07 16:28:31 UTC
Created attachment 554396 [details]
temp.tbz2
Comment 8 Michael 'veremitz' Everitt 2018-11-07 16:40:40 UTC
Is this a network sandbox issue?
Comment 9 Toralf Förster gentoo-dev 2018-11-07 17:03:00 UTC
(In reply to Michael Everitt (IRC: veremitz) from comment #8)
I'd say yes, b/c I can reach github.com from that machine
Comment 10 Michael 'veremitz' Everitt 2018-11-07 23:11:33 UTC
Causes/see also: https://bugs.gentoo.org/show_bug.cgi?id=670638
Comment 11 Larry the Git Cow gentoo-dev 2019-01-02 21:52:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d9eec5390dc20587a59c37d44347cf64b760e3

commit d1d9eec5390dc20587a59c37d44347cf64b760e3
Author:     Mathy Vanvoorden <mathy@vanvoorden.be>
AuthorDate: 2018-12-08 22:09:27 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2019-01-02 21:48:48 +0000

    dev-libs/stb: new package
    
    This is a header-only package that curaengine uses. Curaengine tries to pull it
    from git if not found on the system, which causes the build to break. This
    package installs the header files in a place where cmake will find it during
    the build.
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=670638
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=670604
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=670418
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=661416
    
    Signed-off-by: Mathy Vanvoorden <mathy@vanvoorden.be>
    Signed-off-by: Amy Liffey <amynka@gentoo.org>
    Package-Manager: Portage[mgorny]-2.3.51.1

 dev-libs/stb/Manifest                        |  1 +
 dev-libs/stb/metadata.xml                    | 19 ++++++++++++++++
 dev-libs/stb/stb-20180211.ebuild             | 34 ++++++++++++++++++++++++++++
 media-gfx/curaengine/curaengine-3.4.1.ebuild |  5 ++--
 4 files changed, 57 insertions(+), 2 deletions(-)