Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 08:58:10 -0400
From:      "R. Scott Evans" <freebsd-ports@rsle.net>
To:        freebsd-ports@freebsd.org, sunpoet@FreeBSD.org
Subject:   Re: ImageMagic + Webp
Message-ID:  <53EB60E2.9020004@rsle.net>
In-Reply-To: <CABG_4jn4QtLBop%2BQUusUsZL0J3feVUTMswFNqTAaSAgNWL4ggw@mail.gmail.com>
References:  <53E882A2.5060506@webrz.net> <CABG_4jn4QtLBop%2BQUusUsZL0J3feVUTMswFNqTAaSAgNWL4ggw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------050906080205060000050009
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

I'm seeing the same problem on my 9.3-RELEASE box.  Interestingly enough 
however, it builds on my 9.2-RELEASE box.  I've attached the builds for 
both.

-scott

On 08/12/14 01:44, Robert Backhaus wrote:
> I have the same issue here. Sunpoet, do you have this? I have attached a
> script of my failure.
>
> FreeBSD boffin 9.3-STABLE FreeBSD 9.3-STABLE #1 r268979: Tue Jul 22
> 22:42:39 EST 2014     root@boffin:/usr/obj/home/src/sys/GENERIC  amd64
>
>
>
>
> On 11 August 2014 18:45, Jos Chrispijn <ports@webrz.net> wrote:
>
>>     After I installed ImageMagic port, I got stuck at the installation of
>>     Webp:
>>
>>     ===>  Building for webp-0.4.1
>>     Making all in src
>>     Making all in dec
>>     Making all in enc
>>     Making all in dsp
>>       CC     libwebpdspdecode_sse2_la-lossless_sse2.lo
>>     lossless_sse2.c: In function 'ConvertBGRAToBGR':
>>     lossless_sse2.c:403: note: use -flax-vector-conversions to permit
>>     conversions between vectors with differing element types or numbers of
>>     subparts
>>     lossless_sse2.c:403: error: incompatible type for argument 1 of
>>     '__builtin_ia32_psrlqi128'
>>     lossless_sse2.c:404: error: incompatible type for argument 1 of
>>     '__builtin_ia32_psrlqi128'
>>     *** [libwebpdspdecode_sse2_la-lossless_sse2.lo] Error code 1
>>     1 error
>>     *** [all-recursive] Error code 1
>>     1 error
>>     *** [all-recursive] Error code 1
>>     1 error
>>     ===> Compilation failed unexpectedly.
>>     Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
>>     failure to
>>     the maintainer.
>>     *** [do-build] Error code 1
>>     Stop in /usr/ports/graphics/webp.
>>     *** [install] Error code 1
>>     Stop in /usr/ports/graphics/webp.
>>     *** [reinstall] Error code 1
>>     Stop in /usr/ports/graphics/webp.
>>
>>     --- end of text --
>>
>>     Can you tell me how to solve?
>>
>>     Thanks,
>>     Jos Chrispijn
>> _______________________________________________
>> freebsd-ports@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>>
>>
>>
>> _______________________________________________
>> freebsd-ports@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"


--------------050906080205060000050009
Content-Type: text/plain; charset=us-ascii;
 name="webp-9.2-R-works.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="webp-9.2-R-works.txt"

]0;portmaster: webp-0.4.1
===>>> Currently installed version: webp-0.4.1
===>>> Port directory: /usr/ports/graphics/webp

===>>> Gathering distinfo list for installed ports

===>>> Launching 'make checksum' for graphics/webp in background
===>>> Gathering dependency list for graphics/webp from ports
===>>> Initial dependency check complete for graphics/webp

]0;portmaster: webp-0.4.1
===>>> Starting build for graphics/webp <<<===

===>>> All dependencies are up to date

===>  Cleaning for webp-0.4.1
===>>> Waiting on fetch & checksum for graphics/webp <<<===


