lang/gnustep-base
GNUstep Foundation library
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 1.24.6 | 303 | 0.6 | i386 | gpl3 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| defianti386 | info | 2015-08-05 07:08:59.424876 | Test Started |
| defianti386 | fail | 2015-08-05 07:20:48.201066 | make build returned non-zero: 1 |
| defianti386 | fail | 2015-08-05 07:20:48.317356 | Test complete. |
Log
[1m===> Building for gnustep-base-1.24.6[0m
This is gnustep-make 2.6.6. Type 'gmake print-gnustep-make-help' for help.
gmake: Nothing to be done for 'GNUmakefile'.
Making all in Source ...
rm -f dynamic-load.h
cp simple-load.h dynamic-load.h
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/GNUstepBase/config.h .
touch ./config.h
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs ./GNUstepBase
mv ../Headers/GNUstepBase/GSConfig.h ./GNUstepBase
touch ./GNUstepBase/GSConfig.h
Making all in Additions ...
Making all for subproject Additions...
Compiling file GSTypeEncoding.c ...
Compiling file GSObjCRuntime.m ...
Compiling file GCObject.m ...
Compiling file GCArray.m ...
Compiling file GCDictionary.m ...
Compiling file GSLock.m ...
Compiling file GSXML.m ...
Compiling file GSMime.m ...
Compiling file GSFunctions.m ...
Compiling file GSInsensitiveDictionary.m ...
Compiling file NSArray+GNUstepBase.m ...
Compiling file NSAttributedString+GNUstepBase.m ...
Compiling file NSBundle+GNUstepBase.m ...
Compiling file NSCalendarDate+GNUstepBase.m ...
Compiling file NSDebug+GNUstepBase.m ...
Compiling file NSError+GNUstepBase.m ...
Compiling file NSFileHandle+GNUstepBase.m ...
Compiling file NSData+GNUstepBase.m ...
Compiling file NSLock+GNUstepBase.m ...
Compiling file NSMutableString+GNUstepBase.m ...
Compiling file NSNumber+GNUstepBase.m ...
Compiling file NSObject+GNUstepBase.m ...
Compiling file NSPropertyList+GNUstepBase.m ...
Compiling file NSProcessInfo+GNUstepBase.m ...
Compiling file NSStream+GNUstepBase.m ...
Compiling file NSString+GNUstepBase.m ...
Compiling file NSTask+GNUstepBase.m ...
Compiling file NSThread+GNUstepBase.m ...
Compiling file NSURL+GNUstepBase.m ...
Compiling file Unicode.m ...
Unicode.m:399:14: warning: expression which evaluates to zero treated as a null pointer constant of type 'struct _strenc_ *' [-Wnon-literal-null-conversion]
return NO;
^~
/usr/local/include/objc/runtime.h:195:13: note: expanded from macro 'NO'
# define NO ((BOOL)0)
^~~~~~~~~
1 warning generated.
Linking subproject Additions ...
clang: warning: argument unused during compilation: '-pthread'
Making all in subprojects of library libgnustep-base...
Making all for subproject Additions...
Compiling file GSTypeEncoding.c ...
Compiling file GCObject.m ...
Compiling file GCArray.m ...
Compiling file GCDictionary.m ...
Compiling file GSLock.m ...
Compiling file GSFunctions.m ...
Compiling file NSArray+GNUstepBase.m ...
Compiling file GSInsensitiveDictionary.m ...
Compiling file NSAttributedString+GNUstepBase.m ...
Compiling file NSBundle+GNUstepBase.m ...
Compiling file NSCalendarDate+GNUstepBase.m ...
Compiling file NSError+GNUstepBase.m ...
Linking subproject Additions ...
clang: warning: argument unused during compilation: '-pthread'
Making all for subproject unix...
Compiling file NSStream.m ...
Compiling file GSRunLoopCtxt.m ...
Linking subproject unix ...
clang: warning: argument unused during compilation: '-pthread'
Making all for library libgnustep-base...
Creating obj/libgnustep-base.obj/GSSocksParser/...
Compiling file GSLocale.m ...
Compiling file preface.m ...
Compiling file cifframe.m ...
Compiling file CXXException.m ...
Compiling file GSAttributedString.m ...
Compiling file GSArray.m ...
Compiling file GSBlocks.m ...
Compiling file GSConcreteValue.m ...
Compiling file GSCountedSet.m ...
Compiling file GSDictionary.m ...
GSAttributedString.m:170:36: warning: receiver 'GSCachedDictionary' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class]
attrs = [(NSDictionary*)[GSCachedDictionary alloc]
^~~~~~~~~~~~~~~~~~
GSAttributedString.m:146:9: note: forward declaration of class here
@class GSCachedDictionary;
^
../Headers/Foundation/NSObject.h:310:1: note: method 'alloc' is used for the forward class
+ (id) alloc;
^
Compiling file GSFTPURLHandle.m ...
Compiling file GSFormat.m ...
Compiling file GSHTTPAuthentication.m ...
Compiling file GSHTTPURLHandle.m ...
Compiling file GSICUString.m ...
1 warning generated.
Compiling file GSPrivateHash.m ...
Compiling file GSQuickSort.m ...
Compiling file GSRunLoopWatcher.m ...
Compiling file GSSet.m ...
GSFormat.m:1741:25: warning: expression which evaluates to zero treated as a null pointer constant of type 'unichar *' (aka 'unsigned short *') [-Wnon-literal-null-conversion]
string = (unichar *) {'\0'};
^~~~
Compiling file GSShellSort.m ...
GSQuickSort.m:36:1: warning: unused function 'SwapObjects' [-Wunused-function]
SwapObjects(id * o1, id * o2)
^
1 warning generated.
Compiling file GSSocketStream.m ...
Compiling file GSStream.m ...
Compiling file GSString.m ...
Compiling file GSTimSort.m ...
Compiling file GSTLS.m ...
GSTLS.m:84:3: warning: excess elements in struct initializer
NULL,
^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
^~~~~~~~~~~
GSTimSort.m:175:1: warning: unused function 'minimumRunLength' [-Wunused-function]
minimumRunLength(NSUInteger length)
^
GSTimSort.m:194:1: warning: unused function 'miniTimSort' [-Wunused-function]
miniTimSort(id *buf, NSRange r, id descOrComp, GSComparisonType ty, void *ctx)
^
2 warnings generated.
Compiling file GSValue.m ...
Compiling file GSSocksParser/GSSocksParser.m ...
1 warning generated.
Compiling file GSSocksParser/GSSocksParserPrivate.m ...
Compiling file GSSocksParser/GSSocks5Parser.m ...
Compiling file NSAffineTransform.m ...
Compiling file NSArchiver.m ...
Compiling file GSSocksParser/GSSocks4Parser.m ...
Compiling file NSArray.m ...
Compiling file NSAssertionHandler.m ...
Compiling file NSAttributedString.m ...
1 warning generated.
Compiling file NSAutoreleasePool.m ...
Compiling file NSBundle.m ...
Compiling file NSCachedURLResponse.m ...
Compiling file NSCache.m ...
Compiling file NSCalendar.m ...
Compiling file NSCallBacks.m ...
Compiling file NSCalendarDate.m ...
Compiling file NSCharacterSet.m ...
Compiling file NSCoder.m ...
Compiling file NSClassDescription.m ...
Compiling file NSCopyObject.m ...
Compiling file NSCountedSet.m ...
Compiling file NSConcreteHashTable.m ...
Compiling file NSConcreteMapTable.m ...
Compiling file NSConnection.m ...
Compiling file NSData.m ...
Compiling file NSDate.m ...
Compiling file NSDateFormatter.m ...
Compiling file NSDebug.m ...
Compiling file NSDecimal.m ...
Compiling file NSDictionary.m ...
Compiling file NSDecimalNumber.m ...
Compiling file NSDistantObject.m ...
Compiling file NSDistributedLock.m ...
Compiling file NSDistributedNotificationCenter.m ...
Compiling file NSEnumerator.m ...
NSDistantObject.m:830:16: warning: format specifies type 'unsigned long' but the argument has type 'NSUInteger' (aka 'unsigned int') [-Wformat]
_connection, [_connection retainCount]);
^~~~~~~~~~~~~~~~~~~~~~~~~
Compiling file NSError.m ...
Compiling file NSFileHandle.m ...
Compiling file NSException.m ...
1 warning generated.
Compiling file NSFileManager.m ...
Compiling file NSFormatter.m ...
Compiling file NSGarbageCollector.m ...
Compiling file NSGeometry.m ...
Compiling file NSHashTable.m ...
Compiling file NSHost.m ...
Compiling file NSHTTPCookie.m ...
Compiling file NSHTTPCookieStorage.m ...
Compiling file NSIndexSet.m ...
Compiling file NSIndexPath.m ...
Compiling file NSInvocation.m ...
Compiling file NSInvocationOperation.m ...
Compiling file NSJSONSerialization.m ...
Compiling file NSKeyedUnarchiver.m ...
Compiling file NSKeyedArchiver.m ...
Compiling file NSKeyValueCoding.m ...
Compiling file NSKeyValueObserving.m ...
Compiling file NSLocale.m ...
Compiling file NSLock.m ...
Compiling file NSLog.m ...
Compiling file NSMapTable.m ...
Compiling file NSMetadata.m ...
Compiling file NSMethodSignature.m ...
Compiling file NSNotification.m ...
Compiling file NSNotificationCenter.m ...
Compiling file NSNotificationQueue.m ...
Compiling file NSNull.m ...
Compiling file NSNumber.m ...
Compiling file NSNumberFormatter.m ...
Compiling file NSObjCRuntime.m ...
Compiling file NSObject.m ...
Compiling file NSObject+NSComparisonMethods.m ...
NSNumber.m:353:13: warning: unused variable 'useSmallExtendedDouble' [-Wunused-variable]
static BOOL useSmallExtendedDouble;
^
NSNumber.m:354:13: warning: unused variable 'useSmallRepeatingDouble' [-Wunused-variable]
static BOOL useSmallRepeatingDouble;
^
NSNumber.m:355:13: warning: unused variable 'useSmallFloat' [-Wunused-variable]
static BOOL useSmallFloat;
^
Compiling file NSOperation.m ...
Compiling file NSPage.m ...
Compiling file NSPathUtilities.m ...
Compiling file NSPipe.m ...
3 warnings generated.
Compiling file NSPointerArray.m ...
Compiling file NSPointerFunctions.m ...
Compiling file NSConcretePointerFunctions.m ...
Compiling file NSPort.m ...
Compiling file NSPortCoder.m ...
Compiling file NSPortMessage.m ...
Compiling file NSPortNameServer.m ...
Compiling file NSPredicate.m ...
Compiling file NSProcessInfo.m ...
Compiling file NSPropertyList.m ...
Compiling file NSProtocolChecker.m ...
Compiling file NSProxy.m ...
Compiling file NSRange.m ...
Compiling file NSRegularExpression.m ...
NSProxy.m:276:31: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
GSClassNameFromObject(self), (size_t)self];
^~~~~~~~~~~~
NSPropertyList.m:1438:20: warning: unused function 'Append' [-Wunused-function]
static inline void Append(void *bytes, unsigned length, NSMutableData *dst)
^
Compiling file NSRunLoop.m ...
1 warning generated.
Compiling file NSScanner.m ...
Compiling file NSSet.m ...
Compiling file NSSerializer.m ...
Compiling file NSSocketPort.m ...
Compiling file NSSocketPortNameServer.m ...
Compiling file NSSortDescriptor.m ...
Compiling file NSSpellServer.m ...
Compiling file NSString.m ...
Compiling file NSTask.m ...
Compiling file NSThread.m ...
Compiling file NSTimer.m ...
1 warning generated.
Compiling file NSTimeZone.m ...
Compiling file NSUnarchiver.m ...
Compiling file NSUndoManager.m ...
NSString.m:484:1: warning: unused function 'surrogatePairValue' [-Wunused-function]
surrogatePairValue(unichar high, unichar low)
^
Compiling file NSURL.m ...
Compiling file NSURLAuthenticationChallenge.m ...
Compiling file NSURLConnection.m ...
Compiling file NSURLCredential.m ...
Compiling file NSURLCache.m ...
Compiling file NSURLCredentialStorage.m ...
Compiling file NSURLDownload.m ...
Compiling file NSURLProtectionSpace.m ...
Compiling file NSURLProtocol.m ...
Compiling file NSURLRequest.m ...
Compiling file NSURLResponse.m ...
Compiling file NSTextCheckingResult.m ...
Compiling file NSURLHandle.m ...
Compiling file NSUserDefaults.m ...
Compiling file NSUUID.m ...
Compiling file NSValueTransformer.m ...
Compiling file NSValue.m ...
Compiling file NSXMLDocument.m ...
Compiling file NSXMLDTD.m ...
Compiling file NSXMLDTDNode.m ...
1 warning generated.
Compiling file NSXMLElement.m ...
Compiling file NSXMLNode.m ...
Compiling file NSXMLParser.m ...
Compiling file NSZone.m ...
Compiling file externs.m ...
Compiling file objc-load.m ...
Compiling file GSFileHandle.m ...
Compiling file NSMessagePortNameServer.m ...
NSZone.m:731:1: warning: unused function 'chunkClrInUse' [-Wunused-function]
chunkClrInUse(ff_block* ptr)
^
Compiling file NSMessagePort.m ...
Compiling file NSNetServices.m ...
1 warning generated.
Compiling file GSMDNSNetServices.m ...
Compiling file GSFFIInvocation.m ...
GSFFIInvocation.m:69:1: warning: unused function 'gs_method_for_receiver_and_selector' [-Wunused-function]
gs_method_for_receiver_and_selector (id receiver, SEL sel)
^
GSMDNSNetServices.m:1551:41: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
&& [[values objectAtIndex: i] length] >= 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
1 warning generated.
1 warning generated.
Linking library libgnustep-base ...
Creating Info-gnustep.plist...
Making all in Tools ...
Making all for tool autogsdoc...
Making all for tool cvtenc...
Making all for tool gdnc...
Making all for tool gspath...
Making all for tool pl...
Making all for tool defaults...
Making all for tool plparse...
Making all for tool plmerge...
Compiling file cvtenc.m ...
Compiling file gspath.m ...
Compiling file pl.m ...
Compiling file defaults.m ...
Compiling file autogsdoc.m ...
Compiling file plparse.m ...
Compiling file gdnc.m ...
Compiling file plmerge.m ...
Linking tool gspath ...
autogsdoc.m:2232:46: warning: format specifies type 'unsigned long' but the argument has type 'NSUInteger' (aka 'unsigned int') [-Wformat]
NSLog(@"Missing '#' in href at %lu", replace.location);
~~~ ^~~~~~~~~~~~~~~~
%u
autogsdoc.m:2244:46: warning: format specifies type 'unsigned long' but the argument has type 'NSUInteger' (aka 'unsigned int') [-Wformat]
NSLog(@"Missing '$' in href at %lu", replace.location);
~~~ ^~~~~~~~~~~~~~~~
%u
autogsdoc.m:2284:8: warning: format specifies type 'unsigned long' but the argument has type 'NSUInteger' (aka 'unsigned int') [-Wformat]
replace.location);
^~~~~~~~~~~~~~~~
Linking tool pl ...
Linking tool plparse ...
Linking tool cvtenc ...
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/gspath' failed
gmake[4]: *** [obj/gspath] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'gspath.all.tool.variables' failed
gmake[2]: *** [gspath.all.tool.variables] Error 2
gmake[2]: *** Waiting for unfinished jobs....
Compiling file AGSParser.m ...
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/pl' failed
gmake[4]: *** [obj/pl] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'pl.all.tool.variables' failed
gmake[2]: *** [pl.all.tool.variables] Error 2
Linking tool defaults ...
Linking tool plmerge ...
Compiling file AGSOutput.m ...
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/plparse' failed
gmake[4]: *** [obj/plparse] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'plparse.all.tool.variables' failed
gmake[2]: *** [plparse.all.tool.variables] Error 2
Compiling file AGSIndex.m ...
Linking tool gdnc ...
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/cvtenc' failed
gmake[4]: *** [obj/cvtenc] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'cvtenc.all.tool.variables' failed
gmake[2]: *** [cvtenc.all.tool.variables] Error 2
Compiling file AGSHtml.m ...
AGSOutput.m:2395:11: warning: expression which evaluates to zero treated as a null pointer constant of type 'NSString *' [-Wnon-literal-null-conversion]
return NO;
^~
/usr/local/include/objc/runtime.h:195:13: note: expanded from macro 'NO'
# define NO ((BOOL)0)
^~~~~~~~~
AGSOutput.m:2411:14: warning: expression which evaluates to zero treated as a null pointer constant of type 'NSString *' [-Wnon-literal-null-conversion]
return NO;
^~
/usr/local/include/objc/runtime.h:195:13: note: expanded from macro 'NO'
# define NO ((BOOL)0)
^~~~~~~~~
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
3 warnings generated.
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/defaults' failed
gmake[4]: *** [obj/defaults] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'defaults.all.tool.variables' failed
gmake[2]: *** [defaults.all.tool.variables] Error 2
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/plmerge' failed
gmake[4]: *** [obj/plmerge] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'plmerge.all.tool.variables' failed
gmake[2]: *** [plmerge.all.tool.variables] Error 2
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/gdnc' failed
gmake[4]: *** [obj/gdnc] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'gdnc.all.tool.variables' failed
gmake[2]: *** [gdnc.all.tool.variables] Error 2
2 warnings generated.
Linking tool autogsdoc ...
../Source/./obj/libgnustep-base.so: undefined reference to `dispatch_group_async'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:89: recipe for target 'obj/autogsdoc' failed
gmake[4]: *** [obj/autogsdoc] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/tool.make:74: recipe for target 'internal-tool-all_' failed
gmake[3]: *** [internal-tool-all_] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'autogsdoc.all.tool.variables' failed
gmake[2]: *** [autogsdoc.all.tool.variables] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/tool.make:71: recipe for target 'internal-all' failed
gmake[1]: *** [internal-all] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: recipe for target 'internal-all' failed
gmake: *** [internal-all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1
Stop in /usr/mports/lang/gnustep-base.
Links
Depends On
- devel/autoconf (build)
- devel/gmake (build)
- devel/gnustep-make (build)
- devel/pkgconf (build)
- lang/clang34 (build)
- converters/libiconv (lib)
- devel/icu (lib)
- devel/libffi (lib)
- lang/libobjc2 (lib)
- math/gmp (lib)
- security/gnutls (lib)
- security/libgcrypt (lib)
- textproc/libxml2 (lib)
- textproc/libxslt (lib)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus