>>> Building on exopi-3 under math/gunits BDEPENDS = [lang/python/3.10] DIST = [math/gunits:units-2.23.tar.gz] FULLPKGNAME = gunits-2.23 RDEPENDS = [lang/python/3.10;www/py-requests,python3] Avoided depends for python-3.10.14p0 distfiles size=1423494 >>> Running build in math/gunits at 1713354590.63 ===> math/gunits ===> Building from scratch gunits-2.23 ===> gunits-2.23 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> Verifying specs: c m readline ===> found c.100.0 m.10.1 readline.5.0 ===> Checking files for gunits-2.23 `/exopi-cvs/ports/distfiles/units-2.23.tar.gz' is up to date. >> (SHA256) units-2.23.tar.gz: OK ===> Extracting for gunits-2.23 ===> Patching for gunits-2.23 ===> 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 gunits-2.23 ===> Configuring for gunits-2.23 Using /exopi-obj/pobj/gunits-2.23/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/gunits-2.23/config.site 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 the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed detected non-mac os: checking whether C compiler accepts -fpic... yes checking for an ANSI C-conforming const... (cached) yes checking for a BSD-compatible install... /exopi-obj/pobj/gunits-2.23/bin/install -c checking for a race-free mkdir -p... mkdir -p checking for library containing sin... -lm checking for append_history in -lreadline... yes checking for cc options needed to detect all undeclared functions... -fno-builtin checking whether rl_completion_suppress_append is declared... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for strchr... (cached) yes checking for strspn... (cached) yes checking for strtok... (cached) yes checking whether TIOCGWINSZ is declared... yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for locale and UTF-8 support... yes checking for isfinite... yes checking for mksinfo... no checking for python3... (cached) /usr/local/bin/python3.10 configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for gunits-2.23 cc -DUNITSFILE=\"/usr/local/share/units/definitions.units\" -DLOCALEMAP=\"/usr/local/share/units/locale_map.txt\" -DREADLINE -DNO_SUPPRESS_APPEND -DHAVE_IOCTL -DSUPPORT_UTF8 -DPACKAGE_NAME=\"GNU\ units\" -DPACKAGE_TARNAME=\"units\" -DPACKAGE_VERSION=\"2.23\" -DPACKAGE_STRING=\"GNU\ units\ 2.23\" -DPACKAGE_BUGREPORT=\"adrianm@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/units/\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -O2 -pipe -fpic -I. -c units.c In file included from units.c:85: ./units.h:57: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] char *strchr(); ^ In file included from units.c:84: ./getopt.h:110: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 subsequent declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ 2 warnings generated. cc -DUNITSFILE=\"/usr/local/share/units/definitions.units\" -DLOCALEMAP=\"/usr/local/share/units/locale_map.txt\" -DREADLINE -DNO_SUPPRESS_APPEND -DHAVE_IOCTL -DSUPPORT_UTF8 -DPACKAGE_NAME=\"GNU\ units\" -DPACKAGE_TARNAME=\"units\" -DPACKAGE_VERSION=\"2.23\" -DPACKAGE_STRING=\"GNU\ units\ 2.23\" -DPACKAGE_BUGREPORT=\"adrianm@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/units/\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -O2 -pipe -fpic -I. -c parse.tab.c In file included from parse.y:27: ./units.h:57: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] char *strchr(); ^ parse.tab.c:1335:22: warning: passing arguments to 'unitslex' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yychar = yylex (&yylval, comm); ^ parse.y:48:5: 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 subsequent definition [-Wdeprecated-non-prototype] int yylex(); ^ parse.tab.c:70:25: note: expanded from macro 'yylex' #define yylex unitslex ^ parse.y:342:5: note: conflicting prototype is here int yylex(YYSTYPE *lvalp, struct commtype *comm) ^ parse.tab.c:70:25: note: expanded from macro 'yylex' #define yylex unitslex ^ 3 warnings generated. cc -DUNITSFILE=\"/usr/local/share/units/definitions.units\" -DLOCALEMAP=\"/usr/local/share/units/locale_map.txt\" -DREADLINE -DNO_SUPPRESS_APPEND -DHAVE_IOCTL -DSUPPORT_UTF8 -DPACKAGE_NAME=\"GNU\ units\" -DPACKAGE_TARNAME=\"units\" -DPACKAGE_VERSION=\"2.23\" -DPACKAGE_STRING=\"GNU\ units\ 2.23\" -DPACKAGE_BUGREPORT=\"adrianm@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/units/\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -O2 -pipe -fpic -I. -c getopt.c getopt.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ getopt.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ getopt.c:296:28: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] posixly_correct = getenv ("POSIXLY_CORRECT"); ^ getopt.c:285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_initialize (optstring) ^ getopt.c:375:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ getopt.c:541:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ getopt.c:676:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from getopt.c:84: ./getopt.h:110: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 subsequent definition [-Wdeprecated-non-prototype] extern int getopt (); ^ 8 warnings generated. cc -DUNITSFILE=\"/usr/local/share/units/definitions.units\" -DLOCALEMAP=\"/usr/local/share/units/locale_map.txt\" -DREADLINE -DNO_SUPPRESS_APPEND -DHAVE_IOCTL -DSUPPORT_UTF8 -DPACKAGE_NAME=\"GNU\ units\" -DPACKAGE_TARNAME=\"units\" -DPACKAGE_VERSION=\"2.23\" -DPACKAGE_STRING=\"GNU\ units\ 2.23\" -DPACKAGE_BUGREPORT=\"adrianm@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/units/\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -O2 -pipe -fpic -I. -c getopt1.c getopt1.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ getopt1.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. cc -O2 -pipe -fpic -o units units.o parse.tab.o getopt.o getopt1.o -lreadline -lm units.c(units.o:(dupstr)): warning: strcpy() is almost always misused, please use strlcpy() units.c(units.o:(lookupunit)): warning: strcat() is almost always misused, please use strlcat() units.c(units.o:(vbufprintf)): warning: vsprintf() is often misused, please use vsnprintf() units.c(units.o:(setnumformat)): warning: sprintf() is often misused, please use snprintf() sed s!@DATAFILE@!/usr/local/share/units/definitions.units! ./units.man > units.1 sed -e "s*output_dir = ''*output_dir='/usr/local/share/units/'*" -e "s@/usr/bin/python@/usr/local/bin/python3.10@" ./units_cur > units_cur_inst >>> Running package in math/gunits at 1713354602.14 ===> math/gunits ===> Faking installation for gunits-2.23 mkdir -p /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 units.1 /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/man/man1/`echo units|sed 's&^&g&'`.1 mkdir -p /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/info *** Warning in /exopi-obj/pobj/gunits-2.23/units-2.23: '$(POST_INSTALL)' expands to '' while building install-info (Makefile:166) /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 ./units.info /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/info if test -f /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/info/dir; then if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --dir-file=/exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/info/dir /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/info/units.info; else true; fi else true; fi mkdir -p /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/ /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/bin /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/ /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 ./definitions.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/definitions.units /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 ./elements.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/elements.units rm -f /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/currency.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/cpi.units /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 ./currency.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/currency.units /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 ./cpi.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/cpi.units if [ /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/ != /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/ ];then ln -sf /usr/local/share/units/currency.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/currency.units;fi if [ /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/ != /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/ ];then ln -sf /usr/local/share/units/cpi.units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/cpi.units;fi /exopi-obj/pobj/gunits-2.23/bin/install -c -m 644 ./locale_map.txt /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/share/units/locale_map.txt if test yes = yes; then /exopi-obj/pobj/gunits-2.23/bin/install -c -s -m 755 units_cur_inst /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/bin/`echo units_cur|sed 's&^&g&'`;fi strip: error: '/exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/bin/INS@eVM1bEwMkE': The file was not recognized as a valid object file if test no = yes; then make install-mks; fi mkdir -p /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/bin /exopi-obj/pobj/gunits-2.23/bin/install -c -s -m 755 units /exopi-obj/pobj/gunits-2.23/fake-amd64/usr/local/bin/`echo units|sed 's&^&g&'` ===> Building package for gunits-2.23 Create /exopi-cvs/ports/packages/amd64/all/gunits-2.23.tgz Creating package gunits-2.23 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|www/py-requests,python3 checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******** | 12% archiving|********* | 14% archiving|********************* | 33% archiving|******************************* | 48% archiving|********************************* | 52% archiving|********************************** | 54% archiving|******************************************************* | 86% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/gunits-2.23.tgz >>> Running clean in math/gunits at 1713354609.80 ===> math/gunits ===> Cleaning for gunits-2.23 >>> Ended at 1713354610.09 max_stuck=3.79/build=11.51/package=7.66/clean=0.33