From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 6 15:30:31 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BA016A4E0 for ; Thu, 6 Apr 2006 15:30:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E732943D81 for ; Thu, 6 Apr 2006 15:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k36FUBjV024272 for ; Thu, 6 Apr 2006 15:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k36FUBZK024271; Thu, 6 Apr 2006 15:30:11 GMT (envelope-from gnats) Resent-Date: Thu, 6 Apr 2006 15:30:11 GMT Resent-Message-Id: <200604061530.k36FUBZK024271@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kyryll A Mirnenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD8216A42C for ; Thu, 6 Apr 2006 15:24:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A7843D5A for ; Thu, 6 Apr 2006 15:24:06 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k36FO6t8029570 for ; Thu, 6 Apr 2006 15:24:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k36FO6Hg029569; Thu, 6 Apr 2006 15:24:06 GMT (envelope-from nobody) Message-Id: <200604061524.k36FO6Hg029569@www.freebsd.org> Date: Thu, 6 Apr 2006 15:24:06 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/95416: multimedia/kino build failure WITH_QUCKTIME X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 15:30:31 -0000 >Number: 95416 >Category: misc >Synopsis: multimedia/kino build failure WITH_QUCKTIME >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 06 15:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: 6.0-RELEASE >Organization: >Environment: FreeBSD mybox 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #0: Thu Mar 30 20:39:41 EEST 2006 root@mybox:/usr/src/sys/i386/compile/MYCONFIG i386 >Description: The failure point comes below: ============================== if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/local/include -I/usr/local/include/lqt -I/usr/local/include/libxml2 -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_API -D_REENTRANT -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include/atk-1.0 -I/usr/local/include -D_FILE_OFFSET_BITS=64 -DKINO_PLUGINDIR=\""/usr/X11R6/lib/kino-gtk2"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" -D_REENTRANT -I/usr/local/include/lqt -I/usr/local/include -I/usr/X11R6/include -O2 -ffast-math -MT filehandler.o -MD -MP -MF ".deps/filehandler.Tpo" -c -o filehandler.o filehandler.cc; \ then mv -f ".deps/filehandler.Tpo" ".deps/filehandler.Po"; else rm -f ".deps/filehandler.Tpo"; exit 1; fi filehandler.cc: In member function `virtual off_t QtHandler::GetFileSize()': filehandler.cc:833: error: invalid use of undefined type `struct quicktime_s' /usr/local/include/lqt/quicktime.h:182: error: forward declaration of `struct quicktime_s' filehandler.cc:833: error: invalid use of undefined type `struct quicktime_s' /usr/local/include/lqt/quicktime.h:182: error: forward declaration of `struct quicktime_s' gmake[3]: *** [filehandler.o] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/kino/work/kino-0.8.0/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/kino/work/kino-0.8.0/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/kino/work/kino-0.8.0' gmake: *** [all] Error 2 *** Error code 2 ========================= All dependencies (including libquicktime-0.9.8_2) are up2date >How-To-Repeat: cd /usr/ports/multimedia/kino; make WITH_QUICKTIME=yes >Fix: >Release-Note: >Audit-Trail: >Unformatted: