From owner-freebsd-questions@FreeBSD.ORG Mon May 21 14:15:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A098616A469 for ; Mon, 21 May 2007 14:15:07 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6184413C487 for ; Mon, 21 May 2007 14:15:05 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1859260pyh for ; Mon, 21 May 2007 07:15:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=DGocBH63qEyRTzLgJ4IEqAyUgBOlZfnkBCTo6diOAzGvQFzEqb8Y+p5D9UR7rsZ2gLw5s/XQ82/jJgqUmIBFrkeJG7YxwCLSh4pnA1vtMHIawdQ1g/3d5PDcW5wyL6EAQgibDtueg1x12pOpKxn1zXw7bZSzO+zXjsZhpeqeREU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=R5jSyCeTM7wuFKd/bdmJsfUjjFY7Hp2d3SoG+IK2vqSOT26BZ1Vw2FmSrOUbmO57dLLYKJxz5lcfdX+k1SnpIEyYVlDxA16UtaHSHcfhKiXemTCECPBEwEL0eLmwojAmWDdoDKs5Ib8KoKywpPgtnXg1axN9F1dVW7j7V/Flq1M= Received: by 10.65.159.3 with SMTP id l3mr7357920qbo.1179756903038; Mon, 21 May 2007 07:15:03 -0700 (PDT) Received: by 10.64.196.1 with HTTP; Mon, 21 May 2007 07:15:02 -0700 (PDT) Message-ID: Date: Mon, 21 May 2007 10:15:02 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gstreamer-plugins80 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 14:15:07 -0000 hi, sorry i have many problems during this xorg upgrade. i seemed to have done most, if not all, my upgrade due to xorg, and now it comes to gstreamer stuff. what i have is gstreamer-plugins80 that is required by wxgtk. By running the command, portupgrade -Rr 'gstreamer*', I got an error, here is what it's like: [edit].............. Making all in ext gmake[2]: Entering directory `/usr/ports/multimedia/gstreamer-plugins80/work/gst-plugins-0.8.12/ext' Making all in libcaca gmake[3]: Entering directory `/usr/ports/multimedia/gstreamer-plugins80/work/gst-plugins-0.8.12 /ext/libcaca' if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/local/include/gstreamer-0.8 -I/usr/local/include/glib- 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -DGST_DISABLE_DEPRECATED -Wall -I/usr/local/include/ -O2 -fno-strict-aliasing -pipe -I/usr/local/include -MT libgstcacasink_la- gstcacasink.lo -MD -MP -MF ".deps/libgstcacasink_la-gstcacasink.Tpo" -c -o libgstcacasink_la-gstcacasink.lo `test -f 'gstcacasink.c' || echo './'`gstcacasink.c; \ then mv -f ".deps/libgstcacasink_la-gstcacasink.Tpo" ".deps/libgstcacasink_la-gstcacasink.Plo"; else rm -f ".deps/libgstcacasink_la-gstcacasink.Tpo"; exit 1; fi mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/local/include/gstreamer-0.8-I/usr/local/include/glib- 2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -DGST_DISABLE_DEPRECATED -Wall -I/usr/local/include/ -O2 -fno-strict-aliasing -pipe -I/usr/local/include -MT libgstcacasink_la- gstcacasink.lo -MD -MP -MF .deps/libgstcacasink_la-gstcacasink.Tpo -c gstcacasink.c -fPIC -DPIC -o .libs/libgstcacasink_la-gstcacasink.o gstcacasink.c: In function `gst_cacasink_sinkconnect': gstcacasink.c:280: warning: implicit declaration of function `caca_free_bitmap' gstcacasink.c:283: warning: implicit declaration of function `caca_create_bitmap' gstcacasink.c:287: warning: assignment makes pointer from integer without a cast gstcacasink.c: In function `gst_cacasink_chain': gstcacasink.c:339: warning: implicit declaration of function `caca_clear' gstcacasink.c:340: warning: implicit declaration of function `caca_draw_bitmap' gstcacasink.c:342: warning: implicit declaration of function `caca_refresh' gstcacasink.c: In function `gst_cacasink_set_property': gstcacasink.c:361: warning: implicit declaration of function `caca_set_dithering' gstcacasink.c:361: error: `CACA_DITHERING_NONE' undeclared (first use in this function) gstcacasink.c:361: error: (Each undeclared identifier is reported only once gstcacasink.c:361: error: for each function it appears in.) gstcacasink.c:367: warning: implicit declaration of function `caca_set_feature' gstcacasink.c:367: error: `CACA_ANTIALIASING_MAX' undeclared (first use in this function) gstcacasink.c:371: error: `CACA_ANTIALIASING_MIN' undeclared (first use in this function) gstcacasink.c: In function `gst_cacasink_open': gstcacasink.c:419: warning: implicit declaration of function `caca_init' gstcacasink.c:421: warning: implicit declaration of function `caca_get_width' gstcacasink.c:422: warning: implicit declaration of function `caca_get_height' gstcacasink.c:424: error: `CACA_ANTIALIASING_MAX' undeclared (first use in this function) gstcacasink.c:426: error: `CACA_DITHERING_NONE' undeclared (first use in this function) gstcacasink.c: In function `gst_cacasink_close': gstcacasink.c:443: warning: implicit declaration of function `caca_end' gmake[3]: *** [libgstcacasink_la-gstcacasink.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins80/work/gst-plugins-0.8.12 /ext/libcaca' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins80/work/gst-plugins-0.8.12/ext' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins80/work/gst-plugins-0.8.12' gmake: *** [all] Error 2 *** Error code 2 ................. could it be some other xorg component that i missed? any advice is appreciated!! TFC