From owner-freebsd-questions@FreeBSD.ORG Sun Jun 3 10:33:20 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 DA9B116A47E for ; Sun, 3 Jun 2007 10:33:20 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: from web51105.mail.re2.yahoo.com (web51105.mail.re2.yahoo.com [206.190.38.147]) by mx1.freebsd.org (Postfix) with SMTP id 4920C13C455 for ; Sun, 3 Jun 2007 10:33:20 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: (qmail 84257 invoked by uid 60001); 3 Jun 2007 10:26:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=oFcCyEdAFBtqHR4+/nmZ0rjXSczDNJ/bnmK+ws8QeTLEJZmHRM0eijVRVBD085Cr/Cx+N7kEY3hzV+nwFvS0fEe931IT5Zq1Bb/E3X2PSGMfTki2WeUeJT19uIgNGNhZI47EkKNvHD9StckXnf0dzPG9ECX/Fc6HgwV9IKVyR4o=; X-YMail-OSG: 8JN8dJQVM1mI0IfusnkUXP3o6IueTcO_ZOkHGBfJvLQnJ4GNpKOXXQgGCE__IsWdFsw4cQfPhJCmU9ZnMunuem8JZPlrdLd8TNgmKDGWBGq2MEhzz0h4W5oFJshnklhgHLnlb_8jjGUre35KamTHzCakWw-- Received: from [82.170.181.144] by web51105.mail.re2.yahoo.com via HTTP; Sun, 03 Jun 2007 03:26:37 PDT Date: Sun, 3 Jun 2007 03:26:37 -0700 (PDT) From: Dino Vliet To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <97764.82804.qm@web51105.mail.re2.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: multimedia/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: Sun, 03 Jun 2007 10:33:21 -0000 After I upgraded xorg, I had troubles upgrading this port. Can anyone help me with this because I get the following error message on my system (amd64, running freebsd 6.2) ../../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 Stop in /usr/ports/multimedia/gstreamer-plugins80. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.98993.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gstreamer-plugins80-0.8.12_2,1 UPGRADE_PORT_VER=0.8.12_2,1 make WITH_FAM_SYSTEM=fam ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! multimedia/gstreamer-plugins80 (gstreamer-plugins80-0.8.12_2,1) (compiler error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Does anyone know what to do next? --------------------------------- Shape Yahoo! in your own image. Join our Network Research Panel today!