First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 156356
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: dotnet AT gentoo DOT org <dotnet@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jurek Bartuszek <jurek@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 156356 depends on: Show dependency tree
Show dependency graph
Bug 156356 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   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.

------- Comment #1 From Markus Meier 2006-11-28 12:41:50 0000 -------
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

------- Comment #2 From Jurek Bartuszek 2006-11-28 15:38:27 0000 -------
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.

------- Comment #3 From Jurek Bartuszek 2006-11-28 15:39:13 0000 -------
And I meant "application oriented" of course ;-)

------- Comment #4 From Markus Meier 2006-11-30 10:19:50 0000 -------
(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!

------- Comment #5 From Christian Faulhammer 2006-11-30 10:25:53 0000 -------
Done on x86

------- Comment #6 From Jurek Bartuszek 2007-01-12 10:51:38 0000 -------
Could anyone from amd64 and ppc herds test the packages, please?

------- Comment #7 From Jurek Bartuszek 2007-02-01 00:57:21 0000 -------
Ok, those versions of xsp and mod_mono were just removed from the tree. Closing
bug

First Last Prev Next    No search results available      Search page      Enter new bug