===>  License BSD3CLAUSE accepted by the user
===>  Found saved configuration for webp-0.3.1_4
===>   webp-0.4.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by webp-0.4.1 for building
===>  Extracting for webp-0.4.1
=> SHA256 Checksum OK for libwebp-0.4.1.tar.gz.
===>  Patching for webp-0.4.1
===>   webp-0.4.1 depends on shared library: libgif.so - found (/usr/local/lib/libgif.so.5)
===>   webp-0.4.1 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so.11)
===>   webp-0.4.1 depends on shared library: libpng15.so - found (/usr/local/lib/libpng15.so.15)
===>   webp-0.4.1 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so.4)
===>  Configuring for webp-0.4.1
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd9.2
checking host system type... amd64-portbld-freebsd9.2
checking target system type... amd64-portbld-freebsd9.2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd9.2 file names to amd64-portbld-freebsd9.2 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.2 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
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 dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether cc understands -c and -o together... yes
checking whether make supports nested variables... yes
checking whether byte ordering is bigendian... no
checking whether cc supports -Wall... yes
checking whether cc supports -Wdeclaration-after-statement... yes
checking whether cc supports -Wextra... yes
checking whether cc supports -Wformat-security... no
checking whether cc supports -Wmissing-declarations... yes
checking whether cc supports -Wmissing-prototypes... yes
checking whether cc supports -Wold-style-definition... yes
checking whether cc supports -Wshadow... yes
checking whether cc supports -Wunused-but-set-variable... no
checking whether cc supports -Wunused... yes
checking whether cc supports -Wvla... no
checking whether cc supports -mavx2... no
checking whether cc supports -msse2... yes
checking emmintrin.h usability... yes
checking emmintrin.h presence... yes
checking for emmintrin.h... yes
checking for __builtin_bswap16... no
checking for __builtin_bswap32... no
checking for __builtin_bswap64... no
configure: checking for threading support...
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
configure: checking if threading is enabled... yes
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for library containing glBegin... -lGL
checking for libpng-config... /usr/local/bin/libpng-config
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for library containing png_get_libpng_ver... none required
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_set_defaults in -ljpeg... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifOpenFileHandle in -lgif... yes
checking if --enable-aligned option is specified... no
checking if --enable-swap-16bit-csp option is specified... no
checking if --enable-experimental option is specified... no
checking whether libwebpmux is to be built... yes
checking whether libwebpdemux is to be built... yes
checking whether decoder library is to be built... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating examples/Makefile
config.status: creating src/dec/Makefile
config.status: creating src/enc/Makefile
config.status: creating src/dsp/Makefile
config.status: creating src/demux/Makefile
config.status: creating src/mux/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/libwebp.pc
config.status: creating src/libwebpdecoder.pc
config.status: creating src/demux/libwebpdemux.pc
config.status: creating src/mux/libwebpmux.pc
config.status: creating src/webp/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
WebP Configuration Summary
--------------------------

Shared libraries: yes
Static libraries: yes
Threading support: yes
libwebp: yes
libwebpdecoder: yes
libwebpdemux: yes
libwebpmux: yes

Tools:
cwebp : yes
  Input format support
  ====================
  JPEG : yes
  PNG  : yes
  TIFF : yes
  WIC  : no
dwebp : yes
  Output format support
  =====================
  PNG  : yes
  WIC  : no
GIF support : yes
gif2webp    : yes
webpmux     : yes
vwebp       : no

===>  Building for webp-0.4.1
Making all in src
Making all in dec
CC     libwebpdecode_la-alpha.lo
CC     libwebpdecode_la-buffer.lo
CC     libwebpdecode_la-frame.lo
CC     libwebpdecode_la-idec.lo
  CC     libwebpdecode_la-io.lo
CC     libwebpdecode_la-quant.lo
CC     libwebpdecode_la-tree.lo
CC     libwebpdecode_la-vp8.lo
CC     libwebpdecode_la-vp8l.lo
CC     libwebpdecode_la-webp.lo
  CCLD   libwebpdecode.la
Making all in enc
CC     libwebpencode_la-alpha.lo
CC     libwebpencode_la-analysis.lo
CC     libwebpencode_la-backward_references.lo
CC     libwebpencode_la-config.lo
CC     libwebpencode_la-cost.lo
  CC     libwebpencode_la-filter.lo
  CC     libwebpencode_la-frame.lo
  CC     libwebpencode_la-histogram.lo
  CC     libwebpencode_la-iterator.lo
  CC     libwebpencode_la-picture.lo
