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 =========================================================================== =======================<phase: pkg-depends >============================ ===> stamp-2.0.8_11 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.15.10.txz [head-armv6-default-job-11] Installing pkg-1.15.10... [head-armv6-default-job-11] Extracting pkg-1.15.10: .......... done ===> stamp-2.0.8_11 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of stamp-2.0.8_11 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> NOTICE: The stamp 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 ===> Fetching all distfiles required by stamp-2.0.8_11 for building =========================================================================== =======================<phase: checksum >============================ ===> NOTICE: The stamp 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 ===> Fetching all distfiles required by stamp-2.0.8_11 for building => SHA256 Checksum OK for stamp-2.0.8.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> NOTICE: The stamp 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 ===> Fetching all distfiles required by stamp-2.0.8_11 for building ===> Extracting for stamp-2.0.8_11 => SHA256 Checksum OK for stamp-2.0.8.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for stamp-2.0.8_11 ===> Applying FreeBSD patches for stamp-2.0.8_11 from /usr/ports/graphics/stamp/files =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ ===> stamp-2.0.8_11 depends on shared library: libjpeg.so - not found ===> Installing existing package /packages/All/jpeg-turbo-2.0.5.txz [head-armv6-default-job-11] Installing jpeg-turbo-2.0.5... [head-armv6-default-job-11] Extracting jpeg-turbo-2.0.5: .......... done ===> stamp-2.0.8_11 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Returning to build of stamp-2.0.8_11 =========================================================================== =======================<phase: configure >============================ ===> Configuring for stamp-2.0.8_11 loading site script /usr/ports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for gcc... /nxb-bin/usr/bin/cc checking whether the C compiler (/nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong ) works... yes checking whether the C compiler (/nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether /nxb-bin/usr/bin/cc accepts -g... yes checking whether make sets ${MAKE}... (cached) yes checking how to run the C preprocessor... /nxb-bin/usr/bin/cpp checking for jpeg_destroy_decompress in -ljpeg... yes checking for jpeglib.h... yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for working const... yes checking for size_t... (cached) yes checking for socket... yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for gtk-config... no checking for GTK - version >= 1.0.0... no *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG environment variable to the *** full path to gtk-config. configure: warning: Stamp would like to have GTK > 1.x.x. The graphical user interface will not be built. updating cache ./config.cache creating ./config.status creating Makefile creating gstamp/Makefile creating stamp/Makefile creating lib/Makefile creating fonts/Makefile creating pixmaps/Makefile creating doc/Makefile =========================================================================== =======================<phase: build >============================ ===> Building for stamp-2.0.8_11 Making all in lib /nxb-bin/usr/bin/cc -DPACKAGE=\"stamp\" -DVERSION=\"2.0.8\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -I. -I. -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -c ftplib.c /nxb-bin/usr/bin/cc -DPACKAGE=\"stamp\" -DVERSION=\"2.0.8\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -I. -I. -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -c common.c common.c:245:9: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] pid = getpid(); ^ common.c:251:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (r = JPG_Load(Args->Infile, Image)) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common.c:251:9: note: place parentheses around the assignment to silence this warning if (r = JPG_Load(Args->Infile, Image)) { ^ ( ) common.c:251:9: note: use '==' to turn this assignment into an equality comparison if (r = JPG_Load(Args->Infile, Image)) { ^ == common.c:295:77: warning: passing 'unsigned char [8192]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] JPG_StringPut(Args->UpperString, xpos, 0, Args, Image, DHEIGHT, DWIDTH, buf) ; ^~~ ./transmogrify.h:7:21: note: passing argument to parameter here int, int, char *) ; ^ common.c:342:77: warning: passing 'unsigned char [8192]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] JPG_StringPut(Args->LowerString, xpos, 1, Args, Image, DHEIGHT, DWIDTH, buf) ; ^~~ ./transmogrify.h:7:21: note: passing argument to parameter here int, int, char *) ; ^ common.c:348:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (r=JPG_Save(Args->Outfile, Image, Args)){ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common.c:348:8: note: place parentheses around the assignment to silence this warning if (r=JPG_Save(Args->Outfile, Image, Args)){ ^ ( ) common.c:348:8: note: use '==' to turn this assignment into an equality comparison if (r=JPG_Save(Args->Outfile, Image, Args)){ ^ == 5 warnings generated. /nxb-bin/usr/bin/cc -DPACKAGE=\"stamp\" -DVERSION=\"2.0.8\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -I. -I. -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -c rcfile.c rcfile.c:233:23: warning: multiple unsequenced modifications to 'RC_file' [-Wunsequenced] RC_file = RC_file = fopen(Args->RCFile, "w+") ; ~ ^ 1 warning generated. /nxb-bin/usr/bin/cc -DPACKAGE=\"stamp\" -DVERSION=\"2.0.8\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -I. -I. -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -c transmogrify.c rm -f libstamp.a ar cru libstamp.a ftplib.o common.o rcfile.o transmogrify.o ftplib.o common.o rcfile.o transmogrify.o ranlib libstamp.a Making all in stamp /nxb-bin/usr/bin/cc -DPACKAGE=\"stamp\" -DVERSION=\"2.0.8\" -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -I. -I. -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -c stamp.c /nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o stamp stamp.o ../lib/libstamp.a -ljpeg -L/usr/local/lib ld: error: duplicate symbol: DefaultNetbuf >>> defined at common.c >>> common.o:(DefaultNetbuf) in archive ../lib/libstamp.a >>> defined at ftplib.c >>> ftplib.o:(.bss+0x4) in archive ../lib/libstamp.a cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/graphics/stamp/work/stamp-2.0.8/stamp *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/graphics/stamp/work/stamp-2.0.8 *** Error code 1 Stop. make: stopped in /usr/ports/graphics/stamp _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "[email protected]"
