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

Bug 904984

Summary: >gnome-base/librsvg-2.52.0 fail link cross compile
Product: Gentoo Linux Reporter: Brian Denton <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brian Denton 2023-04-24 21:52:26 UTC
Fails to compile at linking stage

https://gitlab.gnome.org/GNOME/librsvg/-/issues/810

Tested workaround and it works

Made patch file that had created ".cargo/config" with the following for my arm cross-emerge:

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-unknown-linux-gnu-gcc"

Reproducible: Always

Steps to Reproduce:
run cross emerge (i.e. aarch64-unknown-linux-gnu-emerge --ask gnome-base/librsvg)
Actual Results:  
fails to compile

Expected Results:  
compile
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-24 21:56:43 UTC
Please always include the full build.log and emerge --info, but in this case, looks like a dupe of bug 835758.

*** This bug has been marked as a duplicate of bug 835758 ***