From owner-freebsd-ports@FreeBSD.ORG Wed Jul 11 06:38:19 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349731065677; Wed, 11 Jul 2012 06:38:19 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 903468FC08; Wed, 11 Jul 2012 06:38:18 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0208.4FFD1F59.0151,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from soth.ventu (151.41.130.228) by cp-out8.libero.it (8.5.133) id 4FB2CA0D09B42B76; Wed, 11 Jul 2012 08:38:17 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.5/8.14.5) with ESMTP id q6B6cBcK067660; Wed, 11 Jul 2012 08:38:11 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4FFD1F53.6030005@netfence.it> Date: Wed, 11 Jul 2012 08:38:11 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20120622 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-multimedia@freebsd.org References: <4FFB00C9.6090409@netfence.it> In-Reply-To: <4FFB00C9.6090409@netfence.it> X-Forwarded-Message-Id: <4FFB00C9.6090409@netfence.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 Cc: Subject: Fwd: gstreamer-plugins upgrade fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2012 06:38:19 -0000 I apologize if this comes up twice, but I don't see my first post anywhere... -------- Original Message -------- Subject: gstreamer-plugins upgrade fails Date: Mon, 09 Jul 2012 18:03:21 +0200 From: Andrea Venturoli To: freebsd-ports@freebsd.org, multimedia@FreeBSD.org Hello. I'm on 8.2/i386 and I do "portupgrade -R gstreamer-plugins". What I end up with is: >... > gmake -C audioresample > gmake[3]: Entering directory `/usr/local/local/storage/alamartmp/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/local/local/storage/alamartmp/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36/gst/audioresample' > gmake[2]: *** [audioresample] Error 2 > gmake[2]: Leaving directory `/usr/local/local/storage/alamartmp/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36/gst' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/local/local/storage/alamartmp/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.36' > gmake: *** [all] Error 2 > *** Error code 1 I searched this up and found some old threads (2009 or so): they suggest an upgrade of the port tree. My port tree is up to date and all gstreamer-plugins's dependencies are too (I tried "portupgrade -Rf gstreamer-plugins"). Any hint? bye & Thanks av.