Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890987 - sys-fs/ext3grep-0.10.2 fails to compile (DASH-SYSTEM): custom.cc:1263:5: error: assert was not declared in this scope
Summary: sys-fs/ext3grep-0.10.2 fails to compile (DASH-SYSTEM): custom.cc:1263:5: erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-12
  Show dependency tree
 
Reported: 2023-01-15 21:11 UTC by Agostino Sarubbo
Modified: 2023-02-06 22:19 UTC (History)
0 users

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


Attachments
build.log (build.log,56.53 KB, text/plain)
2023-01-15 21:11 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-01-15 21:11:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-fs/ext3grep-0.10.2 fails to compile (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-15 21:11:23 UTC
Created attachment 848611 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-15 21:11:24 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


checking if libcwd is available... Package libcwd was not found in the pkg-config search path.
checking if libcwd_r is available... Package libcwd_r was not found in the pkg-config search path.
Package 'libcwd', required by 'virtual:world', not found
Package 'libcwd_r', required by 'virtual:world', not found
custom.cc:1263:5: error: ‘assert’ was not declared in this scope
Comment 3 Larry the Git Cow gentoo-dev 2023-02-06 22:19:52 UTC
The bug has been closed via the following commit(s):

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

commit 5a28bd967d8a385702969116e6a9d6aa47be6644
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-06 22:03:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-06 22:03:48 +0000

    sys-fs/ext3grep: EAPI 8, fix build w/ gcc 12
    
    Closes: https://bugs.gentoo.org/890987
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{ext3grep-0.10.2.ebuild => ext3grep-0.10.2-r1.ebuild} | 15 ++++++++-------
 .../files/ext3grep-0.10.2-missing-cassert-include.patch   | 11 +++++++++++
 2 files changed, 19 insertions(+), 7 deletions(-)