Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87524 - k3d 0.4.5.0, python and js modules won't compile
Summary: k3d 0.4.5.0, python and js modules won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 01:18 UTC by gunix
Modified: 2005-11-01 15:42 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gunix 2005-04-01 01:18:50 UTC
If I try to emerge k3d 0.4.4.2 I get:


object_model.cpp: In static member function `static VALUE 
   CRubyDocument::StartChangeSet(long unsigned int)':
object_model.cpp:452: error: `k3dStartStateChangeSet' undeclared (first use 
   this function)
object_model.cpp:452: error: (Each undeclared identifier is reported only once 
   for each function it appears in.)
object_model.cpp: In static member function `static VALUE 
   CRubyDocument::FinishChangeSet(long unsigned int, long unsigned int)':
object_model.cpp:458: error: `k3dFinishStateChangeSet' undeclared (first use 
   this function)
make[2]: *** [object_model.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/k3d-0.4.4.2/work/k3d-0.4.4.2/modules/ruby'


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-01 05:34:23 UTC
k3d has nothing to with KDE. Please use "New -> Gentoo Linux -> Component: Ebuilds" in future.
Comment 2 Luca Barbato gentoo-dev 2005-04-02 04:54:58 UTC
please attach the emerge info output

I can't reproduce it with out more information
Comment 3 Timothy M. Shead 2005-04-02 10:26:23 UTC
Since Ruby support has been pulled from K-3D starting in version 0.5 due to lack of development anyway, I'd recommend building without it.  The short-term workaround:

USE="-ruby" emerge k3d

Luca, I can send along an ebuild with ruby ignored completely - that would be 0.4.4.2-r1, right?

Cheers,
Tim


Comment 4 Luca Barbato gentoo-dev 2005-04-02 10:59:21 UTC
I'll just remove ruby support, btw, the python support is still actively developed?
Comment 5 Timothy M. Shead 2005-04-02 20:15:41 UTC
Yes, the python support is going strong.

Tim
Comment 6 Luca Barbato gentoo-dev 2005-08-15 18:59:19 UTC
I eventually had some time to check the latest stable k3d and got some
disappointing results:

- netpbm support has some problems, the latest release aren't exactly what k3d want.

- the js support is broken again, that time a wrong assumption creates issue
with errno.h ( fixed removing the workaround in js/src/fdlibm/k_standard.c )

- the python support won't build object_model.cpp:283: error: too few
template-parameter-lists

I'll wait a bit before axing the C++ code since I'm not so proficient
Comment 7 Timothy M. Shead 2005-08-17 20:39:11 UTC
See the 0.4.5.0 ebuild posted in bug 102936
Comment 8 SpanKY gentoo-dev 2005-11-01 15:42:06 UTC
k3d 0.5.0.33 now in portage