science/paje
Generic visualization tool for GNUstep (Gantt chart and more)
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 1.97_4 | 320 | 0.7 | amd64 | lgpl2.1 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m5 | info | 2016-03-21 13:56:50.979563 | Test Started |
| m5 | fail | 2016-03-21 13:58:53.013045 | make build returned non-zero: 1 |
| m5 | fail | 2016-03-21 13:58:53.176853 | Test complete. |
Log
[1m===> Building for paje-1.97_4[0m
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
This is gnustep-make 2.6.7. Type 'gmake print-gnustep-make-help' for help.
Making all in General ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle General...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating General.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file Comparing.m ...
Compiling file PSortedArray.m ...
Compiling file TranslationTable.m ...
Compiling file FilteredEnumerator.m ...
Compiling file PTime.m ...
Compiling file NSColor+Additions.m ...
Compiling file NSUserDefaults+Additions.m ...
Compiling file ColoredSwitchButtonCell.m ...
Compiling file NSString+Additions.m ...
Compiling file NSMatrix+Additions.m ...
TranslationTable.m:68:16: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
return NSNotFound;
~~~~~~ ^~~~~~~~~~
TranslationTable.m:84:15: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (index == NSNotFound) {
~~~~~ ^ ~~~~~~~~~~
PSortedArray.m:262:20: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
return NSNotFound;
~~~~~~ ^~~~~~~~~~
PSortedArray.m:278:16: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
return NSNotFound;
~~~~~~ ^~~~~~~~~~
PSortedArray.m:294:12: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
return NSNotFound;
~~~~~~ ^~~~~~~~~~
PSortedArray.m:355:19: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (lastIndex == NSNotFound) {
~~~~~~~~~ ^ ~~~~~~~~~~
PSortedArray.m:371:19: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (lastIndex == NSNotFound) {
~~~~~~~~~ ^ ~~~~~~~~~~
NSUserDefaults+Additions.m:88:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
- (double)doubleForKey:(NSString *)key
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h:314:1: note: method 'doubleForKey:' declared here
- (double) doubleForKey: (NSString*)defaultName;
^
NSUserDefaults+Additions.m:83:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
- (void)setDouble:(double)value forKey:(NSString *)key
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSUserDefaults.h:383:1: note: method 'setDouble:forKey:' declared here
- (void) setDouble: (double)value forKey: (NSString*)defaultName;
^
Compiling file NSObject+Additions.m ...
2 warnings generated.
Compiling file NSArray+Additions.m ...
Compiling file UniqueString.m ...
Compiling file NSDate+Additions.m ...
2 warnings generated.
Compiling file MultiEnumerator.m ...
NSString+Additions.m:96:24: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (startCharIndex == NSNotFound) {
~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
NSString+Additions.m:61:31: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
unsigned startCharIndex = NSNotFound;
~~~~~~~~~~~~~~ ^~~~~~~~~~
5 warnings generated.
Compiling file SourceCodeReference.m ...
NSArray+Additions.m:42:23: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (nextIndex < 0) {
~~~~~~~~~ ^ ~
UniqueString.m:112:1: warning: conflicting return type in implementation of 'retainCount': 'NSUInteger' (aka 'unsigned long') vs 'unsigned int' [-Wmismatched-return-types]
- (unsigned)retainCount { return 1; }
^ ~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:203:1: note: previous definition is here
- (NSUInteger) retainCount NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^ ~~~~~~~~~~
2 warnings generated.
Compiling file NSDictionary+Additions.m ...
1 warning generated.
Compiling file PajeFilter.m ...
1 warning generated.
Compiling file HierarchyBrowser.m ...
NSMatrix+Additions.m:89:22: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
if ([self getRow:&row column:&column forPoint:p])
^~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:171:31: note: passing argument to parameter 'row' here
- (BOOL) getRow: (NSInteger *)row
^
NSMatrix+Additions.m:89:34: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
if ([self getRow:&row column:&column forPoint:p])
^~~~~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:172:24: note: passing argument to parameter 'column' here
column: (NSInteger *)column
^
Compiling file PajeType.m ...
2 warnings generated.
Compiling file PajeContainer.m ...
MultiEnumerator.m:25:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
- (NSArray *)allObjects
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSEnumerator.h:52:1: note: method 'allObjects' declared here
- (NSArray *) allObjects;
^
Compiling file PajeEntity.m ...
SourceCodeReference.m:100:30: warning: multiple methods named 'lineNumber' found
&& lineNumber == [object lineNumber]
^~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSXMLParser.h:173:1: note: using
- (NSInteger) lineNumber;
^~~~~~~~~~~~~~~~~~~~~~~~~
./SourceCodeReference.h:47:1: note: also found
- (int)lineNumber;
^~~~~~~~~~~~~~~~~~
1 warning generated.
Compiling file PajeEntityInspector.m ...
1 warning generated.
NSDate+Additions.m:38:1: warning: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation]
- (NSString *)description
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSDate.h:88:1: note: method 'description' declared here
- (NSString*) description;
^
1 warning generated.
Compiling file GNUstep+Additions.m ...
Compiling file DataScanner.m ...
In file included from PajeFilter.m:23:
./../Paje/PajeTraceController.h:29:9: warning: 'IBOutlet' macro redefined
#define IBOutlet
^
:21:9: note: previous definition is here
#define IBOutlet __attribute__((iboutlet))
^
PajeFilter.m:82:25: warning: incompatible pointer types assigning to 'PajeFilter *' from 'PajeComponent *' [-Wincompatible-pointer-types]
outputComponent = [component retain];
^ ~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:173:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('PajeComponent *')
- (id) retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
^
PajeType.m:176:1: warning: conflicting return type in implementation of 'hash': 'NSUInteger' (aka 'unsigned long') vs 'unsigned int' [-Wmismatched-return-types]
- (unsigned)hash
^ ~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:130:1: note: previous definition is here
- (NSUInteger) hash;
^ ~~~~~~~~~~
PajeEntity.m:105:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((container == nil)) {
~~~~~~~~~~^~~~~~
PajeEntity.m:105:20: note: remove extraneous parentheses around the comparison to silence this warning
if ((container == nil)) {
~ ^ ~
PajeEntity.m:105:20: note: use '=' to turn this equality comparison into an assignment
if ((container == nil)) {
^~
=
PajeEntity.m:285:1: warning: conflicting return type in implementation of 'hash': 'NSUInteger' (aka 'unsigned long') vs 'unsigned int' [-Wmismatched-return-types]
- (unsigned)hash
^ ~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:130:1: note: previous definition is here
- (NSUInteger) hash;
^ ~~~~~~~~~~
Compiling file PajeEvent.m ...
Compiling file Association.m ...
2 warnings generated.
Compiling file SourceTextController.m ...
2 warnings generated.
Compiling file CondensedEntitiesArray.m ...
Compiling file EntityChunk.m ...
Compiling file ChunkArray.m ...
1 warning generated.
Compiling file CStringCallBacks.m ...
Association.m:78:12: warning: multiple methods named 'hash' found
return [object hash];
^~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:130:1: note: using
- (NSUInteger) hash;
^~~~~~~~~~~~~~~~~~~~
./Association.h:46:1: note: also found
- (unsigned int)hash;
^~~~~~~~~~~~~~~~~~~~~
CStringCallBacks.m:38:5: warning: incompatible pointer types initializing 'NSUInteger (*)(NSMapTable *, const void *)' with an expression of type 'unsigned int (NSMapTable *, const void *)' [-Wincompatible-pointer-types]
cstring_hash,
^~~~~~~~~~~~
CStringCallBacks.m:46:5: warning: incompatible pointer types initializing 'NSUInteger (*)(NSHashTable *, const void *)' with an expression of type 'unsigned int (NSMapTable *, const void *)' [-Wincompatible-pointer-types]
cstring_hash,
^~~~~~~~~~~~
CStringCallBacks.m:47:5: warning: incompatible pointer types initializing 'BOOL (*)(NSHashTable *, const void *, const void *)' with an expression of type 'BOOL (NSMapTable *, const void *, const void *)' [-Wincompatible-pointer-types]
cstring_isEqual,
^~~~~~~~~~~~~~~
CStringCallBacks.m:48:5: warning: incompatible pointer types initializing 'void (*)(NSHashTable *, const void *)' with an expression of type 'void (NSMapTable *, const void *)' [-Wincompatible-pointer-types]
cstring_retain,
^~~~~~~~~~~~~~
CStringCallBacks.m:49:5: warning: incompatible pointer types initializing 'void (*)(NSHashTable *, void *)' with an expression of type 'void (NSMapTable *, void *)' [-Wincompatible-pointer-types]
cstring_release,
^~~~~~~~~~~~~~~
CStringCallBacks.m:50:5: warning: incompatible pointer types initializing 'NSString *(*)(NSHashTable *, const void *)' with an expression of type 'NSString *(NSMapTable *, const void *)' [-Wincompatible-pointer-types]
cstring_describe
^~~~~~~~~~~~~~~~
1 warning generated.
6 warnings generated.
PajeEvent.m:301:21: warning: comparison of constant -1 with expression of type 'PajeFieldId' is always false [-Wtautological-constant-out-of-range-compare]
if (fieldId == -1) break;
~~~~~~~ ^ ~~
PajeEvent.m:308:21: warning: comparison of constant -1 with expression of type 'PajeFieldId' is always false [-Wtautological-constant-out-of-range-compare]
if (fieldId == -1) break;
~~~~~~~ ^ ~~
PajeEvent.m:328:24: warning: comparison of constant 'PajeEventIdCount' (18) with expression of type 'PajeFieldId' is always true [-Wtautological-constant-out-of-range-compare]
} else if (fieldId < PajeEventIdCount) {
~~~~~~~ ^ ~~~~~~~~~~~~~~~~
EntityChunk.m:279:6: warning: direct access to Objective-C's isa is deprecated in favor of object_getClass() [-Wdeprecated-objc-isa-usage]
[isa touch:self];
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:293:9: note: instance variable is declared here
Class isa;
^
EntityChunk.m:287:6: warning: direct access to Objective-C's isa is deprecated in favor of object_getClass() [-Wdeprecated-objc-isa-usage]
[isa touch:self];
^
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:293:9: note: instance variable is declared here
Class isa;
^
ChunkArray.m:83:18: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (endIndex == NSNotFound) {
~~~~~~~~ ^ ~~~~~~~~~~
ChunkArray.m:88:20: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (startIndex == NSNotFound) {
~~~~~~~~~~ ^ ~~~~~~~~~~
ChunkArray.m:152:18: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (endIndex == NSNotFound) {
~~~~~~~~ ^ ~~~~~~~~~~
ChunkArray.m:157:20: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (startIndex == NSNotFound) {
~~~~~~~~~~ ^ ~~~~~~~~~~
4 warnings generated.
2 warnings generated.
3 warnings generated.
Linking bundle General ...
Creating General.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating General.bundle/Resources/Info-gnustep.plist...
Making all in Paje ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for app Paje...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating Paje.app/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file PajeController.m ...
Compiling file PajeCheckPoint.m ...
Compiling file Paje_main.m ...
Compiling file PajeTraceController.m ...
PajeCheckPoint.m:57:1: warning: conflicting return type in implementation of 'hash': 'NSUInteger' (aka 'unsigned long') vs 'unsigned int' [-Wmismatched-return-types]
- (unsigned int)hash
^ ~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:130:1: note: previous definition is here
- (NSUInteger) hash;
^ ~~~~~~~~~~
1 warning generated.
In file included from PajeController.m:20:
In file included from ./PajeController.h:24:
./PajeTraceController.h:29:9: warning: 'IBOutlet' macro redefined
#define IBOutlet
^
:21:9: note: previous definition is here
#define IBOutlet __attribute__((iboutlet))
^
In file included from PajeTraceController.m:20:
./PajeTraceController.h:29:9: warning: 'IBOutlet' macro redefined
#define IBOutlet
^
:21:9: note: previous definition is here
#define IBOutlet __attribute__((iboutlet))
^
1 warning generated.
1 warning generated.
Linking app Paje ...
Creating Paje.app/Resources...
Creating stamp file...
Creating Paje.app/Resources/Info-gnustep.plist...
Creating Paje.app/Resources/Paje.desktop...
Copying resources into the app wrapper...
Making all in FileReader ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle FileReader...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating FileReader.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file PajeFileReader.m ...
PajeFileReader.m:62:61: warning: format specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat]
NSLog(@"Chunk after end: %d (%d)", chunkNumber, [chunkInfo count]);
~~ ^~~~~~~~~~~~~~~~~
%lu
PajeFileReader.m:179:32: warning: format specifies type 'unsigned int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat]
[data class], [data length], hasMoreData);
^~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog'
[NSString stringWithFormat: format, ##args]); \
^
PajeFileReader.m:238:36: warning: format specifies type 'unsigned int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat]
[data class], [data length], hasMoreData);
^~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h:154:45: note: expanded from macro 'NSDebugMLLog'
[NSString stringWithFormat: format, ##args]); \
^
3 warnings generated.
Linking bundle FileReader ...
Creating FileReader.bundle/Resources...
Creating stamp file...
Creating FileReader.bundle/Resources/Info-gnustep.plist...
Making all in PajeEventDecoder ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle PajeEventDecoder...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating PajeEventDecoder.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file PajeEventDecoder.m ...
PajeEventDecoder.m:331:25: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
if (fieldTypeId < 0) {
~~~~~~~~~~~ ^ ~
1 warning generated.
Linking bundle PajeEventDecoder ...
Creating PajeEventDecoder.bundle/Resources...
Creating stamp file...
Creating PajeEventDecoder.bundle/Resources/Info-gnustep.plist...
Making all in PajeSimulator ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle PajeSimulator...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating PajeSimulator.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file PajeSimul.m ...
Compiling file PajeSimul+Events.m ...
Compiling file SimulContainer.m ...
Compiling file UserEvent.m ...
Compiling file UserLink.m ...
Compiling file UserState.m ...
Compiling file UserValue.m ...
Compiling file SimulChunk.m ...
UserValue.m:114:1: warning: conflicting return type in implementation of 'condensedEntitiesCount': 'unsigned int' vs 'int' [-Wmismatched-return-types]
- (int)condensedEntitiesCount
^ ~~~
./../General/PajeEntity.h:88:1: note: previous definition is here
- (unsigned)condensedEntitiesCount;
^ ~~~~~~~~
In file included from PajeSimul.m:37:
./../Paje/PajeTraceController.h:29:9: warning: 'IBOutlet' macro redefined
#define IBOutlet
^
:21:9: note: previous definition is here
#define IBOutlet __attribute__((iboutlet))
^
PajeSimul+Events.m:238:5: warning: variable 'newEntityType' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
default:
^~~~~~~
PajeSimul+Events.m:243:19: note: uninitialized use occurs here
[self setType:newEntityType forId:newEntityTypeName];
^~~~~~~~~~~~~
PajeSimul+Events.m:193:34: note: initialize the variable 'newEntityType' to silence this warning
PajeEntityType *newEntityType;
^
= nil
SimulChunk.m:518:16: warning: instance method '-_verifyMinMaxOfEntityType:withValue:' not found (return type defaults to 'id') [-Wobjc-method-access]
[container _verifyMinMaxOfEntityType:entityType withValue:value];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../General/PajeContainer.h:32:12: note: receiver is instance of class declared here
@interface PajeContainer : PajeEntity
^
SimulChunk.m:525:16: warning: instance method '-_verifyMinMaxOfEntityType:withValue:' not found (return type defaults to 'id') [-Wobjc-method-access]
[container _verifyMinMaxOfEntityType:entityType withValue:value];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../General/PajeContainer.h:32:12: note: receiver is instance of class declared here
@interface PajeContainer : PajeEntity
^
SimulChunk.m:532:16: warning: instance method '-_verifyMinMaxOfEntityType:withValue:' not found (return type defaults to 'id') [-Wobjc-method-access]
[container _verifyMinMaxOfEntityType:entityType withValue:value];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../General/PajeContainer.h:32:12: note: receiver is instance of class declared here
@interface PajeContainer : PajeEntity
^
1 warning generated.
SimulChunk.m:584:24: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
if (firstIndex == NSNotFound) {
~~~~~~~~~~ ^ ~~~~~~~~~~
SimulChunk.m:595:27: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
if (lastIndex == NSNotFound) {
~~~~~~~~~ ^ ~~~~~~~~~~
SimulChunk.m:643:23: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]
if (lastIndex != NSNotFound) {
~~~~~~~~~ ^ ~~~~~~~~~~
1 warning generated.
1 warning generated.
6 warnings generated.
Linking bundle PajeSimulator ...
Creating PajeSimulator.bundle/Resources...
Creating stamp file...
Creating PajeSimulator.bundle/Resources/Info-gnustep.plist...
Making all in StorageController ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle StorageController...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating StorageController.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file AnchorFilter.m ...
Compiling file Encapsulate.m ...
AnchorFilter.m:304:20: warning: instance method '-description' not found (return type defaults to 'id') [-Wobjc-method-access]
return [entity description];
^~~~~~~~~~~
1 warning generated.
Linking bundle StorageController ...
Creating StorageController.bundle/Resources...
Creating stamp file...
Creating StorageController.bundle/Resources/Info-gnustep.plist...
Making all in EntityTypeFilter ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle EntityTypeFilter...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating EntityTypeFilter.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file EntityTypeSelector.m ...
EntityTypeSelector.m:465:19: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:highlightedCell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here
- (BOOL) getRow: (NSInteger *)row
^
EntityTypeSelector.m:465:29: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:highlightedCell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here
column: (NSInteger *)column
^
EntityTypeSelector.m:471:19: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:cell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here
- (BOOL) getRow: (NSInteger *)row
^
EntityTypeSelector.m:471:29: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:cell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here
column: (NSInteger *)column
^
4 warnings generated.
Linking bundle EntityTypeFilter ...
Creating EntityTypeFilter.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating EntityTypeFilter.bundle/Resources/Info-gnustep.plist...
Making all in FieldFilter ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle FieldFilter...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating FieldFilter.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file FieldFilter.m ...
Compiling file FieldFilterDescriptor.m ...
Linking bundle FieldFilter ...
Creating FieldFilter.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating FieldFilter.bundle/Resources/Info-gnustep.plist...
Making all in ContainerFilter ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle ContainerFilter...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating ContainerFilter.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file ContainerSelector.m ...
ContainerSelector.m:539:19: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:highlightedCell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here
- (BOOL) getRow: (NSInteger *)row
^
ContainerSelector.m:539:29: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:highlightedCell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here
column: (NSInteger *)column
^
ContainerSelector.m:545:19: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:cell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:174:31: note: passing argument to parameter 'row' here
- (BOOL) getRow: (NSInteger *)row
^
ContainerSelector.m:545:29: warning: incompatible pointer types sending 'int *' to parameter of type 'NSInteger *' (aka 'long *') [-Wincompatible-pointer-types]
[m getRow:&r column:&c ofCell:cell];
^~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSMatrix.h:175:24: note: passing argument to parameter 'column' here
column: (NSInteger *)column
^
4 warnings generated.
Linking bundle ContainerFilter ...
Creating ContainerFilter.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating ContainerFilter.bundle/Resources/Info-gnustep.plist...
Making all in OrderFilter ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle OrderFilter...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating OrderFilter.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file OrderKey.m ...
Compiling file Order.m ...
OrderKey.m:76:12: warning: multiple methods named 'hash' found
return [entityType hash] ^ [container hash];
^~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:130:1: note: using
- (NSUInteger) hash;
^~~~~~~~~~~~~~~~~~~~
./OrderKey.h:49:1: note: also found
- (unsigned)hash;
^~~~~~~~~~~~~~~~~
OrderKey.m:76:32: warning: multiple methods named 'hash' found
return [entityType hash] ^ [container hash];
^~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/Foundation/NSObject.h:130:1: note: using
- (NSUInteger) hash;
^~~~~~~~~~~~~~~~~~~~
./OrderKey.h:49:1: note: also found
- (unsigned)hash;
^~~~~~~~~~~~~~~~~
2 warnings generated.
Order.m:239:15: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (index == NSNotFound) {
~~~~~ ^ ~~~~~~~~~~
Order.m:244:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (index < 0) {
~~~~~ ^ ~
2 warnings generated.
Linking bundle OrderFilter ...
Creating OrderFilter.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating OrderFilter.bundle/Resources/Info-gnustep.plist...
Making all in ReductionFilter ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle ReductionFilter...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating ReductionFilter.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file BusyArray.m ...
Compiling file BusyNode.m ...
Compiling file ReduceEntity.m ...
Compiling file ReduceEntityType.m ...
Compiling file BusyDate.m ...
BusyArray.m:234:12: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (i1 == NSNotFound) {
~~ ^ ~~~~~~~~~~
BusyArray.m:253:12: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]
if (i2 != NSNotFound && i2 != 0) {
~~ ^ ~~~~~~~~~~
BusyArray.m:278:12: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (i1 == NSNotFound) {
~~ ^ ~~~~~~~~~~
3 warnings generated.
Linking bundle ReductionFilter ...
Creating ReductionFilter.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating ReductionFilter.bundle/Resources/Info-gnustep.plist...
Making all in ImbricationFilter ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle ImbricationFilter...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating ImbricationFilter.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file InsetLimit.m ...
Linking bundle ImbricationFilter ...
Creating ImbricationFilter.bundle/Resources...
Copying resources into the bundle wrapper...
Creating stamp file...
Creating ImbricationFilter.bundle/Resources/Info-gnustep.plist...
Making all in SpaceTimeViewer ...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Making all for bundle SpaceTimeViewer...
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Creating SpaceTimeViewer.bundle/....
/usr/local/GNUstep/System/Library/Makefiles/common.make:231: GNUSTEP_INSTALLATION_DIR is deprecated. Please use GNUSTEP_INSTALLATION_DOMAIN instead
Compiling file DrawView.m ...
Compiling file DrawView+Finding.m ...
Compiling file DrawView+Positioning.m ...
Compiling file DrawView+Mouse.m ...
Compiling file DrawView+Drawing.m ...
Compiling file STController.m ...
Compiling file HierarchyRuler.m ...
Compiling file Shape.m ...
DrawView+Finding.m:28:10: fatal error: 'values.h' file not found
#include
^
1 error generated.
/usr/local/GNUstep/System/Library/Makefiles/rules.make:479: recipe for target 'obj/SpaceTimeViewer.obj/DrawView+Finding.m.o' failed
gmake[4]: *** [obj/SpaceTimeViewer.obj/DrawView+Finding.m.o] Error 1
gmake[4]: *** Waiting for unfinished jobs....
Shape.m:456:23: warning: incompatible pointer types sending 'float [2]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types]
[path setLineDash:dash count:2 phase:0];
^~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSBezierPath.h:180:38: note: passing argument to parameter 'pattern' here
- (void)setLineDash:(const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase;
^
Shape.m:505:23: warning: incompatible pointer types sending 'float [2]' to parameter of type 'const CGFloat *' (aka 'const double *') [-Wincompatible-pointer-types]
[path setLineDash:dash count:2 phase:0];
^~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSBezierPath.h:180:38: note: passing argument to parameter 'pattern' here
- (void)setLineDash:(const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase;
^
In file included from STController.m:26:
./../Paje/PajeTraceController.h:29:9: warning: 'IBOutlet' macro redefined
#define IBOutlet
^
:21:9: note: previous definition is here
#define IBOutlet __attribute__((iboutlet))
^
DrawView.m:230:29: warning: input conversion stopped due to an input byte that does not belong to the input codeset UTF-8 [-WCFString-literal]
unitAbbreviation = @"\xb5s";
^~~~~~~
DrawView.m:736:1: warning: conflicting return type in implementation of 'draggingUpdated:': 'NSDragOperation' (aka 'unsigned long') vs 'unsigned int' [-Wmismatched-return-types]
- (unsigned int)draggingUpdated:(id )sender
^ ~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSDragging.h:89:1: note: previous definition is here
- (NSDragOperation)draggingUpdated:(id )sender;
^ ~~~~~~~~~~~~~~~
1 warning generated.
2 warnings generated.
2 warnings generated.
/usr/local/GNUstep/System/Library/Makefiles/Instance/bundle.make:193: recipe for target 'internal-bundle-run-compile-submake' failed
gmake[3]: *** [internal-bundle-run-compile-submake] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:311: recipe for target 'SpaceTimeViewer.all.bundle.variables' failed
gmake[2]: *** [SpaceTimeViewer.all.bundle.variables] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/bundle.make:37: 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/science/paje.
Links
Depends On
- devel/gmake (build)
- devel/gnustep-make (build)
- lang/clang34 (build)
- x11-toolkits/gnustep-back (build)
- lang/libobjc2 (lib)
- x11-toolkits/gnustep-back (run)
Depend Of
Categories
CVEs
- Loading CVE information...
MidnightBSD Magus