> On Apr 11, 2015, at 17:38, Daniel Johnson <daniel.johnso...@gmail.com> wrote: > > >> On Apr 11, 2015, at 11:35 AM, Daniel Johnson <daniel.johnso...@gmail.com> >> wrote: >> >> >>> On Apr 11, 2015, at 10:25 AM, Sean Lake <odysseus9...@gmail.com> wrote: >>> >>> Hello all, >>> >>> With the new XCode and OS X update, I'm reinstalling from scratch on a >>> source install, yet again. Attempting: >>> >>> sudo fink install gnuplot >>> >>> with both lynx and links already installed leads to a build failure for >>> libvpx-1.3.0-1. I'm not sure where the error is because there are several >>> instances of "fatal errors" in the output of the libvpx build. So I'm >>> including the whole thing at the end of this email. >>> >>> Thanks, >>> Sean >>> >>> Also include the following system information: >>> Package manager version: 0.38.4 >>> Distribution version: selfupdate-rsync Sat Apr 11 06:27:27 2015, 10.10, >>> x86_64 >>> Trees: local/main stable/main stable/crypto >>> Xcode.app: 6.3 >>> Xcode command-line tools: 6.3.0.0.1.1428348375 >>> Max. Fink build jobs: 4 >>> >>> >>> Build output: >>> sudo -u fink-bld [ENV] sh -c /tmp/fink.l8zzS >>> env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xf >>> /sw/src/libvpx-v1.3.0.tar.bz2 >>> sudo -u fink-bld [ENV] sh -c /tmp/fink.wcUEK >>> perl -pi -e 's/-isysroot \${osx_sdk_dir}//g' build/make/configure.sh >>> perl -pi -e 's/USE_POSIX_MMAP 0/USE_POSIX_MMAP 1/' vpxenc.c >>> sudo -u fink-bld [ENV] sh -c /tmp/fink.EvTaq >>> /tmp/fink.sUMuA >>> #!/bin/bash -ev >>> >>> let version=`uname -r | cut -d . -f 1` >>> uname -r | cut -d . -f 1 >>> if [ ${version} -gt 13 ]; then >>> version=13 >>> fi >>> ./configure --prefix=/sw --target=x86_64-darwin${version}-gcc >>> --extra-cflags="-DGTEST_USE_OWN_TR1_TUPLE=1" >>> Configuring selected codecs >>> enabling vp8_encoder >>> enabling vp8_decoder >>> enabling vp9_encoder >>> enabling vp9_decoder >>> Configuring for target 'x86_64-darwin13-gcc' >>> enabling x86_64 >>> enabling runtime_cpu_detect >>> enabling mmx >>> enabling sse >>> enabling sse2 >>> enabling sse3 >>> enabling ssse3 >>> enabling sse4_1 >>> enabling avx >>> enabling avx2 >>> using yasm >>> checking here for x86inc "x86_64" "" >>> enabling use_x86inc >>> enabling postproc >>> enabling unit_tests >>> Creating makefiles for x86_64-darwin13-gcc libs >>> Creating makefiles for x86_64-darwin13-gcc examples >>> Creating makefiles for x86_64-darwin13-gcc docs >>> make >>> [CREATE] vpx_scale_rtcd.h >>> [CREATE] vp8_rtcd.h >>> [CREATE] vp9_rtcd.h >>> [DEP] test/vp9_thread_test.cc.d >>> [DEP] test/vp9_subtract_test.cc.d >>> [DEP] test/vp9_lossless_test.cc.d >>> [DEP] test/vp9_boolcoder_test.cc.d >>> [DEP] test/vp8_fdct4x4_test.cc.d >>> [DEP] test/vp8_decrypt_test.cc.d >>> [DEP] test/vp8_boolcoder_test.cc.d >>> [DEP] test/variance_test.cc.d >>> [DEP] test/tile_independence_test.cc.d >>> [DEP] test/test_vector_test.cc.d >>> [DEP] test/test_libvpx.cc.d >>> [DEP] test/svc_test.cc.d >>> [DEP] test/superframe_test.cc.d >>> [DEP] test/subtract_test.cc.d >>> [DEP] test/sixtap_predict_test.cc.d >>> [DEP] test/set_roi.cc.d >>> [DEP] test/sad_test.cc.d >>> [DEP] test/resize_test.cc.d >>> [DEP] test/pp_filter_test.cc.d >>> [DEP] test/keyframe_test.cc.d >>> [DEP] test/intrapred_test.cc.d >>> [DEP] test/idct_test.cc.d >>> [DEP] test/idct8x8_test.cc.d >>> [DEP] test/fdct8x8_test.cc.d >>> [DEP] test/fdct4x4_test.cc.d >>> [DEP] test/error_resilience_test.cc.d >>> [DEP] test/encode_test_driver.cc.d >>> [DEP] test/decode_test_driver.cc.d >>> [DEP] test/dct32x32_test.cc.d >>> [DEP] test/dct16x16_test.cc.d >>> [DEP] test/datarate_test.cc.d >>> [DEP] test/cq_test.cc.d >>> [DEP] test/cpu_speed_test.cc.d >>> [DEP] test/convolve_test.cc.d >>> [DEP] test/config_test.cc.d >>> [DEP] test/borders_test.cc.d >>> [DEP] test/altref_test.cc.d >>> [DEP] test/../nestegg/src/nestegg.c.d >>> [DEP] test/../nestegg/halloc/src/halloc.c.d >>> [DEP] test/../md5_utils.c.d >>> [DEP] third_party/googletest/src/src/gtest-all.cc.d >>> [DEP] third_party/x86inc/x86inc.asm.d >>> [DEP] vp9/common/x86/vp9_intrapred_ssse3.asm.d >>> [DEP] vp9/common/x86/vp9_intrapred_sse2.asm.d >>> [DEP] vp9/common/x86/vp9_copy_sse2.asm.d >>> [DEP] vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d >>> [DEP] vp9/common/x86/vp9_subpixel_8t_sse2.asm.d >>> [DEP] vp9/common/x86/vp9_loopfilter_mmx.asm.d >>> [DEP] vp9/encoder/x86/vp9_ssim_opt.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_sse4.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_ssse3.asm.d >>> [DEP] vp9/encoder/x86/vp9_quantize_ssse3.asm.d >>> [DEP] vp9/encoder/x86/vp9_subpel_variance.asm.d >>> [DEP] vp9/encoder/x86/vp9_subtract_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_sse3.asm.d >>> [DEP] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad4d_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_variance_impl_sse2.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_mmx.asm.d >>> [DEP] vp9/encoder/x86/vp9_variance_impl_mmx.asm.d >>> [DEP] vp8/common/x86/loopfilter_block_sse2.asm.d >>> [DEP] vp8/common/x86/postproc_sse2.asm.d >>> [DEP] vp8/common/x86/mfqe_sse2.asm.d >>> [DEP] vp8/common/x86/postproc_mmx.asm.d >>> [DEP] vp8/common/x86/sad_sse4.asm.d >>> [DEP] vp8/common/x86/variance_impl_ssse3.asm.d >>> [DEP] vp8/common/x86/subpixel_ssse3.asm.d >>> [DEP] vp8/common/x86/sad_ssse3.asm.d >>> [DEP] vp8/common/x86/sad_sse3.asm.d >>> [DEP] vp8/common/x86/variance_impl_sse2.asm.d >>> [DEP] vp8/common/x86/iwalsh_sse2.asm.d >>> [DEP] vp8/common/x86/loopfilter_sse2.asm.d >>> [DEP] vp8/common/x86/subpixel_sse2.asm.d >>> [DEP] vp8/common/x86/sad_sse2.asm.d >>> [DEP] vp8/common/x86/recon_sse2.asm.d >>> [DEP] vp8/common/x86/idctllm_sse2.asm.d >>> [DEP] vp8/common/x86/variance_impl_mmx.asm.d >>> [DEP] vp8/common/x86/subpixel_mmx.asm.d >>> [DEP] vp8/common/x86/sad_mmx.asm.d >>> [DEP] vp8/common/x86/recon_mmx.asm.d >>> [DEP] vp8/common/x86/loopfilter_mmx.asm.d >>> [DEP] vp8/common/x86/iwalsh_mmx.asm.d >>> [DEP] vp8/common/x86/idctllm_mmx.asm.d >>> [DEP] vp8/common/x86/dequantize_mmx.asm.d >>> [DEP] vp8/encoder/x86/ssim_opt.asm.d >>> [DEP] vp8/encoder/x86/encodeopt.asm.d >>> [DEP] vp8/encoder/x86/quantize_mmx.asm.d >>> [DEP] vp8/encoder/x86/quantize_sse4.asm.d >>> [DEP] vp8/encoder/x86/quantize_ssse3.asm.d >>> [DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d >>> [DEP] vp8/encoder/x86/subtract_sse2.asm.d >>> [DEP] vp8/encoder/x86/fwalsh_sse2.asm.d >>> [DEP] vp8/encoder/x86/dct_sse2.asm.d >>> [DEP] vp8/encoder/x86/subtract_mmx.asm.d >>> [DEP] vp8/encoder/x86/dct_mmx.asm.d >>> [DEP] vpx_ports/x86_abi_support.asm.d >>> [DEP] vpx_ports/emms.asm.d >>> [DEP] vpx_config.c.d >>> [DEP] vp9/decoder/vp9_dsubexp.c.d >>> [DEP] vp9/decoder/vp9_onyxd_if.c.d >>> [DEP] vp9/decoder/vp9_thread.c.d >>> [DEP] vp9/decoder/vp9_detokenize.c.d >>> [DEP] vp9/decoder/vp9_decodframe.c.d >>> [DEP] vp9/decoder/vp9_decodemv.c.d >>> [DEP] vp9/decoder/vp9_dboolhuff.c.d >>> [DEP] vp9/vp9_dx_iface.c.d >>> [DEP] vp9/common/x86/vp9_idct_intrin_sse2.c.d >>> [DEP] vp9/common/x86/vp9_loopfilter_intrin_avx2.c.d >>> [DEP] vp9/common/x86/vp9_loopfilter_intrin_sse2.c.d >>> [DEP] vp9/common/x86/vp9_asm_stubs.c.d >>> [DEP] vp9/common/vp9_scan.c.d >>> [DEP] vp9/common/vp9_common_data.c.d >>> [DEP] vp9/common/vp9_treecoder.c.d >>> [DEP] vp9/common/vp9_reconintra.c.d >>> [DEP] vp9/common/vp9_reconinter.c.d >>> [DEP] vp9/common/vp9_quant_common.c.d >>> [DEP] vp9/common/vp9_mvref_common.c.d >>> [DEP] vp9/common/vp9_loopfilter_filters.c.d >>> [DEP] vp9/common/vp9_loopfilter.c.d >>> [DEP] vp9/common/vp9_tile_common.c.d >>> [DEP] vp9/common/vp9_seg_common.c.d >>> [DEP] vp9/common/vp9_scale.c.d >>> [DEP] vp9/common/vp9_rtcd.c.d >>> [DEP] vp9/common/vp9_pred_common.c.d >>> [DEP] vp9/common/vp9_idct.c.d >>> [DEP] vp9/common/generic/vp9_systemdependent.c.d >>> [DEP] vp9/common/vp9_findnearmv.c.d >>> [DEP] vp9/common/vp9_filter.c.d >>> [DEP] vp9/common/vp9_extend.c.d >>> [DEP] vp9/common/vp9_entropymv.c.d >>> [DEP] vp9/common/vp9_entropymode.c.d >>> [DEP] vp9/common/vp9_entropy.c.d >>> [DEP] vp9/common/vp9_debugmodes.c.d >>> [DEP] vp9/common/vp9_convolve.c.d >>> [DEP] vp9/common/vp9_alloccommon.c.d >>> [DEP] vp9/encoder/x86/vp9_dct32x32_sse2.c.d >>> [DEP] vp9/encoder/x86/vp9_dct_sse2.c.d >>> [DEP] vp9/encoder/x86/vp9_variance_sse2.c.d >>> [DEP] vp9/encoder/x86/vp9_variance_mmx.c.d >>> [DEP] vp9/encoder/vp9_mbgraph.c.d >>> [DEP] vp9/encoder/vp9_temporal_filter.c.d >>> [DEP] vp9/encoder/vp9_vaq.c.d >>> [DEP] vp9/encoder/vp9_variance_c.c.d >>> [DEP] vp9/encoder/vp9_treewriter.c.d >>> [DEP] vp9/encoder/vp9_tokenize.c.d >>> [DEP] vp9/encoder/vp9_subexp.c.d >>> [DEP] vp9/encoder/vp9_segmentation.c.d >>> [DEP] vp9/encoder/vp9_sad_c.c.d >>> [DEP] vp9/encoder/vp9_rdopt.c.d >>> [DEP] vp9/encoder/vp9_ratectrl.c.d >>> [DEP] vp9/encoder/vp9_quantize.c.d >>> [DEP] vp9/encoder/vp9_psnr.c.d >>> [DEP] vp9/encoder/vp9_picklpf.c.d >>> [DEP] vp9/encoder/vp9_onyx_if.c.d >>> [DEP] vp9/encoder/vp9_modecosts.c.d >>> [DEP] vp9/encoder/vp9_mcomp.c.d >>> [DEP] vp9/encoder/vp9_lookahead.c.d >>> [DEP] vp9/encoder/vp9_firstpass.c.d >>> [DEP] vp9/encoder/vp9_encodemv.c.d >>> [DEP] vp9/encoder/vp9_encodemb.c.d >>> [DEP] vp9/encoder/vp9_encodeintra.c.d >>> [DEP] vp9/encoder/vp9_encodeframe.c.d >>> [DEP] vp9/encoder/vp9_dct.c.d >>> [DEP] vp9/encoder/vp9_boolhuff.c.d >>> [DEP] vp9/encoder/vp9_bitstream.c.d >>> [DEP] vp9/vp9_cx_iface.c.d >>> [DEP] vp8/decoder/threading.c.d >>> [DEP] vp8/decoder/onyxd_if.c.d >>> [DEP] vp8/decoder/detokenize.c.d >>> [DEP] vp8/decoder/decodframe.c.d >>> [DEP] vp8/decoder/decodemv.c.d >>> [DEP] vp8/decoder/dboolhuff.c.d >>> [DEP] vp8/vp8_dx_iface.c.d >>> [DEP] vp8/common/x86/postproc_x86.c.d >>> [DEP] vp8/common/x86/variance_ssse3.c.d >>> [DEP] vp8/common/x86/variance_sse2.c.d >>> [DEP] vp8/common/x86/recon_wrapper_sse2.c.d >>> [DEP] vp8/common/x86/idct_blk_sse2.c.d >>> [DEP] vp8/common/x86/variance_mmx.c.d >>> [DEP] vp8/common/x86/idct_blk_mmx.c.d >>> [DEP] vp8/common/postproc.c.d >>> [DEP] vp8/common/mfqe.c.d >>> [DEP] vp8/common/x86/loopfilter_x86.c.d >>> [DEP] vp8/common/x86/vp8_asm_stubs.c.d >>> [DEP] vp8/common/x86/filter_x86.c.d >>> [DEP] vp8/common/treecoder.c.d >>> [DEP] vp8/common/variance_c.c.d >>> [DEP] vp8/common/swapyv12buffer.c.d >>> [DEP] vp8/common/setupintrarecon.c.d >>> [DEP] vp8/common/sad_c.c.d >>> [DEP] vp8/common/reconintra4x4.c.d >>> [DEP] vp8/common/reconintra.c.d >>> [DEP] vp8/common/reconinter.c.d >>> [DEP] vp8/common/quant_common.c.d >>> [DEP] vp8/common/modecont.c.d >>> [DEP] vp8/common/mbpitch.c.d >>> [DEP] vp8/common/loopfilter_filters.c.d >>> [DEP] vp8/common/loopfilter.c.d >>> [DEP] vp8/common/rtcd.c.d >>> [DEP] vp8/common/idctllm.c.d >>> [DEP] vp8/common/idct_blk.c.d >>> [DEP] vp8/common/generic/systemdependent.c.d >>> [DEP] vp8/common/findnearmv.c.d >>> [DEP] vp8/common/filter.c.d >>> [DEP] vp8/common/extend.c.d >>> [DEP] vp8/common/entropymv.c.d >>> [DEP] vp8/common/entropymode.c.d >>> [DEP] vp8/common/entropy.c.d >>> [DEP] vp8/common/dequantize.c.d >>> [DEP] vp8/common/debugmodes.c.d >>> [DEP] vp8/common/blockd.c.d >>> [DEP] vp8/common/alloccommon.c.d >>> [DEP] vp8/encoder/x86/vp8_enc_stubs_sse2.c.d >>> [DEP] vp8/encoder/x86/denoising_sse2.c.d >>> [DEP] vp8/encoder/x86/quantize_sse2.c.d >>> [DEP] vp8/encoder/x86/vp8_enc_stubs_mmx.c.d >>> [DEP] vp8/encoder/vp8_asm_enc_offsets.c.d >>> [DEP] vp8/encoder/temporal_filter.c.d >>> [DEP] vp8/encoder/treewriter.c.d >>> [DEP] vp8/encoder/tokenize.c.d >>> [DEP] vp8/encoder/segmentation.c.d >>> [DEP] vp8/encoder/rdopt.c.d >>> [DEP] vp8/encoder/ratectrl.c.d >>> [DEP] vp8/encoder/quantize.c.d >>> [DEP] vp8/encoder/psnr.c.d >>> [DEP] vp8/encoder/picklpf.c.d >>> [DEP] vp8/encoder/onyx_if.c.d >>> [DEP] vp8/encoder/pickinter.c.d >>> [DEP] vp8/encoder/modecosts.c.d >>> [DEP] vp8/encoder/mcomp.c.d >>> [DEP] vp8/encoder/lookahead.c.d >>> [DEP] vp8/encoder/denoising.c.d >>> [DEP] vp8/encoder/firstpass.c.d >>> [DEP] vp8/encoder/ethreading.c.d >>> [DEP] vp8/encoder/encodemv.c.d >>> [DEP] vp8/encoder/encodemb.c.d >>> [DEP] vp8/encoder/encodeintra.c.d >>> [DEP] vp8/encoder/encodeframe.c.d >>> [DEP] vp8/encoder/dct.c.d >>> [DEP] vp8/encoder/boolhuff.c.d >>> [DEP] vp8/encoder/bitstream.c.d >>> [DEP] vp8/vp8_cx_iface.c.d >>> [DEP] vpx_ports/x86_cpuid.c.d >>> [DEP] vpx_scale/vpx_scale_rtcd.c.d >>> [DEP] vpx_scale/vpx_scale_asm_offsets.c.d >>> [DEP] vpx_scale/generic/gen_scalers.c.d >>> [DEP] vpx_scale/generic/yv12extend.c.d >>> [DEP] vpx_scale/generic/yv12config.c.d >>> [DEP] vpx_scale/generic/vpx_scale.c.d >>> [DEP] vpx_mem/vpx_mem.c.d >>> [DEP] vpx/src/vpx_image.c.d >>> [DEP] vpx/src/vpx_codec.c.d >>> [DEP] vpx/src/vpx_encoder.c.d >>> [DEP] vpx/src/vpx_decoder.c.d >>> [DEP] vpx/src/svc_encodeframe.c.d >>> [CREATE] vpx_config.asm >>> [GEN] vp8/encoder/vp8_asm_enc_offsets.c.S >>> [DEP] third_party/x86inc/x86inc.asm.d >>> [DEP] vp9/common/x86/vp9_intrapred_ssse3.asm.d >>> [DEP] vp9/common/x86/vp9_intrapred_sse2.asm.d >>> [DEP] vp9/common/x86/vp9_copy_sse2.asm.d >>> [DEP] vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d >>> [DEP] vp9/common/x86/vp9_subpixel_8t_sse2.asm.d >>> [DEP] vp9/common/x86/vp9_loopfilter_mmx.asm.d >>> [DEP] vp9/encoder/x86/vp9_ssim_opt.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_sse4.asm.d >>> [DEP] vp9/encoder/x86/vp9_sad_ssse3.asm.d >>> [DEP] vp9/encoder/x86/vp9_quantize_ssse3.asm.d >>> [DEP] vp9/encoder/x86/vp9_subpel_variance.asm.d >>> vp8/encoder/vp8_asm_enc_offsets.c:23:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:68:2: note: expanded from here >>> "vp8_block_coeff" >>> ^ >>> <inline asm>:2:21: note: instantiated into assembly here >>> vp8_block_coeff EQU $8 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:24:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:69:2: note: expanded from here >>> "vp8_block_zbin" >>> ^ >>> <inline asm>:2:20: note: instantiated into assembly here >>> vp8_block_zbin EQU $40 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:25:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_round, offsetof(BLOCK, round)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:70:2: note: expanded from here >>> "vp8_block_round" >>> ^ >>> <inline asm>:2:21: note: instantiated into assembly here >>> vp8_block_round EQU $56 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:26:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_quant, offsetof(BLOCK, quant)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:71:2: note: expanded from here >>> "vp8_block_quant" >>> ^ >>> <inline asm>:2:21: note: instantiated into assembly here >>> vp8_block_quant EQU $16 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:27:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_quant_fast, offsetof(BLOCK, >>> quant_fast)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:72:2: note: expanded from here >>> "vp8_block_quant_fast" >>> ^ >>> <inline asm>:2:26: note: instantiated into assembly here >>> vp8_block_quant_fast EQU $24 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:28:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, >>> zbin_extra)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:73:2: note: expanded from here >>> "vp8_block_zbin_extra" >>> ^ >>> <inline asm>:2:26: note: instantiated into assembly here >>> vp8_block_zbin_extra EQU $64 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:29:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbi... >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:74:2: note: expanded from here >>> "vp8_block_zrun_zbin_boost" >>> ^ >>> <inline asm>:2:31: note: instantiated into assembly here >>> vp8_block_zrun_zbin_boost EQU $48 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:30:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_quant_shift, offsetof(BLOCK, >>> quant_shift)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:75:2: note: expanded from here >>> "vp8_block_quant_shift" >>> ^ >>> <inline asm>:2:27: note: instantiated into assembly here >>> vp8_block_quant_shift EQU $32 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:32:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:76:2: note: expanded from here >>> "vp8_blockd_qcoeff" >>> ^ >>> <inline asm>:2:23: note: instantiated into assembly here >>> vp8_blockd_qcoeff EQU $0 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:33:1: error: unexpected token in argument >>> list >>> [DEP] vp9/encoder/x86/vp9_subtract_sse2.asm.d >>> DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:77:2: note: expanded from here >>> "vp8_blockd_dequant" >>> ^ >>> <inline asm>:2:24: note: instantiated into assembly here >>> vp8_blockd_dequant EQU $24 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:34:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_blockd_dqcoeff, offsetof(BLOCKD, dqcoeff)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:78:2: note: expanded from here >>> "vp8_blockd_dqcoeff" >>> ^ >>> <inline asm>:2:24: note: instantiated into assembly here >>> vp8_blockd_dqcoeff EQU $8 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:35:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_blockd_eob, offsetof(BLOCKD, eob)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:79:2: note: expanded from here >>> "vp8_blockd_eob" >>> ^ >>> <inline asm>:2:20: note: instantiated into assembly here >>> vp8_blockd_eob EQU $40 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:38:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:80:2: note: expanded from here >>> "vp8_block_base_src" >>> ^ >>> <inline asm>:2:24: note: instantiated into assembly here >>> vp8_block_base_src EQU $72 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:39:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_src, offsetof(BLOCK, src)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:81:2: note: expanded from here >>> "vp8_block_src" >>> ^ >>> <inline asm>:2:19: note: instantiated into assembly here >>> vp8_block_src EQU $80 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:40:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_src_diff, offsetof(BLOCK, src_diff)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:82:2: note: expanded from here >>> "vp8_block_src_diff" >>> ^ >>> <inline asm>:2:24: note: instantiated into assembly here >>> vp8_block_src_diff EQU $0 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:41:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_block_src_stride, offsetof(BLOCK, >>> src_stride)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:83:2: note: expanded from here >>> "vp8_block_src_stride" >>> ^ >>> <inline asm>:2:26: note: instantiated into assembly here >>> vp8_block_src_stride EQU $84 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:43:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, >>> predictor)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sy [DEP] >>> vp9/encoder/x86/vp9_sad_sse2.asm.d >>> m " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:84:2: note: expanded from here >>> "vp8_blockd_predictor" >>> ^ >>> <inline asm>:2:26: note: instantiated into assembly here >>> vp8_blockd_predictor EQU $16 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:46:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_writer_lowvalue, offsetof(vp8_writer, >>> lowvalue)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:85:2: note: expanded from here >>> "vp8_writer_lowvalue" >>> ^ >>> <inline asm>:2:25: note: instantiated into assembly here >>> [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d >>> vp8_writer_lowvalue EQU $0 >>> ^ >>> vp8/encoder/vp8_asm_enc_offsets.c:47:1: error: unexpected token in argument >>> list >>> DEFINE(vp8_writer_range, offsetof(vp8_writer, >>> range)); >>> ^ >>> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' >>> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) >>> ^ >>> <scratch space>:86:2: note: expanded from here >>> "vp8_writer_range" >>> ^ >>> <inline asm>:2:22: note: instantiated into assembly here >>> vp8_writer_range EQU $4 >>> ^ >>> fatal error: too many errors emitted, stopping now [-ferror-limit=] >>> 20 errors generated. >> >> Yeah, I’m seeing the same thing. Something changed in clang’s asm support >> with the new version; it’s caused problems with other packages. I may have >> to disable asm for now. There’s also a new 1.4.0 version of libvpx which >> I’ll look at but it is not ABI compatible with 1.3.0 so it may not help >> here. I can’t do anything at the moment since Source Forge is down. :/ I’ll >> look at it tonight. >> >> Daniel >> > > Yep, libvpx 1.3.0 is broken by Xcode 6.3 and I don’t know how to fix it. > Fortunately, the new 1.4.0 does work but since it drops API I can’t just > update libvpx without possibly breaking things so I added a new libvpx14 > package with the new version. Packages that use libvpx will have to be > changed to see if they work with libvpx14. > > Daniel > >
Thanks for the help and info. I'm trying to install gnuplot, which depends on gd3, and thus libvpx. Can gd3 be updated for use with libvpx14? Thanks, Sean ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users