Bug 156356 - dev-dotnet/xsp-1.1.13.7 and www-apache/mod_mono-1.1.13.5 stabilization bug
|
Bug#:
156356
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: dotnet@gentoo.org
|
Reported By: jurek@gentoo.org
|
|
Component: Unspecified
|
|
|
URL:
|
|
Summary: dev-dotnet/xsp-1.1.13.7 and www-apache/mod_mono-1.1.13.5 stabilization bug
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-11-26 14:49 0000
|
Arch teams, please stabilize:
dev-dotnet/xsp-1.1.13.7
www-apache/mod_mono-1.1.13.5
they've been in portage for a month now, no related bugs were reported during
that period and those versions are treated upstream as a maintenance release.
Moreover, mono-1.1.13* and libgdiplus-1.1.13* are already marked stable in
portage.
dev-dotnet/xsp-1.1.13.7
1. emerges on x86
2. passes collision test
3. works
www-apache/mod_mono-1.1.13.5 USE="apache2 -debug"
1. emerges on x86
2. passes collision test
3. didn't get this one to work with apache, when using -D MONO. I can just
download the application/x-asp-net. Maybe the default configuration doesn't
really work here... I get this in apache error_log:
Another mod-mono-server with the same arguments is already running.
The mod_mono process:
/usr/lib/pkgconfig/../../bin/mono
/usr/lib/pkgconfig/../../lib/xsp/1.0/mod-mono-server.exe --filename
/tmp/mod_mono_server_default --applica
tions /mono:/home/markus/mod_mono --nonstop
Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4,
2.6.18.3 i686)
=================================================================
System uname: 2.6.18.3 i686 Genuine Intel(R) CPU T2300 @ 1.66GHz
Gentoo Base System version 1.12.6
Last Sync: Tue, 28 Nov 2006 18:30:01 +0000
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python: 2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.3
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.60
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/qmail/alias
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner"
FEATURES="autoconfig collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ http://gentoo.inode.at/"
LINGUAS="en de en_GB de_CH"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa apache2 asf berkdb bitmap-fonts cairo cdr cdrom
cli cracklib crypt cups dbus divx dlloader dri dts dvd dvdr dvdread eds
elibc_glibc emboss encode fam ffmpeg firefox flac fortran gdbm gif gnome gpm
gstreamer gtk hal iconv input_devices_keyboard input_devices_mouse ipv6 isdnlog
java jpeg kde kdeenablefinal kernel_linux ldap libg++ linguas_de linguas_de_CH
linguas_en linguas_en_GB mad mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly
ogg opengl oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline
reflection rtsp ruby samba sdl session smp spell spl sse sse2 sse3 ssl svg tcpd
test tetex theora threads truetype truetype-fonts type1-fonts udev unicode
userland_GNU vcd video_cards_fbdev video_cards_i810 video_cards_vesa vorbis
win32codecs wxwindows x264 xine xml xorg xprint xv xvid zlib"
Unset: CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY
This is because mod_mono is application related. You have to either add your
application to the configuration file or set MonoAutoApplication to Enabled.
You can find more info on:
http://www.mono-project.com/Mod_mono
http://www.mono-project.com/AutoConfiguration
Please, follow my advice and try to access the application again. If you still
fail to make it work, post the content of your 70_mod_mono.conf file.
BTW. The message you receive in error_log is absolutely normal. Ignore it.
And I meant "application oriented" of course ;-)
(In reply to comment #2)
> This is because mod_mono is application related. You have to either add your
> application to the configuration file or set MonoAutoApplication to Enabled.
> You can find more info on:
>
> http://www.mono-project.com/Mod_mono
> http://www.mono-project.com/AutoConfiguration
>
> Please, follow my advice and try to access the application again. If you still
> fail to make it work, post the content of your 70_mod_mono.conf file.
I read the two mentioned pages and corrected my configuration. It works now!
Could anyone from amd64 and ppc herds test the packages, please?
Ok, those versions of xsp and mod_mono were just removed from the tree. Closing
bug