Summary: | media-gfx/graphviz-2.8-r2: compile fails at htmllex.c and utils.c | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Keno <keno> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | full log file |
Description
Keno
2007-03-08 18:17:09 UTC
Created attachment 112598 [details]
full log file
important parts of the output: htmllex.c: In function 'characterData': htmllex.c:550: warning: value computed is not used htmllex.c: In function 'comp_entities': htmllex.c:635: error: dereferencing pointer to incomplete type [...] htmllex.c:635: error: dereferencing pointer to incomplete type htmllex.c: In function 'scanEntity': htmllex.c:647: error: storage size of 'key' isn't known htmllex.c:657: error: 'entities' undeclared (first use in this function) htmllex.c:657: error: (Each undeclared identifier is reported only once htmllex.c:657: error: for each function it appears in.) htmllex.c:657: error: 'NR_OF_ENTITIES' undeclared (first use in this function) htmllex.c:660: error: dereferencing pointer to incomplete type htmllex.c:647: warning: unused variable 'key' htmllex.c: In function 'findNext': htmllex.c:688: warning: value computed is not used htmllex.c:694: warning: value computed is not used make[3]: *** [htmllex.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... emit.c: In function 'style_token': emit.c:1641: warning: value computed is not used distcc[17825] ERROR: compile /var/tmp/ccache/utils.tmp.t1.17735.i on 192.168.0.102/10 failed utils.c: In function 'comp_entities': utils.c:1252: error: dereferencing pointer to incomplete type [...] utils.c:1252: error: dereferencing pointer to incomplete type utils.c: In function 'htmlEntity': utils.c:1266: error: storage size of 'key' isn't known utils.c:1267: error: 'ENTITY_NAME_LENGTH_MAX' undeclared (first use in this function) utils.c:1267: error: (Each undeclared identifier is reported only once utils.c:1267: error: for each function it appears in.) utils.c:1312: error: 'entities' undeclared (first use in this function) utils.c:1312: error: 'NR_OF_ENTITIES' undeclared (first use in this function) utils.c:1315: error: dereferencing pointer to incomplete type utils.c:1267: warning: unused variable 'entity_name_buf' utils.c:1266: warning: unused variable 'key' utils.c: In function 'latin1ToUTF8': utils.c:1350: warning: value computed is not used [...] utils.c:1358: warning: value computed is not used utils.c: In function 'utf8ToLatin1': utils.c:1383: warning: value computed is not used utils.c:1388: warning: value computed is not used make[3]: *** [utils.lo] Error 1 make[3]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8/lib/common' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8' make: *** [all] Error 2 !!! ERROR: media-gfx/graphviz-2.8-r2 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3479: Called src_compile graphviz-2.8-r2.ebuild, line 84: Called die !!! Compile Failed! !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/log/portage/media-gfx:graphviz-2.8-r2:20070308-124015.log'. Reopen if graphviz-2.12 doesn't compile for you; it works just fine here. (In reply to comment #3) > Reopen if graphviz-2.12 doesn't compile for you; it works just fine here. > I have enabled the graphviz-2.12 and it is compiled without error. |