Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-11 Thread Daniel Johnson

 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] 

Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-11 Thread Sean Lake

 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] 

Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-11 Thread Daniel Johnson

 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]