| Summary: | glib 2.50.2 fails to build | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Sascha Wintz <sascha> |
| Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | OS X | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
|
Description
Sascha Wintz
2016-12-08 17:07:17 UTC
libtool: compile: x86_64-apple-darwin15-clang -DHAVE_CONFIG_H -I. -I/Users/Sasc
ha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/work/glib-2.50.2/gio -I.. -DG_LOG
_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I/Users/Sascha/Gentoo/var/tmp/portage/dev-l
ibs/glib-2.50.2/work/glib-2.50.2/glib -I/Users/Sascha/Gentoo/var/tmp/portage/dev
-libs/glib-2.50.2/work/glib-2.50.2 -I/Users/Sascha/Gentoo/var/tmp/portage/dev-li
bs/glib-2.50.2/work/glib-2.50.2/gmodule -DG_DISABLE_CAST_CHECKS -DGIO_COMPILATIO
N -DGIO_MODULE_DIR=\"/Users/Sascha/Gentoo/usr/lib/gio/modules\" -D_REENTRANT -fv
isibility=hidden -xobjective-c -march=native -O2 -pipe -march=native -c /Users/S
ascha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/work/glib-2.50.2/gio/gvdb/gvdb
-reader.c -fno-common -DPIC -o .libs/libgio_2_0_la-gvdb-reader.o
In file included from /Users/Sascha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/
work/glib-2.50.2/gio/gcocoanotificationbackend.c:22:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Fo
undation.h:10:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NS
Array.h:5:
/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:44:12: error: unknown property attribute 'class'
@property (class, readonly) BOOL supportsSecureCoding;
^
In file included from /Users/Sascha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/work/glib-2.50.2/gio/gcocoanotificationbackend.c:22:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6:
/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:262:12: error: unknown property attribute 'class'
@property (class, readonly) const NSStringEncoding *availableStringEncodings;
^
/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:269:12: error: unknown property attribute 'class'
@property (class, readonly) NSStringEncoding defaultCStringEncoding; // Should be rarely used
^
In file included from /Users/Sascha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/work/glib-2.50.2/gio/gcocoanotificationbackend.c:22:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:11:
/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:45:12: error: unknown property attribute 'class'
@property (class, readonly, strong) NSNotificationCenter *defaultCenter;
^
In file included from /Users/Sascha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/work/glib-2.50.2/gio/gcocoanotificationbackend.c:22:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12:
/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:33:12: error: unknown property attribute 'class'
@property (class, readonly, strong) NSBundle *mainBundle;
^
/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:46:12: error: unknown property attribute 'class'
@property (class, readonly, copy) NSArray<NSBundle *> *allBundles;
^
/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:47:12: error: unknown property attribute 'class'
@property (class, readonly, copy) NSArray<NSBundle *> *allFrameworks;
^
In file included from /Users/Sascha/Gentoo/var/tmp/portage/dev-libs/glib-2.50.2/work/glib-2.50.2/gio/gcocoanotificationbackend.c:22:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:7:
/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:46:12: error: unknown property attribute 'class'
@property (class, readonly) NSTimeInterval timeIntervalSinceReferenceDate;
^
/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:60:12: error: unknown property attribute 'class'
@property (class, readonly, copy) NSDate *distantFuture;
^
/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:61:12: error: unknown property attribute 'class'
@property (class, readonly, copy) NSDate *distantPast;
^
...
fatal error: too many errors emitted, stopping now [-ferror-limit=]
*** This bug has been marked as a duplicate of bug 602500 *** |