CC     libwebpencode_la-picture_csp.lo
  CC     libwebpencode_la-picture_psnr.lo
CC     libwebpencode_la-picture_rescale.lo
CC     libwebpencode_la-picture_tools.lo
CC     libwebpencode_la-quant.lo
  CC     libwebpencode_la-syntax.lo
CC     libwebpencode_la-token.lo
CC     libwebpencode_la-tree.lo
CC     libwebpencode_la-vp8l.lo
CC     libwebpencode_la-webpenc.lo
  CCLD   libwebpencode.la
Making all in dsp
CC     libwebpdsp_la-alpha_processing.lo
CC     libwebpdspdecode_la-alpha_processing.lo
CC     libwebpdsp_la-cpu.lo
CC     libwebpdspdecode_la-cpu.lo
  CC     libwebpdsp_la-dec.lo
CC     libwebpdspdecode_la-dec.lo
  CC     libwebpdsp_la-dec_clip_tables.lo
CC     libwebpdspdecode_la-dec_clip_tables.lo
CC     libwebpdsp_la-dec_mips32.lo
CC     libwebpdspdecode_la-dec_mips32.lo
  CC     libwebpdsp_la-dec_neon.lo
CC     libwebpdspdecode_la-dec_neon.lo
CC     libwebpdsp_la-lossless.lo
CC     libwebpdspdecode_la-lossless.lo
lossless.c: In function 'VP8LResidualImage':
lossless.c:706: warning: passing argument 6 of 'GetBestPredictorForTile' from incompatible pointer type
lossless.c:631: warning: passing argument 2 of 'PredictionCostSpatialHistogram' from incompatible pointer type
lossless.c: In function 'VP8LResidualImage':
lossless.c:706: warning: passing argument 6 of 'GetBestPredictorForTile' from incompatible pointer type
lossless.c:631: warning: passing argument 2 of 'PredictionCostSpatialHistogram' from incompatible pointer type
CC     libwebpdsp_la-lossless_mips32.lo
CC     libwebpdspdecode_la-lossless_mips32.lo
CC     libwebpdsp_la-lossless_neon.lo
CC     libwebpdspdecode_la-lossless_neon.lo
CC     libwebpdsp_la-upsampling.lo
CC     libwebpdspdecode_la-upsampling.lo
CC     libwebpdsp_la-upsampling_neon.lo
CC     libwebpdspdecode_la-upsampling_neon.lo
CC     libwebpdsp_la-yuv.lo
CC     libwebpdspdecode_la-yuv.lo
CC     libwebpdsp_la-yuv_mips32.lo
CC     libwebpdspdecode_la-yuv_mips32.lo
CC     libwebpdsp_la-enc.lo
CC     libwebpdsp_la-enc_mips32.lo
CC     libwebpdsp_la-enc_neon.lo
CC     libwebpdsp_avx2_la-enc_avx2.lo
CC     libwebpdsp_sse2_la-enc_sse2.lo
  CC     libwebpdspdecode_sse2_la-dec_sse2.lo
CC     libwebpdspdecode_sse2_la-lossless_sse2.lo
CC     libwebpdspdecode_sse2_la-upsampling_sse2.lo
CC     libwebpdspdecode_sse2_la-yuv_sse2.lo
  CCLD   libwebpdsp_avx2.la
  CCLD   libwebpdspdecode_sse2.la
CCLD   libwebpdsp_sse2.la
  CCLD   libwebpdspdecode.la
  CCLD   libwebpdsp.la
Making all in utils
CC     bit_reader.lo
CC     color_cache.lo
CC     filters.lo
CC     huffman.lo
  CC     quant_levels_dec.lo
CC     rescaler.lo
CC     random.lo
  CC     thread.lo
CC     utils.lo
CC     bit_writer.lo
  CC     huffman_encode.lo
  CC     quant_levels.lo
