------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxml2-2.9.10.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxcb-1.13.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libX11-1.6.9,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXext-1.3.4,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libICE-1.0.10,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libSM-1.2.3,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXt-1.2.0,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXpm-3.5.13.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The wmxss port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wmxss-0.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The wmxss port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> wmxss-0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmxss-0.1_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The wmxss port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> wmxss-0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmxss-0.1_2 for building => SHA256 Checksum OK for wmxss-0.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The wmxss port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> wmxss-0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmxss-0.1_2 for building ===> Extracting for wmxss-0.1_2 => SHA256 Checksum OK for wmxss-0.1.tar.gz. for i in wmxss.o xutils.o ; do rm -f $i; done rm -f wmxss Extracted Memory Use: 0.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wmxss-0.1_2 ===> Applying ports patches for wmxss-0.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmxss-0.1_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wmxss-0.1_2 --- objwarn --- --- wmxss.o --- --- xutils.o --- --- wmxss.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -Wall -std=gnu99 -c wmxss.c --- xutils.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -Wall -std=gnu99 -c xutils.c --- objwarn --- Warning: Object directory not changed from original /construction/x11/wmxss/wmxss-0.1/Src --- wmxss.o --- wmxss.c: In function 'main': wmxss.c:116:27: warning: '%s' directive writing up to 1023 bytes into a region of size 512 [-Wformat-overflow=] sprintf(Command, "%s -window-id 0x%x &", ExecuteCommand, (int)iconwin); ^~ ~~~~~~~~~~~~~~ wmxss.c:116:26: note: using the range [0, 4294967295] for directive argument sprintf(Command, "%s -window-id 0x%x &", ExecuteCommand, (int)iconwin); ^~~~~~~~~~~~~~~~~~~~~~ wmxss.c:116:9: note: 'sprintf' output between 18 and 1048 bytes into a destination of size 512 sprintf(Command, "%s -window-id 0x%x &", ExecuteCommand, (int)iconwin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- wmxss --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -Wall -std=gnu99 -o wmxss wmxss.o xutils.o -lXpm -lX11 -lXext -L/usr/local/lib SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wmxss-0.1_2 ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmxss-0.1_2 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list install -s -o root -g wheel -m 555 wmxss /construction/x11/wmxss/stage/usr/local/bin ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wmxss is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wmxss-0.1_2 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04