[Mono-bugs] [Bug 524146] New: System.IO.IOException: Invalid handle to path during "make install"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 22 02:41:17 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=524146


           Summary: System.IO.IOException: Invalid handle to path during
                    "make install"
    Classification: Mono
           Product: Mono: Runtime
           Version: unspecified
          Platform: PC
        OS/Version: Solaris 10
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: river at loreley.flyingparchment.org.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1

when running "make install" for mono 2.4.2.2 on Solaris 10, the following
repeatable error occurs:

pkgbuild: gmake install-local
pkgbuild: gmake[7]: Entering directory
`/var/tmp/build/BUILD/mono-2.4.2.2/mcs/class/System'
pkgbuild: MONO_PATH="./../../class/lib/net_1_1_bootstrap:$MONO_PATH"
/var/tmp/build/BUILD/mono-2.4.2.2/runtime/mono-wrapper 
/../../class/lib/net_1_1_bootstrap/gacutil.exe /i
/../../class/lib/net_1_1/System.dll /f  /root
/var/tmp/pkgbuild-rriver/TSmono20-2.4.2.2.ts1-build/opt/ts/mono/2.0/lib
/package 1.0
pkgbuild: 
pkgbuild: Unhandled Exception: System.IO.IOException: Invalid handle to path
"/var/tmp/build/BUILD/mono-2.4.2.2/runtime/etc/mono/1.0/machine.config"
pkgbuild:   at System.IO.FileStream.ReadData (IntPtr handle, System.Byte[] buf,
Int32 offset, Int32 count) [0x00000] 
pkgbuild:   at System.IO.FileStream.RefillBuffer () [0x00000] 
pkgbuild:   at System.IO.FileStream.ReadInternal (System.Byte[] dest, Int32
offset, Int32 count) [0x00000] 
pkgbuild:   at System.IO.FileStream.Read (System.Byte[] array, Int32 offset,
Int32 count) [0x00000] 
pkgbuild:   at System.IO.StreamReader.ReadBuffer () [0x00000] 
pkgbuild:   at System.IO.StreamReader.Read (System.Char[] buffer, Int32 index,
Int32 count) [0x00000] 
pkgbuild:   at System.IO.StreamReader.ReadToEnd () [0x00000] 
pkgbuild:   at Mono.Security.StrongNameManager.LoadConfig (System.String
filename) [0x00000] 
pkgbuild:   at Mono.Tools.Driver.LoadConfig (Boolean quiet) [0x00000] 
pkgbuild:   at Mono.Tools.Driver.Main (System.String[] args) [0x00000] 
pkgbuild: gmake[7]: *** [install-local] Error 1
pkgbuild: gmake[7]: Leaving directory
`/var/tmp/build/BUILD/mono-2.4.2.2/mcs/class/System'


Reproducible: Always

Steps to Reproduce:
build Mono then run "make install".
Actual Results:  
the error described above occurs

Expected Results:  
the error doesn't occur

Mono was build like this:

pkgbuild: + CC=gcc
pkgbuild: + CXX=g++
pkgbuild: + CFLAGS='-O3 -Xlinker -i -fno-omit-frame-pointer -fPIC -DPIC'
pkgbuild: + CXXFLAGS='-O3 -Xlinker -i -fno-omit-frame-pointer -fPIC -DPIC'
pkgbuild: + CPPFLAGS='-I/opt/ts/mono/2.0/include -I/usr/sfw/include
-I/usr/X11/include -I/usr/openwin/include -D__EXTENSIONS__'
pkgbuild: + LDFLAGS='-L/opt/ts/mono/2.0/lib -L/usr/sfw/lib
-R/opt/ts/mono/2.0/lib:/usr/sfw/lib -L/usr/X11/lib -R/usr/X11/lib
-L/usr/openwin/lib -R/usr/openwin/lib'
pkgbuild: + ulimit -SHs 4096
pkgbuild: + ./configure --prefix=/opt/ts/mono/2.0 --bindir=/opt/ts/mono/2.0/bin
--libdir=/opt/ts/mono/2.0/lib --mandir=/opt/ts/mono/2.0/share/man
--datadir=/opt/ts/mono/2.0/share --includedir=/opt/ts/mono/2.0/include
--infodir=/opt/ts/mono/2.0/share/info --libexecdir=/opt/ts/mono/2.0/lib
--sysconfdir=/etc/opt/ts --disable-nls --disable-static --without-x

gcc: gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list