CCLD   libwebputilsdecode.la
CCLD   libwebputils.la
Making all in .
CCLD   libwebp.la
CCLD   libwebpdecoder.la
Making all in mux
CC     muxedit.lo
CC     muxinternal.lo
CC     muxread.lo
  CCLD   libwebpmux.la
Making all in demux
  CC     demux.lo
CCLD   libwebpdemux.la
Making all in examples
CC     example_util.lo
CC     dwebp-dwebp.o
CC     cwebp-cwebp.o
  CC     cwebp-metadata.o
CC     cwebp-jpegdec.o
CC     cwebp-pngdec.o
CC     cwebp-tiffdec.o
CC     cwebp-webpdec.o
CC     cwebp-wicdec.o
CC     webpmux-webpmux.o
CC     gif2webp-gif2webp.o
CC     gif2webp-gif2webp_util.o
  CCLD   libexampleutil.la
CCLD   cwebp
CCLD   dwebp
  CCLD   webpmux
  CCLD   gif2webp
Making all in man
===>  Staging for webp-0.4.1
===>   Generating temporary packing list
Making install in src
Making install in dec
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 ../webp/decode.h ../webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
Making install in enc
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 ../webp/encode.h ../webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
Making install in dsp
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 ../webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
Making install in utils
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 ../webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
Making install in .
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c -o root -g wheel   libwebp.la libwebpdecoder.la '/usr/ports/graphics/webp/work/stage/usr/local/lib'
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebp.so.5.0.1 /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebp.so.5.0.1
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebp.so.5.0.1 libwebp.so.5 || { rm -f libwebp.so.5 && ln -s libwebp.so.5.0.1 libwebp.so.5; }; })
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebp.so.5.0.1 libwebp.so || { rm -f libwebp.so && ln -s libwebp.so.5.0.1 libwebp.so; }; })
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebp.lai /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebp.la
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpdecoder.so.1.0.1 /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdecoder.so.1.0.1
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebpdecoder.so.1.0.1 libwebpdecoder.so.1 || { rm -f libwebpdecoder.so.1 && ln -s libwebpdecoder.so.1.0.1 libwebpdecoder.so.1; }; })
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebpdecoder.so.1.0.1 libwebpdecoder.so || { rm -f libwebpdecoder.so && ln -s libwebpdecoder.so.1.0.1 libwebpdecoder.so; }; })
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpdecoder.lai /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdecoder.la
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebp.a /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebp.a
libtool: install: chmod 644 /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebp.a
libtool: install: ranlib /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebp.a
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpdecoder.a /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdecoder.a
libtool: install: chmod 644 /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdecoder.a
libtool: install: ranlib /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdecoder.a
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 webp/decode.h webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 webp/encode.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
test -z "/usr/local/libdata/pkgconfig" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/libdata/pkgconfig"
 install  -o root -g wheel -m 444 libwebp.pc libwebpdecoder.pc '/usr/ports/graphics/webp/work/stage/usr/local/libdata/pkgconfig'
Making install in mux
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/lib"
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c -o root -g wheel   libwebpmux.la '/usr/ports/graphics/webp/work/stage/usr/local/lib'
libtool: install: (cd /usr/ports/graphics/webp/work/libwebp-0.4.1/src/mux; /bin/sh /usr/ports/graphics/webp/work/libwebp-0.4.1/libtool  --silent --tag CC --mode=relink cc -Wall -Wdeclaration-after-statement -Wextra -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wshadow -Wunused -O2 -pipe -fno-strict-aliasing -D_THREAD_SAFE -pthread -no-undefined -version-info 1:1:0 -L/usr/local/lib -o libwebpmux.la -rpath /usr/local/lib muxedit.lo muxinternal.lo muxread.lo ../libwebp.la -inst-prefix-dir /usr/ports/graphics/webp/work/stage)
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpmux.so.1.0.1T /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpmux.so.1.0.1
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebpmux.so.1.0.1 libwebpmux.so.1 || { rm -f libwebpmux.so.1 && ln -s libwebpmux.so.1.0.1 libwebpmux.so.1; }; })
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebpmux.so.1.0.1 libwebpmux.so || { rm -f libwebpmux.so && ln -s libwebpmux.so.1.0.1 libwebpmux.so; }; })
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpmux.lai /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpmux.la
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpmux.a /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpmux.a
libtool: install: chmod 644 /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpmux.a
libtool: install: ranlib /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpmux.a
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 ../webp/mux.h ../webp/mux_types.h ../webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
test -z "/usr/local/libdata/pkgconfig" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/libdata/pkgconfig"
 install  -o root -g wheel -m 444 libwebpmux.pc '/usr/ports/graphics/webp/work/stage/usr/local/libdata/pkgconfig'
