Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 787716 - www-misc/htdig-3.2.0_beta6-r5 fails to compile
Summary: www-misc/htdig-3.2.0_beta6-r5 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-05-02 15:22 UTC by Agostino Sarubbo
Modified: 2021-06-16 14:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,345.86 KB, text/plain)
2021-05-02 15:22 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-05-02 15:22:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-misc/htdig-3.2.0_beta6-r5 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-05-02 15:22:58 UTC
Created attachment 705360 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-02 15:22:59 UTC
Possible context of error(s):

WordDBPage.h:68:22: error: expected ‘)’ before ‘*’ token
Comment 3 Larry the Git Cow gentoo-dev 2021-06-16 14:02:55 UTC
The bug has been closed via the following commit(s):

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

commit b6b552dabd095be753641b62dd5c35efaba02925
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-16 12:53:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-16 13:57:25 +0000

    www-misc/htdig: workaround build failure with GCC 11
    
    "Unambiguous reference to byte" generally means we need a large patch
    and upstream seems quiet here too, so let's just set C++ 14.
    
    Closes: https://bugs.gentoo.org/787716
    Signed-off-by: Sam James <sam@gentoo.org>

 www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)