ports/129088: glib gets compiled with mutex-based implementation of atomic ops.

Edward Tomasz Napierała trasz at FreeBSD.org
Sun Nov 23 14:40:01 UTC 2008


>Number:         129088
>Category:       ports
>Synopsis:       glib gets compiled with mutex-based implementation of atomic ops.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 23 14:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Edward Tomasz Napierała
>Release:        
>Organization:
>Environment:
>Description:
Right now, devel/glib20 port is built with slower, mutex-based variant of g_atomic_whatever routines, instead of assembler-based ones.  This is slower and possibly unreliable, as there are semantical differences between the two (mutex-based versions may deadlock).  This breaks audio/ardour and possibly other applications.

Fix would be to patch the configure script to set host_cpu to "i486" instead of "i386".  This would break glib20 on a real i386, though.


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list