Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741584 - sci-misc/ncview-2.1.7 fails to compile: You must use the same compiler for ncview as was used to build the netcdf library
Summary: sci-misc/ncview-2.1.7 fails to compile: You must use the same compiler for nc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2020-09-11 06:53 UTC by Agostino Sarubbo
Modified: 2022-12-26 12:52 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,10.58 KB, text/plain)
2020-09-11 06:53 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,20.23 KB, text/plain)
2020-09-11 06:53 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 2020-09-11 06:53:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-misc/ncview-2.1.7 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-11 06:53:04 UTC
Created attachment 659462 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-11 06:53:05 UTC
Created attachment 659464 [details]
1-config.log

1-config.log
Comment 3 Kostas 2021-04-04 12:49:55 UTC
Same problem here, but compiling with:

CC=/usr/bin/x86_64-pc-linux-gnu-gcc emerge sci-misc/ncview

does the trick for me, which means that the environment of the build is likely broken.
Comment 4 Larry the Git Cow gentoo-dev 2022-12-26 12:52:38 UTC
The bug has been closed via the following commit(s):

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

commit 4bc85052bef362fc52c9e72fb21fedac45e77258
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-12-26 12:52:15 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-12-26 12:52:15 +0000

    sci-misc/ncview: drop 2.1.7
    
    Closes: https://bugs.gentoo.org/741584
    Closes: https://bugs.gentoo.org/828639
    Signed-off-by: David Seifert <soap@gentoo.org>

 sci-misc/ncview/Manifest            |  1 -
 sci-misc/ncview/ncview-2.1.7.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit f8935fe091b274b52843192ec4aa489fe267ea9d
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-12-26 12:52:14 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-12-26 12:52:14 +0000

    sci-misc/ncview: add 2.1.8
    
    Bug: https://bugs.gentoo.org/741584
    Bug: https://bugs.gentoo.org/828639
    Signed-off-by: David Seifert <soap@gentoo.org>

 sci-misc/ncview/Manifest                           |   1 +
 sci-misc/ncview/files/ncview-2.1.8-autotools.patch | 110 +++++++++++++++++++++
 sci-misc/ncview/ncview-2.1.8.ebuild                |  43 ++++++++
 3 files changed, 154 insertions(+)