Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 746254 - dev-lang/julia-1.5.2 calls ar directly
Summary: dev-lang/julia-1.5.2 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: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-10-03 17:07 UTC by Agostino Sarubbo
Modified: 2020-12-25 21:56 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,27.81 KB, text/plain)
2020-10-03 17:07 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-10-03 17:07:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/julia-1.5.2 calls ar directly.
Discovered on: amd64 (internal ref: ci)

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-10-03 17:07:55 UTC
Created attachment 663616 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-03 17:07:58 UTC
Possible context of error(s):

/bin/sh: ld: command not found
/bin/sh: ld: command not found
/bin/sh: ld: command not found
/bin/sh: gfortran: command not found
rm: cannot remove 'scratch/dsfmt-2.2.3/': No such file or directory
cat: /var/tmp/portage/dev-lang/julia-1.5.2/work/julia-1.5.2/usr/manifest/suitesparse-wrapper: No such file or directory
make[2]: ar: No such file or directory
configure: error: could not determine ar interface
Comment 3 Larry the Git Cow gentoo-dev 2020-12-25 21:56:41 UTC
The bug has been closed via the following commit(s):

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

commit f7ec33492f40a1b612a6d293202a690c7ff7409b
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2020-12-25 21:45:10 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2020-12-25 21:56:15 +0000

    dev-lang/julia: version bump to 1.5.3
    
     * export AR environment variable
    
     * silence warning about unused CFLAGS - julia modules are not compiled
       using the CFLAGS environment variable
    
    Closes: https://bugs.gentoo.org/747430
    Closes: https://bugs.gentoo.org/746254
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 dev-lang/julia/Manifest           |   2 +
 dev-lang/julia/julia-1.5.3.ebuild | 209 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 211 insertions(+)