[Mono-bugs] [Bug 605790] New: mkbundle doesn't find glib.h in 2.6.4

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 13 19:10:17 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=605790#c0


           Summary: mkbundle doesn't find glib.h in 2.6.4
    Classification: Mono
           Product: Mono: Tools
           Version: 2.6.x
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: tools
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: casteg at mail.ru
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3

Fresh install (i.e. no path magic involved) of 2.6.1:

"E:\Develop\Projects\cfnet\cfnet\bin\Debug>mkbundle -o b.exe cfnet.exe --deps
OS is: Windows
Sources: 1 Auto-dependencies: True
   embedding: E:\Develop\Projects\cfnet\cfnet\bin\Debug\cfnet.exe
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\mscorlib.dll
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\System.Drawing.dll
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\System.dll
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\System.Configuration.dll
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\System.Xml.dll
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\System.Security.dll
   embedding: E:\Develop\Mono-2.6.1\lib\mono\2.0\Mono.Security.dll
Compiling:
as -o temp.o temp.s
gcc -mno-cygwin -g -o b.exe -Wall temp.c `pkg-config --cflags --libs
mono|dos2unix`  temp.o
Done"


Fresh install of the latest 2.6.4 (Build 3) with the same command:

"E:\Develop\Projects\cfnet\cfnet\bin\Debug>mkbundle -o b.exe cfnet.exe --deps
OS is: Windows
Sources: 1 Auto-dependencies: True
   embedding: E:\Develop\Projects\cfnet\cfnet\bin\Debug\cfnet.exe
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\mscorlib.dll
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\System.Drawing.dll
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\System.dll
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\System.Configuration.dll
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\System.Xml.dll
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\System.Security.dll
   embedding: E:\Develop\Mono-2.6.4\lib\mono\2.0\Mono.Security.dll
Compiling:
as -o temp.o temp.s
gcc -mno-cygwin -g -o b.exe -Wall temp.c `pkg-config --cflags --libs
mono|dos2unix`  temp.o
In file included from temp.c:2:
e:/Develop/Mono-2.6.4/include/mono-1.0/mono/metadata/assembly.h:4:18: glib.h: N
 such file or directory"

and lots of glib-related undefined errors:

"e:/Develop/Mono-2.6.4/include/mono-1.0/mono/metadata/image.h:9: error: syntax
error before "typedef"
e:/Develop/Mono-2.6.4/include/mono-1.0/mono/metadata/image.h:19: warning: type
defaults to `int' in declaration of `guint8'"

etc.

Something seems to be broken.

Reproducible: Always

-- 
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