MidnightBSD Magus

science/paje

Generic visualization tool for GNUstep (Gantt chart and more)

Flavor Version Run OSVersion Arch License Restricted Status
1.97_3 318 0.7 i386 lgpl2.1 0 fail

Events

Machine Type Time Message
defianti386 info 2016-03-08 15:30:52.213871 Test Started
defianti386 fail 2016-03-08 15:44:22.028895 make build returned non-zero: 1
defianti386 fail 2016-03-08 15:44:22.191599 Test complete.

Log

===>  Building for paje-1.97_3
/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 FilteredEnumerator.m ...
 Compiling file PSortedArray.m ...
 Compiling file PTime.m ...
 Compiling file TranslationTable.m ...
 Compiling file NSUserDefaults+Additions.m ...
 Compiling file NSColor+Additions.m ...
 Compiling file ColoredSwitchButtonCell.m ...
 Compiling file NSString+Additions.m ...
 Compiling file NSMatrix+Additions.m ...
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 ...
 Compiling file NSArray+Additions.m ...
 Compiling file UniqueString.m ...
 Compiling file NSDate+Additions.m ...
2 warnings generated.
 Compiling file MultiEnumerator.m ...
 Compiling file SourceCodeReference.m ...
NSArray+Additions.m:42:23: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if (nextIndex < 0) {
            ~~~~~~~~~ ^ ~
 Compiling file NSDictionary+Additions.m ...
1 warning generated.
 Compiling file PajeFilter.m ...
 Compiling file HierarchyBrowser.m ...
 Compiling file PajeType.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 PajeContainer.m ...
1 warning generated.
 Compiling file PajeEntity.m ...
 Compiling file GNUstep+Additions.m ...
 Compiling file PajeEntityInspector.m ...
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 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;
^
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)) {
                   ^~
                   =
 Compiling file SourceTextController.m ...
 Compiling file PajeEvent.m ...
 Compiling file Association.m ...
 Compiling file CondensedEntitiesArray.m ...
1 warning generated.
 Compiling file EntityChunk.m ...
2 warnings generated.
 Compiling file ChunkArray.m ...
 Compiling file CStringCallBacks.m ...
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) {
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~
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
    ^~~~~~~~~~~~~~~~
5 warnings generated.
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;
        ^
3 warnings generated.
2 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 PajeTraceController.m ...
 Compiling file Paje_main.m ...
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
In file included from PajeTraceController.m:20:
./PajeTraceController.h:29:9: warning: 'IBOutlet' macro redefined
#define IBOutlet __attribute__((iboutlet))
        ^
#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 ...
 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 ...
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
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;
^  ~~~~~~~~
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.
1 warning generated.
1 warning generated.
3 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 Encapsulate.m ...
 Compiling file AnchorFilter.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 ...
 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 ...
 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 Order.m ...
 Compiling file OrderKey.m ...
Order.m:244:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (index < 0) {
        ~~~~~ ^ ~
1 warning 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 BusyDate.m ...
 Compiling file ReduceEntity.m ...
 Compiling file BusyArray.m ...
 Compiling file ReduceEntityType.m ...
 Compiling file BusyNode.m ...
 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+Mouse.m ...
 Compiling file DrawView+Finding.m ...
 Compiling file DrawView+Drawing.m ...
 Compiling file DrawView+Positioning.m ...
 Compiling file STController.m ...
 Compiling file HierarchyRuler.m ...
 Compiling file Shape.m ...
DrawView+Drawing.m:27:10: fatal error: 'values.h' file not found
#include 
         ^
DrawView+Finding.m:28:10: fatal error: 'values.h' file not found
#include 
         ^
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))
        ^
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....
1 error generated.
/usr/local/GNUstep/System/Library/Makefiles/rules.make:479: recipe for target 'obj/SpaceTimeViewer.obj/DrawView+Drawing.m.o' failed
gmake[4]: *** [obj/SpaceTimeViewer.obj/DrawView+Drawing.m.o] Error 1
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";
                            ^~~~~~~
1 warning generated.
1 warning 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.