editors/textedit
Basic text editor for GNUstep
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 4.0_2 | 320 | 0.7 | amd64 | other | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m5 | info | 2016-03-21 17:13:09.146123 | Test Started |
| m5 | fail | 2016-03-21 17:14:51.445605 | make build returned non-zero: 1 |
| m5 | fail | 2016-03-21 17:14:51.607781 | Test complete. |
Log
[1m===> Building for textedit.app-4.0_2[0m
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 Document.m ...
Compiling file DocumentReadWrite.m ...
Compiling file MultiplePageView.m ...
Compiling file Preferences.m ...
Compiling file Controller.m ...
Compiling file TextFinder.m ...
Compiling file ScalingScrollView.m ...
Compiling file Edit_main.m ...
MultiplePageView.m:169:28: warning: conflicting parameter types in implementation of 'rectForPage:': 'NSInteger' (aka 'long') vs 'int' [-Wmismatched-parameter-types]
- (NSRect)rectForPage:(int)page {
~~~ ^
/usr/local/GNUstep/System/Library/Headers/AppKit/NSView.h:540:36: note: previous definition is here
- (NSRect) rectForPage: (NSInteger)page;
~~~~~~~~~ ^
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
^
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);
^
1 warning generated.
Document.m:1130:1: warning: conflicting return type in implementation of 'draggingSourceOperationMaskForLocal:': 'NSDragOperation' (aka 'unsigned long') vs 'unsigned int' [-Wmismatched-return-types]
- (unsigned int) draggingSourceOperationMaskForLocal: (BOOL)flag
^ ~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/AppKit/NSDragging.h:112:1: note: previous definition is here
- (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal;
^ ~~~~~~~~~~~~~~~
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];
^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
8 warnings generated.
Linking app TextEdit ...
./obj/TextEdit.obj/Document.m.o: In function `_i_Document__validateMenuItem_':
Document.m:(.text+0x486a): undefined reference to `sel_get_name'
Document.m:(.text+0x4879): undefined reference to `sel_get_name'
Document.m:(.text+0x489c): undefined reference to `sel_get_name'
Document.m:(.text+0x48bb): 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.
Links
Depends On
- devel/gmake (build)
- devel/gnustep-make (build)
- lang/clang34 (build)
- x11-toolkits/gnustep-back (build)
- lang/libobjc2 (lib)
- x11-toolkits/gnustep-gui (lib)
- x11-toolkits/gnustep-back (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus