Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92800 - gnome-sharp fails during make check (FEATURES="test")
Summary: gnome-sharp fails during make check (FEATURES="test")
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 09:09 UTC by Tom Martin (RETIRED)
Modified: 2005-08-04 18:55 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 Tom Martin (RETIRED) gentoo-dev 2005-05-16 09:09:42 UTC
/usr/bin/mcs /out:gconf-sharp-peditors.dll /target:library /r://usr/lib64/mono/gtk-sharp/glib-sharp.dll /r://usr/lib64/mono/gtk-sharp/pango-sharp.dll /r://usr/lib64/mono/gtk-sharp/atk-sharp.dll /r://usr/lib64/mono/gtk-sharp/gdk-sharp.dll /r://usr/lib64/mono/gtk-sharp/gtk-sharp.dll /r://usr/lib64/mono/gtk-sharp/art-sharp.dll /r://usr/lib64/mono/gtk-sharp/gnome-sharp.dll /r://usr/lib64/mono/gtk-sharp/glade-sharp.dll /r://usr/lib64/mono/gtk-sharp/gconf-sharp.dll ./PropertyEditor.cs ./PropertyEditorBool.cs ./PropertyEditorEnum.cs ./PropertyEditorEntry.cs ./PropertyEditorFileEntry.cs ./PropertyEditorOptionMenu.cs ./PropertyEditorRadioButton.cs ./PropertyEditorSpinButton.cs ./PropertyEditorToggleButton.cs ./EditorShell.cs AssemblyInfo.cs
error CS0006: Cannot find assembly `//usr/lib64/mono/gtk-sharp/gnome-sharp.dll'
Log: 
 
error CS0006: Cannot find assembly `//usr/lib64/mono/gtk-sharp/gconf-sharp.dll'
Log: 
 
Compilation failed: 2 error(s), 0 warnings
make[2]: *** [gconf-sharp-peditors.dll] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-sharp-1.0.8/work/gtk-sharp-1.0.8/gconf/GConf.PropertyEditors'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-sharp-1.0.8/work/gtk-sharp-1.0.8/gconf'
make: *** [check-recursive] Error 1
 
!!! ERROR: dev-dotnet/gnome-sharp-1.0.8 failed.
!!! Function src_test, Line 566, Exitcode 0
!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.

This error occurs when merging gnome-sharp with FEATURES="test". With FEATURES="-test", the merge is fine. My emerge --info:

Portage 2.0.51.22 (default-linux/amd64/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0, 2.6.11-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.11
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=athlon64 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-mtune=athlon64 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sign strict test"
GENTOO_MIRRORS="ftp://mirrors.blueyonder.co.uk/mirrors/gentoo"
LANG="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa berkdb bitmap-fonts bzip2 cap cdr cjk clamd crypt curl dlloader dmx dvdr fam flac font-server fortran gdbm gif gimpprint glitz gnome gnutls gpm gtk gtk2 gtkhtml hal icu idea imlib ipv6 jp2 jpeg libwww lzw lzw-tiff maildir mailwrapper motif mp3 ncurses nethack nls nptl nptlonly offensive ogg oggvorbis opengl oss pcre perl png python readline ruby ssl svg tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb userlocales vorbis xine xml2 xpm xrandr xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-08-04 18:55:13 UTC
Ok, I've just added RESTRICT="test" to the gtk-sharp-components.eclass, this
should stop the tests from being run, since they fail horribly due to the weird
build things being done in the eclass. Marking FIXED, please feel free to
re-open. Thanks.