MidnightBSD Magus

editors/textedit

Basic text editor for GNUstep

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

Events

Machine Type Time Message
c3211 info 2019-01-28 02:37:35.035012 Test Started
c3211 fail 2019-01-28 02:40:02.837689 make build returned non-zero: 1
c3211 fail 2019-01-28 02:40:03.03135 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.
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/clang60 Controller.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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/clang60 Document.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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
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];
                              ^      ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/bin/clang60 DocumentReadWrite.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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
/usr/local/bin/clang60 MultiplePageView.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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
7 warnings generated.
/usr/local/bin/clang60 Preferences.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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]
}
^
/usr/local/bin/clang60 ScalingScrollView.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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
1 warning generated.
/usr/local/bin/clang60 TextFinder.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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
/usr/local/bin/clang60 Edit_main.m -c \
      -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNUSTEP_RUNTIME=1 -D_NONFRAGILE_ABI=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -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 -fobjc-runtime=gnustep-1.8 -fblocks -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/clang60    -L/usr/local/lib -rdynamic  -rdynamic  -rdynamic   -rdynamic      -L/usr/local/lib  -pthread  -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -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 -fobjc-nonfragile-abi   -lm
./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'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

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