Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731932 - sci-libs/cdf calls ar directly
Summary: sci-libs/cdf calls ar directly
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: tc-directly
  Show dependency tree
 
Reported: 2020-07-09 12:03 UTC by Agostino Sarubbo
Modified: 2021-05-29 15:52 UTC (History)
0 users

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


Attachments
build.log (build.log,30.05 KB, text/plain)
2020-07-09 12:03 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-07-09 12:03:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/cdf calls ar directly.
Discovered on: amd64  (internal ref: tinderbox)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-09 12:03:34 UTC
Created attachment 648596 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-05-29 15:52:13 UTC
The bug has been closed via the following commit(s):

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

commit a33ab5b83c948af447f85eeb1cd0ac21d517b66d
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-05-29 15:42:42 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-05-29 15:52:02 +0000

    sci-libs/cdf: add version 3.8.0
    
    - bumped java version
    - no longer installs into /usr/CDFLeapSeconds.txt
    - no longer calls CC directly
    - restricted bindist
    
    Closes: https://bugs.gentoo.org/786708
    Closes: https://bugs.gentoo.org/773076
    Closes: https://bugs.gentoo.org/633438
    Closes: https://bugs.gentoo.org/544588
    Closes: https://bugs.gentoo.org/544588
    Closes: https://bugs.gentoo.org/731932
    Closes: https://bugs.gentoo.org/695390
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-libs/cdf/Manifest                            |   9 ++
 sci-libs/cdf/cdf-3.5.0.2.ebuild                  |   1 +
 sci-libs/cdf/cdf-3.8.0.ebuild                    | 133 +++++++++++++++++++++++
 sci-libs/cdf/files/cdf-3.8.0-respect-flags.patch |  96 ++++++++++++++++
 4 files changed, 239 insertions(+)