MidnightBSD Magus

x11/terminal.app

Terminal Emulator for GNUstep

Flavor Version Run OSVersion Arch License Restricted Status
0.9.9 385 1.1 i386 gpl2 0 fail

Events

Machine Type Time Message
m1132 info 2019-09-03 07:44:50.955114 Test Started
m1132 fail 2019-09-03 07:51:27.561951 make build returned non-zero: 1
m1132 fail 2019-09-03 07:51:27.827824 Test complete.

Log

===>  Building for terminal.app-0.9.9
gmake[1]: Entering directory '/magus/work/usr/mports/x11/terminal.app/work/Terminal-0.9.9'
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 Terminal...
 Creating Terminal.app/....
 Compiling file main.m ...
 Compiling file Services.m ...
 Compiling file ServicesPrefs.m ...
 Compiling file ServicesParameterWindowController.m ...
 Compiling file TerminalWindow.m ...
 Compiling file TerminalWindowPrefs.m ...
 Compiling file TerminalView.m ...
TerminalView.m:1138:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        NSLog(_(@"Unexpected error while writing."));
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TerminalView.m:1138:10: note: treat the string as an argument to avoid this
                        NSLog(_(@"Unexpected error while writing."));
                              ^
                              @"%@", 
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^
TerminalView.m:1279:40: warning: format specifies type 'long' but the argument has type 'NSUInteger' (aka 'unsigned int') [-Wformat]
                [[e characters] characterAtIndex: 0],[[e characters] length],
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h:114:23: note: expanded from macro 'NSDebugLLog'
    NSLog(format , ## args); } while (0)
                      ^~~~
TerminalView.m:1280:57: warning: format specifies type 'long' but the argument has type 'NSUInteger' (aka 'unsigned int') [-Wformat]
                [[e charactersIgnoringModifiers] characterAtIndex: 0],[[e charactersIgnoringModifiers] length]);
                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h:114:23: note: expanded from macro 'NSDebugLLog'
    NSLog(format , ## args); } while (0)
                      ^~~~
TerminalView.m:1867:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        NSLog(_(@"Unexpected error while writing."));
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TerminalView.m:1867:10: note: treat the string as an argument to avoid this
                        NSLog(_(@"Unexpected error while writing."));
                              ^
                              @"%@", 
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^
TerminalView.m:1963:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        NSLog(_(@"Unable to open pipe for input."));
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TerminalView.m:1963:10: note: treat the string as an argument to avoid this
                        NSLog(_(@"Unable to open pipe for input."));
                              ^
                              @"%@", 
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^
TerminalView.m:1975:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                NSLog(_(@"Unable to fork."));
                      ^~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TerminalView.m:1975:9: note: treat the string as an argument to avoid this
                NSLog(_(@"Unable to fork."));
                      ^
                      @"%@", 
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^
TerminalView.m:2003:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                NSLog(_(@"Unable to set non-blocking mode."));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TerminalView.m:2003:9: note: treat the string as an argument to avoid this
                NSLog(_(@"Unable to set non-blocking mode."));
                      ^
                      @"%@", 
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GNUstep.h:286:3: note: expanded from macro '_'
  [GS_LOCALISATION_BUNDLE localizedStringForKey: (X) value: @"" table: nil]
  ^
7 warnings generated.
 Compiling file TerminalViewPrefs.m ...
 Compiling file TerminalParser_Linux.m ...
TerminalParser_Linux.m:882:4: warning: assigning instance variable to itself [-Wself-assign-field]
                        gotoxy(currcons,par[0],y);
                        ^
TerminalParser_Linux.m:101:5: note: expanded from macro 'gotoxy'
                y = new_y; \
                  ^
TerminalParser_Linux.m:886:4: warning: assigning instance variable to itself [-Wself-assign-field]
                        gotoxy(currcons,x,y-par[0]);
                        ^
TerminalParser_Linux.m:88:6: note: expanded from macro 'gotoxy'
                        x = new_x; \
                          ^
TerminalParser_Linux.m:890:4: warning: assigning instance variable to itself [-Wself-assign-field]
                        gotoxy(currcons,x,y+par[0]);
                        ^
TerminalParser_Linux.m:88:6: note: expanded from macro 'gotoxy'
                        x = new_x; \
                          ^
TerminalParser_Linux.m:894:4: warning: assigning instance variable to itself [-Wself-assign-field]
                        gotoxy(currcons,x+par[0],y);
                        ^
TerminalParser_Linux.m:101:5: note: expanded from macro 'gotoxy'
                y = new_y; \
                  ^
TerminalParser_Linux.m:898:4: warning: assigning instance variable to itself [-Wself-assign-field]
                        gotoxy(currcons,x-par[0],y);
                        ^
TerminalParser_Linux.m:101:5: note: expanded from macro 'gotoxy'
                y = new_y; \
                  ^
TerminalParser_Linux.m:910:4: warning: assigning instance variable to itself [-Wself-assign-field]
                        gotoxay(currcons,x,par[0]);
                        ^
TerminalParser_Linux.m:105:28: note: expanded from macro 'gotoxay'
#define gotoxay(foo,nx,ny) gotoxy(foo,nx,decom?top+ny:ny)
                           ^
TerminalParser_Linux.m:88:6: note: expanded from macro 'gotoxy'
                        x = new_x; \
                          ^
6 warnings generated.
 Compiling file TerminalParser_LinuxPrefs.m ...
 Compiling file PreferencesWindowController.m ...
 Compiling file autokeyviewchain.m ...
 Compiling file Label.m ...
 Linking app Terminal ...
/usr/bin/ld: undefined reference to symbol `libiconv_open' (try adding -liconv)
//usr/local/lib/libiconv.so.3: could not read symbols: Bad value
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: Terminal.app/./Terminal] 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: Terminal.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/x11/terminal.app/work/Terminal-0.9.9'
*** Error code 2

Stop.
make: stopped in /usr/mports/x11/terminal.app