Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831706 - [guru] sys-libs/libnvidia-container-1.13.2 does not respect LDFLAGS
Summary: [guru] sys-libs/libnvidia-container-1.13.2 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: vowstar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-01-21 08:14 UTC by Agostino Sarubbo
Modified: 2024-03-27 11:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,114.92 KB, text/plain)
2022-01-21 08:14 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-01-21 08:14:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/libnvidia-container-1.8.0_rc1 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-01-21 08:14:02 UTC
Created attachment 762980 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-05 07:44:07 UTC
guru_ci has reproduced this issue with version 1.9.0 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2022-07-11 19:21:44 UTC
guru_ci has reproduced this issue with version 1.10.0 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-06-05 07:24:31 UTC
guru_ci has reproduced this issue with version 1.13.1 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2023-06-26 13:31:10 UTC
guru_ci has reproduced this issue with version 1.13.2 - Updating summary.
Comment 6 Larry the Git Cow gentoo-dev 2024-03-27 11:50:29 UTC
The bug has been closed via the following commit(s):

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

commit f67bf1186033752144b3bc5c6951100c2749203f
Author:     Huang Rui <vowstar@gmail.com>
AuthorDate: 2024-03-26 12:13:42 +0000
Commit:     Huang Rui <vowstar@gmail.com>
CommitDate: 2024-03-26 12:15:17 +0000

    sys-libs/libnvidia-container: bump to 1.14.6
    
    - Fix misses USE=static-libs and installs '.a' files
    - Fix go: command not found, add go as BDEPEND
    - Fix doc install
    - Respect LDFLAGS and CFLAGS
    - Don't strip files
    - Fix overwrites CFLAGS/CXXFLAGS or adds uncommon ones
    
    Closes: https://bugs.gentoo.org/783984
    Closes: https://bugs.gentoo.org/831703
    Closes: https://bugs.gentoo.org/831705
    Closes: https://bugs.gentoo.org/831706
    Closes: https://bugs.gentoo.org/831707
    Closes: https://bugs.gentoo.org/831708
    Closes: https://bugs.gentoo.org/907876
    Signed-off-by: Huang Rui <vowstar@gmail.com>

 sys-libs/libnvidia-container/Manifest              |   2 +
 .../libnvidia-container-1.14.6-fix-makefile.patch  | 193 +++++++++++++++++++++
 .../libnvidia-container-1.14.6.ebuild              |  96 ++++++++++
 .../libnvidia-container-9999.ebuild                |  78 +++++++--
 sys-libs/libnvidia-container/metadata.xml          |  15 +-
 5 files changed, 361 insertions(+), 23 deletions(-)