>>> Building on exopi-6 under editors/se DIST = [editors/se:se-3.0.1.tar.gz] FULLPKGNAME = se-3.0.1p2 distfiles size=170236 >>> Running build in editors/se at 1713856490.76 ===> editors/se ===> Building from scratch se-3.0.1p2 ===> Verifying specs: c curses ===> found c.100.0 curses.15.0 ===> Checking files for se-3.0.1p2 `/exopi-cvs/ports/distfiles/se-3.0.1.tar.gz' is up to date. >> (SHA256) se-3.0.1.tar.gz: OK ===> Extracting for se-3.0.1p2 ===> Patching for se-3.0.1p2 ===> Applying OpenBSD patch patch-src_edit_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |commit 7677b8ad51c5bbcae9dd08afb08d32e242d497ce |Author: James Turner |Date: Fri May 3 17:19:38 2013 -0400 | |--- src/edit.c.orig Fri May 3 22:19:53 2013 |+++ src/edit.c Fri May 3 22:23:49 2013 -------------------------- Patching file src/edit.c using Plan A... Hunk #1 succeeded at 1222. Hunk #2 succeeded at 1253. Hunk #3 succeeded at 1294. done ===> Applying OpenBSD patch patch-src_edit_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |commit 7677b8ad51c5bbcae9dd08afb08d32e242d497ce |Author: James Turner |Date: Fri May 3 17:19:38 2013 -0400 | |--- src/edit.h.orig Fri May 3 22:24:46 2013 |+++ src/edit.h Fri May 3 22:24:41 2013 -------------------------- Patching file src/edit.h using Plan A... Hunk #1 succeeded at 31. 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 se-3.0.1p2 ===> Configuring for se-3.0.1p2 Using /exopi-obj/pobj/se-3.0.1/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/se-3.0.1/config.site checking for a BSD-compatible install... /exopi-obj/pobj/se-3.0.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for tgetflag in -lncurses... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for termio.h... (cached) no checking for termios.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking for tcgetattr... (cached) yes checking for tcsetattr... (cached) yes checking for getpass in -lbsd... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating help/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for se-3.0.1p2 /usr/bin/make all-recursive Making all in help Making all in src cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT changetty.o -MD -MP -MF .deps/changetty.Tpo -c -o changetty.o changetty.c mv -f .deps/changetty.Tpo .deps/changetty.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT docmd1.o -MD -MP -MF .deps/docmd1.Tpo -c -o docmd1.o docmd1.c docmd1.c:319:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ docmd1.c:438:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ docmd1.c:641:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ docmd1.c:674:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ docmd1.c:826:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ docmd1.c:862:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ docmd1.c:868:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 7 warnings generated. mv -f .deps/docmd1.Tpo .deps/docmd1.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT docmd2.o -MD -MP -MF .deps/docmd2.Tpo -c -o docmd2.o docmd2.c mv -f .deps/docmd2.Tpo .deps/docmd2.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT edit.o -MD -MP -MF .deps/edit.Tpo -c -o edit.o edit.c edit.c:312:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ edit.c:933:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ edit.c:1151:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] int ctoi (); ^ ./misc.h:15:5: note: conflicting prototype is here int ctoi(char str[], int *i); ^ mv -f .deps/edit.Tpo .deps/edit.Po 3 warnings generated. cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c main.c:124:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *getenv (); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ main.c:130:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *basename (); ^ ./misc.h:19:7: note: conflicting prototype is here char *basename(char *str); ^ 2 warnings generated. mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c mv -f .deps/misc.Tpo .deps/misc.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT pat.o -MD -MP -MF .deps/pat.Tpo -c -o pat.o pat.c mv -f .deps/pat.Tpo .deps/pat.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT scratch.o -MD -MP -MF .deps/scratch.Tpo -c -o scratch.o scratch.c scratch.c:201:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] int maklin (); ^ ./scratch.h:20:5: note: conflicting prototype is here int maklin(char lin[], int i, LINEDESC **newind); ^ scratch.c:204:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] LINEDESC *getind (); ^ ./scratch.h:29:11: note: conflicting prototype is here LINEDESC *getind(int line); ^ 2 warnings generated. mv -f .deps/scratch.Tpo .deps/scratch.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT screen.o -MD -MP -MF .deps/screen.Tpo -c -o screen.o screen.c mv -f .deps/screen.Tpo .deps/screen.Po cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT term.o -MD -MP -MF .deps/term.Tpo -c -o term.o term.c mv -f .deps/term.Tpo .deps/term.Po cc -O2 -pipe -o se changetty.o docmd1.o docmd2.o edit.o main.o misc.o pat.o scratch.o screen.o term.o -lncurses screen.c(screen.o:(getcmd)): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I.. -DHELP_DIR='"/usr/local/share/se/help"' -DSHELL='"/bin/sh"' -O2 -pipe -MT scriptse.o -MD -MP -MF .deps/scriptse.Tpo -c -o scriptse.o scriptse.c mv -f .deps/scriptse.Tpo .deps/scriptse.Po cc -O2 -pipe -o scriptse scriptse.o Making all in man >>> Running package in editors/se at 1713856501.86 ===> editors/se ===> Faking installation for se-3.0.1p2 Making install in help mkdir -p '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/share/se/help' /exopi-obj/pobj/se-3.0.1/bin/install -c -m 644 a abt ah arg2 args b bang bug c cc ccmisc chardel charins colon com comdir comsyn d dir e eh elp equal f g h i j k l list ln m motion n o o- oa oc od '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/share/se/help' /exopi-obj/pobj/se-3.0.1/bin/install -c -m 644 of og oh oi ok ol olm om os ot ou ov ow ox oy oz p pat patex q quote r rpt s scan serc shell specl t termchar tilde u v w x y z '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/share/se/help' Making install in src mkdir -p '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/bin' /exopi-obj/pobj/se-3.0.1/bin/install -c -s -m 755 se scriptse '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/bin' Making install in man mkdir -p '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/se-3.0.1/bin/install -c -m 644 se.1 scriptse.1 '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/man/man1' mkdir -p '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/share/se' /exopi-obj/pobj/se-3.0.1/bin/install -c -m 644 sample.serc '/exopi-obj/pobj/se-3.0.1/fake-amd64/usr/local/share/se' ===> Building package for se-3.0.1p2 Create /exopi-cvs/ports/packages/amd64/all/se-3.0.1p2.tgz Creating package se-3.0.1p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 35% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|*************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 4% archiving|********************************* | 51% archiving|********************************* | 52% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/se-3.0.1p2.tgz >>> Running clean in editors/se at 1713856505.15 ===> editors/se ===> Cleaning for se-3.0.1p2 >>> Ended at 1713856505.64 max_stuck=0.00/build=11.09/package=3.29/clean=0.54