ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: Girar Builder awaiter robot <girar-builder@altlinux.org>
To: Yuri Sedunov <aris@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	Gennadi Motsyo <drool@altlinux.org>
Subject: [#143624] FAILED (try 3) srpm=libtorrent-rasterbar8-1.0.4-alt1.src.rpm ...
Date: Sat, 25 Apr 2015 08:46:00 +0000
Message-ID: <20150425084600.GA3941@gitery.altlinux.org> (raw)

http://git.altlinux.org/tasks/143624/logs/events.3.1.log

2015-Apr-25 08:43:13 :: shared task #143624 for sisyphus resumed by aris:
#100 build libtorrent-rasterbar8-1.0.4-alt1.src.rpm
#200 build leechcraft-0.6.70-alt2.src.rpm
#300 build 3.1.12-alt1 from /people/drool/packages/qbittorrent.git
#400 build 0.9.12-alt1.4.qa4 from /people/drool/packages/flush.git
#500 build 1.1.3-alt0.2.20110222.qa11 from /people/drool/packages/fatrat.git
#600 delete qlivebittorrent
2015-Apr-25 08:43:31 :: created build repo
2015-Apr-25 08:43:32 :: [x86_64] #100 libtorrent-rasterbar8-1.0.4-alt1.src.rpm: build start
2015-Apr-25 08:43:32 :: [i586] #100 libtorrent-rasterbar8-1.0.4-alt1.src.rpm: build start
2015-Apr-25 08:44:15 :: [x86_64] libtorrent-rasterbar8-1.0.4-alt1.src.rpm: remote: no need to rebuild
2015-Apr-25 08:44:15 :: [x86_64] #100 libtorrent-rasterbar8-1.0.4-alt1.src.rpm: build OK
2015-Apr-25 08:44:15 :: [x86_64] #200 leechcraft-0.6.70-alt2.src.rpm: build start
2015-Apr-25 08:44:20 :: [i586] libtorrent-rasterbar8-1.0.4-alt1.src.rpm: remote: no need to rebuild
2015-Apr-25 08:44:20 :: [i586] #100 libtorrent-rasterbar8-1.0.4-alt1.src.rpm: build OK
2015-Apr-25 08:44:20 :: [i586] #200 leechcraft-0.6.70-alt2.src.rpm: build start
2015-Apr-25 08:44:40 :: [x86_64] leechcraft-0.6.70-alt2.src.rpm: remote: no need to rebuild
2015-Apr-25 08:44:40 :: [x86_64] #200 leechcraft-0.6.70-alt2.src.rpm: build OK
2015-Apr-25 08:44:40 :: [x86_64] #300 qbittorrent.git 3.1.12-alt1: build start
2015-Apr-25 08:44:47 :: [i586] leechcraft-0.6.70-alt2.src.rpm: remote: no need to rebuild
2015-Apr-25 08:44:47 :: [i586] #200 leechcraft-0.6.70-alt2.src.rpm: build OK
2015-Apr-25 08:44:47 :: [i586] #300 qbittorrent.git 3.1.12-alt1: build start
./misc.h: In function 'QString misc::toQString(const libtorrent::sha1_hash&)':
./misc.h:74:67: error: 'to_hex' was not declared in this scope
     to_hex((char const*)&hash[0], libtorrent::sha1_hash::size, out);
--
qtlibtorrent/qbtsession.h: At global scope:
qtlibtorrent/qbtsession.h:284:15: error: 'upnp' in namespace 'libtorrent' does not name a type
   libtorrent::upnp *m_upnp;
qtlibtorrent/qbtsession.h:285:15: error: 'natpmp' in namespace 'libtorrent' does not name a type
   libtorrent::natpmp *m_natpmp;
qtlibtorrent/qbtsession.cpp: In constructor 'QBtSession::QBtSession()':
qtlibtorrent/qbtsession.cpp:118:5: error: class 'QBtSession' does not have any field named 'm_upnp'
     m_upnp(0), m_natpmp(0), m_dynDNSUpdater(0)
qtlibtorrent/qbtsession.cpp:118:16: error: class 'QBtSession' does not have any field named 'm_natpmp'
     m_upnp(0), m_natpmp(0), m_dynDNSUpdater(0)
--
qtlibtorrent/qbtsession.cpp: In member function 'QTorrentHandle QBtSession::addTorrent(QString, bool, QString, bool, bool)':
qtlibtorrent/qbtsession.cpp:1184:21: error: no match for 'operator=' (operand types are 'std::vector<char>' and 'std::vector<char>*')
       p.resume_data = &buf;
--
qtlibtorrent/qbtsession.cpp: In member function 'void QBtSession::enableUPnP(bool)':
qtlibtorrent/qbtsession.cpp:1556:10: error: 'm_upnp' was not declared in this scope
     if (!m_upnp) {
qtlibtorrent/qbtsession.cpp:1559:7: error: 'm_natpmp' was not declared in this scope
       m_natpmp = s->start_natpmp();
qtlibtorrent/qbtsession.cpp:1564:7: error: 'm_upnp' was not declared in this scope
       m_upnp->add_mapping(upnp::tcp, port, port);
qtlibtorrent/qbtsession.cpp:1565:7: error: 'm_natpmp' was not declared in this scope
       m_natpmp->add_mapping(natpmp::tcp, port, port);
2015-Apr-25 08:45:44 :: [x86_64] qbittorrent.git 3.1.12-alt1: remote: build failed
2015-Apr-25 08:45:44 :: [x86_64] #300 qbittorrent.git 3.1.12-alt1: build FAILED
./misc.h: In function 'QString misc::toQString(const libtorrent::sha1_hash&)':
./misc.h:74:67: error: 'to_hex' was not declared in this scope
     to_hex((char const*)&hash[0], libtorrent::sha1_hash::size, out);
--
qtlibtorrent/qbtsession.h: At global scope:
qtlibtorrent/qbtsession.h:284:15: error: 'upnp' in namespace 'libtorrent' does not name a type
   libtorrent::upnp *m_upnp;
qtlibtorrent/qbtsession.h:285:15: error: 'natpmp' in namespace 'libtorrent' does not name a type
   libtorrent::natpmp *m_natpmp;
qtlibtorrent/qbtsession.cpp: In constructor 'QBtSession::QBtSession()':
qtlibtorrent/qbtsession.cpp:118:5: error: class 'QBtSession' does not have any field named 'm_upnp'
     m_upnp(0), m_natpmp(0), m_dynDNSUpdater(0)
qtlibtorrent/qbtsession.cpp:118:16: error: class 'QBtSession' does not have any field named 'm_natpmp'
     m_upnp(0), m_natpmp(0), m_dynDNSUpdater(0)
--
qtlibtorrent/qbtsession.cpp: In member function 'QTorrentHandle QBtSession::addTorrent(QString, bool, QString, bool, bool)':
qtlibtorrent/qbtsession.cpp:1184:21: error: no match for 'operator=' (operand types are 'std::vector<char>' and 'std::vector<char>*')
       p.resume_data = &buf;
--
qtlibtorrent/qbtsession.cpp: In member function 'void QBtSession::enableUPnP(bool)':
qtlibtorrent/qbtsession.cpp:1556:10: error: 'm_upnp' was not declared in this scope
     if (!m_upnp) {
qtlibtorrent/qbtsession.cpp:1559:7: error: 'm_natpmp' was not declared in this scope
       m_natpmp = s->start_natpmp();
qtlibtorrent/qbtsession.cpp:1564:7: error: 'm_upnp' was not declared in this scope
       m_upnp->add_mapping(upnp::tcp, port, port);
qtlibtorrent/qbtsession.cpp:1565:7: error: 'm_natpmp' was not declared in this scope
       m_natpmp->add_mapping(natpmp::tcp, port, port);
2015-Apr-25 08:45:59 :: [i586] qbittorrent.git 3.1.12-alt1: remote: build failed
2015-Apr-25 08:45:59 :: [i586] #300 qbittorrent.git 3.1.12-alt1: build FAILED
2015-Apr-25 08:45:44 :: [x86_64] build FAILED
2015-Apr-25 08:45:59 :: [i586] build FAILED
2015-Apr-25 08:45:59 :: task #143624 for sisyphus FAILED


                 reply	other threads:[~2015-04-25  8:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150425084600.GA3941@gitery.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=aris@altlinux.org \
    --cc=drool@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git