Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 741584

Summary: 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
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: sam, tsigarid
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: build.log
1-config.log

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(+)