Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662926 - dev-libs/libmcal-0.7-r6: icalroutines.h:53:15: error: conflicting types for ‘ical_yyleng’ extern size_t ical_yyleng;
Summary: dev-libs/libmcal-0.7-r6: icalroutines.h:53:15: error: conflicting types for ‘...
Status: RESOLVED DUPLICATE of bug 542924
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-06 09:00 UTC by ernsteiswuerfel
Modified: 2018-08-06 09:04 UTC (History)
0 users

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


Attachments
build.log (libmcal-0.7-r6:20180806-085614.log,7.29 KB, text/plain)
2018-08-06 09:00 UTC, ernsteiswuerfel
Details
emerge --info (file_662926.txt,5.39 KB, text/plain)
2018-08-06 09:01 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2018-08-06 09:00:06 UTC
Created attachment 542520 [details]
build.log

powerpc-unknown-linux-gnu-gcc -O2 -mcpu=powerpc -pipe -DUSE_PAM -lpam -fPIC -Iicap -Imstore    -I. -c -o lex.ical_yy.o lex.ical_yy.c
In file included from icalscanner.lex:34:0:
icalroutines.h:53:15: error: conflicting types for ‘ical_yyleng’
 extern size_t ical_yyleng;
               ^~~~~~~~~~~
lex.ical_yy.c:21:16: note: previous declaration of ‘ical_yyleng’ was here
 #define yyin ical_yyin
                ^
lex.ical_yy.c:528:5: note: in expansion of macro ‘yyleng’
 static int yy_n_chars;  /* number of characters read into yy_ch_buf */
     ^~~~~~
make: *** [Makefile:24: lex.ical_yy.o] Error 1
 * ERROR: dev-libs/libmcal-0.7-r6::gentoo failed (compile phase):
 *   emake failed
Comment 1 ernsteiswuerfel archtester 2018-08-06 09:01:07 UTC
Created attachment 542522 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2018-08-06 09:04:20 UTC
Ah, just realized this already has been reported...

*** This bug has been marked as a duplicate of bug 542924 ***