Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654974 - media-gfx/darktable-9999 with GCC 8.1 - .../work/darktable-9999/src/bauhaus/bauhaus.h:37:32: error: unnecessary parentheses in declaration of 'dt_bh_get_type' [-Werror=parentheses]
Summary: media-gfx/darktable-9999 with GCC 8.1 - .../work/darktable-9999/src/bauhaus/b...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-05-05 14:49 UTC by Helmut Jarausch
Modified: 2020-06-17 18:54 UTC (History)
0 users

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


Attachments
patched ebuild (darktable-9999.ebuild,3.42 KB, text/plain)
2018-05-05 14:49 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2018-05-05 14:49:46 UTC
Created attachment 529954 [details]
patched ebuild

With gcc-8.1 one gets the error

/var/tmp/portage/media-gfx/darktable-9999/work/darktable-9999/src/bauhaus/bauhaus.h:37:32: error: unnecessary parentheses in declaration of 'dt_bh_get_type' [-Werror=parentheses]
 #define DT_BAUHAUS_WIDGET_TYPE (dt_bh_get_type())

Furthermore (independent of gcc) USE=doc doesn't work - there is no such pdf file
Comment 1 Markus Meier gentoo-dev 2018-05-08 18:57:02 UTC
Please report the gcc issue upstream, I guess this makes more sense for the live ebuild. Thanks in advance!