>>> Building on exopi-5 under graphics/fswebcam BDEPENDS = [graphics/gd] DIST = [graphics/fswebcam:fswebcam-20200725.tar.gz] FULLPKGNAME = fswebcam-20200725p0 RDEPENDS = [graphics/gd] (Junk lock obtained for exopi-5 at 1738577961.58) >>> Running depends in graphics/fswebcam at 1738577961.65 last junk was in lang/nekovm /usr/sbin/pkg_add -aI -Drepair gd-2.3.3 was: /usr/sbin/pkg_add -aI -Drepair gd-2.3.3 /usr/sbin/pkg_add -aI -Drepair gd-2.3.3 >>> Running show-prepare-results in graphics/fswebcam at 1738577963.33 ===> graphics/fswebcam ===> Building from scratch fswebcam-20200725p0 ===> fswebcam-20200725p0 depends on: gd-* -> gd-2.3.3 ===> Verifying specs: c gd ===> found c.100.3 gd.23.0 gd-2.3.3 (Junk lock released for exopi-5 at 1738577963.76) distfiles size=122110 >>> Running build in graphics/fswebcam at 1738577963.82 ===> graphics/fswebcam ===> Checking files for fswebcam-20200725p0 `/exopi-cvs/ports/distfiles/fswebcam-20200725.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for fswebcam-20200725p0 ===> Patching for fswebcam-20200725p0 ===> Applying OpenBSD patch patch-src_v4l2_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src_v4l2.c |--- src_v4l2.c.orig |+++ src_v4l2.c -------------------------- Patching file src_v4l2.c using Plan A... Hunk #1 succeeded at 19. 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 fswebcam-20200725p0 ===> Configuring for fswebcam-20200725p0 Using /exopi-obj/pobj/fswebcam-20200725/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/fswebcam-20200725/config.site 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 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 stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for gdImageCreateTrueColor in -lgd... yes checking for gdImageStringFT in -lgd... yes checking for gdImageJpeg in -lgd... yes checking for gdImagePngEx in -lgd... yes checking for gdImageWebpEx in -lgd... yes Buffer type ........... 16 bit PNG support ........... yes JPEG support .......... yes WEBP support .......... yes Freetype 2.x support .. yes V4L1 support .......... no V4L2 support .......... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for fswebcam-20200725p0 cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c fswebcam.c -o fswebcam.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c log.c -o log.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c effects.c -o effects.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c parse.c -o parse.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c src.c -o src.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c src_test.c -o src_test.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c src_raw.c -o src_raw.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c src_file.c -o src_file.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c src_v4l2.c -o src_v4l2.o src_v4l2.c:110:5: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] if(!s->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) ^ ~ src_v4l2.c:110:5: note: add parentheses after the '!' to evaluate the bitwise operator first if(!s->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) ^ ( ) src_v4l2.c:110:5: note: add parentheses around left hand side expression to silence this warning if(!s->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) ^ ( ) 1 warning generated. cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_rgb.c -o dec_rgb.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_yuv.c -o dec_yuv.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_grey.c -o dec_grey.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_bayer.c -o dec_bayer.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_jpeg.c -o dec_jpeg.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_png.c -o dec_png.o cc -O2 -pipe -I/usr/local/include -DHAVE_CONFIG_H -c dec_s561.c -o dec_s561.o cc -o fswebcam fswebcam.o log.o effects.o parse.o src.o src_test.o src_raw.o src_file.o src_v4l2.o dec_rgb.o dec_yuv.o dec_grey.o dec_bayer.o dec_jpeg.o dec_png.o dec_s561.o -lgd -L/usr/local/lib -L/usr/X11R6/lib gzip -c --best fswebcam.1 > fswebcam.1.gz >>> Running package in graphics/fswebcam at 1738577970.70 ===> graphics/fswebcam ===> Faking installation for fswebcam-20200725p0 /exopi-obj/pobj/fswebcam-20200725/bin/install -c -s -m 755 /exopi-obj/pobj/fswebcam-20200725/fswebcam-20200725/fswebcam /exopi-obj/pobj/fswebcam-20200725/fake-amd64/usr/local/bin /exopi-obj/pobj/fswebcam-20200725/bin/install -c -m 644 /exopi-obj/pobj/fswebcam-20200725/fswebcam-20200725/fswebcam.1 /exopi-obj/pobj/fswebcam-20200725/fake-amd64/usr/local/man/man1 ===> Building package for fswebcam-20200725p0 Create /exopi-cvs/ports/packages/amd64/all/fswebcam-20200725p0.tgz Creating package fswebcam-20200725p0 reading plist| checking dependencies| checking dependencies|graphics/gd checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fswebcam-20200725p0.tgz >>> Running clean in graphics/fswebcam at 1738577974.35 ===> graphics/fswebcam ===> Cleaning for fswebcam-20200725p0 >>> Ended at 1738577975.02 max_stuck=0.00/depends=1.71/show-prepare-results=0.47/build=6.89/package=3.66/clean=0.72