Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699362 - sys-apps/fwupd-1.3.3: gold linker produces bad binary
Summary: sys-apps/fwupd-1.3.3: gold linker produces bad binary
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical
Assignee: Bernardo Meurer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-11-05 10:04 UTC by David Heidelberg (okias)
Modified: 2019-11-05 10:14 UTC (History)
1 user (show)

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 David Heidelberg (okias) 2019-11-05 10:04:40 UTC
/usr/libexec/fwupd/efi/fwupdx64.efi is broken which leads to firmware failure, when updating from EFI.

$ /usr/libexec/fwupd/efi
.rwxr-xr-x 57k root  5 lis 10:50 fwupdx64.efi # GOLD
.rwxr-xr-x 61k root  5 lis 10:38 fwupdx64.efi_ubnt # BFD or Ubuntu size (correct)

I'll send pullrequest soon.


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-11-05 10:14:30 UTC
The bug has been closed via the following commit(s):

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

commit ef4b948405594c81a8d95c484715bf444e289bf5
Author:     David Heidelberg <david@ixit.cz>
AuthorDate: 2019-11-05 10:07:49 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-11-05 10:14:22 +0000

    sys-apps/fwupd: avoid gold linker for now
    
    Closes: https://bugs.gentoo.org/699362
    
    Signed-off-by: David Heidelberg <david@ixit.cz>
    Closes: https://github.com/gentoo/gentoo/pull/13553
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-apps/fwupd/{fwupd-1.3.3.ebuild => fwupd-1.3.3-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)