From nobody@FreeBSD.org  Tue Oct 16 02:44:26 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AF4FB8A4
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 02:44:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7AA258FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 02:44:26 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9G2iQlJ079615
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2012 02:44:26 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9G2iQmc079614;
	Tue, 16 Oct 2012 02:44:26 GMT
	(envelope-from nobody)
Message-Id: <201210160244.q9G2iQmc079614@red.freebsd.org>
Date: Tue, 16 Oct 2012 02:44:26 GMT
From: Joo Rocha Braga Filho <goffredo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: The port minitube doesn't compile. Dependences?
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         172749
>Category:       ports
>Synopsis:       multimedia/minitube doesn't compile. Dependencies?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 02:50:02 UTC 2012
>Closed-Date:    Sun Nov 04 02:05:47 UTC 2012
>Last-Modified:  Sun Nov 04 02:05:47 UTC 2012
>Originator:     Joo Rocha Braga Filho
>Release:        9.1-PRERELEASE #23
>Organization:
>Environment:
FreeBSD 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #23: Sat Oct 13 18:35:35 BRT 2012 goffredo@:/usr/obj/usr/src/sys/SUPER amd64
>Description:
Compiling multimedia/minitube happened:

"
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `vtable for QPatternist::ToDateCasterLocator'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::CommonSequenceTypes::ExactlyOneTextNode'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::CommonSequenceTypes::ExactlyOneDayTimeDuration'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::BuiltinTypes::text'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `vtable for QPatternist::ToDurationCasterLocator'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::CommonSequenceTypes::ZeroOrMoreNodes'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::CommonSequenceTypes::ZeroOrOneInteger'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `vtable for QPatternist::DurationComparatorLocator'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::BuiltinTypes::xsPositiveInteger'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::BuiltinTypes::xsDateTime'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `vtable for QPatternist::HexBinaryComparatorLocator'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::BuiltinTypes::xsGMonth'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::CommonSequenceTypes::ZeroOrOneAtomicType'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `QPatternist::BuiltinTypes::xsBase64Binary'
/usr/local/lib/qt4/libQtXmlPatterns.so.4: undefined reference to `vtable for QPatternist::GDayComparatorLocator'
*** [build/target/minitube] Error code 1
1 error
*** [do-build] Error code 1

Stop in /usr/ports/multimedia/minitube.

"

It solved after installing the "textproc/qt4-xmlpatterns".

Problem with dependencies?

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: "Jason E. Hale" <jhale@freebsd.org>
To: bug-followup@freebsd.org, goffredo@gmail.com
Cc:  
Subject: Re: ports/172749: The port minitube doesn&#39;t compile. Dependences?
Date: Tue, 16 Oct 2012 01:36:17 -0400

 textproc/qt4-xmlpatterns should have been pulled in as an indirect dependency.  
 I just tested and the port builds fine in a tinderbox.
 https://redports.org/buildarchive/20121016032823-26149/
 
 multimedia/minitube -> multimedia/phonon -> sysutils/qzeitgeist -> 
 devel/qt4-declarative -> textproc/qt4-xmlpatterns
 
 Maybe a package database problem?
 
 - Jason
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: jhale 
Responsible-Changed-When: Sat Oct 20 08:30:49 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172749 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Sun Nov 4 02:05:47 UTC 2012 
State-Changed-Why:  
Problem solved by rebuilding qt4-xmlpatterns, which was corrupted 
apparently. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172749 
>Unformatted:
