MidnightBSD Magus

editors/textedit

Basic text editor for GNUstep

Flavor Version Run OSVersion Arch License Restricted Status
4.0_2 318 0.7 i386 other 0 fail

Events

Machine Type Time Message
defianti386 info 2016-03-09 03:34:00.110512 Test Started
defianti386 fail 2016-03-09 03:46:54.486697 make build returned non-zero: 1
defianti386 fail 2016-03-09 03:46:54.636842 Test complete.

Log

===>  Building for textedit.app-4.0_2
This is gnustep-make 2.6.7. Type 'gmake print-gnustep-make-help' for help.
Making all for app TextEdit...
 Creating TextEdit.app/....
 Compiling file Controller.m ...
 Compiling file Document.m ...
 Compiling file DocumentReadWrite.m ...
 Compiling file MultiplePageView.m ...
 Compiling file Preferences.m ...
 Compiling file ScalingScrollView.m ...
 Compiling file TextFinder.m ...
 Compiling file Edit_main.m ...
Preferences.m:88:1: warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls]
}
^
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 
           ^
1 warning generated.
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:63:13: note: 'sel_get_name' declared here
const char *sel_get_name(SEL selector);
            ^
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:63:13: note: 'sel_get_name' declared here
const char *sel_get_name(SEL selector);
            ^
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:63:13: note: 'sel_get_name' declared here
const char *sel_get_name(SEL selector);
            ^
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:63:13: note: 'sel_get_name' declared here
const char *sel_get_name(SEL selector);
            ^
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.
 Linking app TextEdit ...
./obj/TextEdit.obj/Document.m.o: In function `_i_Document__validateMenuItem_':
Document.m:(.text+0x5871): undefined reference to `sel_get_name'
Document.m:(.text+0x5881): undefined reference to `sel_get_name'
Document.m:(.text+0x58a3): undefined reference to `sel_get_name'
Document.m:(.text+0x58c5): undefined reference to `sel_get_name'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:131: recipe for target 'TextEdit.app/./TextEdit' failed
gmake[3]: *** [TextEdit.app/./TextEdit] Error 1
/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:145: recipe for target 'internal-app-run-compile-submake' failed
gmake[2]: *** [internal-app-run-compile-submake] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:311: recipe for target 'TextEdit.all.app.variables' failed
gmake[1]: *** [TextEdit.all.app.variables] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/application.make:38: 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/editors/textedit.