Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12012 - "emerge kdebindings" 3.1 RC5 still fails (missing csant)
Summary: "emerge kdebindings" 3.1 RC5 still fails (missing csant)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 14148
Blocks:
  Show dependency tree
 
Reported: 2002-12-12 03:38 UTC by John Kozak
Modified: 2003-01-31 07:13 UTC (History)
0 users

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 John Kozak 2002-12-12 03:38:23 UTC
make[2]: Entering directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp' 
Making all in doc 
make[3]: Entering directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp/doc' 
make[3]: Nothing to be done for `all'. 
make[3]: Leaving directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp/doc' 
Making all in src 
make[3]: Entering directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp/src' 
Making all in parser 
make[4]: Entering directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp/src/parser' 
csant -Dmcs=/usr/bin/mcs -C mcs 
make[4]: csant: Command not found 
make[4]: *** [all] Error 127 
make[4]: Leaving directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp/src/parser' 
make[3]: *** [all-recursive] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp/src' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5/qtsharp' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/kdebindings-3.1_rc5/work/kdebindings-3.1rc5' 
make: *** [all] Error 2
Comment 1 John Kozak 2002-12-13 03:49:04 UTC
I'd emerge'd mono out of idle curiosity; emerge -C'ing it fixed this. 
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-12-13 11:56:29 UTC
C# kdebindings support is officially broken I think. We need to make the ebuild not try to use it even if mono is installed. 
Comment 3 Ewen Cheslack-Postava 2002-12-13 13:28:22 UTC
I posted to this related thread earlier: 
http://bugs.gentoo.org/show_bug.cgi?id=9645 .  As you will see from the comments
there, the problem seems to be that it is trying to use csant, which is part of
portable.net, not mono.  I thought it just might be a config problem, as the
configure script doesn't specifically check for csant, it seems to just assume
its there.  I checked the qtsharp homepage, and the most recent version is
supposed to work with mono, not portable.net, so i'm not sure why this would be
happening.

and as for the above mentioned "solution," that is only helpful if you aren't
trying to use mono.

-ewen
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-12-13 15:08:37 UTC
See the README in the qtsharp source dir. We need csant to compile it, but csant 
isn't in portage yet. Therefore I've disabled qtsharp compilation for now (even if mono 
is installed); adding csant is a todo. 
Comment 5 Dan Armak (RETIRED) gentoo-dev 2003-01-31 07:13:18 UTC
...However it's not my todo :-) 
the original problem reported is now fixed (kdebindings failing beacuse csant isn't found).