Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725230 - net-misc/spiped does not respect LDFLAGS
Summary: net-misc/spiped 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: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2020-05-25 07:22 UTC by Agostino Sarubbo
Modified: 2020-06-11 11:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,49.43 KB, text/plain)
2020-05-25 07:22 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 2020-05-25 07:22:07 UTC
This is an auto-filed bug because net-misc/spiped does not respect LDFLAGS.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

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 where is not possible to respect LDFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-25 07:22:12 UTC
Created attachment 641580 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-06-03 20:54:28 UTC
The bug has been closed via the following commit(s):

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

commit 2771878d049c1715202d3c23c84ff647325d03c6
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2020-06-03 20:31:43 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-06-03 20:54:05 +0000

    net-misc/spiped: honor CC, CFLAGS and LDFLAGS.
    
    Closes: https://bugs.gentoo.org/725230
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 net-misc/spiped/spiped-1.6.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
Comment 3 Agostino Sarubbo gentoo-dev 2020-06-04 10:57:06 UTC
I still can reproduce the issue
Comment 4 Larry the Git Cow gentoo-dev 2020-06-11 11:12:15 UTC
The bug has been closed via the following commit(s):

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

commit 99d6110fc6b30c51fabef6d171dd08cf81ff9b1e
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2020-06-11 11:07:58 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-06-11 11:07:58 +0000

    net-misc/spiped: patch Makefile to honor LDFLAGS.
    
    Closes: https://bugs.gentoo.org/725230
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 .../files/spiped-1.6.0-ldflags-support.patch       | 22 ++++++++++++++++++++++
 net-misc/spiped/spiped-1.6.0-r1.ebuild             |  4 ++++
 2 files changed, 26 insertions(+)