Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904984 - >gnome-base/librsvg-2.52.0 fail link cross compile
Summary: >gnome-base/librsvg-2.52.0 fail link cross compile
Status: RESOLVED DUPLICATE of bug 835758
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-24 21:52 UTC by Brian Denton
Modified: 2023-04-24 21:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***