>>> Building on exopi-4 under x11/gnustep/edenmath BDEPENDS = [x11/gnustep/make;x11/gnustep/gui;x11/gnustep/base;devel/gmake] DIST = [x11/gnustep/edenmath:gnustep/EdenMath_GNUstep-1.1.1.tar.gz] FULLPKGNAME = edenmath_gnustep-1.1.1p15 RDEPENDS = [x11/gnustep/base;x11/gnustep/make;x11/gnustep/gui;x11/gnustep/back] (Junk lock obtained for exopi-4 at 1714762278.52) >>> Running depends in x11/gnustep/edenmath at 1714762278.55 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 The following new rcscripts were installed: /etc/rc.d/gdomap /etc/rc.d/messagebus See rcctl(8) for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/dbus --- +flite-1.2p7 ------------------- The festival lite package was modified from the original source. You can find the modifications on https://cvsweb.openbsd.org/ports/audio/flite/patches/ >>> Running show-prepare-results in x11/gnustep/edenmath at 1714762289.98 ===> x11/gnustep/edenmath ===> Building from scratch edenmath_gnustep-1.1.1p15 ===> edenmath_gnustep-1.1.1p15 depends on: gnustep-make-* -> gnustep-make-2.9.1p1 ===> edenmath_gnustep-1.1.1p15 depends on: gmake-* -> gmake-4.4.1 ===> edenmath_gnustep-1.1.1p15 depends on: gnustep-gui-* -> gnustep-gui-0.30.0p1 ===> edenmath_gnustep-1.1.1p15 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 1714762291.30) distfiles size=39807 >>> Running build in x11/gnustep/edenmath at 1714762291.33 ===> x11/gnustep/edenmath ===> Checking files for edenmath_gnustep-1.1.1p15 `/exopi-cvs/ports/distfiles/gnustep/EdenMath_GNUstep-1.1.1.tar.gz' is up to date. >> (SHA256) gnustep/EdenMath_GNUstep-1.1.1.tar.gz: OK ===> Extracting for edenmath_gnustep-1.1.1p15 rm /exopi-obj/pobj/edenmath_gnustep-1.1.1/EdenMath_GNUstep-1.1.1//EMResponder.m.orig ===> Patching for edenmath_gnustep-1.1.1p15 ===> Applying OpenBSD patch patch-EMResponder_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |true may alredy be defined (warning seen on sparc) | |--- EMResponder.h.orig Tue May 24 11:14:30 2011 |+++ EMResponder.h Tue May 24 11:14:45 2011 -------------------------- Patching file EMResponder.h using Plan A... Hunk #1 succeeded at 9. 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 edenmath_gnustep-1.1.1p15 ===> Configuring for edenmath_gnustep-1.1.1p15 ===> Building for edenmath_gnustep-1.1.1p15 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 EdenMath... cd .; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./obj/EdenMath.obj/ /usr/local/share/GNUstep/Makefiles/mkinstalldirs EdenMath.app/. cc EMController.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 -Wall -Wno-import -fconstant-string-class=NSConstantString -I. -I/edenmath_gnustep-1.1.1_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/EdenMath.obj/EMController.m.o EMController.m:289:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] NSLog(currentVersionNumber); ^~~~~~~~~~~~~~~~~~~~ EMController.m:289:11: note: treat the string as an argument to avoid this NSLog(currentVersionNumber); ^ @"%@", EMController.m:290:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] NSLog(latestVersionNumber); ^~~~~~~~~~~~~~~~~~~ EMController.m:290:11: note: treat the string as an argument to avoid this NSLog(latestVersionNumber); ^ @"%@", 2 warnings generated. cc EMResponder.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 -Wall -Wno-import -fconstant-string-class=NSConstantString -I. -I/edenmath_gnustep-1.1.1_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/EdenMath.obj/EMResponder.m.o EMResponder.m:590:70: warning: illegal character encoding in string literal [-Winvalid-source-encoding] NSRunAlertPanel(@"Warning", @"Tan cannot calculate values of /2 or 3/2", ^~~~ ~~~~ EMResponder.m:590:38: warning: input conversion stopped due to an input byte that does not belong to the input codeset UTF-8 [-WCFString-literal] NSRunAlertPanel(@"Warning", @"Tan cannot calculate values of /2 or 3/2", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. 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 -Wall -Wno-import -fconstant-string-class=NSConstantString -I. -I/edenmath_gnustep-1.1.1_writes_to_HOME/GNUstep/Library/Headers -I/usr/local/include -I/usr/local/include \ -o obj/EdenMath.obj/main.m.o cc -Wl,-E -pthread -fexceptions -fobjc-runtime=gnustep-1.8 -fblocks -o EdenMath.app/./EdenMath \ ./obj/EdenMath.obj/EMController.m.o ./obj/EdenMath.obj/EMResponder.m.o ./obj/EdenMath.obj/main.m.o -L/edenmath_gnustep-1.1.1_writes_to_HOME/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -lgnustep-gui -lgnustep-base -lobjc2 -lm -lc++abi EMController.m(./obj/EdenMath.obj/EMController.m.o:(_i_EMController__updateDisplay)): warning: strcpy() is almost always misused, please use strlcpy() EMResponder.m(./obj/EdenMath.obj/EMResponder.m.o:(_i_EMResponder__generate_random_num)): warning: rand() may return deterministic values, is that what you want? /usr/local/share/GNUstep/Makefiles/mkinstalldirs EdenMath.app/Resources echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication-EdenMath.tiff-MainMenu--" > ./EdenMath.app/stamp.make (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ echo " NSExecutable = \"EdenMath\";"; \ echo " NSMainNibFile = \"MainMenu\";"; \ echo " NSMainStoryboardFile = \"\";"; \ echo " GSMainMarkupFile = \"\";"; \ if [ "EdenMath.tiff" != "" ]; then \ echo " NSIcon = \"EdenMath.tiff\";"; \ fi; \ echo " NSPrincipalClass = \"NSApplication\";"; \ echo "}") >EdenMath.app/Resources/Info-gnustep.plist if [ -r "EdenMathInfo.plist" ]; then \ plmerge EdenMath.app/Resources/Info-gnustep.plist "EdenMathInfo.plist"; \ fi pl2link EdenMath.app/Resources/Info-gnustep.plist ./EdenMath.app/Resources/EdenMath.desktop; \ chmod a+x ./EdenMath.app/Resources/EdenMath.desktop for f in EdenMath.tiff; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./EdenMath.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in Bulgarian English; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./EdenMath.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 \ ./EdenMath.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/edenmath at 1714762295.59 ===> x11/gnustep/edenmath ===> Faking installation for edenmath_gnustep-1.1.1p15 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 EdenMath... gmake[3]: Nothing to be done for 'internal-app-compile'. for f in EdenMath.tiff; do \ if [ -f .//$f -o -d .//$f ]; then \ cp -fr .//$f ./EdenMath.app/Resources/; \ else \ echo "Warning: .//$f not found - ignoring"; \ fi; \ done for l in Bulgarian English; do \ if [ -d .//$l.lproj ]; then \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs ./EdenMath.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 \ ./EdenMath.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 EdenMath... /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep rm -rf /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep/EdenMath.app; \ /usr/local/share/GNUstep/Makefiles/mkinstalldirs -c root.bin /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep; \ (cd ./.; \ /usr/local/bin/gtar chfX - /usr/local/share/GNUstep/Makefiles/tar-exclude-list EdenMath.app) \ | (cd /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep; /usr/local/bin/gtar xf -) chown -R root.bin \ /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep/EdenMath.app \ cd /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/bin/.; \ rm -f EdenMath; \ ln -s `/usr/local/share/GNUstep/Makefiles/relative_path.sh /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/bin/. /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep/EdenMath.app/./EdenMath short` \ EdenMath strip /exopi-obj/pobj/edenmath_gnustep-1.1.1/fake-amd64//usr/local/libexec/GNUstep/EdenMath.app/./EdenMath ===> Building package for edenmath_gnustep-1.1.1p15 Create /exopi-cvs/ports/packages/amd64/all/edenmath_gnustep-1.1.1p15.tgz Creating package edenmath_gnustep-1.1.1p15 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|******* | 12% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 53% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************** | 81% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/edenmath_gnustep-1.1.1p15.tgz >>> Running clean in x11/gnustep/edenmath at 1714762317.35 ===> x11/gnustep/edenmath ===> Cleaning for edenmath_gnustep-1.1.1p15 >>> Ended at 1714762317.82 max_stuck=10.67/depends=11.45/show-prepare-results=1.34/build=4.26/package=21.76/clean=0.50