Package Base Details: darling-git

Git Clone URL: https://aur.archlinux.org/darling-git.git (read-only, click to copy)
Keywords: Darwin Emulator macOS OSX Wine
Submitter: UnicornDarkness
Maintainer: ralphptorres
Last Packager: facekapow
Votes: 41
Popularity: 0.012321
First Submitted: 2013-06-29 15:19 (UTC)
Last Updated: 2023-10-15 18:57 (UTC)

Pinned Comments

jamesbrink commented on 2019-07-10 02:27 (UTC)

Please use this package for stable more reliable builds

https://aur.archlinux.org/packages/darling/

This one is identical but locked in on a last known working git ref and I will update as often as I can.

I have also raised an issue about versioning so maybe we can get some kind of tags for future versions and stable working builds

https://github.com/darlinghq/darling/issues/537

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 17 Next › Last »

T0MuX commented on 2019-11-22 11:23 (UTC)

There is a little issue with this package. I'm using yay as AUR Helper.

It doesnt find the file ~/.cache/yay/darling-git/darling-opendirectory.git, meaning it wasnt downloaded.

I checked the PKGBUILD and, indeed, this line has to be added : 'git+https://github.com/darlinghq/darling-opendirectory.git'

I just tried to add it (and a 'SKIP' to md5sums), and run makepkg -si in ~/.cache/yay/darling folder, it works... mmm, well, not entirely, it's just better.... I explain : I had to cheat a little with darling-opendirectory because while the makepkg -si, it says it cant find ~/.cache/yay/darling-git/darling-opendirectory.git ... so I did a symlink from darling-opendirectory to darling-opendirectory.git. It works better, BUT, still having errors like this one below but multiple times : CMake Error at src/CMakeLists.txt:49 (add_subdirectory): add_subdirectory given source "external/cctools-port/cctools/ld64/src" which is not an existing directory.

Please can you check ?

jamesbrink commented on 2019-08-01 19:10 (UTC)

@fox8091 I tried your suggestion as well as some other options but they all seem to break the package

jamesbrink commented on 2019-07-31 20:24 (UTC)

thanks @fox8091 I am adding it now!

fox8091 commented on 2019-07-31 06:46 (UTC)

Please add --uname_r=$kernelver at the end of MAKE in dkms.conf to allow proper upgrades. This applies to both packages.

jamesbrink commented on 2019-07-23 04:29 (UTC)

@Xorg, this has been done on this package as well as the other! thank you.

UnicornDarkness commented on 2019-07-21 18:45 (UTC) (edited on 2019-07-21 18:45 (UTC) by UnicornDarkness)

@jamesbrink: Please also add provides=('darling') and provides=('darling-mach-dkms') in appropriates package functions. :)

jamesbrink commented on 2019-07-10 02:27 (UTC)

Please use this package for stable more reliable builds

https://aur.archlinux.org/packages/darling/

This one is identical but locked in on a last known working git ref and I will update as often as I can.

I have also raised an issue about versioning so maybe we can get some kind of tags for future versions and stable working builds

https://github.com/darlinghq/darling/issues/537

jamesbrink commented on 2019-07-09 22:52 (UTC)

Current work around for failing builds, edit the PKGBUILD line 22

'git+https://github.com/darlinghq/darling.git#commit=ab56f3209d75ad67a140e1f3e6baccfdca7a1c78'

I am looking at creating a second package that will be locked into specific known working commits since Darling does not seem to use any versioning.

illuser commented on 2019-07-07 16:09 (UTC)

I am also not able to build the package.

The issue seems to be related to https://github.com/darlinghq/darling/issues/532

zaoqi commented on 2019-07-07 11:55 (UTC)

I cannot build it:

$ git log|head -1
commit ec0b3cd906960863a8f298b47b06daca8e031228
$ makepkg -si
...
[ 73%] Building C object src/external/foundation/CMakeFiles/Foundation.dir/src/NSAppleEventDescriptor.o
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:11:10: warning: receiver
      'NSMethodSignature' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class]
        return [NSMethodSignature signatureWithObjCTypes: "v@:"];
                ^~~~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/objc4/runtime/include/objc/NSObject.h:13:18: note: forward declaration of
      class here
@class NSString, NSMethodSignature, NSInvocation;
                 ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:11:28: warning: class method
      '+signatureWithObjCTypes:' not found (return type defaults to 'id') [-Wobjc-method-access]
        return [NSMethodSignature signatureWithObjCTypes: "v@:"];
                                  ^~~~~~~~~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:16:69: warning: instance method
      '-selector' not found (return type defaults to 'id') [-Wobjc-method-access]
        NSLog(@"Stub called: %@ in %@", NSStringFromSelector([anInvocation selector]), [self class]);
                                                                           ^~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/objc4/runtime/include/objc/NSObject.h:13:37: note: receiver is instance of
      class declared here
@class NSString, NSMethodSignature, NSInvocation;
                                    ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:16:55: warning: incompatible pointer
      types passing 'id' to parameter of type 'SEL' [-Wincompatible-pointer-types]
        NSLog(@"Stub called: %@ in %@", NSStringFromSelector([anInvocation selector]), [self class]);
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSObjCRuntime.h:291:54: note: passing argument
      to parameter 'aSelector' here
FOUNDATION_EXPORT NSString *NSStringFromSelector(SEL aSelector);
                                                     ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:50:21: warning: incompatible pointer types
      assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types]
    _fileAttributes = [attrs retain];
                    ^ ~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/objc4/runtime/include/objc/NSObject.h:36:1: note: instance method 'retain' is
      assumed to return an instance of its receiver type ('NSDictionary *')
- (instancetype)retain OBJC_ARC_UNAVAILABLE;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:73:46: warning: data argument not used by
      format string [-Wformat-extra-args]
        if (NSDebugEnabled) NSLog(@"NSFileWrapper", @"initWithPath: %@", path);
                                  ~~~~~~~~~~~~~~~~  ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:224:34: warning: incompatible pointer types
      sending 'NSDate *' to parameter of type 'NSNumber *' [-Wincompatible-pointer-types]
        return [changeDatePath compare: changeDateSelf] > 0;
                                        ^~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSValue.h:48:43: note: passing argument to
      parameter 'other' here
- (NSComparisonResult)compare:(NSNumber *)other;
                                          ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'initWithURL:options:error:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:24:1: note: method
      'initWithURL:options:error:' declared here
- (id)initWithURL:(NSURL *)url options:(NSFileWrapperReadingOptions)options error:(NSError **)outError;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'initSymbolicLinkWithDestinationURL:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:27:1: note: method
      'initSymbolicLinkWithDestinationURL:' declared here
- (id)initSymbolicLinkWithDestinationURL:(NSURL *)url;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'initWithSerializedRepresentation:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:28:1: note: method
      'initWithSerializedRepresentation:' declared here
- (id)initWithSerializedRepresentation:(NSData *)serializeRepresentation;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'matchesContentsOfURL:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:38:1: note: method
      'matchesContentsOfURL:' declared here
- (BOOL)matchesContentsOfURL:(NSURL *)url;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'readFromURL:options:error:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:39:1: note: method
      'readFromURL:options:error:' declared here
- (BOOL)readFromURL:(NSURL *)url options:(NSFileWrapperReadingOptions)options error:(NSError **)outError;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'writeToURL:options:originalContentsURL:error:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:40:1: note: method
      'writeToURL:options:originalContentsURL:error:' declared here
- (BOOL)writeToURL:(NSURL *)url options:(NSFileWrapperWritingOptions)options originalContentsURL:(NSURL *)originalContentsURL e...
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'serializedRepresentation' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:41:1: note: method
      'serializedRepresentation' declared here
- (NSData *)serializedRepresentation;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'addRegularFileWithContents:preferredFilename:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:43:1: note: method
      'addRegularFileWithContents:preferredFilename:' declared here
