Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820188 - dev-lang/tcc-0.9.27_p20211022 does not respect LDFLAGS
Summary: dev-lang/tcc-0.9.27_p20211022 does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2021-10-25 12:39 UTC by Agostino Sarubbo
Modified: 2021-10-25 13:01 UTC (History)
0 users

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


Attachments
build.log (build.log,43.12 KB, text/plain)
2021-10-25 12:39 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 2021-10-25 12:39:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/tcc-0.9.27_p20211022 does not respect LDFLAGS.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-10-25 12:39:15 UTC
Created attachment 746607 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-10-25 13:01:08 UTC
The bug has been closed via the following commit(s):

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

commit fce1a7679fe7e09f4a8e930df1e692a4274346b1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-25 12:59:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-25 13:00:53 +0000

    dev-lang/tcc: respect LDFLAGS, no pre-stripping
    
    Two for the price of one!
    
    Bug: https://bugs.gentoo.org/820200
    Closes: https://bugs.gentoo.org/820191
    Closes: https://bugs.gentoo.org/820188
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/tcc/tcc-0.9.27_p20211022.ebuild | 2 +-
 dev-lang/tcc/tcc-9999.ebuild             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)