Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833322 - [guru] sys-boot/limine-2.84.1 does not respect LDFLAGS
Summary: [guru] sys-boot/limine-2.84.1 does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Arsen Arsenović
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-02-14 09:15 UTC by Agostino Sarubbo
Modified: 2022-02-20 09:29 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,315.49 KB, text/plain)
2022-02-14 09:15 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 2022-02-14 09:15:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-boot/limine-2.84.1 does not respect LDFLAGS.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
To reproduce this issue you may want to set LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0". If this is not something about c/c++ context you may want to see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect LDFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-14 09:15:46 UTC
Created attachment 765063 [details]
build.log

build log and emerge --info
Comment 2 Arsen Arsenović gentoo-dev 2022-02-15 12:53:08 UTC
Should be fixed by ec12547075bd3f027744356a9e096cb4daa86794.
Comment 3 James Beddek 2022-02-15 12:57:40 UTC
(In reply to Arsen Arsenovic from comment #2)
> Should be fixed by ec12547075bd3f027744356a9e096cb4daa86794.

You should take a look into using repoman/pkgdev to close related issues. From repoman --help:

  -b <BUG-NO|BUG-URL>, --bug <BUG-NO|BUG-URL>
                        Mention a Gentoo or upstream bug in the commit footer; takes either Gentoo bug number or full bug URL
  -c <PR-NO|PR-URL>, --closes <PR-NO|PR-URL>
                        Adds a Closes footer to close GitHub pull request (or compatible); takes either GitHub PR number or full PR URL

When the commit mentioning the bug is pushed to the master GURU branch, the bug will be closed automatically. I'll keep an eye on the two you've commented on and close them once they've been pushed to master.