Ubuntu Pastebin

Paste from y at Wed, 24 Feb 2016 13:16:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
g++ -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,-O1 -Wl,--enable-new-dtags -o tst_iconprovider .obj/tst_iconprovider.o   -L/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components -lUbuntuComponents -L/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Test -lUbuntuTest -L/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/lib -lUbuntuGestures -L/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit_x11/../../qml/Ubuntu/Layouts -lUbuntuLayouts -lQt5Quick -lQt5Gui -lQt5Test -lQt5Qml -lQt5Network -lQt5Core -lGL -lpthread 
/usr/bin/ld: warning: libUbuntuToolkit.so.5, needed by /<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so, not found (try using -rpath or -rpath-link)
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::Tree::qt_metacast(char const*)'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::Tree::Tree(QObject*)'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::ColorUtils::ColorUtils(QObject*)'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::ColorUtils::luminance(QColor const&)'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `typeinfo for UbuntuToolkit::Tree'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::Tree::metaObject() const'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::Tree::qt_metacall(QMetaObject::Call, int, void**)'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `vtable for UbuntuToolkit::Tree'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::Tree::staticMetaObject'
/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit/../../qml/Ubuntu/Components/libUbuntuComponents.so: undefined reference to `UbuntuToolkit::ColorUtils::staticMetaObject'
collect2: error: ld returned 1 exit status
Makefile:93: recipe for target 'tst_iconprovider' failed
make[4]: *** [tst_iconprovider] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/ubuntu-ui-toolkit-1.3.1862+16.04.20160224/tests/unit_x11/tst_iconprovider'
Makefile:159: recipe for target 'sub-tst_iconprovider-make_first' failed
make[3]: *** [sub-tst_iconprovider-make_first] Error 2
Download as text