Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
megasync-9999::repolocal failed compile phase (abierto)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
FyruX
n00b
n00b


Joined: 15 Mar 2018
Posts: 15
Location: Colombia

PostPosted: Sat Mar 17, 2018 5:41 pm    Post subject: megasync-9999::repolocal failed compile phase (abierto) Reply with quote

Hola... estoy intentando emerger el cliente de sincronización de MEGA.nz desde repositorio local..... aca dejo las ultimas 100 lineas del build.log
Code:
                 from mega/src/crypto/cryptopp.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o sodium.o mega/src/crypto/sodium.cpp
In file included from mega/include/mega/treeproc.h:28:0,
                 from mega/include/mega/megaclient.h:31,
                 from mega/include/mega/pubkeyaction.h:25,
                 from mega/include/mega.h:50,
                 from mega/src/crypto/sodium.cpp:23:
mega/include/mega/sync.h:37:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<DirNotify> dirnotify;
          ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
                 from /usr/include/cryptopp/stdcpp.h:10,
                 from /usr/include/cryptopp/cryptlib.h:87,
                 from mega/include/mega/crypto/cryptopp.h:26,
                 from mega/include/mega/types.h:55,
                 from mega/include/mega.h:33,
                 from mega/src/crypto/sodium.cpp:23:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o sqlite.o mega/src/db/sqlite.cpp
In file included from mega/include/mega/treeproc.h:28:0,
                 from mega/include/mega/megaclient.h:31,
                 from mega/include/mega/pubkeyaction.h:25,
                 from mega/include/mega.h:50,
                 from mega/src/db/sqlite.cpp:22:
mega/include/mega/sync.h:37:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<DirNotify> dirnotify;
          ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
                 from /usr/include/cryptopp/stdcpp.h:10,
                 from /usr/include/cryptopp/cryptlib.h:87,
                 from mega/include/mega/crypto/cryptopp.h:26,
                 from mega/include/mega/types.h:55,
                 from mega/include/mega.h:33,
                 from mega/src/db/sqlite.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o qt.o mega/src/gfx/qt.cpp
In file included from mega/include/mega/treeproc.h:28:0,
                 from mega/include/mega/megaclient.h:31,
                 from mega/include/mega/pubkeyaction.h:25,
                 from mega/include/mega.h:50,
                 from mega/src/gfx/qt.cpp:25:
mega/include/mega/sync.h:37:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<DirNotify> dirnotify;
          ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
                 from /usr/include/cryptopp/stdcpp.h:10,
                 from /usr/include/cryptopp/cryptlib.h:87,
                 from mega/include/mega/crypto/cryptopp.h:26,
                 from mega/include/mega/types.h:55,
                 from mega/include/mega.h:33,
                 from mega/src/gfx/qt.cpp:25:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o external.o mega/src/gfx/external.cpp
In file included from mega/include/mega/treeproc.h:28:0,
                 from mega/include/mega/megaclient.h:31,
                 from mega/include/mega/pubkeyaction.h:25,
                 from mega/include/mega.h:50,
                 from mega/src/gfx/external.cpp:22:
mega/include/mega/sync.h:37:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
     std::auto_ptr<DirNotify> dirnotify;
          ^~~~~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/memory:81:0,
                 from /usr/include/cryptopp/stdcpp.h:10,
                 from /usr/include/cryptopp/cryptlib.h:87,
                 from mega/include/mega/crypto/cryptopp.h:26,
                 from mega/include/mega/types.h:55,
                 from mega/include/mega.h:33,
                 from mega/src/gfx/external.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o qtthread.o mega/src/thread/qtthread.cpp
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o mega_utf8proc.o mega/src/mega_utf8proc.cpp
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o mega_zxcvbn.o mega/src/mega_zxcvbn.cpp
x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -mssse3 -g -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x000000 -DHAVE_LIBUV -DUSE_MEDIAINFO -DUSE_SQLITE -DUSE_CRYPTOPP -DUSE_QT -DMEGA_QT_LOGGING -DENABLE_SYNC -DENABLE_CHAT -DNDEBUG -DUSE_DBUS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Igui -Igui/linux -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include/libuv -Imega/include -Imega/bindings/qt -I/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync/mega/bindings/qt/../..//bindings/qt/3rdparty/include -Imega/include/mega/posix -Icontrol -Iplatform -Igoogle_breakpad -Iqtlockedfile -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -I. -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o mediafileattribute.o mega/src/mediafileattribute.cpp
mega/src/mediafileattribute.cpp:29:33: fatal error: MediaInfo/MediaInfo.h: No such file or directory
 #include "MediaInfo/MediaInfo.h"
                                 ^
compilation terminated.
make[1]: *** [Makefile:4434: mediafileattribute.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src/MEGASync'
make: *** [Makefile:43: sub-MEGASync-make_first] Error 2
 * ERROR: net-misc/megasync-9999::repolocal failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=net-misc/megasync-9999::repolocal'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/megasync-9999::repolocal'`.
 * The complete build log is located at '/var/tmp/portage/net-misc/megasync-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/megasync-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999/src'
 * S: '/var/tmp/portage/net-misc/megasync-9999/work/megasync-9999'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum