Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerging gtk-sharp : "compilation succeeded", then
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Sat Jul 03, 2004 5:27 pm    Post subject: Emerging gtk-sharp : "compilation succeeded", then Reply with quote

Ok, what's with this?

I emerged mono without errors. Next was gtk-sharp. It said "compilation succeeded", but then the ebuild hangs, doing nothing apparently, and I have to hit ^C to abort it.

Anyone else get that?

Code:
...
gcc -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o gapi_format_xml formatXml.o  /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libxml2.so -lpthread -lz -lm
/usr/bin/mcs /out:gapi-fixup.exe ./gapi-fixup.cs
Compilation succeeded
Caught signal 2
make[2]: *** Deleting file `gapi-fixup.exe'
make[2]: *** [gapi-fixup.exe] Interrupt
make[1]: *** [all-recursive] Interrupt
make: *** [all] Interrupt

/usr/portage/x11-libs/gtk-sharp/gtk-sharp-1.0.ebuild: src_compile aborted; exiting.
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Mon Jul 05, 2004 3:34 am    Post subject: Reply with quote

*bump*

No one else gets this? Hard to believe. I want to try out mono but can't till I get gtk-sharp to emerge correctly... which it seems to do, but just won't finish. :roll:
Back to top
View user's profile Send private message
ruyn
n00b
n00b


Joined: 02 Feb 2004
Posts: 34

PostPosted: Tue Jul 27, 2004 3:41 am    Post subject: Reply with quote

I just got this error. I didn't get it the last time I emerged gtk-sharp. I wonder what is different.
Back to top
View user's profile Send private message
ruyn
n00b
n00b


Joined: 02 Feb 2004
Posts: 34

PostPosted: Tue Jul 27, 2004 3:45 am    Post subject: Reply with quote

Ha! I just tried to emerge it again and it worked. go figure.
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Sat Jul 31, 2004 5:27 pm    Post subject: Reply with quote

Still isn't working for me. And it is now hanging even before "compilation succeeded". No apparent errors, just doesn't continue. :(
Back to top
View user's profile Send private message
ruyn
n00b
n00b


Joined: 02 Feb 2004
Posts: 34

PostPosted: Sat Jul 31, 2004 6:07 pm    Post subject: Reply with quote

This is a very strange problem. It is very flaky for me. What are your USE settings and CFLAGS?
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Sun Aug 01, 2004 3:40 am    Post subject: Reply with quote

USE="X gtk gtk2 gnome kde qt post aalib -oss mozsvg jack java perl postgres sdl python tcltk alsa tiff nptl"

CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
Back to top
View user's profile Send private message
den1jay
n00b
n00b


Joined: 01 Aug 2004
Posts: 11
Location: Australia

PostPosted: Sun Aug 01, 2004 7:36 am    Post subject: getting a warning "Specific key requires an operator&qu Reply with quote

Hi guys!

Before emerging Mono and gtk-sharp i ran command "emerge mono gtk-sharp-1.0 --pv" This command gives me the list of packages which will be going to installed and the configure options etc. But when i do this i get following error

bash-2.05b# emerge mono gtk-sharp-1.0 -pv

These are the packages that I would merge, in order:

Calculating dependencies \
!!! Problem in x11-libs/gtk-sharp-1.0 dependencies.
!!! "Specific key requires an operator (x11-libs/gtk-sharp-1.0) (try adding an '=')"


Please help !!! Thx in advance.

Jay.
Back to top
View user's profile Send private message
ruyn
n00b
n00b


Joined: 02 Feb 2004
Posts: 34

PostPosted: Mon Aug 02, 2004 12:30 am    Post subject: Re: getting a warning "Specific key requires an operato Reply with quote

den1jay wrote:


bash-2.05b# emerge mono gtk-sharp-1.0 -pv



You are trying to emerge a specific version

Use

Code:
emerge mono =gtk-sharp-1.0 -pv
Back to top
View user's profile Send private message
ruyn
n00b
n00b


Joined: 02 Feb 2004
Posts: 34

PostPosted: Mon Aug 02, 2004 12:37 am    Post subject: Reply with quote

yodermk wrote:
USE="X gtk gtk2 gnome kde qt post aalib -oss mozsvg jack java perl postgres sdl python tcltk alsa tiff nptl"

CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"


Mine are:

Code:

CFLAGS="-O3 -march=athlon-mp -fomit-frame-pointer -pipe"
USE="nptl gnome gtk gtk2 -qt -kde -arts -mozilla alsa cdr gtkhtml -motif"


So I don't really have any clue at this point. Our different USE variables don't affect gtk-sharp, except for gtkhtml which is needed if you are going to use monodoc.
Back to top
View user's profile Send private message
den1jay
n00b
n00b


Joined: 01 Aug 2004
Posts: 11
Location: Australia

PostPosted: Mon Aug 02, 2004 3:20 am    Post subject: Reply with quote

Hi Ryun, Thanks for reply mate !

I tried using the command you specified and got following error :

bash-2.05b# emerge mono =gtk-sharp-1.0 -pv

These are the packages that I would merge, in order:

Calculating dependencies \
!!! all ebuilds that could satisfy "=gtk-sharp-1.0" have been masked.
!!! possible candidates are:
- x11-libs/gtk-sharp-1.0 (masked by: ~keyword)

!!! Error calculating dependencies. Please correct.
bash-2.05b#


Later on, i figured out that these masked packages need a special keyword which differentiate them for various platforms .. for e.g. If you are using "x86" then you need to apply the keyword "x86" to the package ...


bash%> ACCEPT_KEYWORDS="~x86" USE="gtk-html" emerge gtk-sharp


It worked for me ... i am able to run mono, gtk-sharp, monodoc and monodevelop now.

cheers, Jay.
Back to top
View user's profile Send private message
den1jay
n00b
n00b


Joined: 01 Aug 2004
Posts: 11
Location: Australia

PostPosted: Mon Aug 02, 2004 3:28 am    Post subject: Reply with quote

Hi Yojermik!

I think if you compile your gtk-sharp using "gtk-html" USE flag then hopefully it should work. I complied mono, gtk-sharp, monodoc and mondevelop last night and in the morning i found them working ...

OR, try doing emerge sync which will update or upgrade your *.ebuild files ...

OR, try the commands i used :


emerge mono
ACCEPT_KEYWORDS="~x86" USE="gtk-html" emerge gtk-sharp
emerge monodevelop


Good Luck
Jay.
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Sun Aug 15, 2004 11:58 pm    Post subject: Reply with quote

Still doesn't work, and I just emerged the latest (stable) glibc and (~x86) mono 1.1. Figured that might fix it. Still hangs on "compilation succeeded." :(

And I'm using USE=gtkhtml which is probably what you mean instead of gtk-html

Actually the first time I tried to emerge mono 1.1, it hung somewhere in the compilation of it. But just now it installed fine.

All mono related packages are marked ~x86 in my packages.keywords
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Mon Aug 16, 2004 12:26 am    Post subject: Reply with quote

Yikes!!!

I just tried it again....exact same command... and it emerged!!!

Now trying to emerge monodevelop and the rest of its dependencies!
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Mon Aug 16, 2004 1:13 am    Post subject: Reply with quote

Whoooeeeee.... monodevelop is running!

First try, it hung on something in monodoc. Tried it again, and everything went through!

:D

Now, all I need to do is figure out how to use it.

:roll:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum