Ticket #15995 (closed defect: fixed)
Installation of lame-3.98 +universal fails to build
| Reported by: | tobiasmatzat@… | Owned by: | ram@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | lame | Cc: | hvdwolf@… |
Description
Here is the error message:
dummy:~ admin$ sudo port install lame +universal
---> Fetching lame
---> Verifying checksum(s) for lame
---> Extracting lame
---> Configuring lame
---> Building lame with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_lame/work/lame-398" && make all " returned error 2
Command output: xmm_quantize_sub.c:42: error: syntax error before '}' token
xmm_quantize_sub.c:42: warning: type defaults to 'int' in declaration of 'vecfloat_union'
xmm_quantize_sub.c:42: warning: data definition has no type or storage class
xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
xmm_quantize_sub.c:55: error: nested functions are disabled, use -fnested-functions to re-enable
xmm_quantize_sub.c:55: error: syntax error before 'vec_fabs_mask'
xmm_quantize_sub.c:59: warning: implicit declaration of function '_mm_prefetch'
xmm_quantize_sub.c:59: error: '_MM_HINT_T0' undeclared (first use in this function)
xmm_quantize_sub.c:59: error: (Each undeclared identifier is reported only once
xmm_quantize_sub.c:59: error: for each function it appears in.)
xmm_quantize_sub.c:62: error: 'vec_xrpow_max' undeclared (first use in this function)
xmm_quantize_sub.c:62: warning: implicit declaration of function '_mm_set_ps1'
xmm_quantize_sub.c:63: error: 'vec_sum' undeclared (first use in this function)
xmm_quantize_sub.c:66: error: 'm128' undeclared (first use in this function)
xmm_quantize_sub.c:66: error: syntax error before 'vec_tmp'
xmm_quantize_sub.c:68: error: 'vec_tmp' undeclared (first use in this function)
xmm_quantize_sub.c:68: warning: implicit declaration of function '_mm_loadu_ps'
xmm_quantize_sub.c:69: warning: implicit declaration of function '_mm_and_ps'
xmm_quantize_sub.c:69: error: 'vec_fabs_mask' undeclared (first use in this function)
xmm_quantize_sub.c:71: warning: implicit declaration of function '_mm_add_ps'
xmm_quantize_sub.c:73: warning: implicit declaration of function '_mm_sqrt_ps'
xmm_quantize_sub.c:73: warning: implicit declaration of function '_mm_mul_ps'
xmm_quantize_sub.c:75: warning: implicit declaration of function '_mm_storeu_ps'
xmm_quantize_sub.c:77: warning: implicit declaration of function '_mm_max_ps'
xmm_quantize_sub.c:54: warning: unused variable 'fabs_mask'
lipo: can't figure out the architecture type of: /var/tmp//ccvMlQXM.out
make[3]: *** [xmm_quantize_sub.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: Status 1 encountered during processing.

