>>> Building on exopi-4 under x11/gnustep/imageviewer BDEPENDS = [devel/gmake;x11/gnustep/base;x11/gnustep/make;x11/gnustep/gui] DIST = [x11/gnustep/imageviewer:gnustep/ImageViewer-0.6.3.tar.gz] FULLPKGNAME = imageviewer-0.6.3p17 RDEPENDS = [x11/gnustep/back;x11/gnustep/base;x11/gnustep/gui;x11/gnustep/make] Woken up x11/gnustep/imageviewer (Junk lock failure for exopi-4 at 1714762356.08379) Received IO (Junk lock obtained for exopi-4 at 1714762359.84) Received IO Woken up x11/gnustep/imageviewer >>> Running depends in x11/gnustep/imageviewer at 1714762361.54 last junk was in x11/gnome/libcloudproviders /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 /usr/sbin/pkg_add -aI -Drepair gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 >>> Running show-prepare-results in x11/gnustep/imageviewer at 1714762366.53 ===> x11/gnustep/imageviewer ===> Building from scratch imageviewer-0.6.3p17 ===> imageviewer-0.6.3p17 depends on: gnustep-make-* -> gnustep-make-2.9.1p1 ===> imageviewer-0.6.3p17 depends on: gmake-* -> gmake-4.4.1 ===> imageviewer-0.6.3p17 depends on: gnustep-gui-* -> gnustep-gui-0.30.0p1 ===> imageviewer-0.6.3p17 depends on: gnustep-base-* -> gnustep-base-1.29.0p2 ===> Verifying specs: c++ c++abi pthread gnustep-base gnustep-gui c objc2 m gnustep-base pthread ===> found c++.10.0 c++abi.7.0 pthread.27.1 gnustep-base.10.6 gnustep-gui.0.32 c.100.0 objc2.3.0 m.10.1 gmake-4.4.1 gnustep-base-1.29.0p2 gnustep-gui-0.30.0p1 gnustep-make-2.9.1p1 (Junk lock released for exopi-4 at 1714762367.92) distfiles size=50683 >>> Running build in x11/gnustep/imageviewer at 1714762367.94 ===> x11/gnustep/imageviewer ===> Checking files for imageviewer-0.6.3p17 `/exopi-cvs/ports/distfiles/gnustep/ImageViewer-0.6.3.tar.gz' is up to date. >> (SHA256) gnustep/ImageViewer-0.6.3.tar.gz: OK ===> Extracting for imageviewer-0.6.3p17 ===> Patching for imageviewer-0.6.3p17 ===> Applying OpenBSD patch patch-PrefController+InterfaceCreation_m Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix label of the buttons in the preferences | |--- PrefController+InterfaceCreation.m.orig Sat Oct 23 19:21:51 2010 |+++ PrefController+InterfaceCreation.m Sat Oct 23 19:22:37 2010 -------------------------- Patching file PrefController+InterfaceCreation.m using Plan A... Hunk #1 succeeded at 104. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for imageviewer-0.6.3p17 ===> Configuring for imageviewer-0.6.3p17 ===> Building for imageviewer-0.6.3p17 This is gnustep-make 2.9.1. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj Making all for app ImageViewer... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/ImageViewer.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ImageViewer.app/. cc main.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/main.m.o cc AppController.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/AppController.m.o AppController.m:174:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ AppController.m:216:13: warning: unused variable 's' [-Wunused-variable] NSString *s; ^ AppController.m:19:22: warning: unused variable 'infoDict' [-Wunused-variable] static NSDictionary *infoDict = nil; ^ 3 warnings generated. cc ImageWindow.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/ImageWindow.m.o ImageWindow.m:188:45: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] return [NSString stringWithFormat:@"%d",[rep bitsPerSample]]; ~~ ^~~~~~~~~~~~~~~~~~~ %ld 1 warning generated. cc ImagesWindow.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/ImagesWindow.m.o ImagesWindow.m:28:14: warning: unused variable 'image' [-Wunused-variable] NSImage *image; ^ ImagesWindow.m:228:45: warning: format specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] return [NSString stringWithFormat:@"%d",[rep bitsPerSample]]; ~~ ^~~~~~~~~~~~~~~~~~~ %ld 2 warnings generated. cc BrowserController.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/BrowserController.m.o BrowserController.m:118:1: warning: non-void function does not return a value [-Wreturn-type] } ^ BrowserController.m:127:10: warning: unused variable 'vframe' [-Wunused-variable] NSRect vframe; ^ 2 warnings generated. cc ImageCache.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/ImageCache.m.o cc PrefController.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/PrefController.m.o cc Inspector.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/Inspector.m.o cc ImageHolder.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/ImageHolder.m.o cc PrefController+InterfaceCreation.m -c \ -MMD -MP -I/usr/local/include/gnustep -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 -O2 -pipe -fobjc-runtime=gnustep-1.8 -fblocks -fconstant-string-class=NSConstantString -I. -I/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/ImageViewer.obj/PrefController+InterfaceCreation.m.o cc -Wl,-E -pthread -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -o ImageViewer.app/./ImageViewer \ ./obj/ImageViewer.obj/main.m.o ./obj/ImageViewer.obj/AppController.m.o ./obj/ImageViewer.obj/ImageWindow.m.o ./obj/ImageViewer.obj/ImagesWindow.m.o ./obj/ImageViewer.obj/BrowserController.m.o ./obj/ImageViewer.obj/ImageCache.m.o ./obj/ImageViewer.obj/PrefController.m.o ./obj/ImageViewer.obj/Inspector.m.o ./obj/ImageViewer.obj/ImageHolder.m.o ./obj/ImageViewer.obj/PrefController+InterfaceCreation.m.o -L/imageviewer-0.6.3_writes_to_HOME/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base -lobjc2 -lm -lc++abi /usr/local/share/GNUstep/Makefiles/mkinstalldirs ImageViewer.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication-ImageViewer.tiff---" > ./ImageViewer.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"ImageViewer\";"; \ echo " NSMainNibFile = \"\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "ImageViewer.tiff" != "" ]; then \ echo " NSIcon = \"ImageViewer.tiff\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >ImageViewer.app/Resources/Info-gnustep.plist if [ -r "ImageViewerInfo.plist" ]; then \ plmerge ImageViewer.app/Resources/Info-gnustep.plist "ImageViewerInfo.plist"; \ fi pl2link ImageViewer.app/Resources/Info-gnustep.plist ./ImageViewer.app/Resources/ImageViewer.desktop; \ chmod a+x ./ImageViewer.app/Resources/ImageViewer.desktop for f in ImageViewerInfo.plist COPYING README AUTHORS FileIcon_.gif.tiff FileIcon_.jpg.tiff FileIcon_.tiff.tiff FileIcon_.xpm.tiff genericImage.tiff ImageViewer.tiff; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./ImageViewer.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in English French German Hungarian; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./ImageViewer.app/Resources/$l.lproj; \ for f in Localizable.strings; do \ if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \ cp -fr .//$l.lproj/$f \ ./ImageViewer.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 >>> Running package in x11/gnustep/imageviewer at 1714762375.77 ===> x11/gnustep/imageviewer ===> Faking installation for imageviewer-0.6.3p17 This is gnustep-make 2.9.1. Type 'gmake print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making all for app ImageViewer... gmake[3]: Nothing to be done for 'internal-app-compile'. for f in ImageViewerInfo.plist COPYING README AUTHORS FileIcon_.gif.tiff FileIcon_.jpg.tiff FileIcon_.tiff.tiff FileIcon_.xpm.tiff genericImage.tiff ImageViewer.tiff; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./ImageViewer.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in English French German Hungarian; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./ImageViewer.app/Resources/$l.lproj; \ for f in Localizable.strings; do \ if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \ cp -fr .//$l.lproj/$f \ ./ImageViewer.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 Making install for app ImageViewer... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep/ImageViewer.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list ImageViewer.app) \ | (cd /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep/ImageViewer.app \ cd /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/bin/.; \ rm -f ImageViewer; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/bin/. /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep/ImageViewer.app/./ImageViewer short` \ ImageViewer strip /exopi-obj/pobj/imageviewer-0.6.3/fake-amd64//usr/local/libexec/GNUstep/ImageViewer.app/./ImageViewer ===> Building package for imageviewer-0.6.3p17 Create /exopi-cvs/ports/packages/amd64/all/imageviewer-0.6.3p17.tgz Creating package imageviewer-0.6.3p17 reading plist| checking dependencies| checking dependencies|x11/gnustep/back checking dependencies|x11/gnustep/base checking dependencies|x11/gnustep/gui checking dependencies|x11/gnustep/make checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************** | 23% checksumming|*************** | 25% checksumming|***************** | 27% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/imageviewer-0.6.3p17.tgz >>> Running clean in x11/gnustep/imageviewer at 1714762393.29 ===> x11/gnustep/imageviewer ===> Cleaning for imageviewer-0.6.3p17 >>> Ended at 1714762393.53 max_stuck=12.48/waiting-for-lock #115=5.50/depends=4.99/show-prepare-results=1.42/build=7.82/package=17.53/clean=0.27