pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/51951: graphics/cairo is broken on GNU/Linux



>Number:         51951
>Category:       pkg
>Synopsis:       graphics/cairo is broken on GNU/Linux
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 05 17:45:00 +0000 2017
>Originator:     john%ziaspace.com@localhost
>Release:        Ubuntu 16.04.1 LTS
>Organization:
	
>Environment:
	
	
System: Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-59-generic ppc64le)
Architecture: ppc64le
Machine: ppc64le
>Description:
--- cairo-rectangle.lo ---
In file included from cairo-mutex-type-private.h:45:0,
                 from cairo-scaled-font-private.h:45,
                 from cairoint.h:422,
                 from cairo-rectangle.c:40:
cairo-mutex-impl-private.h:262:3: error: #error "XXX: No mutex implementation found.  Cairo will not work with multiple threads.  Define CAIRO_NO_MUTEX to 1 to acknowledge and accept this limitation and compile cairo without thread-safety support."
 # error "XXX: No mutex implementation found.  Cairo will not work with multiple threads.  Define CAIRO_NO_MUTEX to 1 to acknowledge and accept this limitation and compile cairo without thread-safety support."
   ^
In file included from cairo-mutex-type-private.h:45:0,
                 from cairo-scaled-font-private.h:45,
                 from cairoint.h:422,
                 from cairo-rectangle.c:40:
cairo-mutex-impl-private.h:271:11: error: unknown type name 'cairo_mutex_impl_t'
   typedef cairo_mutex_impl_t cairo_recursive_mutex_impl_t;
           ^
In file included from cairo-scaled-font-private.h:45:0,
                 from cairoint.h:422,
                 from cairo-rectangle.c:40:
cairo-mutex-type-private.h:49:3: error: #error "CAIRO_MUTEX_IMPL_LOCK not defined.  Check cairo-mutex-impl-private.h."
 # error "CAIRO_MUTEX_IMPL_LOCK not defined.  Check cairo-mutex-impl-private.h."
   ^
cairo-mutex-type-private.h:52:3: error: #error "CAIRO_MUTEX_IMPL_UNLOCK not defined.  Check cairo-mutex-impl-private.h."
 # error "CAIRO_MUTEX_IMPL_UNLOCK not defined.  Check cairo-mutex-impl-private.h."
   ^
cairo-mutex-type-private.h:55:3: error: #error "CAIRO_MUTEX_IMPL_NIL_INITIALIZER not defined.  Check cairo-mutex-impl-private.h."
 # error "CAIRO_MUTEX_IMPL_NIL_INITIALIZER not defined.  Check cairo-mutex-impl-private.h."
   ^
cairo-mutex-type-private.h:139:3: error: #error "CAIRO_MUTEX_IMPL_LOCK not defined"
 # error "CAIRO_MUTEX_IMPL_LOCK not defined"
   ^
cairo-mutex-type-private.h:142:3: error: #error "CAIRO_MUTEX_IMPL_UNLOCK not defined"
 # error "CAIRO_MUTEX_IMPL_UNLOCK not defined"
   ^
cairo-mutex-type-private.h:151:3: error: #error "CAIRO_MUTEX_IMPL_NIL_INITIALIZER not defined"
 # error "CAIRO_MUTEX_IMPL_NIL_INITIALIZER not defined"
   ^
cairo-mutex-type-private.h:161:9: error: unknown type name 'cairo_mutex_impl_t'
 typedef cairo_mutex_impl_t cairo_mutex_t;
         ^

>How-To-Repeat:
	Try to compile graphics/cairo.
>Fix:
	

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index