Hi,
I read that the previous post was solved by updating the ports tree. And so I did both csup all sources for RELENG_8_2 and ports-all, and portsnap. Trying one before the other. Both failed to build multimedia/gstreamer-plugins with approximately the same error as had been reported. I even deleted the old distfile and re-fetched it again.
multimedia/gstreamer builds, though. I wonder if there's some incompatible port version installed or dependency missing. portmaster would loop in the dependencies it knows about..
Anyone else managed to resolve this issue by doing more than re-fetching current ports tree?
*edit*
I tried disabling the O2 CFLAGS option coded in the Makefile, and [CMD=]make -DNO_CCACHE -dl -dm[/CMD] tried generating some debugging info.
directly preceded the error. Not sure though if the errors really caused the build to fail or if they had been handled.
I read that the previous post was solved by updating the ports tree. And so I did both csup all sources for RELENG_8_2 and ports-all, and portsnap. Trying one before the other. Both failed to build multimedia/gstreamer-plugins with approximately the same error as had been reported. I even deleted the old distfile and re-fetched it again.
Code:
gmake[3]: *** [libgstaudioresample_la-speex_resampler_float.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36/gst/audioresample'
gmake[2]: *** [audioresample] Error 2
gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36/gst'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36'
gmake: *** [all] Error 2
*** Error code 1
Anyone else managed to resolve this issue by doing more than re-fetching current ports tree?
*edit*
I tried disabling the O2 CFLAGS option coded in the Makefile, and [CMD=]make -DNO_CCACHE -dl -dm[/CMD] tried generating some debugging info.
Code:
resample_sse.h: In function 'interpolate_product_double':
resample_sse.h:154: error: '__m128d' undeclared (first use in this function)
resample_sse.h:154: error: expected ';' before 'sum'
resample_sse.h:155: error: expected ';' before 'sum1'
resample_sse.h:156: error: expected ';' before 'sum2'
resample_sse.h:157: warning: ISO C90 forbids mixed declarations and code
resample_sse.h:158: error: expected ';' before 'f1'
resample_sse.h:159: error: expected ';' before 'f2'
resample_sse.h:160: warning: ISO C90 forbids mixed declarations and code
resample_sse.h:164: error: 'sum1' undeclared (first use in this function)
resample_sse.h:165: error: 'sum2' undeclared (first use in this function)
resample_sse.h:171: warning: implicit declaration of function '_mm_mul_pd'
resample_sse.h:171: warning: nested extern declaration of '_mm_mul_pd'
resample_sse.h:171: error: 'f1' undeclared (first use in this function)
resample_sse.h:172: error: 'f2' undeclared (first use in this function)
resample_sse.h:173: error: 'sum' undeclared (first use in this function)
resample_sse.h:157: warning: unused variable 'f'
Reaping losing child 0x28328be0 PID 18487