Making install in demux
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/lib"
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c -o root -g wheel   libwebpdemux.la '/usr/ports/graphics/webp/work/stage/usr/local/lib'
libtool: install: (cd /usr/ports/graphics/webp/work/libwebp-0.4.1/src/demux; /bin/sh /usr/ports/graphics/webp/work/libwebp-0.4.1/libtool  --silent --tag CC --mode=relink cc -Wall -Wdeclaration-after-statement -Wextra -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wshadow -Wunused -O2 -pipe -fno-strict-aliasing -D_THREAD_SAFE -pthread -no-undefined -version-info 1:1:0 -L/usr/local/lib -o libwebpdemux.la -rpath /usr/local/lib demux.lo ../libwebp.la -inst-prefix-dir /usr/ports/graphics/webp/work/stage)
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpdemux.so.1.0.1T /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdemux.so.1.0.1
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebpdemux.so.1.0.1 libwebpdemux.so.1 || { rm -f libwebpdemux.so.1 && ln -s libwebpdemux.so.1.0.1 libwebpdemux.so.1; }; })
libtool: install: (cd /usr/ports/graphics/webp/work/stage/usr/local/lib && { ln -s -f libwebpdemux.so.1.0.1 libwebpdemux.so || { rm -f libwebpdemux.so && ln -s libwebpdemux.so.1.0.1 libwebpdemux.so; }; })
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpdemux.lai /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdemux.la
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libwebpdemux.a /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdemux.a
libtool: install: chmod 644 /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdemux.a
libtool: install: ranlib /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebpdemux.a
test -z "/usr/local/include/webp" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/include/webp"
 install  -o root -g wheel -m 444 ../webp/demux.h ../webp/mux_types.h ../webp/types.h '/usr/ports/graphics/webp/work/stage/usr/local/include/webp'
test -z "/usr/local/libdata/pkgconfig" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/libdata/pkgconfig"
 install  -o root -g wheel -m 444 libwebpdemux.pc '/usr/ports/graphics/webp/work/stage/usr/local/libdata/pkgconfig'
Making install in examples
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/bin"
  /bin/sh ../libtool   --mode=install install  -s -o root -g wheel -m 555 dwebp cwebp webpmux gif2webp '/usr/ports/graphics/webp/work/stage/usr/local/bin'
libtool: install: install -o root -g wheel -m 555 -s .libs/dwebp /usr/ports/graphics/webp/work/stage/usr/local/bin/dwebp
libtool: install: install -o root -g wheel -m 555 -s .libs/cwebp /usr/ports/graphics/webp/work/stage/usr/local/bin/cwebp
libtool: install: install -o root -g wheel -m 555 -s .libs/webpmux /usr/ports/graphics/webp/work/stage/usr/local/bin/webpmux
libtool: install: install -o root -g wheel -m 555 -s .libs/gif2webp /usr/ports/graphics/webp/work/stage/usr/local/bin/gif2webp
Making install in man
test -z "/usr/local/man/man1" || /bin/mkdir -p "/usr/ports/graphics/webp/work/stage/usr/local/man/man1"
 install  -o root -g wheel -m 444 cwebp.1 dwebp.1 webpmux.1 gif2webp.1 '/usr/ports/graphics/webp/work/stage/usr/local/man/man1'
/usr/bin/strip /usr/ports/graphics/webp/work/stage/usr/local/lib/libwebp*.so
====> Compressing man pages (compress-man)

===>>> Creating a backup package for old version webp-0.4.1
Creating package for webp-0.4.1
Updating database digests format... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	webp-0.4.1

The operation will free 1 MB
[1/1] Deleting webp-0.4.1... done

===>  Installing for webp-0.4.1
===>  Checking if webp already installed
===>   Registering installation for webp-0.4.1

===>>> Re-installation of webp-0.4.1 complete


--------------050906080205060000050009
Content-Type: text/plain; charset=us-ascii;
 name="webp-9.3-R-fails.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="webp-9.3-R-fails.txt"

]0;portmaster: webp-0.4.0
===>>> Currently installed version: webp-0.4.0
===>>> Port directory: /usr/ports/graphics/webp

===>>> Gathering distinfo list for installed ports

===>>> Launching 'make checksum' for graphics/webp in background
===>>> Gathering dependency list for graphics/webp from ports
===>>> Initial dependency check complete for graphics/webp

]0;portmaster: webp-0.4.0
===>>> Starting build for graphics/webp <<<===

===>>> All dependencies are up to date

===>  Cleaning for webp-0.4.1
===>  License BSD3CLAUSE accepted by the user
===>  Found saved configuration for webp-0.4.1
===>   webp-0.4.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by webp-0.4.1 for building
===>  Extracting for webp-0.4.1
=> SHA256 Checksum OK for libwebp-0.4.1.tar.gz.
===>  Patching for webp-0.4.1
===>   webp-0.4.1 depends on shared library: libgif.so - found (/usr/local/lib/libgif.so.5)
===>   webp-0.4.1 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so.11)
===>   webp-0.4.1 depends on shared library: libpng15.so - found (/usr/local/lib/libpng15.so.15)
===>   webp-0.4.1 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so.4)
===>  Configuring for webp-0.4.1
configure: loading site script /usr/ports/Templates/config.site
checking build system type... amd64-portbld-freebsd9.3
checking host system type... amd64-portbld-freebsd9.3
checking target system type... amd64-portbld-freebsd9.3
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert amd64-portbld-freebsd9.3 file names to amd64-portbld-freebsd9.3 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd9.3 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
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 dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd9.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether cc understands -c and -o together... yes
checking whether make supports nested variables... yes
checking whether byte ordering is bigendian... no
checking whether cc supports -Wall... yes
checking whether cc supports -Wdeclaration-after-statement... yes
checking whether cc supports -Wextra... yes
checking whether cc supports -Wformat-security... no
checking whether cc supports -Wmissing-declarations... yes
checking whether cc supports -Wmissing-prototypes... yes
checking whether cc supports -Wold-style-definition... yes
checking whether cc supports -Wshadow... yes
checking whether cc supports -Wunused-but-set-variable... no
checking whether cc supports -Wunused... yes
checking whether cc supports -Wvla... yes
checking whether cc supports -mavx2... no
checking whether cc supports -msse2... yes
checking emmintrin.h usability... yes
checking emmintrin.h presence... yes
checking for emmintrin.h... yes
checking for __builtin_bswap16... no
checking for __builtin_bswap32... no
checking for __builtin_bswap64... no
configure: checking for threading support...
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
configure: checking if threading is enabled... yes
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for library containing glBegin... -lGL
checking for libpng-config... /usr/local/bin/libpng-config
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for library containing png_get_libpng_ver... none required
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_set_defaults in -ljpeg... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for DGifOpenFileHandle in -lgif... yes
checking if --enable-aligned option is specified... no
checking if --enable-swap-16bit-csp option is specified... no
checking if --enable-experimental option is specified... no
checking whether libwebpmux is to be built... yes
checking whether libwebpdemux is to be built... yes
checking whether decoder library is to be built... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating examples/Makefile
config.status: creating src/dec/Makefile
config.status: creating src/enc/Makefile
config.status: creating src/dsp/Makefile
config.status: creating src/demux/Makefile
config.status: creating src/mux/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/libwebp.pc
config.status: creating src/libwebpdecoder.pc
config.status: creating src/demux/libwebpdemux.pc
config.status: creating src/mux/libwebpmux.pc
config.status: creating src/webp/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
WebP Configuration Summary
--------------------------

