| View previous topic :: View next topic |
| Author |
Message |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Sat Jul 03, 2004 5:27 pm Post subject: Emerging gtk-sharp : "compilation succeeded", then |
|
|
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 |
|
 |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Mon Jul 05, 2004 3:34 am Post subject: |
|
|
*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.  |
|
| Back to top |
|
 |
ruyn n00b

Joined: 02 Feb 2004 Posts: 34
|
Posted: Tue Jul 27, 2004 3:41 am Post subject: |
|
|
| 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 |
|
 |
ruyn n00b

Joined: 02 Feb 2004 Posts: 34
|
Posted: Tue Jul 27, 2004 3:45 am Post subject: |
|
|
| Ha! I just tried to emerge it again and it worked. go figure. |
|
| Back to top |
|
 |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Sat Jul 31, 2004 5:27 pm Post subject: |
|
|
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 |
|
 |
ruyn n00b

Joined: 02 Feb 2004 Posts: 34
|
Posted: Sat Jul 31, 2004 6:07 pm Post subject: |
|
|
| This is a very strange problem. It is very flaky for me. What are your USE settings and CFLAGS? |
|
| Back to top |
|
 |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Sun Aug 01, 2004 3:40 am Post subject: |
|
|
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 |
|
 |
den1jay n00b


Joined: 01 Aug 2004 Posts: 11 Location: Australia
|
Posted: Sun Aug 01, 2004 7:36 am Post subject: getting a warning "Specific key requires an operator&qu |
|
|
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 |
|
 |
ruyn n00b

Joined: 02 Feb 2004 Posts: 34
|
Posted: Mon Aug 02, 2004 12:30 am Post subject: Re: getting a warning "Specific key requires an operato |
|
|
| 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 |
|
 |
ruyn n00b

Joined: 02 Feb 2004 Posts: 34
|
Posted: Mon Aug 02, 2004 12:37 am Post subject: |
|
|
| 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 |
|
 |
den1jay n00b


Joined: 01 Aug 2004 Posts: 11 Location: Australia
|
Posted: Mon Aug 02, 2004 3:20 am Post subject: |
|
|
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 |
|
 |
den1jay n00b


Joined: 01 Aug 2004 Posts: 11 Location: Australia
|
Posted: Mon Aug 02, 2004 3:28 am Post subject: |
|
|
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 |
|
 |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Sun Aug 15, 2004 11:58 pm Post subject: |
|
|
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 |
|
 |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Mon Aug 16, 2004 12:26 am Post subject: |
|
|
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 |
|
 |
yodermk Apprentice

Joined: 09 Jun 2003 Posts: 189 Location: Quito, Ecuador
|
Posted: Mon Aug 16, 2004 1:13 am Post subject: |
|
|
Whoooeeeee.... monodevelop is running!
First try, it hung on something in monodoc. Tried it again, and everything went through!
Now, all I need to do is figure out how to use it.
 |
|
| Back to top |
|
 |
|