Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 738060

Summary: net-firewall/ipt_netflow-2.5.1-r1 calls ld directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sergey Popov <pinkbyte>
Status: RESOLVED FIXED    
Severity: normal CC: alarig, netmon
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-08-19 20:33:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-firewall/ipt_netflow-2.5.1-r1 calls ld 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 LD implementation (like llvm-link). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the LD variable to x86_64-pc-linux-gnu-ld.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-19 20:33:24 UTC
Created attachment 655546 [details]
build.log

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

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

commit d68a0171e98ec09a53dd65f3385d9cf408d6dedc
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2020-11-15 14:58:59 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2020-11-15 15:05:12 +0000

    net-firewall/ipt_netflow: respect OBJDUMP and LD variables
    
    Repoted-by: Agostino Sarubbo <ago@gentoo.org>
    Closes: https://bugs.gentoo.org/738060
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild   | 2 +-
 net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild | 2 +-
 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)