Shared libraries: yes
Static libraries: yes
Threading support: yes
libwebp: yes
libwebpdecoder: yes
libwebpdemux: yes
libwebpmux: yes

Tools:
cwebp : yes
  Input format support
  ====================
  JPEG : yes
  PNG  : yes
  TIFF : yes
  WIC  : no
dwebp : yes
  Output format support
  =====================
  PNG  : yes
  WIC  : no
GIF support : yes
gif2webp    : yes
webpmux     : yes
vwebp       : no

===>  Building for webp-0.4.1
Making all in src
Making all in dec
  CC     libwebpdecode_la-alpha.lo
  CC     libwebpdecode_la-buffer.lo
  CC     libwebpdecode_la-frame.lo
  CC     libwebpdecode_la-idec.lo
  CC     libwebpdecode_la-io.lo
  CC     libwebpdecode_la-quant.lo
  CC     libwebpdecode_la-tree.lo
  CC     libwebpdecode_la-vp8.lo
  CC     libwebpdecode_la-vp8l.lo
  CC     libwebpdecode_la-webp.lo
  CCLD   libwebpdecode.la
Making all in enc
  CC     libwebpencode_la-alpha.lo
  CC     libwebpencode_la-analysis.lo
  CC     libwebpencode_la-backward_references.lo
  CC     libwebpencode_la-config.lo
  CC     libwebpencode_la-cost.lo
  CC     libwebpencode_la-filter.lo
  CC     libwebpencode_la-frame.lo
  CC     libwebpencode_la-histogram.lo
  CC     libwebpencode_la-iterator.lo
  CC     libwebpencode_la-picture.lo
  CC     libwebpencode_la-picture_csp.lo
  CC     libwebpencode_la-picture_psnr.lo
  CC     libwebpencode_la-picture_rescale.lo
  CC     libwebpencode_la-picture_tools.lo
  CC     libwebpencode_la-quant.lo
  CC     libwebpencode_la-syntax.lo
  CC     libwebpencode_la-token.lo
  CC     libwebpencode_la-tree.lo
  CC     libwebpencode_la-vp8l.lo
  CC     libwebpencode_la-webpenc.lo
  CCLD   libwebpencode.la
Making all in dsp
  CC     libwebpdsp_la-alpha_processing.lo
  CC     libwebpdsp_la-cpu.lo
  CC     libwebpdsp_la-dec.lo
  CC     libwebpdsp_la-dec_clip_tables.lo
  CC     libwebpdsp_la-dec_mips32.lo
  CC     libwebpdsp_la-dec_neon.lo
  CC     libwebpdsp_la-lossless.lo
  CC     libwebpdsp_la-lossless_mips32.lo
  CC     libwebpdsp_la-lossless_neon.lo
  CC     libwebpdsp_la-upsampling.lo
  CC     libwebpdsp_la-upsampling_neon.lo
  CC     libwebpdsp_la-yuv.lo
  CC     libwebpdsp_la-yuv_mips32.lo
  CC     libwebpdsp_la-enc.lo
  CC     libwebpdsp_la-enc_mips32.lo
  CC     libwebpdsp_la-enc_neon.lo
  CC     libwebpdsp_avx2_la-enc_avx2.lo
  CCLD   libwebpdsp_avx2.la
  CC     libwebpdsp_sse2_la-enc_sse2.lo
  CC     libwebpdspdecode_sse2_la-dec_sse2.lo
  CC     libwebpdspdecode_sse2_la-lossless_sse2.lo
*** [libwebpdspdecode_sse2_la-lossless_sse2.lo] Error code 1

Stop in /usr/ports/graphics/webp/work/libwebp-0.4.1/src/dsp.
*** [all-recursive] Error code 1

Stop in /usr/ports/graphics/webp/work/libwebp-0.4.1/src.
*** [all-recursive] Error code 1

Stop in /usr/ports/graphics/webp/work/libwebp-0.4.1.
*** [do-build] Error code 1

Stop in /usr/ports/graphics/webp.
*** [build] Error code 1

Stop in /usr/ports/graphics/webp.

===>>> make build failed for graphics/webp
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> graphics/webp 


--------------050906080205060000050009--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53EB60E2.9020004>