From owner-freebsd-multimedia@FreeBSD.ORG Sat Jul 14 08:30:08 2012 Return-Path: Delivered-To: multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 630381065673 for ; Sat, 14 Jul 2012 08:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 463D68FC0A for ; Sat, 14 Jul 2012 08:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6E8U8tD057954 for ; Sat, 14 Jul 2012 08:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6E8U84x057951; Sat, 14 Jul 2012 08:30:08 GMT (envelope-from gnats) Date: Sat, 14 Jul 2012 08:30:08 GMT Message-Id: <201207140830.q6E8U84x057951@freefall.freebsd.org> To: multimedia@FreeBSD.org From: Lena@lena.kiev.ua Cc: Subject: Re: ports/169842: multimedia/gstreamer-plugins: ports does not compile X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lena@lena.kiev.ua List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 08:30:08 -0000 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.