MidnightBSD Magus

editors/textedit

Basic text editor for GNUstep

Flavor Version Run OSVersion Arch License Restricted Status
4.0_2 327 0.8 i386 other 0 fail

Events

Machine Type Time Message
Constellation info 2017-02-20 22:24:24.489702 Test Started
Constellation fail 2017-02-20 22:27:47.149391 make build returned non-zero: 1
Constellation fail 2017-02-20 22:27:47.300916 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.
cd .; \
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs ./obj
Making all for app TextEdit...
cd .; \
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs ./obj/TextEdit.obj/
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs TextEdit.app/.
/usr/local/bin/clang34 Controller.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/Controller.m.o
/usr/local/bin/clang34 Document.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/Document.m.o
/usr/local/bin/clang34 DocumentReadWrite.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/DocumentReadWrite.m.o
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);
            ^
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];
                              ^      ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/bin/clang34 MultiplePageView.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/MultiplePageView.m.o
/usr/local/bin/clang34 Preferences.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/Preferences.m.o
Preferences.m:88:1: warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls]
}
^
7 warnings generated.
/usr/local/bin/clang34 ScalingScrollView.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/ScalingScrollView.m.o
/usr/local/bin/clang34 TextFinder.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/TextFinder.m.o
1 warning generated.
/usr/local/bin/clang34 Edit_main.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -O2 -pipe -fno-strict-aliasing -Wno-import -I/usr/local/include -fconstant-string-class=NSConstantString -I. -I/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \
       -o obj/TextEdit.obj/Edit_main.m.o
/usr/local/bin/clang34    -L/usr/local/lib -rdynamic  -rdynamic  -rdynamic   -rdynamic      -L/usr/local/lib  -pthread -fexceptions -fobjc-nonfragile-abi -fgnu-runtime -o TextEdit.app/./TextEdit \
./obj/TextEdit.obj/Controller.m.o ./obj/TextEdit.obj/Document.m.o ./obj/TextEdit.obj/DocumentReadWrite.m.o ./obj/TextEdit.obj/MultiplePageView.m.o ./obj/TextEdit.obj/Preferences.m.o ./obj/TextEdit.obj/ScalingScrollView.m.o ./obj/TextEdit.obj/TextFinder.m.o ./obj/TextEdit.obj/Edit_main.m.o               -L/magus/work/usr/mports/editors/textedit/work/GNUstep/Library/Libraries -L/usr/local/GNUstep/Local/Library/Libraries -L/usr/local/GNUstep/System/Library/Libraries  -L/usr/local/lib   -lgnustep-gui     -lgnustep-base    -lobjc   -lm
./obj/TextEdit.obj/Document.m.o: In function `_i_Document__validateMenuItem_':
Document.m:(.text+0x5861): undefined reference to `sel_get_name'
Document.m:(.text+0x5871): undefined reference to `sel_get_name'
Document.m:(.text+0x5893): undefined reference to `sel_get_name'
Document.m:(.text+0x58b5): undefined reference to `sel_get_name'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:131: TextEdit.app/./TextEdit] Error 1
gmake[2]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:145: internal-app-run-compile-submake] Error 2
gmake[1]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:311: TextEdit.all.app.variables] Error 2
gmake: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/application.make:38: 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.