Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914230 - app-crypt/rotix-0.83-r2 does not respect LDFLAGS
Summary: app-crypt/rotix-0.83-r2 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2023-09-15 12:37 UTC by Agostino Sarubbo
Modified: 2023-09-16 07:01 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,44.14 KB, text/plain)
2023-09-15 12:37 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 2023-09-15 12:37:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/rotix-0.83-r2 does not respect LDFLAGS.
Discovered on: amd64 (internal ref: 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 2023-09-15 12:37:55 UTC
CC'ing also the author of the commit (6ef01054101bc167103879eb0caf0db26bdfa372)
Comment 2 Agostino Sarubbo gentoo-dev 2023-09-15 12:37:56 UTC
Created attachment 870601 [details]
build.log

build log and emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2023-09-16 07:01:22 UTC
The bug has been closed via the following commit(s):

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

commit dd262942d9abaa10fdb67a967cb1230cc8e158f9
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2023-09-15 15:17:29 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2023-09-16 07:00:53 +0000

    app-crypt/rotix: switch to meson
    
    Implementing own meson based build system is cheaper than
    dealing broken upstream build system. Updated LICENSE.
    
    Closes: https://bugs.gentoo.org/914230
    Closes: https://bugs.gentoo.org/914231
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/32811
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../rotix/files/rotix-0.83-cc-cflags-lflags.patch  | 61 ----------------------
 app-crypt/rotix/files/rotix-0.83-meson-build.patch | 61 ++++++++++++++++++++++
 app-crypt/rotix/rotix-0.83-r2.ebuild               | 25 +++++----
 3 files changed, 75 insertions(+), 72 deletions(-)