[Mono-bugs] [Bug 376238] New: vbnc does not 'make install' under cygwin

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 2 05:45:50 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=376238


           Summary: vbnc does not 'make install' under cygwin
           Product: Mono: Tools
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: gacutil
        AssignedTo: gert.driesen at pandora.be
        ReportedBy: andyhume32 at yahoo.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=205624)
 --> (https://bugzilla.novell.com/attachment.cgi?id=205624)
gacutil/driver.cs error logging diff

It's been broken on mono-build from after March 14th
(http://mono.ximian.com/monobuild/python/monobuild.py/packagestatus?platform=win-4-i386&package=mono-basic&HEAD_or_RELEASE=HEAD)
 See one build at
http://mono.ximian.com/monobuild/builds/HEAD/win-4-i386/mono-basic/98378/logs/build.log

Locally:
[[
make install-local
make[3]: Entering directory
`/usr/src/mono/mono-basic/vbruntime/Microsoft.VisualBasic'
gacutil /i ../../class/lib/vbnc/Microsoft.VisualBasic.dll /f /gacdir `cygpath
-w /usr/local/lib` /root `cygpath -w /usr/local/lib` /package 2.0
Failure adding assembly ../../class/lib/vbnc/Microsoft.VisualBasic.dll to the
cache: Attempt to install an assembly without a strong name: Win32Exception:
Somesort of w32 error occurred: 1155
make[3]: *** [install-local] Error 1
make[3]: Leaving directory
`/usr/src/mono/mono-basic/vbruntime/Microsoft.VisualBasic'
make[2]: *** [do-install] Error 2
make[2]: Leaving directory
`/usr/src/mono/mono-basic/vbruntime/Microsoft.VisualBasic'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/mono/mono-basic/vbruntime'
make: *** [install-recursive] Error 1
]]

I've added some extra logging to gacutil to see the exception/exit-code for the
failure cases.  The above shows a Win32 error of 1155, which is
ERROR_NO_ASSOCIATION i.e. "No application is associated with the specified file
for this operation."  So, cygwin/Win32 doesn't know how to run "sn".  I suppose
"sn.exe" might work in this case, but couldn't gacutil use the sn assembly via
NET rather than doing a Process.Start on it??


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


More information about the mono-bugs mailing list