Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157468 - media-gfx/graphviz-2.8-r2 fails to compile with USE="ocaml"
Summary: media-gfx/graphviz-2.8-r2 fails to compile with USE="ocaml"
Status: RESOLVED DUPLICATE of bug 148677
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-07 13:35 UTC by Willard Dawson
Modified: 2006-12-07 14:00 UTC (History)
0 users

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


Attachments
output from "emerge --update --deep --newuse x11-libs/cairo media-gfx/graphviz" (emerge-media-gfx-with-caml,402.66 KB, text/plain)
2006-12-07 13:37 UTC, Willard Dawson
Details
Output from `emerge --info` (emerge-info.2,3.41 KB, text/plain)
2006-12-07 13:37 UTC, Willard Dawson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willard Dawson 2006-12-07 13:35:57 UTC
Lots of stuff...

(cd .libs && rm -f libgv_lua.so && ln -s libgv_lua.so.0.0.0 libgv_lua.so)
creating libgv_lua.la
(cd .libs && rm -f libgv_lua.la && ln -s ../libgv_lua.la libgv_lua.la) 
/bin/sh ../../libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I/usr/lib/perl5/5.8.8/i686-linux/CORE -I/usr/lib/ocaml -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include/python2.4 -I/usr/lib/ruby/1.8/i686-linux     -march=i686 -O2 -pipe -c -o gv_ocaml.lo gv_ocaml.cpp
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I/usr/lib/perl5/5.8.8/i686-linux/CORE -I/usr/lib/ocaml -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include/python2.4 -I/usr/lib/ruby/1.8/i686-linux -march=i686 -O2 -pipe -c gv_ocaml.cpp  -fPIC -DPIC -o .libs/gv_ocaml.o
gv_ocaml.cpp: In function `double caml_double_val(caml_value_t)':
gv_ocaml.cpp:1107: warning: converting to `caml_value_t' from `double'
gv_ocaml.cpp: In function `void* caml_ptr_val(caml_value_t, swig_type_info*)':
gv_ocaml.cpp:1163: error: invalid conversion from `void*' to `caml_value_t'
gv_ocaml.cpp:1163: error: invalid conversion from `caml_value_t' to `void*'
gv_ocaml.cpp: In function `caml_value_t _wrap_graph__SWIG_0gv(caml_value_t)':
gv_ocaml.cpp:1521: error: `value' was not declared in this scope
gv_ocaml.cpp:1521: error: expected `;' before "caml__temp_result"
gv_ocaml.cpp:1521: error: `caml__temp_result' was not declared in this scope
gv_ocaml.cpp: In function `caml_value_t _wrap_digraphgv(caml_value_t)':
gv_ocaml.cpp:1550: error: `value' was not declared in this scope
gv_ocaml.cpp:1550: error: expected `;' before "caml__temp_result"
gv_ocaml.cpp:1550: error: `caml__temp_result' was not declared in this scope

Lots of error messages...

gv_ocaml.cpp:6274: error: expected `;' before "caml__temp_result"
gv_ocaml.cpp:6274: error: `caml__temp_result' was not declared in this scope
make[3]: *** [gv_ocaml.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8/tclpkg/gv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8/tclpkg'
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 1569:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  graphviz-2.8-r2.ebuild, line 78:   Called die

!!! Compile Failed!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Willard Dawson 2006-12-07 13:37:08 UTC
Created attachment 103574 [details]
output from "emerge --update --deep --newuse x11-libs/cairo media-gfx/graphviz"
Comment 2 Willard Dawson 2006-12-07 13:37:50 UTC
Created attachment 103575 [details]
Output from `emerge --info`
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-12-07 14:00:14 UTC

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