On 8/6/13 12:26 AM, Magnus Andersson wrote:
> Hi,
>
> I'm getting the following error message when doing update-all:
>
> Failed: phase compiling: libwebp4-0.3.1-1 failed
>
> System information:
>
> Package manager version: 0.35.1
> Distribution version: selfupdate-rsync Tue Aug  6 06:32:54 2013, 10.8, x86_64
> Trees: local/main stable/main
> Xcode.app: 4.5.2
> Xcode command-line tools: 4.6.0.0.1.1365549073
> Max. Fink build jobs:  1
>
> Compiler output:
>
> make
> make  all-recursive
> 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-layer.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-layer.lo
>   CC     libwebpencode_la-picture.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-cpu.lo
>   CC     libwebpdsp_la-dec.lo
>   CC     libwebpdsp_la-dec_neon.lo
>   CC     libwebpdsp_la-dec_sse2.lo
>   CC     libwebpdsp_la-lossless.lo
>   CC     libwebpdsp_la-upsampling.lo
>   CC     libwebpdsp_la-upsampling_neon.lo
>   CC     libwebpdsp_la-upsampling_sse2.lo
>   CC     libwebpdsp_la-yuv.lo
>   CC     libwebpdsp_la-enc.lo
>   CC     libwebpdsp_la-enc_neon.lo
>   CC     libwebpdsp_la-enc_sse2.lo
>   CCLD   libwebpdsp.la
>   CC     libwebpdspdecode_la-cpu.lo
>   CC     libwebpdspdecode_la-dec.lo
>   CC     libwebpdspdecode_la-dec_neon.lo
>   CC     libwebpdspdecode_la-dec_sse2.lo
>   CC     libwebpdspdecode_la-lossless.lo
>   CC     libwebpdspdecode_la-upsampling.lo
>   CC     libwebpdspdecode_la-upsampling_neon.lo
>   CC     libwebpdspdecode_la-upsampling_sse2.lo
>   CC     libwebpdspdecode_la-yuv.lo
>   CCLD   libwebpdspdecode.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     thread.lo
>   CC     utils.lo
>   CC     bit_writer.lo
>   CC     huffman_encode.lo
>   CC     quant_levels.lo
>   CCLD   libwebputils.la
>   CCLD   libwebputilsdecode.la
> Making all in .
>   CCLD   libwebp.la
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
>   CCLD   libwebpdecoder.la
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
> Making all in mux
>   CC     muxedit.lo
>   CC     muxinternal.lo
>   CC     muxread.lo
>   CCLD   libwebpmux.la
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
> Making all in demux
>   CC     demux.lo
>   CCLD   libwebpdemux.la
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
> Making all in examples
>   CC     example_util.lo
>   CCLD   libexampleutil.la
>   CC     dwebp-dwebp.o
>   CCLD   dwebp
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
>   CC     cwebp-cwebp.o
>   CC     cwebp-metadata.o
>   CC     cwebp-jpegdec.o
>   CC     cwebp-pngdec.o
> pngdec.c:139:14: warning: implicitly declaring library function 'strcmp' with 
> type 'int (const char *, const char *)'
>         if (!strcmp(text->key, kPNGMetadataMap[j].name)) {
>              ^
> pngdec.c:139:14: note: please include the header <string.h> or explicitly 
> provide a declaration for 'strcmp'
> 1 warning generated.
>   CC     cwebp-tiffdec.o
>   CC     cwebp-wicdec.o
>   CCLD   cwebp
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
>   CC     vwebp-vwebp.o
>   CCLD   vwebp
> clang: warning: argument unused during compilation: '-pthread'
> clang: warning: argument unused during compilation: '-pthread'
> Undefined symbols for architecture x86_64:
>   "_glutLeaveMainLoop", referenced from:
>       _HandleKey in vwebp-vwebp.o
>   "_glutSetOption", referenced from:
>       _main in vwebp-vwebp.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> make[2]: *** [vwebp] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of make failed, exit code 2
> ### execution of /tmp/fink.N35hG failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-libwebp4-0.3.1-1
> (Reading database ... 120939 files and directories currently installed.)
> Removing fink-buildlock-libwebp4-0.3.1-1 ...
> Failed: phase compiling: libwebp4-0.3.1-1 failed
>
> What do you think?
>
> Best regards /
>
> Magnus

The missing symbol comes shows up here in libfreeglut.3.dylib, but 
freeglut-shlibs isn't in the dependency list.  Use "fink install 
freeglut" as a workaround.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to