Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806278 - [guru] app-misc/rememberthemilk-1.3.11-r1 does not respect CFLAGS/LDFLAGS
Summary: [guru] app-misc/rememberthemilk-1.3.11-r1 does not respect CFLAGS/LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jesús P Rey (Chuso)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-08-03 12:05 UTC by Agostino Sarubbo
Modified: 2021-12-08 11:37 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,49.79 KB, text/plain)
2021-08-03 12:05 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-08-03 12:05:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/rememberthemilk-1.3.11 does not respect CFLAGS/LDFLAGS.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
To reproduce this issue you may want to add "-frecord-gcc-switches" to CFLAGS/CXXFLAGS/FFLAGS/FCFLAGS and LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0". If this is not something about c/c++ see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect CFLAGS/LDFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-03 12:05:47 UTC
Created attachment 729872 [details]
build.log

build log and emerge --info
Comment 2 Jesús P Rey (Chuso) 2021-11-27 20:56:57 UTC
Compilation FLAGS checks don't make sense for this package because it's a binary package.

Is anything missing in the ebuild to skip these checks?
Comment 3 Agostino Sarubbo gentoo-dev 2021-12-02 11:54:08 UTC
guru_ci has reproduced this issue with version 1.3.11-r1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2021-12-08 11:37:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=165584c02900c22fccc92d7d5988a343c6e95879

commit 165584c02900c22fccc92d7d5988a343c6e95879
Author:     Jesus P Rey (Chuso) <gentoo@chuso.net>
AuthorDate: 2021-12-04 19:44:36 +0000
Commit:     Jesus P Rey (Chuso) <gentoo@chuso.net>
CommitDate: 2021-12-04 19:44:36 +0000

    app-misc/rememberthemilk: Ignore CFLAGS/LDFLAGS checks for binary package.
    
    Closes: https://bugs.gentoo.org/806278
    Signed-off-by: Jesus P Rey <gentoo@chuso.net>

 app-misc/rememberthemilk/rememberthemilk-1.3.11-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)