Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167639 - dev-lang/tinycobol-0.61 does not compile completely
Summary: dev-lang/tinycobol-0.61 does not compile completely
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 17:13 UTC by Dietrich Moerman
Modified: 2007-02-27 08:04 UTC (History)
0 users

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


Attachments
Compilation process (tinycobol.log,12.45 KB, text/plain)
2007-02-19 17:13 UTC, Dietrich Moerman
Details
emerge --info (emerge-info.txt,3.14 KB, text/plain)
2007-02-19 17:14 UTC, Dietrich Moerman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dietrich Moerman 2007-02-19 17:13:04 UTC
dev-lang/tinycobol-0.61 does not compile completely, even though the emerge process ends nicely. Only the htcobolpp binary (preprocessor) is installed, no htcobol (compiler).

Attached is a compilation log, you can spot the error:
gcc -I/usr/include -I../lib -I../  -c scan.c
scan.c:1150: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'YY_PROTO'
scan.l:865: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'YY_PROTO'
make[1]: *** [scan.o] Error 1
Comment 1 Dietrich Moerman 2007-02-19 17:13:37 UTC
Created attachment 110673 [details]
Compilation process
Comment 2 Dietrich Moerman 2007-02-19 17:14:51 UTC
Created attachment 110674 [details]
emerge --info
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2007-02-26 12:57:36 UTC
This is a problem that still exists even for 0.63 release (depending on the used "flex" version, it seems), but I found a fix (and patched the 0.63 version) - please try it when it hits your mirror.
Comment 4 Dietrich Moerman 2007-02-27 08:04:20 UTC
Thanks, tinycobol 0.63 now works.