Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 814017 - net-vpn/riseup-vpn-0.21.6-r1 calls ar directly
Summary: net-vpn/riseup-vpn-0.21.6-r1 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: Andrew Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-09-20 10:27 UTC by Agostino Sarubbo
Modified: 2021-09-23 10:00 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,271.39 KB, text/plain)
2021-09-20 10:27 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-09-20 10:27:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-vpn/riseup-vpn-0.21.6-r1 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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].
Comment 1 Agostino Sarubbo gentoo-dev 2021-09-20 10:27:41 UTC
Created attachment 740274 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-09-20 10:27:43 UTC
Possible context of error(s):

	0xacab.org/leap/bitmask-vpn/pkg/config/version: cannot find module providing package 0xacab.org/leap/bitmask-vpn/pkg/config/version: module 0xacab.org/leap/bitmask-vpn/pkg/config/version: reading file:///var/tmp/portage/net-vpn/riseup-vpn-0.21.6-r1/temp/go-proxy/0xacab.org/leap/bitmask-vpn/pkg/config/version/@v/list: no such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-23 10:00:10 UTC
The bug has been closed via the following commit(s):

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

commit dcc8efa65dcc8dc4c8f142403d554dda3d970869
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2021-09-23 09:59:27 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2021-09-23 10:00:07 +0000

    net-vpn/riseup-vpn: respect user setting for AR
    
    Closes: https://bugs.gentoo.org/814017
    Package-Manager: Portage-3.0.23, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../riseup-vpn/files/riseup-vpn-respect-AR.patch   | 38 ++++++++++++++++++++++
 net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild     |  8 +++--
 2 files changed, 44 insertions(+), 2 deletions(-)