Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900244 - net-news/rssguard-4.3.2 fails to compile (GCC-13-SYSTEM): quoted-printable.cpp:30:3: error: uint8_t was not declared in this scope
Summary: net-news/rssguard-4.3.2 fails to compile (GCC-13-SYSTEM): quoted-printable.cp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-03-08 07:55 UTC by Agostino Sarubbo
Modified: 2023-04-12 01:50 UTC (History)
0 users

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


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

Issue: net-news/rssguard-4.3.2 fails to compile (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 07:55:08 UTC
Created attachment 856678 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-08 07:55:09 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/librssguard/CMakeFiles/rssguard.dir/3rd-party/mimesis/quoted-printable.cpp.o 
/var/tmp/portage/net-news/rssguard-4.3.2/work/rssguard-4.3.2/src/librssguard/3rd-party/mimesis/quoted-printable.cpp:30:3: error: ‘uint8_t’ was not declared in this scope
Comment 3 Larry the Git Cow gentoo-dev 2023-04-12 01:50:26 UTC
The bug has been closed via the following commit(s):

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

commit b815151fcab1512a689eabc8052621f51d40fc2e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-12 01:33:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-12 01:33:24 +0000

    net-news/rssguard: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/900244
    Signed-off-by: Sam James <sam@gentoo.org>

 net-news/rssguard/Manifest                         |  1 +
 net-news/rssguard/files/rssguard-4.3.3-gcc13.patch | 30 ++++++++++
 net-news/rssguard/rssguard-4.3.3.ebuild            | 67 ++++++++++++++++++++++
 3 files changed, 98 insertions(+)