Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 907876

Summary: [guru] sys-libs/libnvidia-container-1.13.2 overwrites CFLAGS/CXXFLAGS or adds uncommon ones
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: vowstar <vowstar>
Status: RESOLVED FIXED    
Severity: normal CC: guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-06-05 07:25:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/libnvidia-container-1.13.1 overwrites CFLAGS/CXXFLAGS or adds uncommon ones.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This QA check is tinderbox-only, there is the list of the flags that should be dropped out, if you think it is a false positive please let me know.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-05 07:25:39 UTC
Created attachment 863300 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-26 13:31:18 UTC
guru_ci has reproduced this issue with version 1.13.2 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2024-03-27 11:50:34 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(-)