MidnightBSD Magus

editors/textedit

Basic text editor for GNUstep

Flavor Version Run OSVersion Arch License Restricted Status
4.0_2 381 1.1 i386 other 0 fail

Events

Machine Type Time Message
m1132 info 2019-07-02 16:51:46.407858 Test Started
m1132 fail 2019-07-02 16:56:22.290668 make build returned non-zero: 1
m1132 fail 2019-07-02 16:56:22.41258 Test complete.

Log

===>  Building for textedit.app-4.0_2
gmake[1]: Entering directory '/magus/work/usr/mports/editors/textedit/work/backbone-6343263e17c5cd771770dabc2559ac07ffedcf29/System/Applications/TextEdit'
This is gnustep-make 2.7.0. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
Making all for app TextEdit...
 Creating TextEdit.app/....
 Compiling file Controller.m ...
 Compiling file Document.m ...
Document.m:108:29: warning: instance method '-glyphForCharacter:' not found (return type defaults to 'id') [-Wobjc-method-access]
                        nGlyph = (NSGlyph) [font glyphForCharacter: 'n'];
                                                 ^~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSFont.h:80:12: note: receiver is instance of class declared here
@interface NSFont : NSObject 
           ^
Document.m:1364:25: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations]
        const char      *sel_name = sel_get_name (action);
                                    ^
/usr/local/include/objc/runtime-deprecated.h:62:16: note: 'sel_get_name' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Document.m:1366:25: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations]
        if (!strcmp (sel_name, sel_get_name (@selector (toggleRich:)))) {
                               ^
/usr/local/include/objc/runtime-deprecated.h:62:16: note: 'sel_get_name' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Document.m:1368:32: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations]
        } else if (!strcmp (sel_name, sel_get_name (@selector (togglePageBreaks:)))) {
                                      ^
/usr/local/include/objc/runtime-deprecated.h:62:16: note: 'sel_get_name' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Document.m:1370:32: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations]
        } else if (!strcmp (sel_name, sel_get_name (@selector (toggleHyphenation:)))) {
                                      ^
/usr/local/include/objc/runtime-deprecated.h:62:16: note: 'sel_get_name' has been explicitly marked deprecated here
__attribute__((deprecated))
               ^
Document.m:1494:18: warning: initializing 'NSButtonCell *' with an expression of incompatible type 'id'
                        NSButtonCell    *item = [popup itemAtIndex:cnt];
                                         ^      ~~~~~~~~~~~~~~~~~~~~~~~
Document.m:1512:17: warning: initializing 'NSButtonCell *' with an expression of incompatible type 'id'
                NSButtonCell *item = [popup itemAtIndex: cnt];
                              ^      ~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
 Compiling file DocumentReadWrite.m ...
 Compiling file MultiplePageView.m ...
 Compiling file Preferences.m ...
Preferences.m:88:1: warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls]
}
^
1 warning generated.
 Compiling file ScalingScrollView.m ...
 Compiling file TextFinder.m ...
 Compiling file Edit_main.m ...
 Linking app TextEdit ...
./obj/TextEdit.obj/Document.m.o: In function `_i_Document__validateMenuItem_':
Document.m:(.text+0x4cec): undefined reference to `sel_get_name'
Document.m:(.text+0x4cfd): undefined reference to `sel_get_name'
Document.m:(.text+0x4d1e): undefined reference to `sel_get_name'
Document.m:(.text+0x4d3f): undefined reference to `sel_get_name'
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[4]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:133: TextEdit.app/./TextEdit] Error 1
gmake[3]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2
gmake[2]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297: TextEdit.all.app.variables] Error 2
gmake[1]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/application.make:38: internal-all] Error 2
gmake[1]: Leaving directory '/magus/work/usr/mports/editors/textedit/work/backbone-6343263e17c5cd771770dabc2559ac07ffedcf29/System/Applications/TextEdit'
*** Error code 2

Stop.
make: stopped in /usr/mports/editors/textedit