Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784887 - [guru] dev-lang/aldor-1.2.0_p20190730 calls ar directly
Summary: [guru] dev-lang/aldor-1.2.0_p20190730 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-21 21:50 UTC by Agostino Sarubbo
Modified: 2021-07-03 09:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,233.06 KB, text/plain)
2021-04-21 21: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-04-21 21:50:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/aldor-1.2.0_p20190730 calls ar directly.
Discovered on: amd64 (internal ref: guru_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 2021-04-21 21:50:35 UTC
Created attachment 701562 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-21 21:50:37 UTC
Possible context of error(s):

/bin/sh: line 2: ar: command not found
Comment 3 Agostino Sarubbo gentoo-dev 2021-04-22 17:06:46 UTC
Changing the Assignee as per https://archives.gentoo.org/gentoo-dev/message/74ee632e9fe2f4c12890524fec132205
Comment 4 Agostino Sarubbo gentoo-dev 2021-04-25 14:05:04 UTC
Changing TRACKER as requested by QA.
Comment 5 Larry the Git Cow gentoo-dev 2021-07-03 09:59:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b02deb470ac61964d463c60f334a501a883bfdcc

commit b02deb470ac61964d463c60f334a501a883bfdcc
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-07-01 23:32:35 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-07-01 23:32:35 +0000

    dev-lang/aldor: fixes
    
    try to respect AR
    force boehm-gc
    add algebra documentation
    
    Closes: https://bugs.gentoo.org/784887
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-lang/aldor/Manifest                            |   1 +
 ...0730.ebuild => aldor-1.2.0_p20190730-r1.ebuild} |  43 ++--
 dev-lang/aldor/files/aldor-respect-ar.patch        | 273 +++++++++++++++++++++
 ...spect-flags.diff => aldor-respect-cflags.patch} |  10 +-
 dev-lang/aldor/metadata.xml                        |   8 +-
 5 files changed, 306 insertions(+), 29 deletions(-)