[#205922] FAILED (try 3) srpm=LibreOffice-still-5.4.7.2-alt1.src.rpm
Girar Builder awaiter robot
girar-builder at altlinux.org
Fri May 18 13:51:04 MSK 2018
http://git.altlinux.org/tasks/205922/logs/events.3.1.log
2018-May-18 10:35:56 :: test-only task #205922 for sisyphus resumed by cas:
#100 removed
#200 build LibreOffice-still-5.4.7.2-alt1.src.rpm
2018-May-18 10:35:58 :: [x86_64] #200 LibreOffice-still-5.4.7.2-alt1.src.rpm: build start
2018-May-18 10:35:58 :: [i586] #200 LibreOffice-still-5.4.7.2-alt1.src.rpm: build start
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx: In member function 'void EmojiView::Populate()':
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:107:25: error: 'json_document_tree' in namespace 'orcus' does not name a type
using node = orcus::json_document_tree::node;
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:112:12: error: 'json_document_tree' is not a member of 'orcus'
orcus::json_document_tree aEmojiInfo;
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:115:5: error: 'aEmojiInfo' was not declared in this scope
aEmojiInfo.load(msJSONData, config);
--
EmojiView
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:117:5: error: 'node' was not declared in this scope
node root = aEmojiInfo.get_document_root();
--
class ORCUS_DLLPUBLIC node
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:118:40: error: 'root' was not declared in this scope
std::vector<orcus::pstring> keys = root.keys();
--
chroot
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:123:14: error: expected ';' before 'value'
node value = root.child(key);
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:125:12: error: 'value' was not declared in this scope
if(value.type() == orcus::json_node_t::object)
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:125:35: error: 'orcus::json_node_t' has not been declared
if(value.type() == orcus::json_node_t::object)
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:135:22: error: expected ';' before 'prop'
node prop = value.child(paramVal);
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:140:62: error: 'prop' was not declared in this scope
sTitle = rtl::OStringToOUString(OString( prop.string_value().get(), prop.string_value().size() ), RTL_TEXTENCODING_UTF8);
2018-May-18 10:50:34 :: [x86_64] LibreOffice-still-5.4.7.2-alt1.src.rpm: remote: build failed
2018-May-18 10:50:34 :: [x86_64] #200 LibreOffice-still-5.4.7.2-alt1.src.rpm: build FAILED
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx: In member function 'void EmojiView::Populate()':
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:107:25: error: 'json_document_tree' in namespace 'orcus' does not name a type
using node = orcus::json_document_tree::node;
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:112:12: error: 'json_document_tree' is not a member of 'orcus'
orcus::json_document_tree aEmojiInfo;
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:115:5: error: 'aEmojiInfo' was not declared in this scope
aEmojiInfo.load(msJSONData, config);
--
EmojiView
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:117:5: error: 'node' was not declared in this scope
node root = aEmojiInfo.get_document_root();
--
class ORCUS_DLLPUBLIC node
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:118:40: error: 'root' was not declared in this scope
std::vector<orcus::pstring> keys = root.keys();
--
chroot
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:123:14: error: expected ';' before 'value'
node value = root.child(key);
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:125:12: error: 'value' was not declared in this scope
if(value.type() == orcus::json_node_t::object)
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:125:35: error: 'orcus::json_node_t' has not been declared
if(value.type() == orcus::json_node_t::object)
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:135:22: error: expected ';' before 'prop'
node prop = value.child(paramVal);
/usr/src/RPM/BUILD/libreoffice-5.4.7.2/sfx2/source/control/emojiview.cxx:140:62: error: 'prop' was not declared in this scope
sTitle = rtl::OStringToOUString(OString( prop.string_value().get(), prop.string_value().size() ), RTL_TEXTENCODING_UTF8);
2018-May-18 10:51:04 :: [i586] LibreOffice-still-5.4.7.2-alt1.src.rpm: remote: build failed
2018-May-18 10:51:04 :: [i586] #200 LibreOffice-still-5.4.7.2-alt1.src.rpm: build FAILED
2018-May-18 10:50:34 :: [x86_64] build FAILED
2018-May-18 10:51:04 :: [i586] build FAILED
2018-May-18 10:51:04 :: task #205922 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list