From nobody@FreeBSD.org  Fri Oct 22 09:01:43 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 899E6106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Oct 2010 09:01:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 77D188FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Oct 2010 09:01:43 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9M91gQa094355
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Oct 2010 09:01:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9M91gd1094354;
	Fri, 22 Oct 2010 09:01:42 GMT
	(envelope-from nobody)
Message-Id: <201010220901.o9M91gd1094354@www.freebsd.org>
Date: Fri, 22 Oct 2010 09:01:42 GMT
From: Pascal Stumpf <Pascal.Stumpf@cubes.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-p2p/ktorrent fails to compile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151638
>Category:       ports
>Synopsis:       net-p2p/ktorrent fails to compile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 22 09:10:12 UTC 2010
>Closed-Date:    Wed Nov 03 17:53:18 UTC 2010
>Last-Modified:  Wed Nov  3 18:00:25 UTC 2010
>Originator:     Pascal Stumpf
>Release:        8-STABLE
>Organization:
>Environment:
>Description:
This seems to be the same problem as in ports/150250. The libsigc++ headers are not found because they are located in ${LOCALBASE}/include/sigc++-2.0 and not ${LOCALBASE}/include.

cd /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4/libktcore && /usr/bin/c++   -DMAKE_KTCORE_LIB -D_GNU_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -O2 -pipe -fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -O2 -g -DNDEBUG -DQT_NO_DEBUG -fPIC -I/usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4/libktcore -I/usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4 -I/usr/local/kde4/include -I/usr/local/kde4/include/KDE -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtMultimedia -I/usr/local/include/qt4/Qt
 Help -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include -I/usr/local/kde4/include/libktorrent -o CMakeFiles/ktcore.dir/interfaces/functions.o -c /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4/libktcore/interfaces/functions.cpp
In file included from /usr/local/include/torrent/torrent.h:43,
                 from /usr/local/kde4/include/libktorrent/diskio/chunkmanager.h:29,
                 from /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4/libktcore/interfaces/functions.cpp:40:
/usr/local/include/torrent/download.h:43:31: error: sigc++/connection.h: No such file or directory
/usr/local/include/torrent/download.h:44:34: error: sigc++/functors/slot.h: No such file or directory
In file included from /usr/local/include/torrent/torrent.h:43,
                 from /usr/local/kde4/include/libktorrent/diskio/chunkmanager.h:29,
                 from /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4/libktcore/interfaces/functions.cpp:40:
/usr/local/include/torrent/download.h:199: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:199: error: ISO C++ forbids declaration of 'slot0' with no type
/usr/local/include/torrent/download.h:199: error: typedef name may not be a nested-name-specifier
/usr/local/include/torrent/download.h:199: error: expected ';' before '<' token
/usr/local/include/torrent/download.h:200: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:200: error: ISO C++ forbids declaration of 'slot1' with no type
/usr/local/include/torrent/download.h:200: error: typedef name may not be a nested-name-specifier
/usr/local/include/torrent/download.h:200: error: expected ';' before '<' token
/usr/local/include/torrent/download.h:202: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:202: error: ISO C++ forbids declaration of 'slot1' with no type
/usr/local/include/torrent/download.h:202: error: typedef name may not be a nested-name-specifier
/usr/local/include/torrent/download.h:202: error: expected ';' before '<' token
/usr/local/include/torrent/download.h:203: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:203: error: ISO C++ forbids declaration of 'slot3' with no type
/usr/local/include/torrent/download.h:203: error: typedef name may not be a nested-name-specifier
/usr/local/include/torrent/download.h:203: error: expected ';' before '<' token
/usr/local/include/torrent/download.h:208: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:208: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:208: error: expected ';' before 'signal_download_done'
/usr/local/include/torrent/download.h:209: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:209: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:209: error: expected ';' before 'signal_hash_done'
/usr/local/include/torrent/download.h:211: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:211: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:211: error: expected ';' before 'signal_tracker_succeded'
/usr/local/include/torrent/download.h:212: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:212: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:212: error: expected ';' before 'signal_tracker_failed'
/usr/local/include/torrent/download.h:213: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:213: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:213: error: expected ';' before 'signal_tracker_dump'
/usr/local/include/torrent/download.h:215: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:215: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:215: error: expected ';' before 'signal_chunk_passed'
/usr/local/include/torrent/download.h:216: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:216: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:216: error: expected ';' before 'signal_chunk_failed'
/usr/local/include/torrent/download.h:219: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:219: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:219: error: expected ';' before 'signal_network_log'
/usr/local/include/torrent/download.h:225: error: 'sigc' has not been declared
/usr/local/include/torrent/download.h:225: error: ISO C++ forbids declaration of 'connection' with no type
/usr/local/include/torrent/download.h:225: error: expected ';' before 'signal_storage_error'
*** Error code 1

Stop in /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4.
*** Error code 1

Stop in /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4.
*** Error code 1

Stop in /usr/ports/net-p2p/ktorrent/work/ktorrent-4.0.4.
*** Error code 1

Stop in /usr/ports/net-p2p/ktorrent.
*** Error code 1

Stop in /usr/ports/net-p2p/ktorrent.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 22 09:10:17 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151638 
State-Changed-From-To: open->feedback 
State-Changed-By: makc 
State-Changed-When: Sun Oct 31 18:03:10 UTC 2010 
State-Changed-Why:  
Can you please the patch 
http://people.freebsd.org/~makc/patches/patch-CMakeLists.txt? Put it to 
net-p2p/ktorrent/files. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151638 

From: Pascal Stumpf <Pascal.Stumpf@cubes.de>
To: bug-followup@freebsd.org,
 Pascal.Stumpf@cubes.de
Cc:  
Subject: Re: ports/151638: net-p2p/ktorrent fails to compile
Date: Wed, 3 Nov 2010 09:23:31 +0100

 Builds and installs correctly for me. :)
State-Changed-From-To: feedback->open 
State-Changed-By: makc 
State-Changed-When: Wed Nov 3 17:52:16 UTC 2010 
State-Changed-Why:  
Feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151638 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Wed Nov 3 17:53:17 UTC 2010 
State-Changed-Why:  
Fixed, thanks for report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151638 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151638: commit references a PR
Date: Wed,  3 Nov 2010 17:51:42 +0000 (UTC)

 makc        2010-11-03 17:51:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/ktorrent     distinfo 
   Added files:
     net-p2p/ktorrent/files patch-CMakeLists.txt 
   Log:
   Rearrange include paths to fix build in real environment
   Remove md5 sum
   
   PR:             ports/151638
   Reported by:    Pascal Stumpf <Pascal.Stumpf at cubes.de>
   
   Revision  Changes    Path
   1.35      +0 -1      ports/net-p2p/ktorrent/distinfo
   1.1       +13 -0     ports/net-p2p/ktorrent/files/patch-CMakeLists.txt (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
