MidnightBSD Magus

x11/terminal.app

Terminal Emulator for GNUstep

Flavor Version Run OSVersion Arch License Restricted Status
0.9.9 384 1.1 amd64 gpl2 0 fail

Events

Machine Type Time Message
m1164 info 2019-09-01 11:46:49.056242 Test Started
m1164 fail 2019-09-01 11:49:21.800836 make build returned non-zero: 1
m1164 fail 2019-09-01 11:49:22.201336 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 ...
ServicesPrefs.m:58:50: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]
        [d setObject: [NSString stringWithFormat: @"%i",[pb_input indexOfSelectedItem]]
                                                    ~~  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                    %li
ServicesPrefs.m:60:50: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]
        [d setObject: [NSString stringWithFormat: @"%i",[pb_output indexOfSelectedItem]]
                                                    ~~  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                    %li
ServicesPrefs.m:62:50: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat]
        [d setObject: [NSString stringWithFormat: @"%i",[pb_type indexOfSelectedItem]]
                                                    ~~  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                    %li
3 warnings generated.
 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: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]
  ^
TerminalView.m:2012:16: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
        [rl addEvent: (void *)master_fd
                      ^
6 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