[Mono-bugs] [Bug 347165] New: sys/mkdev.h not detected on Solaris

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 8 18:03:26 EST 2007


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


           Summary: sys/mkdev.h not detected on Solaris
           Product: Mono: Runtime
           Version: SVN
          Platform: x86-64
        OS/Version: Solaris 10
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: dick at novell.com
        ReportedBy: andreas.faerber at web.de
         QAContact: mono-bugs at ximian.com
          Found By: ---


Building pedump fails (at r90995) with an unresolved symbol makedev in
libwapi.a(processes.o).

On Solaris, makedev is defined in sys/mkdev.h, and processes.c has a
conditional include dependent on HAVE_SYS_MKDEV_H, but that symbol is not being
defined (nor commented out) in config.h despite there being a line
AC_CHECK_HEADERS( ... sys/mkdev.h) in configure.in.

If I manually add
#define HAVE_SYS_MKDEV_H 1
to config.h then Mono builds fine.


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