HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 21 and Version 22 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/02/08 07:49:58 (7 years ago)
Author:
andreasf
Comment:

Updated build status

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/mono/2.x/1

    v21 v22  
    2727 * linking pedump due to {{{mprotect}}} in {{{mono/metadata/rawbuffer.c}}}, {{{sched_yield}}} in {{{threads.c}}}, {{{getprotobyname}}}, {{{socket}}}, {{{__inet_addr}}} etc. in {{{socket-io.c}}}, {{{rand.c}}}, {{{io-layer/sockets.c}}}. Stub some code out and link with libnetwork. 
    2828 
    29  * in {{{mono/mini/exceptions-x86.h}}} due to dereferencing pointer to incomplete type in {{{mono_arch_sigctx_to_monoctx}}}, not using {{{MONO_ARCH_USE_SIGACTION}}}. (Defining it in {{{mini-x86.h}}} leads to other errors.) The problem appears to be that neither {{{struct sigcontext}}} nor {{{ucontext_t}}} are defined... 
     29 * in {{{mono/mini/exceptions-x86.h}}} due to dereferencing pointer to incomplete type in {{{mono_arch_sigctx_to_monoctx}}}, not using {{{MONO_ARCH_USE_SIGACTION}}}. (Defining it in {{{mini-x86.h}}} leads to other errors.) The problem appears to be that neither {{{struct sigcontext}}} nor {{{ucontext_t}}} are defined... Trying to use BeOS-compatible {{{vregs}}} instead (cf. {{{posix/signal.h}}}). 
     30 
     31 * linking mono due to an undefined reference to {{{__signbitf}}} in {{{mono/mini/mini-x86.c}}}. This appears to be a problem with the {{{mono_signbit}}} macros from {{{mono/utils/mono-math.h}}}. 
    3032 
    3133[http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/