- (NSString *)addRegularFileWithContents:(NSData *)data preferredFilename:(NSString *)fileName;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'keyForFileWrapper:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:46:1: note: method
      'keyForFileWrapper:' declared here
- (NSString *)keyForFileWrapper:(NSFileWrapper *)child;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'symbolicLinkDestinationURL' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:48:1: note: method
      'symbolicLinkDestinationURL' declared here
- (NSURL *)symbolicLinkDestinationURL;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method 'encodeWithCoder:' in
      protocol 'NSCoding' not implemented [-Wprotocol]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSObject.h:22:1: note: method
      'encodeWithCoder:' declared here
- (void)encodeWithCoder:(NSCoder *)aCoder;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method 'initWithCoder:' in
      protocol 'NSCoding' not implemented [-Wprotocol]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSObject.h:23:1: note: method 'initWithCoder:'
      declared here
- (id)initWithCoder:(NSCoder *)aDecoder;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSCallBacks.m:106:52: warning: values of type 'NSUInteger'
      should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
  return [NSString stringWithFormat: @"%#"PRIxPTR, (NSUInteger)p];
                                       ~~~~~~~~~~  ^~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSCallBacks.m:205:52: warning: values of type 'NSUInteger'
      should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
  return [NSString stringWithFormat: @"%0"PRIxPTR, (NSUInteger)p];
                                       ~~~~~~~~~~  ^~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSCallBacks.m:238:62: warning: values of type 'NSUInteger'
      should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
  return [NSString stringWithFormat: @"%d(%#"PRIxPTR")", *p, (NSUInteger)p];
                                          ~~~~~~~~~~         ^~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSCallBacks.m:253:11: error: use of undeclared identifier 'o'
  return [o isEqual: p];;
          ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSCallBacks.m:272:13: warning: instance method '-describe' not
      found (return type defaults to 'id') [-Wobjc-method-access]
  return [o describe];
            ^~~~~~~~
4 warnings and 1 error generated.
make[2]: *** [src/external/foundation/CMakeFiles/Foundation.dir/build.make:2390: src/external/foundation/CMakeFiles/Foundation.dir/src/NSCallBacks.o] Error 1
make[2]: *** Waiting for unfinished jobs....
4 warnings generated.
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:11:10: warning: receiver
      'NSMethodSignature' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class]
        return [NSMethodSignature signatureWithObjCTypes: "v@:"];
                ^~~~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/objc4/runtime/include/objc/NSObject.h:13:18: note: forward declaration of
      class here
@class NSString, NSMethodSignature, NSInvocation;
                 ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:11:28: warning: class method
      '+signatureWithObjCTypes:' not found (return type defaults to 'id') [-Wobjc-method-access]
        return [NSMethodSignature signatureWithObjCTypes: "v@:"];
                                  ^~~~~~~~~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:16:69: warning: instance method
      '-selector' not found (return type defaults to 'id') [-Wobjc-method-access]
        NSLog(@"Stub called: %@ in %@", NSStringFromSelector([anInvocation selector]), [self class]);
                                                                           ^~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/objc4/runtime/include/objc/NSObject.h:13:37: note: receiver is instance of
      class declared here
@class NSString, NSMethodSignature, NSInvocation;
                                    ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSAppleEventDescriptor.m:16:55: warning: incompatible pointer
      types passing 'id' to parameter of type 'SEL' [-Wincompatible-pointer-types]
        NSLog(@"Stub called: %@ in %@", NSStringFromSelector([anInvocation selector]), [self class]);
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSObjCRuntime.h:291:54: note: passing argument
      to parameter 'aSelector' here
FOUNDATION_EXPORT NSString *NSStringFromSelector(SEL aSelector);
                                                     ^
4 warnings generated.
15 warnings generated.
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:50:21: warning: incompatible pointer types
      assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types]
    _fileAttributes = [attrs retain];
                    ^ ~~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/objc4/runtime/include/objc/NSObject.h:36:1: note: instance method 'retain' is
      assumed to return an instance of its receiver type ('NSDictionary *')
- (instancetype)retain OBJC_ARC_UNAVAILABLE;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:73:46: warning: data argument not used by
      format string [-Wformat-extra-args]
        if (NSDebugEnabled) NSLog(@"NSFileWrapper", @"initWithPath: %@", path);
                                  ~~~~~~~~~~~~~~~~  ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:224:34: warning: incompatible pointer types
      sending 'NSDate *' to parameter of type 'NSNumber *' [-Wincompatible-pointer-types]
        return [changeDatePath compare: changeDateSelf] > 0;
                                        ^~~~~~~~~~~~~~
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSValue.h:48:43: note: passing argument to
      parameter 'other' here
- (NSComparisonResult)compare:(NSNumber *)other;
                                          ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'initWithURL:options:error:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:24:1: note: method
      'initWithURL:options:error:' declared here
- (id)initWithURL:(NSURL *)url options:(NSFileWrapperReadingOptions)options error:(NSError **)outError;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'initSymbolicLinkWithDestinationURL:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:27:1: note: method
      'initSymbolicLinkWithDestinationURL:' declared here
- (id)initSymbolicLinkWithDestinationURL:(NSURL *)url;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'initWithSerializedRepresentation:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:28:1: note: method
      'initWithSerializedRepresentation:' declared here
- (id)initWithSerializedRepresentation:(NSData *)serializeRepresentation;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'matchesContentsOfURL:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:38:1: note: method
      'matchesContentsOfURL:' declared here
- (BOOL)matchesContentsOfURL:(NSURL *)url;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'readFromURL:options:error:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:39:1: note: method
      'readFromURL:options:error:' declared here
- (BOOL)readFromURL:(NSURL *)url options:(NSFileWrapperReadingOptions)options error:(NSError **)outError;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'writeToURL:options:originalContentsURL:error:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:40:1: note: method
      'writeToURL:options:originalContentsURL:error:' declared here
- (BOOL)writeToURL:(NSURL *)url options:(NSFileWrapperWritingOptions)options originalContentsURL:(NSURL *)originalContentsURL e...
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'serializedRepresentation' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:41:1: note: method
      'serializedRepresentation' declared here
- (NSData *)serializedRepresentation;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'addRegularFileWithContents:preferredFilename:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:43:1: note: method
      'addRegularFileWithContents:preferredFilename:' declared here
- (NSString *)addRegularFileWithContents:(NSData *)data preferredFilename:(NSString *)fileName;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'keyForFileWrapper:' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:46:1: note: method
      'keyForFileWrapper:' declared here
- (NSString *)keyForFileWrapper:(NSFileWrapper *)child;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method definition for
      'symbolicLinkDestinationURL' not found [-Wincomplete-implementation]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSFileWrapper.h:48:1: note: method
      'symbolicLinkDestinationURL' declared here
- (NSURL *)symbolicLinkDestinationURL;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method 'encodeWithCoder:' in
      protocol 'NSCoding' not implemented [-Wprotocol]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSObject.h:22:1: note: method
      'encodeWithCoder:' declared here
- (void)encodeWithCoder:(NSCoder *)aCoder;
^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/src/NSFileWrapper.m:37:17: warning: method 'initWithCoder:' in
      protocol 'NSCoding' not implemented [-Wprotocol]
@implementation NSFileWrapper
                ^
/home/zaoqi/pkgs-aur/darling-git/src/darling/src/external/foundation/include/Foundation/NSObject.h:23:1: note: method 'initWithCoder:'
      declared here
- (id)initWithCoder:(NSCoder *)aDecoder;
^
15 warnings generated.
make[1]: *** [CMakeFiles/Makefile2:13674: src/external/foundation/CMakeFiles/Foundation.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
==> 錯誤: build() 遭遇失敗。
    正在中止...