MidnightBSD Magus

misc/gnustep-examples

GNUstep example applications

Flavor Version Run OSVersion Arch License Restricted Status
1.4.0_1 449 2.0 i386 gpl3 0 fail

Events

Machine Type Time Message
m2032 info 2021-04-15 17:47:52.810471 Test Started
m2032 fail 2021-04-15 17:49:03.502547 make fake returned non-zero: 1
m2032 fail 2021-04-15 17:49:03.544161 Test complete.

Log

===>  Faking install for gnustep-examples-1.4.0_1
===>   Generating temporary packing list
gmake[2]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0'
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 in gui ...
gmake[3]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui'
Making all in Calculator ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Calculator'
Making all for app Calculator...
gmake[7]: Nothing to be done for 'internal-app-compile'.
for f in Calculator.app.tiff; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./Calculator.app/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Calculator'
Making all in Classes ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes'
Making all in NSBrowserTest ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSBrowserTest'
Making all for app NSBrowserTest...
gmake[8]: Nothing to be done for 'internal-app-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSBrowserTest'
Making all in NSImage ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSImage'
Making all for app NSImageTest...
gmake[8]: Nothing to be done for 'internal-app-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSImage'
Making all in NSPanelTest ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSPanelTest'
Making all for app NSPanelTest...
gmake[8]: Nothing to be done for 'internal-app-compile'.
for f in icon.tiff Test.strings; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./NSPanelTest.app/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSPanelTest'
Making all in NSScreenTest ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSScreenTest'
Making all for app NSScreenTest...
gmake[8]: Nothing to be done for 'internal-app-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSScreenTest'
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes'
Making all in CurrencyConverter ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/CurrencyConverter'
Making all for app CurrencyConverter...
gmake[7]: Nothing to be done for 'internal-app-compile'.
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/CurrencyConverter'
Making all in Ink ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Ink'
Making all for app Ink...
gmake[7]: Nothing to be done for 'internal-app-compile'.
for f in Ink_app.tiff FileIcon_rtf.tiff FileIcon_txt.tiff Document.gorm Ink_app.ico; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./Ink.app/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
for l in English; do \
  if [ -d .//$l.lproj ]; then \
    /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs ./Ink.app/Resources/$l.lproj; \
    for f in MainMenu.gorm; do \
      if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \
        cp -fr .//$l.lproj/$f \
              ./Ink.app/Resources/$l.lproj/; \
      else \
        echo "Warning: .//$l.lproj/$f not found - ignoring"; \
      fi; \
    done; \
  else \
    echo "Warning: .//$l.lproj not found - ignoring"; \
  fi; \
done
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Ink'
Making all in ExampleService ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/ExampleService'
Making all for app md5Digest...
gmake[7]: Nothing to be done for 'internal-app-compile'.
Making all for service example...
gmake[7]: Nothing to be done for 'internal-service-compile'.
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/ExampleService'
Making all in GSTest ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest'
Making all in Composite-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Composite-test'
Making all for bundle Composite-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Composite-test'
Making all in CoordinateCheck-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/CoordinateCheck-test'
Making all for bundle CoordinateCheck-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/CoordinateCheck-test'
Making all in GSHbox-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/GSHbox-test'
Making all for bundle GSHbox-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/GSHbox-test'
Making all in KeyboardInput-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/KeyboardInput-test'
Making all for bundle KeyboardInput-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/KeyboardInput-test'
Making all in NSAnimation-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSAnimation-test'
Making all for bundle NSAnimation-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSAnimation-test'
Making all in NSBox-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSBox-test'
Making all for bundle NSBox-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSBox-test'
Making all in NSButton-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSButton-test'
Making all for bundle NSButton-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSButton-test'
Making all in NSColorList-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorList-test'
Making all for bundle NSColorList-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorList-test'
Making all in NSColorWell-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorWell-test'
Making all for bundle NSColorWell-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorWell-test'
Making all in NSForm-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSForm-test'
Making all for bundle NSForm-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSForm-test'
Making all in NSOpenPanel-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOpenPanel-test'
Making all for bundle NSOpenPanel-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOpenPanel-test'
Making all in NSSavePanel-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSavePanel-test'
Making all for bundle NSSavePanel-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSavePanel-test'
Making all in NSScrollView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSScrollView-test'
Making all for bundle NSScrollView-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSScrollView-test'
Making all in NSSecureTextField-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSecureTextField-test'
Making all for bundle NSSecureTextField-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSecureTextField-test'
Making all in NSSlider-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSlider-test'
Making all for bundle NSSlider-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSlider-test'
Making all in NSSplitView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSplitView-test'
Making all for bundle NSSplitView-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSplitView-test'
Making all in NSTableView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTableView-test'
Making all for bundle NSTableView-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTableView-test'
Making all in NSTextView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTextView-test'
Making all for bundle NSTextView-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTextView-test'
Making all in StringDrawing-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/StringDrawing-test'
Making all for bundle StringDrawing-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/StringDrawing-test'
Making all in NSViewAnimation-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSViewAnimation-test'
Making all for bundle NSViewAnimation-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSViewAnimation-test'
Making all in NSWindowStyleMask-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindowStyleMask-test'
Making all for bundle NSWindowStyleMask-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindowStyleMask-test'
Making all in NSOutlineView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOutlineView-test'
Making all for bundle NSOutlineView-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOutlineView-test'
Making all in NSProgressIndicator-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSProgressIndicator-test'
Making all for bundle NSProgressIndicator-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSProgressIndicator-test'
Making all in PixelExactDrawing-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/PixelExactDrawing-test'
Making all for bundle PixelExactDrawing-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
for f in pixelExact1.tiff pixelExact2.tiff; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./PixelExactDrawing-test.bundle/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/PixelExactDrawing-test'
Making all in ImageSelection-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/ImageSelection-test'
Making all for bundle ImageSelection-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
for f in test72DPIAnd288DPI.tiff testTIFFIconWithAllImages72DPI.tiff testTIFFIconWithAllImages72DPIDescendingSize.tiff testICNSIcon.icns; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./ImageSelection-test.bundle/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/ImageSelection-test'
Making all in Image-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Image-test'
Making all for bundle Image-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
for f in 138x92dpi.tiff 92x92dpi.tiff testTIFFIconWithAllImages72DPI.tiff 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png fourcorners.png gs.png plasma.png svgexample.svg pdfexample.pdf; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./Image-test.bundle/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Image-test'
Making all in Transparency-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Transparency-test'
Making all for bundle Transparency-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Transparency-test'
Making all in TextSystem-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/TextSystem-test'
Making all for bundle TextSystem-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/TextSystem-test'
Making all in NSWindow-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindow-test'
Making all for bundle NSWindow-test...
gmake[8]: Nothing to be done for 'internal-bundle-compile'.
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindow-test'
Making all for app GSTest...
gmake[7]: Nothing to be done for 'internal-app-compile'.
for f in MainMenu.gorm; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./GSTest.app/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
gmake[5]: Nothing to be done for 'internal-master-bundle-all'.
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest'
gmake[3]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui'
Making install in gui ...
gmake[3]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui'
Making install in Calculator ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Calculator'
Making install for app Calculator...
rm -rf /usr/local/GNUstep/System/Applications/Calculator.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list Calculator.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f Calculator; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/Calculator.app/./Calculator short` \
          Calculator
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Calculator'
Making install in Classes ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes'
Making install in NSBrowserTest ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSBrowserTest'
Making install for app NSBrowserTest...
rm -rf /usr/local/GNUstep/System/Applications/NSBrowserTest.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSBrowserTest.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f NSBrowserTest; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/NSBrowserTest.app/./NSBrowserTest short` \
          NSBrowserTest
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSBrowserTest'
Making install in NSImage ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSImage'
Making install for app NSImageTest...
rm -rf /usr/local/GNUstep/System/Applications/NSImageTest.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSImageTest.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f NSImageTest; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/NSImageTest.app/./NSImageTest short` \
          NSImageTest
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSImage'
Making install in NSPanelTest ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSPanelTest'
Making install for app NSPanelTest...
rm -rf /usr/local/GNUstep/System/Applications/NSPanelTest.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSPanelTest.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f NSPanelTest; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/NSPanelTest.app/./NSPanelTest short` \
          NSPanelTest
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSPanelTest'
Making install in NSScreenTest ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSScreenTest'
Making install for app NSScreenTest...
rm -rf /usr/local/GNUstep/System/Applications/NSScreenTest.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSScreenTest.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f NSScreenTest; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/NSScreenTest.app/./NSScreenTest short` \
          NSScreenTest
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes/NSScreenTest'
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Classes'
Making install in CurrencyConverter ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/CurrencyConverter'
Making install for app CurrencyConverter...
rm -rf /usr/local/GNUstep/System/Applications/CurrencyConverter.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list CurrencyConverter.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f CurrencyConverter; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/CurrencyConverter.app/./CurrencyConverter short` \
          CurrencyConverter
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/CurrencyConverter'
Making install in Ink ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Ink'
Making install for app Ink...
rm -rf /usr/local/GNUstep/System/Applications/Ink.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list Ink.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f Ink; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/Ink.app/./Ink short` \
          Ink
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Ink'
Making install in ExampleService ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/ExampleService'
Making install for app md5Digest...
rm -rf /usr/local/GNUstep/System/Applications/md5Digest.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list md5Digest.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f md5Digest; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/md5Digest.app/./md5Digest short` \
          md5Digest
Making install for service example...
rm -rf /usr/local/GNUstep/System/Library/Services/example.service; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/Services; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list example.service) \
 | (cd /usr/local/GNUstep/System/Library/Services; tar xf -)
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/ExampleService'
Making install in GSTest ...
gmake[4]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest'
Making install in Composite-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Composite-test'
Making install for bundle Composite-test...
/usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/Composite-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list Composite-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Composite-test'
Making install in CoordinateCheck-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/CoordinateCheck-test'
Making install for bundle CoordinateCheck-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/CoordinateCheck-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list CoordinateCheck-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/CoordinateCheck-test'
Making install in GSHbox-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/GSHbox-test'
Making install for bundle GSHbox-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/GSHbox-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list GSHbox-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/GSHbox-test'
Making install in KeyboardInput-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/KeyboardInput-test'
Making install for bundle KeyboardInput-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/KeyboardInput-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list KeyboardInput-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/KeyboardInput-test'
Making install in NSAnimation-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSAnimation-test'
Making install for bundle NSAnimation-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSAnimation-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSAnimation-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSAnimation-test'
Making install in NSBox-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSBox-test'
Making install for bundle NSBox-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSBox-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSBox-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSBox-test'
Making install in NSButton-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSButton-test'
Making install for bundle NSButton-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSButton-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSButton-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSButton-test'
Making install in NSColorList-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorList-test'
Making install for bundle NSColorList-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSColorList-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSColorList-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorList-test'
Making install in NSColorWell-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorWell-test'
Making install for bundle NSColorWell-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSColorWell-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSColorWell-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSColorWell-test'
Making install in NSForm-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSForm-test'
Making install for bundle NSForm-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSForm-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSForm-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSForm-test'
Making install in NSOpenPanel-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOpenPanel-test'
Making install for bundle NSOpenPanel-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSOpenPanel-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSOpenPanel-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOpenPanel-test'
Making install in NSSavePanel-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSavePanel-test'
Making install for bundle NSSavePanel-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSSavePanel-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSSavePanel-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSavePanel-test'
Making install in NSScrollView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSScrollView-test'
Making install for bundle NSScrollView-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSScrollView-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSScrollView-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSScrollView-test'
Making install in NSSecureTextField-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSecureTextField-test'
Making install for bundle NSSecureTextField-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSSecureTextField-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSSecureTextField-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSecureTextField-test'
Making install in NSSlider-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSlider-test'
Making install for bundle NSSlider-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSSlider-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSSlider-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSlider-test'
Making install in NSSplitView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSplitView-test'
Making install for bundle NSSplitView-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSSplitView-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSSplitView-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSSplitView-test'
Making install in NSTableView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTableView-test'
Making install for bundle NSTableView-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSTableView-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSTableView-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTableView-test'
Making install in NSTextView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTextView-test'
Making install for bundle NSTextView-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSTextView-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSTextView-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSTextView-test'
Making install in StringDrawing-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/StringDrawing-test'
Making install for bundle StringDrawing-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/StringDrawing-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list StringDrawing-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/StringDrawing-test'
Making install in NSViewAnimation-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSViewAnimation-test'
Making install for bundle NSViewAnimation-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSViewAnimation-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSViewAnimation-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSViewAnimation-test'
Making install in NSWindowStyleMask-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindowStyleMask-test'
Making install for bundle NSWindowStyleMask-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSWindowStyleMask-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSWindowStyleMask-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindowStyleMask-test'
Making install in NSOutlineView-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOutlineView-test'
Making install for bundle NSOutlineView-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSOutlineView-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSOutlineView-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSOutlineView-test'
Making install in NSProgressIndicator-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSProgressIndicator-test'
Making install for bundle NSProgressIndicator-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSProgressIndicator-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSProgressIndicator-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSProgressIndicator-test'
Making install in PixelExactDrawing-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/PixelExactDrawing-test'
Making install for bundle PixelExactDrawing-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/PixelExactDrawing-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list PixelExactDrawing-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/PixelExactDrawing-test'
Making install in ImageSelection-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/ImageSelection-test'
Making install for bundle ImageSelection-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/ImageSelection-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list ImageSelection-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/ImageSelection-test'
Making install in Image-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Image-test'
Making install for bundle Image-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/Image-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list Image-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Image-test'
Making install in Transparency-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Transparency-test'
Making install for bundle Transparency-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/Transparency-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list Transparency-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/Transparency-test'
Making install in TextSystem-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/TextSystem-test'
Making install for bundle TextSystem-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/TextSystem-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list TextSystem-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/TextSystem-test'
Making install in NSWindow-test ...
gmake[5]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindow-test'
Making install for bundle NSWindow-test...
rm -rf /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest/NSWindow-test.bundle; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list NSWindow-test.bundle) \
 | (cd /usr/local/GNUstep/System/Library/ApplicationSupport/GSTest; tar xf -)
gmake[5]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest/NSWindow-test'
Making install for app GSTest...
rm -rf /usr/local/GNUstep/System/Applications/GSTest.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list GSTest.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f GSTest; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/GSTest.app/./GSTest short` \
          GSTest
gmake[4]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GSTest'
gmake[3]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui'
gmake[2]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0'
gmake[2]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Finger'
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 Finger...
gmake[5]: Nothing to be done for 'internal-app-compile'.
for f in finger.tiff traceroute.tiff ping.tiff stop.tiff whois.tiff finger32.tiff traceroute32.tiff ping32.tiff stop32.tiff whois32.tiff; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./Finger.app/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
Making install for app Finger...
rm -rf /usr/local/GNUstep/System/Applications/Finger.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list Finger.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f Finger; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/Finger.app/./Finger short` \
          Finger
gmake[2]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/Finger'
gmake[2]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GFractal'
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 GFractal...
gmake[5]: Nothing to be done for 'internal-app-compile'.
Making install for app GFractal...
rm -rf /usr/local/GNUstep/System/Applications/GFractal.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list GFractal.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f GFractal; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/GFractal.app/./GFractal short` \
          GFractal
gmake[2]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/GFractal'
gmake[2]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/HostAddress'
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 HostAddress...
gmake[5]: Nothing to be done for 'internal-app-compile'.
Making install for app HostAddress...
rm -rf /usr/local/GNUstep/System/Applications/HostAddress.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list HostAddress.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f HostAddress; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/HostAddress.app/./HostAddress short` \
          HostAddress
