Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2012 08:30:08 GMT
From:      Lena@lena.kiev.ua
To:        multimedia@FreeBSD.org
Subject:   Re: ports/169842: multimedia/gstreamer-plugins: ports does not compile
Message-ID:  <201207140830.q6E8U84x057951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169842; it has been noted by GNATS.

From: Lena@lena.kiev.ua
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169842: multimedia/gstreamer-plugins: ports does not compile
Date: Sat, 14 Jul 2012 11:25:20 +0300

 8.3-RELEASE-p2 i386
 
 $ gcc -v
 Using built-in specs.
 Target: i386-undermydesk-freebsd
 Configured with: FreeBSD/i386 system compiler
 Thread model: posix
 gcc version 4.2.2 20070831 prerelease [FreeBSD]
 $ LANG=C gmake -v
 GNU Make 3.82
 Built for i386-portbld-freebsd8.2
 
 gmake[3]: Entering directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36/gst/audioresample'
   CC     libgstaudioresample_la-gstaudioresample.lo
   CC     libgstaudioresample_la-speex_resampler_int.lo
   CC     libgstaudioresample_la-speex_resampler_float.lo
 In file included from resample.c:137,
                  from speex_resampler_float.c:26:
 resample_sse.h: In function 'inner_product_double':
 resample_sse.h:102: error: '__m128d' undeclared (first use in this function)
 resample_sse.h:102: error: (Each undeclared identifier is reported only once
 resample_sse.h:102: error: for each function it appears in.)
 resample_sse.h:102: error: expected ';' before 'sum'
 resample_sse.h:103: warning: ISO C90 forbids mixed declarations and code
 resample_sse.h:107: error: 'sum' undeclared (first use in this function)
 resample_sse.h:107: warning: implicit declaration of function '_mm_add_pd'
 resample_sse.h:107: warning: nested extern declaration of '_mm_add_pd'
 resample_sse.h:107: warning: implicit declaration of function '_mm_cvtps_pd'
 resample_sse.h:107: warning: nested extern declaration of '_mm_cvtps_pd'
 resample_sse.h:114: warning: implicit declaration of function '_mm_add_sd'
 resample_sse.h:114: warning: nested extern declaration of '_mm_add_sd'
 resample_sse.h:114: warning: implicit declaration of function '_mm_unpackhi_pd'
 resample_sse.h:114: warning: nested extern declaration of '_mm_unpackhi_pd'
 resample_sse.h:115: warning: implicit declaration of function '_mm_store_sd'
 resample_sse.h:115: warning: nested extern declaration of '_mm_store_sd'
 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'
 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
 
 Stop in /usr/ports/multimedia/gstreamer-plugins.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207140830.q6E8U84x057951>