Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811384 - sci-libs/ginkgo-1.4.0-r2 fails to compile: error: downloading 'https://download.open-mpi.org/release/hwloc/v2.4/hwloc-2.4.1.tar.gz' failed
Summary: sci-libs/ginkgo-1.4.0-r2 fails to compile: error: downloading 'https://downlo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
: 827530 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-09-02 04:50 UTC by Agostino Sarubbo
Modified: 2021-12-21 01:37 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,45.67 KB, text/plain)
2021-09-02 04:50 UTC, Agostino Sarubbo
Details
1-CMakeError.log (1-CMakeError.log,197 bytes, text/plain)
2021-09-02 04:50 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,91.05 KB, text/plain)
2021-09-02 04:50 UTC, Agostino Sarubbo
Details
2-CMakeError.log (2-CMakeError.log,615 bytes, text/plain)
2021-09-02 04:50 UTC, Agostino Sarubbo
Details
2-CMakeOutput.log (2-CMakeOutput.log,48 bytes, text/plain)
2021-09-02 04:50 UTC, Agostino Sarubbo
Details
3-CMakeOutput.log (3-CMakeOutput.log,44.71 KB, text/plain)
2021-09-02 04:50 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-09-02 04:50:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/ginkgo-1.4.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:41 UTC
Created attachment 737089 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:42 UTC
Created attachment 737092 [details]
1-CMakeError.log

1-CMakeError.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:44 UTC
Created attachment 737095 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 4 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:45 UTC
Created attachment 737098 [details]
2-CMakeError.log

2-CMakeError.log
Comment 5 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:47 UTC
Created attachment 737101 [details]
2-CMakeOutput.log

2-CMakeOutput.log
Comment 6 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:50 UTC
Created attachment 737104 [details]
3-CMakeOutput.log

3-CMakeOutput.log
Comment 7 Agostino Sarubbo gentoo-dev 2021-09-02 04:50:51 UTC
Possible context of error(s):

-- Could NOT find PAPI (missing: PAPI_LIBRARY PAPI_INCLUDE_DIR) 
    error: downloading 'https://download.open-mpi.org/release/hwloc/v2.4/hwloc-2.4.1.tar.gz' failed
Comment 8 Toralf Förster gentoo-dev 2021-11-26 17:49:42 UTC
*** Bug 827530 has been marked as a duplicate of this bug. ***
Comment 9 Agostino Sarubbo gentoo-dev 2021-12-20 12:05:26 UTC
ci has reproduced this issue with version 1.4.0-r2 - Updating summary.
Comment 10 Larry the Git Cow gentoo-dev 2021-12-21 01:37:19 UTC
The bug has been closed via the following commit(s):

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

commit 97929bfb6438ddaeaddf687b2d0efb5826ea23ef
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-21 01:35:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-21 01:36:59 +0000

    sci-libs/ginkgo: fix automagic hwloc dependency
    
    It'll also try to download it if it can't find it on the system,
    so a revbump is worth it just for that as on some platforms
    we don't have network-sandbox (nor do we require it be used
    by users, even though they definitely should use it).
    
    But mainly for the automagic dep.
    
    Closes: https://bugs.gentoo.org/811384
    Signed-off-by: Sam James <sam@gentoo.org>

 .../ginkgo/{ginkgo-1.4.0-r2.ebuild => ginkgo-1.4.0-r3.ebuild}    | 9 +++++----
 sci-libs/ginkgo/metadata.xml                                     | 1 +
 2 files changed, 6 insertions(+), 4 deletions(-)