Skip to content

Instantly share code, notes, and snippets.

@binarybana
Created July 18, 2013 03:31
Show Gist options
  • Save binarybana/6026518 to your computer and use it in GitHub Desktop.
Save binarybana/6026518 to your computer and use it in GitHub Desktop.
Julia build errors on CentOS
src/s_cpow.c.o: In function `__signbitf':
s_cpow.c:(.text+0x0): multiple definition of `__signbitf'
src/s_signbit.c.o:s_signbit.c:(.text+0x10): first defined here
src/s_cpow.c.o: In function `__signbit':
s_cpow.c:(.text+0x10): multiple definition of `__signbit'
src/s_signbit.c.o:s_signbit.c:(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `__signbit' changed from 16 in src/s_signbit.c.o to 19 in src/s_cpow.c.o
src/s_cpow.c.o: In function `__signbitl':
s_cpow.c:(.text+0x30): multiple definition of `__signbitl'
src/s_signbit.c.o:s_signbit.c:(.text+0x20): first defined here
/usr/bin/ld: Warning: size of symbol `__signbitl' changed from 30 in src/s_signbit.c.o to 29 in src/s_cpow.c.o
src/s_cpowf.c.o: In function `__signbitf':
s_cpowf.c:(.text+0x0): multiple definition of `__signbitf'
src/s_signbit.c.o:s_signbit.c:(.text+0x10): first defined here
src/s_cpowf.c.o: In function `__signbit':
s_cpowf.c:(.text+0x10): multiple definition of `__signbit'
src/s_signbit.c.o:s_signbit.c:(.text+0x0): first defined here
src/s_cpowf.c.o: In function `__signbitl':
s_cpowf.c:(.text+0x30): multiple definition of `__signbitl'
src/s_signbit.c.o:s_signbit.c:(.text+0x20): first defined here
src/s_cpowl.c.o: In function `__signbitf':
s_cpowl.c:(.text+0x0): multiple definition of `__signbitf'
src/s_signbit.c.o:s_signbit.c:(.text+0x10): first defined here
src/s_cpowl.c.o: In function `__signbit':
s_cpowl.c:(.text+0x10): multiple definition of `__signbit'
src/s_signbit.c.o:s_signbit.c:(.text+0x0): first defined here
src/s_cpowl.c.o: In function `__signbitl':
s_cpowl.c:(.text+0x30): multiple definition of `__signbitl'
src/s_signbit.c.o:s_signbit.c:(.text+0x20): first defined here
collect2: ld returned 1 exit status
make[3]: *** [libopenlibm.so] Error 1
make[2]: *** [openlibm/libopenlibm.so] Error 2
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
gfortran44 -shared src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_gamma.c.o src/e_gamma_r.c.o src/e_gammaf.c.o src/e_gammaf_r.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_scalb.c.o src/e_scalbf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cargl.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_finite.c.o src/s_finitef.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmaxl.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fminl.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_ilogbl.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_llroundl.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_lroundl.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_roundl.c.o src/s_scalbln.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_significand.c.o src/s_significandf.c.o src/s_sin.c.o src/s_sinf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/s_cpowl.c.o src/w_cabs.c.o src/w_cabsf.c.o src/w_drem.c.o src/w_dremf.c.o src/s_nan.c.o src/s_copysignl.c.o src/s_fabsl.c.o src/s_modfl.c.o src/e_acosl.c.o src/e_asinl.c.o src/e_atan2l.c.o src/e_fmodl.c.o src/e_hypotl.c.o src/s_atanl.c.o src/s_ceill.c.o src/s_cosl.c.o src/s_cprojl.c.o src/s_csqrtl.c.o src/s_floorl.c.o src/s_fmal.c.o src/s_frexpl.c.o src/s_nexttoward.c.o src/s_sinl.c.o src/s_tanl.c.o src/s_truncl.c.o src/w_cabsl.c.o src/s_nextafterl.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_cimagl.c.o src/s_conj.c.o src/s_conjf.c.o src/s_conjl.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_creall.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o ld80/invtrig.c.o ld80/k_cosl.c.o ld80/k_sinl.c.o ld80/k_tanl.c.o ld80/s_exp2l.c.o ld80/s_nanl.c.o amd64/fenv.c.o amd64/e_remainder.S.o amd64/e_remainderf.S.o amd64/e_remainderl.S.o amd64/e_sqrt.S.o amd64/e_sqrtf.S.o amd64/e_sqrtl.S.o amd64/s_llrint.S.o amd64/s_llrintf.S.o amd64/s_llrintl.S.o amd64/s_logbl.S.o amd64/s_lrint.S.o amd64/s_lrintf.S.o amd64/s_lrintl.S.o amd64/s_remquo.S.o amd64/s_remquof.S.o amd64/s_remquol.S.o amd64/s_rintl.S.o amd64/s_scalbn.S.o amd64/s_scalbnf.S.o amd64/s_scalbnl.S.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o -o libopenlibm.so
Making install in tune
/bin/mkdir -p '/home/binarybana/src/julia/usr/share/doc/mpfr'
/bin/mkdir -p '/home/binarybana/src/julia/usr/share/doc/mpfr/examples'
/usr/bin/install -c -m 644 examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c examples/version.c '/home/binarybana/src/julia/usr/share/doc/mpfr/examples'
/usr/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/binarybana/src/julia/usr/share/doc/mpfr/.'
Making check in UTIL
Making check in SRC
Making check in .
Making check in TESTS
/bin/sh: line 2: 3808 Segmentation fault ./dnsimp
make[2]: *** [arpack-ng-3.1.3/checked] Error 139
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment