Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742497 - games-rpg/freedroidrpg-1.0_rc2 calls ar directly
Summary: games-rpg/freedroidrpg-1.0_rc2 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 Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-09-14 13:36 UTC by Agostino Sarubbo
Modified: 2021-06-03 06:09 UTC (History)
0 users

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


Attachments
build.log (build.log,24.35 KB, text/plain)
2020-09-14 13:36 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-14 13:36:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-rpg/freedroidrpg-1.0_rc2 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-09-14 13:36:44 UTC
Created attachment 660132 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-06-03 06:09:00 UTC
The bug has been closed via the following commit(s):

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

commit bec2289ff608900d9c0cceb46a246109dd0881be
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-03 05:55:20 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-03 06:07:38 +0000

    games-rpg/freedroidrpg: revamp ebuild, unbundle lua
    
    - add python3_9 and 3_10 compat
    - add media-libs/glew dep for USE=opengl (bug #701412)
    - remove sed given package respects docdir, no -pipe line exist, and
      pkgs/ subdirs allows the package to install its icons plus own
      .desktop file normally (fixes bug #700546)
    - remove -ffast-math filter, upstream discourages it but still keeps
      an option to enable it (shouldn't just force it off)
    - enable USE=sound by default and drop sanitize
    
    lua5-3 unbundling also fixes AR issues (bug #742497)
    --with-embedded-lua was due to slotted 5-3 former unavailability
    
    Closes: https://bugs.gentoo.org/700546
    Closes: https://bugs.gentoo.org/701412
    Closes: https://bugs.gentoo.org/742497
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild    | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)