gmake[2]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/HostAddress'
gmake[2]: Entering directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/MyGL'
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 MyGL...
gmake[5]: Nothing to be done for 'internal-app-compile'.
for f in MyGL.gorm MyGL.tiff; do \
  if [ -f .//$f -o -d .//$f ]; then \
    cp -fr .//$f ./MyGL.app/Resources/; \
  else \
    echo "Warning: .//$f not found - ignoring"; \
  fi; \
done
Warning: .//MyGL.tiff not found - ignoring
Making install for app MyGL...
rm -rf /usr/local/GNUstep/System/Applications/MyGL.app; \
        /usr/local/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/local/GNUstep/System/Applications; \
(cd ./.; \
    tar chfX - /usr/local/GNUstep/System/Library/Makefiles/tar-exclude-list MyGL.app) \
 | (cd /usr/local/GNUstep/System/Applications; tar xf -)
\
  cd /usr/local/GNUstep/System/Tools/.; \
  rm -f MyGL; \
  ln -s `/usr/local/GNUstep/System/Library/Makefiles/relative_path.sh /usr/local/GNUstep/System/Tools/. /usr/local/GNUstep/System/Applications/MyGL.app/./MyGL short` \
          MyGL
gmake[2]: Leaving directory '/magus/work/usr/mports/misc/gnustep-examples/work/gnustep-examples-1.4.0/gui/MyGL'
strip: open /magus/work/usr/mports/misc/gnustep-examples/work/fake-inst-i386/usr/local/GNUstep/System/Applications/Calculator.app/Calculator failed: No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/mports/misc/gnustep-examples
*** Error code 1

Stop.
make: stopped in /usr/mports/misc/gnustep-examples

Links

Depends On

Depend Of

Nothing

Categories