Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27860

Summary: gtk-sharp-0.10 fails compilation fisrt time it uses mcs
Product: Gentoo Linux Reporter: Daniel Rodríguez <notzcoolx>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The entire output from the emerge command

Description Daniel Rodríguez 2003-09-03 07:50:08 UTC
When I try to emerge gtk-sharp-0.10 (command 'ACCEPT_KEYWORDS="~x86" emerge
gtk-sharp') the compilation process fails the fisrt time it tries to use 'mcs'
compiler (the first time is in './generator/Makefile' when it tries to compile
'gapi_codegen.exe').
After failing I go to '/var/tmp/portage/gtk-sharp-0.10/work/gtk-sharp-0.10'
directory and try 'make'. This finish the work without fails.
If I try to compile 'gapi_codegen.exe' during the emerge of the package (after
the ebuild has generated the 'Makefile') it works well (and emerge skip this
directory) but then emerge tries to use 'mono' or 'mcs' one more time and it
fails (more Segment Violations). I've tried compiling several directories before
emerge reaches them, but always fails in the next to the last I compiled.
I'm using mono-0.26 just emerged from portage and it seems to work OK.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge gtk-sharp

Actual Results:  
The package fail the compilation printing this output:
!!! ERROR: x11-libs/gtk-sharp-0.10 failed.
!!! Function src_compile, Line 55, Exitcode 2
!!! (no error message)


Expected Results:  
The package should be installed in the system.

This is my emerge info:
Portage 2.0.49-r3 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r8,
2.4.20-gentoo-r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=i686 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss avi crypt cups encode jpeg libg++ mikmod mmx mpeg ncurses pdflib
quicktime spell truetype xml2 xmms xv aalib alsa berkdb bonobo cdr directfb esd
gdbm gif gnome gnome-libs gpm gtk gtkhtml guile imlib java libwww motif mozilla
nls oggvorbis opengl pam perl png python qt readline sdl slang ssl svga tcltk
tcpd tetex tiff X acpi acpi4linux emacs ethereal evo faad fbcon gphoto2 gtk2
samba scanner sse zlib -3dnow -apm -arts -kde"
Comment 1 Daniel Rodríguez 2003-09-03 07:53:16 UTC
Created attachment 17002 [details]
The entire output from the emerge command

This is the output from the command 'ACCEPT_KEYWORDS="~x86" emerge gtk-sharp >
emerge.out 2>&1'
Comment 2 Daniel Rodríguez 2003-09-06 14:52:10 UTC
I think that this bug is very similar to bug #24635. They may be the same bug. I have to look better the bug database nex time. Sorry.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-09-24 13:00:41 UTC

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