Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 826970 - dev-util/cppcheck-2.9 does not enable tests
Summary: dev-util/cppcheck-2.9 does not enable tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 784263
  Show dependency tree
 
Reported: 2021-11-23 21:35 UTC by Agostino Sarubbo
Modified: 2023-12-23 17:38 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,276.88 KB, text/plain)
2021-11-23 21:35 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-11-23 21:35:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/cppcheck-2.6.2 does not enable tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-23 21:35:50 UTC
Created attachment 755742 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-11-23 22:07:09 UTC
The bug has been referenced in the following commit(s):

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

commit a3a5e06f8f574a3b11800aab9ea8b282a144848a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-11-23 22:00:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-23 22:07:01 +0000

    dev-util/cppcheck: partial plumbing for (small) Python tests
    
    Done most of the plumbing here but it needs some additional
    work to actually find the cppcheck binary as it expects
    it in the source directory.
    
    Bug: https://bugs.gentoo.org/826970
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cppcheck/cppcheck-2.6.2.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2022-07-10 23:50:59 UTC
The bug has been referenced in the following commit(s):

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

commit 661b7b58a203bdcce713c25edd118dcd113f3427
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-10 23:45:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-10 23:50:41 +0000

    dev-util/cppcheck: PEP517
    
    Also, the Python tests I was referring to earlier are.. gone?
    
    Bug: https://bugs.gentoo.org/826970
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cppcheck/cppcheck-2.8.1-r1.ebuild | 118 +++++++++++++++++++++++++++++
 1 file changed, 118 insertions(+)
Comment 4 Agostino Sarubbo gentoo-dev 2022-07-11 06:59:05 UTC
ci has reproduced this issue with version 2.8.1-r1 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2022-07-13 06:00:03 UTC
ci has reproduced this issue with version 2.8.2 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2022-09-03 08:47:18 UTC
tinderbox_musl has reproduced this issue with version 2.9 - Updating summary.
Comment 7 Larry the Git Cow gentoo-dev 2023-12-23 17:38:51 UTC
The bug has been referenced in the following commit(s):

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

commit 64c1501bf9edc0a5daa4d4759275a0a9725be8bd
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2023-12-22 18:56:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-23 17:38:01 +0000

    dev-util/cppcheck: add 2.13.0
    
    * Drop hppa and sparc due to dev-qt/qtcharts
    
    Bug: https://bugs.gentoo.org/826602
    Bug: https://bugs.gentoo.org/826970
    Bug: https://bugs.gentoo.org/867364
    Closes: https://bugs.gentoo.org/911256
    Closes: https://bugs.gentoo.org/920547
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/34448
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cppcheck/Manifest               |   1 +
 dev-util/cppcheck/cppcheck-2.13.0.ebuild | 153 +++++++++++++++++++++++++++++++
 dev-util/cppcheck/metadata.xml           |   1 +
 3 files changed, 155 insertions(+)