Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596888 - kde-frameworks/solid-5.26.0 fails to emerge, illegal comment
Summary: kde-frameworks/solid-5.26.0 fails to emerge, illegal comment
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 17:24 UTC by gentoo
Modified: 2016-10-11 17:48 UTC (History)
0 users

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


Attachments
Output of emerge --info (emerge-info.txt,17.31 KB, text/plain)
2016-10-11 17:24 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2016-10-11 17:24:43 UTC
Created attachment 449888 [details]
Output of emerge --info

When I try to emerge this package (stable on amd64), I get this error:

/var/tmp/portage/kde-frameworks/solid-5.26.0/work/solid-5.26.0_build/src/solid/predicate_lexer.c: In function ‘Solidensure_buffer_stack’:
/var/tmp/portage/kde-frameworks/solid-5.26.0/work/solid-5.26.0_build/src/solid/predicate_lexer.c:1587:21: error: C++ style comments are not allowed in ISO C90
   num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
                     ^
/var/tmp/portage/kde-frameworks/solid-5.26.0/work/solid-5.26.0_build/src/solid/predicate_lexer.c:1587:21: error: (this will be reported only once per input file)

Output of emerge --info is attached.

According to the search window above, bug 596886 could be a duplicate of this bug.  Maybe the search includes the current report?
Comment 1 gentoo 2016-10-11 17:48:29 UTC
Thank you, upgrading sys-devel/flex to 2.6.1 fixed this.