[Mono-bugs] [Bug 52487][Wis] New - XSP fails during "make install"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 11:27:28 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52487

--- shadow/52487	2004-01-03 11:27:28.000000000 -0500
+++ shadow/52487.tmp.15660	2004-01-03 11:27:28.000000000 -0500
@@ -0,0 +1,175 @@
+Bug#: 52487
+Product: Mono/Runtime
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dan@dharik.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP fails during "make install"
+
+Description of Problem:
+
+I'm trying to compile XSP but it fails during make install
+
+
+Steps to reproduce the problem:
+
+localhost xsp-0.8 # ./configure
+checking for a BSD-compatible install... /bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... gawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for a BSD-compatible install... /bin/install -c
+checking for csc... no
+checking for mcs... /usr/local/bin/mcs
+C# compiler: /usr/local/bin/mcs
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating doc/Makefile
+config.status: creating server/AssemblyInfo.cs
+config.status: creating server/AssemblyInfoModMono.cs
+config.status: creating server/Makefile
+config.status: creating tools/Makefile
+config.status: creating tools/asp_state/Makefile
+config.status: creating tools/asp_state/AssemblyInfo.cs
+config.status: creating test/Makefile
+localhost xsp-0.8 # make
+Making all in doc
+make[1]: Entering directory `/tmp/xsp-0.8/doc'
+make[1]: Nothing to be done for `all'.
+make[1]: Leaving directory `/tmp/xsp-0.8/doc'
+Making all in server
+make[1]: Entering directory `/tmp/xsp-0.8/server'
+/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll
+/out:xsp.exe IApplicationHost.cs XSPApplicationHost.cs MonoWorkerRequest.cs
+InitialWorkerRequest.cs Tracing.cs server.cs AssemblyInfo.cs
+XSPWorkerRequest.cs
+Compilation succeeded
+/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll
+-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe
+IApplicationHost.cs XSPApplicationHost.cs MonoWorkerRequest.cs
+InitialWorkerRequest.cs Tracing.cs server.cs ModMonoRequest.cs
+ModMonoWorkerRequest.cs AssemblyInfoModMono.cs
+Compilation succeeded
+make[1]: Leaving directory `/tmp/xsp-0.8/server'
+Making all in test
+make[1]: Entering directory `/tmp/xsp-0.8/test'
+/usr/local/bin/mcs -r:System.Web.dll -target:library -out:tabcontrol.dll
+tabcontrol.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -target:library -out:tabcontrol2.dll
+tabcontrol2.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -target:library -out:codebehind1.dll
+codebehind1.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -r:System.Web.Services.dll
+-target:library \
+        -out:extensions.dll TraceExtension.cs EncryptExtension.cs
+DumpExtension.cs
+Compilation succeeded
+/usr/local/bin/mcs -r:System.Web.dll -r:System.Web.Services.dll
+-r:extensions.dll \
+        ServiceClient.cs Reference.cs
+Compilation succeeded
+make[1]: Leaving directory `/tmp/xsp-0.8/test'
+Making all in tools
+make[1]: Entering directory `/tmp/xsp-0.8/tools'
+Making all in asp_state
+make[2]: Entering directory `/tmp/xsp-0.8/tools/asp_state'
+/usr/local/bin/mcs -debug+ -debug:full -nologo /out:asp_state.exe
+AssemblyInfo.cs asp_state.cs
+Compilation succeeded
+make[2]: Leaving directory `/tmp/xsp-0.8/tools/asp_state'
+make[2]: Entering directory `/tmp/xsp-0.8/tools'
+make[2]: Nothing to be done for `all-am'.
+make[2]: Leaving directory `/tmp/xsp-0.8/tools'
+make[1]: Leaving directory `/tmp/xsp-0.8/tools'
+make[1]: Entering directory `/tmp/xsp-0.8'
+make[1]: Nothing to be done for `all-am'.
+make[1]: Leaving directory `/tmp/xsp-0.8'
+localhost xsp-0.8 # make install
+Making install in doc
+make[1]: Entering directory `/tmp/xsp-0.8/doc'
+make[2]: Entering directory `/tmp/xsp-0.8/doc'
+make[2]: Nothing to be done for `install-exec-am'.
+/bin/sh ../mkinstalldirs /usr/local/man/man1
+ /bin/install -c -m 644 ./xsp.1 /usr/local/man/man1/xsp.1
+make[2]: Leaving directory `/tmp/xsp-0.8/doc'
+make[1]: Leaving directory `/tmp/xsp-0.8/doc'
+Making install in server
+make[1]: Entering directory `/tmp/xsp-0.8/server'
+../mkinstalldirs  /usr/local/bin
+cp xsp.exe mod-mono-server.exe /usr/local/bin
+make[1]: Leaving directory `/tmp/xsp-0.8/server'
+Making install in test
+make[1]: Entering directory `/tmp/xsp-0.8/test'
+../mkinstalldirs  /usr/local/share/doc/xsp/test
+mkdir -p -- /usr/local/share/doc/xsp/test
+cp ServiceClient.exe *.aspx *.ascx *.asmx *.ashx *.config *.asax *.xml
+*.png *.inc *.xsl Makefile.in *.cs /usr/local/share/doc/xsp/test
+../mkinstalldirs  /usr/local/share/doc/xsp/test/bin
+mkdir -p -- /usr/local/share/doc/xsp/test/bin
+cp tabcontrol.dll tabcontrol2.dll codebehind1.dll extensions.dll 
+/usr/local/share/doc/xsp/test/bin
+make[1]: Leaving directory `/tmp/xsp-0.8/test'
+Making install in tools
+make[1]: Entering directory `/tmp/xsp-0.8/tools'
+Making install in asp_state
+make[2]: Entering directory `/tmp/xsp-0.8/tools/asp_state'
+../../mkinstalldirs  /usr/local/bin
+cp asp_state.exe asp_state.exe.config /usr/local/bin
+cp: cannot stat `asp_state.exe.config': No such file or directory
+make[2]: *** [install] Error 1
+make[2]: Leaving directory `/tmp/xsp-0.8/tools/asp_state'
+make[1]: *** [install-recursive] Error 1
+make[1]: Leaving directory `/tmp/xsp-0.8/tools'
+make: *** [install-recursive] Error 1
+localhost xsp-0.8 #
+
+
+
+My system info:
+
+Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031212-r0,
+2.6.0)
+=================================================================
+System uname: 2.6.0 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
+Gentoo Base System version 1.4.3.12
+ACCEPT_KEYWORDS="x86 ~x86"
+AUTOCLEAN="yes"
+CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
+CHOST="i686-pc-linux-gnu"
+COMPILER="gcc3"
+CONFIG_PROTECT="/etc /opt/tomcat/conf /usr/X11R6/lib/X11/xkb
+/usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config
+/var/qmail/control"
+CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
+CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
+DISTDIR="/usr/portage/distfiles"
+FEATURES="autoaddcvs ccache sandbox"
+GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
+MAKEOPTS="-j2"
+PKGDIR="/usr/portage/packages"
+PORTAGE_TMPDIR="/var/tmp"
+PORTDIR="/usr/portage"
+PORTDIR_OVERLAY=""
+SYNC="rsync://rsync.gentoo.org/gentoo-portage"
+USE="X alsa apm arts avi berkdb crypt cups encode esd foomaticdb gdbm gif
+gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod motif
+mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt
+quicktime readline sdl slang spell ssl svga tcltk tcpd truetype x86 xml2
+xmms xv zlib"
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-03 11:27 -------
+Fixed in CVS.