Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730022 - dev-libs/tvision calls ar directly
Summary: dev-libs/tvision 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: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-06-28 13:04 UTC by Agostino Sarubbo
Modified: 2021-06-15 14:42 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,8.56 KB, text/plain)
2020-06-28 13:04 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-06-28 13:04:54 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-libs/tvision calls ar directly.
Discovered on: amd64

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-06-28 13:04:59 UTC
Created attachment 646974 [details]
build.log

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

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

commit e53e8b3798fcb63bb785a91055b00db45200562d
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2021-06-14 12:48:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-15 14:39:58 +0000

    dev-libs/tvision: bump to 2.2.3
    
    - Dependency on gpm, X and allegro is automagic, so I made it mandatory
      for now. See https://github.com/set-soft/tvision/issues/1. Drop gpm
      USE flag for this.
    - Add support for media-libs/allegro
    - Add USE flag to install examples for testing
    - Drop no-op debug USE flag
    
    Closes: https://bugs.gentoo.org/730022
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/21241
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/tvision/Manifest                          |  1 +
 .../files/tvision-2.2.3-0001-use-proper-AR.patch   | 23 ++++++
 dev-libs/tvision/metadata.xml                      |  5 --
 dev-libs/tvision/tvision-2.2.3.ebuild              | 81 ++++++++++++++++++++++
 4 files changed, 105 insertions(+), 5 deletions(-)