Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729564 - app-text/gv calls ar directly
Summary: app-text/gv 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: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-06-25 08:04 UTC by Agostino Sarubbo
Modified: 2022-08-27 15:29 UTC (History)
0 users

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


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

Issue: app-text/gv 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-25 08:04:39 UTC
Created attachment 646286 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-08-27 15:29:45 UTC
The bug has been closed via the following commit(s):

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

commit bad533b8968d8ad4a78854aee6caf4c9d811bbfe
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-08-27 14:02:06 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-08-27 15:29:37 +0000

    app-text/gv: Version bump to 3.7.4
    
    v3.7.4 was released in 2013, so this is a little overdue...
    
    * Bump to EAPI=8
    * Fix build with CFLAGS=-lflto (bug #855011)
    * Fix build to call toolchain's AR (bug #729564)
    * Add (+) to x11-libs/libXaw3d's unicode USE-dep
    * Run gnuconfig_update since the included config.guess is ancient
    * Apply a bunch of patches from Fedora
    
    Closes: https://bugs.gentoo.org/729564
    Closes: https://bugs.gentoo.org/855011
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 app-text/gv/Manifest                               |  1 +
 app-text/gv/files/gv-3.7.4-bounding-box.patch      | 15 ++++++
 app-text/gv/files/gv-3.7.4-bug1071238.patch        | 22 ++++++++
 app-text/gv/files/gv-3.7.4-bz1536211.patch         | 28 ++++++++++
 app-text/gv/files/gv-3.7.4-dat.patch               | 15 ++++++
 app-text/gv/files/gv-3.7.4-overflow.patch          | 27 ++++++++++
 .../files/gv-3.7.4-remove-aliasing-violation.patch | 18 +++++++
 app-text/gv/files/gv-3.7.4-resource.patch          | 33 ++++++++++++
 app-text/gv/gv-3.7.4.ebuild                        | 62 ++++++++++++++++++++++
 9 files changed, 221 insertions(+)