Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 07:06:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422243 - head/net-p2p/qbittorrent
Message-ID:  <201609160706.u8G76EuM091619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep 16 07:06:13 2016
New Revision: 422243
URL: https://svnweb.freebsd.org/changeset/ports/422243

Log:
  Mark BROKEN: fails to build
  
  In file included from app/application.cpp:70:
  In file included from ./base/bittorrent/session.h:43:
  ./base/bittorrent/torrentinfo.h:50:37: error: no type named 'intrusive_ptr' in namespace 'boost'
          explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>());
                               ~~~~~~~^
  ./base/bittorrent/torrentinfo.h:50:50: error: expected ')'
          explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>());
                                                   ^
  ./base/bittorrent/torrentinfo.h:50:29: note: to match this '('
          explicit TorrentInfo(boost::intrusive_ptr<const libtorrent::torrent_info> nativeInfo = boost::intrusive_ptr<const libtorrent::torrent_info>());
                              ^
  ./base/bittorrent/torrentinfo.h:80:16: error: no type named 'intrusive_ptr' in namespace 'boost'
          boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const;
          ~~~~~~~^
  ./base/bittorrent/torrentinfo.h:80:29: error: expected member name or ';' after declaration specifiers
          boost::intrusive_ptr<libtorrent::torrent_info> nativeInfo() const;
          ~~~~~~~~~~~~~~~~~~~~^
  ./base/bittorrent/torrentinfo.h:83:16: error: no type named 'intrusive_ptr' in namespace 'boost'
          boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo;
          ~~~~~~~^
  ./base/bittorrent/torrentinfo.h:83:29: error: expected member name or ';' after declaration specifiers
          boost::intrusive_ptr<libtorrent::torrent_info> m_nativeInfo;
          ~~~~~~~~~~~~~~~~~~~~^
  In file included from app/application.cpp:70:
  ./base/bittorrent/session.h:291:63: error: no matching constructor for initialization of 'BitTorrent::TorrentInfo'
                               const TorrentInfo &torrentInfo = TorrentInfo(),
                                                                ^
  ./base/bittorrent/torrentinfo.h:51:9: note: candidate constructor not viable: requires single argument 'other', but no arguments were provided
          TorrentInfo(const TorrentInfo &other);
          ^
  In file included from app/application.cpp:71:
  ./base/bittorrent/torrenthandle.h:386:36: error: field has incomplete type 'libtorrent::torrent_status'
          libtorrent::torrent_status m_nativeStatus;
                                     ^
  /usr/local/include/libtorrent/torrent_handle.hpp:72:9: note: forward declaration of 'libtorrent::torrent_status'
          struct torrent_status;
                 ^
  
  Reported by:	pkg-fallout

Modified:
  head/net-p2p/qbittorrent/Makefile

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Fri Sep 16 07:01:19 2016	(r422242)
+++ head/net-p2p/qbittorrent/Makefile	Fri Sep 16 07:06:13 2016	(r422243)
@@ -11,6 +11,8 @@ COMMENT?=	Bittorrent client using Qt4 an
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 # ABI versions specified on purpose for libtorrent-rasterbar
 LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \
 		libboost_system.so:devel/boost-libs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609160706.u8G76EuM091619>