Department of
Member

Offline
Activity: 102
Merit: 10
|
 |
March 21, 2015, 06:01:22 PM |
|
I'm really liking Bittrex. I hadn't used it until I wanted to get into BITCREDIT, but for me at least it's by far the most clear and easy to use. All the info you could want is right there and easy to see. I hope they do well and keep growing. Anyway, just thought I'd throw that out there on here because I've been really impressed with it while buying BCR.
|
|
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 06:06:41 PM |
|
sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev ibqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git
sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8 libdb4.8-dev libdb4.8++ libdb4.8++-dev
git clone https://github.com/bitcreditscc/bicreditsnew.git
cd bicreditsnew
chmod +x autogen.sh chmod +x share/genbuild.sh chmod +x src/leveldb/build_detect_platform cp -avr build-aux src/secp256k1
./autogen.sh ./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5 make -j4
strip src/bitcredit-cli strip src/bitcredit-tx strip src/bitcreditd strip src/qt/bitcredit-qt
make install
I tried the install process, but I'm missing a dependency: E: Unable to locate package ibqt5gui5 How do I install ibqt5gui5? Sorry, typo .. The correct package is libqt5gui5. That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line.
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 06:21:26 PM |
|
That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line. What version of Linux Mint use ?
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 06:28:07 PM |
|
That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line. What version of Linux Mint use ? leigh@leigh-Aspire-X3200 ~ $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17.1 Rebecca Release: 17.1 Codename: rebecca
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 06:31:50 PM |
|
That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line. What version of Linux Mint use ? leigh@leigh-Aspire-X3200 ~ $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17.1 Rebecca Release: 17.1 Codename: rebecca
what is the output of "dpkg -l | grep libboost" ?
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 06:38:31 PM |
|
That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line. What version of Linux Mint use ? leigh@leigh-Aspire-X3200 ~ $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17.1 Rebecca Release: 17.1 Codename: rebecca
what is the output of "dpkg -l | grep libboost" ? leigh@leigh-Aspire-X3200 ~ $ dpkg -l | grep libboost ii libboost-all-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development files (ALL) (default version) ii libboost-atomic-dev:i386 1.54.0.1ubuntu1 i386 atomic data types, operations, and memory ordering constraints (default version) ii libboost-atomic1.54-dev:i386 1.54.0-4ubuntu3.1 i386 atomic data types, operations, and memory ordering constraints ii libboost-atomic1.54.0:i386 1.54.0-4ubuntu3.1 i386 atomic data types, operations, and memory ordering constraints ii libboost-chrono-dev:i386 1.54.0.1ubuntu1 i386 C++ representation of time duration, time point, and clocks (default version) ii libboost-chrono1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ representation of time duration, time point, and clocks ii libboost-chrono1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ representation of time duration, time point, and clocks ii libboost-context-dev:i386 1.54.0.1ubuntu1 i386 provides a sort of cooperative multitasking on a single thread (default version) ii libboost-context1.54-dev:i386 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-context1.54.0:i386 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-coroutine-dev 1.54.0.1ubuntu1 i386 provides a sort of cooperative multitasking on a single thread (default version) ii libboost-coroutine1.54-dev 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-date-time-dev:i386 1.54.0.1ubuntu1 i386 set of date-time libraries based on generic programming concepts (default version) ii libboost-date-time1.54-dev:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts ii libboost-date-time1.54.0:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts ii libboost-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development files (default version) ii libboost-exception-dev:i386 1.54.0.1ubuntu1 i386 library to help write exceptions and handlers (default version) ii libboost-exception1.54-dev:i386 1.54.0-4ubuntu3.1 i386 library to help write exceptions and handlers ii libboost-filesystem-dev:i386 1.54.0.1ubuntu1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) ii libboost-filesystem1.54-dev:i386 1.54.0-4ubuntu3.1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ ii libboost-filesystem1.54.0:i386 1.54.0-4ubuntu3.1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ ii libboost-graph-dev:i386 1.54.0.1ubuntu1 i386 generic graph components and algorithms in C++ (default version) ii libboost-graph-parallel-dev 1.54.0.1ubuntu1 i386 generic graph components and algorithms in C++ (default version) ii libboost-graph-parallel1.54-dev 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph-parallel1.54.0 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph1.54-dev:i386 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph1.54.0:i386 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-iostreams-dev:i386 1.54.0.1ubuntu1 i386 Boost.Iostreams Library development files (default version) ii libboost-iostreams1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Iostreams Library development files ii libboost-iostreams1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Iostreams Library ii libboost-locale-dev:i386 1.54.0.1ubuntu1 i386 C++ facilities for localization (default version) ii libboost-locale1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ facilities for localization ii libboost-locale1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ facilities for localization ii libboost-log-dev 1.54.0.1ubuntu1 i386 C++ logging library (default version) ii libboost-log1.54-dev 1.54.0-4ubuntu3.1 i386 C++ logging library ii libboost-log1.54.0 1.54.0-4ubuntu3.1 i386 C++ logging library ii libboost-math-dev:i386 1.54.0.1ubuntu1 i386 Boost.Math Library development files (default version) ii libboost-math1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Math Library development files ii libboost-math1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Math Library ii libboost-mpi-dev 1.54.0.1ubuntu1 i386 C++ interface to the Message Passing Interface (MPI) (default version) ii libboost-mpi-python-dev 1.54.0.1ubuntu1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) ii libboost-mpi-python1.54-dev 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings ii libboost-mpi-python1.54.0 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings ii libboost-mpi1.54-dev 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI) ii libboost-mpi1.54.0 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI) ii libboost-program-options-dev:i386 1.54.0.1ubuntu1 i386 program options library for C++ (default version) ii libboost-program-options1.54-dev:i386 1.54.0-4ubuntu3.1 i386 program options library for C++ ii libboost-program-options1.54.0:i386 1.54.0-4ubuntu3.1 i386 program options library for C++ ii libboost-python-dev 1.54.0.1ubuntu1 i386 Boost.Python Library development files (default version) ii libboost-python1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Python Library development files ii libboost-python1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Python Library ii libboost-random-dev:i386 1.54.0.1ubuntu1 i386 Boost Random Number Library (default version) ii libboost-random1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost Random Number Library ii libboost-random1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost Random Number Library ii libboost-regex-dev:i386 1.54.0.1ubuntu1 i386 regular expression library for C++ (default version) ii libboost-regex1.54-dev:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++ ii libboost-regex1.54.0:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++ ii libboost-serialization-dev:i386 1.54.0.1ubuntu1 i386 serialization library for C++ (default version) ii libboost-serialization1.54-dev:i386 1.54.0-4ubuntu3.1 i386 serialization library for C++ ii libboost-serialization1.54.0:i386 1.54.0-4ubuntu3.1 i386 serialization library for C++ ii libboost-signals-dev:i386 1.54.0.1ubuntu1 i386 managed signals and slots library for C++ (default version) ii libboost-signals1.54-dev:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++ ii libboost-signals1.54.0:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++ ii libboost-system-dev:i386 1.54.0.1ubuntu1 i386 Operating system (e.g. diagnostics support) library (default version) ii libboost-system1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library ii libboost-system1.54.0:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library ii libboost-test-dev:i386 1.54.0.1ubuntu1 i386 components for writing and executing test suites (default version) ii libboost-test1.54-dev:i386 1.54.0-4ubuntu3.1 i386 components for writing and executing test suites ii libboost-test1.54.0:i386 1.54.0-4ubuntu3.1 i386 components for writing and executing test suites ii libboost-thread-dev:i386 1.54.0.1ubuntu1 i386 portable C++ multi-threading (default version) ii libboost-thread1.54-dev:i386 1.54.0-4ubuntu3.1 i386 portable C++ multi-threading ii libboost-thread1.54.0:i386 1.54.0-4ubuntu3.1 i386 portable C++ multi-threading ii libboost-timer-dev:i386 1.54.0.1ubuntu1 i386 C++ wall clock and CPU process timers (default version) ii libboost-timer1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ wall clock and CPU process timers ii libboost-timer1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ wall clock and CPU process timers ii libboost-tools-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development tools (default version) ii libboost-wave-dev:i386 1.54.0.1ubuntu1 i386 C99/C++ preprocessor library (default version) ii libboost-wave1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C99/C++ preprocessor library ii libboost-wave1.54.0:i386 1.54.0-4ubuntu3.1 i386 C99/C++ preprocessor library ii libboost1.54-dev 1.54.0-4ubuntu3.1 i386 Boost C++ Libraries development files ii libboost1.54-tools-dev 1.54.0-4ubuntu3.1 i386 Boost C++ Libraries development tools
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 06:45:46 PM |
|
That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line. What version of Linux Mint use ? leigh@leigh-Aspire-X3200 ~ $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17.1 Rebecca Release: 17.1 Codename: rebecca
what is the output of "dpkg -l | grep libboost" ? leigh@leigh-Aspire-X3200 ~ $ dpkg -l | grep libboost ii libboost-all-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development files (ALL) (default version) ii libboost-atomic-dev:i386 1.54.0.1ubuntu1 i386 atomic data types, operations, and memory ordering constraints (default version) ii libboost-atomic1.54-dev:i386 1.54.0-4ubuntu3.1 i386 atomic data types, operations, and memory ordering constraints ii libboost-atomic1.54.0:i386 1.54.0-4ubuntu3.1 i386 atomic data types, operations, and memory ordering constraints ii libboost-chrono-dev:i386 1.54.0.1ubuntu1 i386 C++ representation of time duration, time point, and clocks (default version) ii libboost-chrono1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ representation of time duration, time point, and clocks ii libboost-chrono1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ representation of time duration, time point, and clocks ii libboost-context-dev:i386 1.54.0.1ubuntu1 i386 provides a sort of cooperative multitasking on a single thread (default version) ii libboost-context1.54-dev:i386 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-context1.54.0:i386 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-coroutine-dev 1.54.0.1ubuntu1 i386 provides a sort of cooperative multitasking on a single thread (default version) ii libboost-coroutine1.54-dev 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-date-time-dev:i386 1.54.0.1ubuntu1 i386 set of date-time libraries based on generic programming concepts (default version) ii libboost-date-time1.54-dev:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts ii libboost-date-time1.54.0:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts ii libboost-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development files (default version) ii libboost-exception-dev:i386 1.54.0.1ubuntu1 i386 library to help write exceptions and handlers (default version) ii libboost-exception1.54-dev:i386 1.54.0-4ubuntu3.1 i386 library to help write exceptions and handlers ii libboost-filesystem-dev:i386 1.54.0.1ubuntu1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) ii libboost-filesystem1.54-dev:i386 1.54.0-4ubuntu3.1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ ii libboost-filesystem1.54.0:i386 1.54.0-4ubuntu3.1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ ii libboost-graph-dev:i386 1.54.0.1ubuntu1 i386 generic graph components and algorithms in C++ (default version) ii libboost-graph-parallel-dev 1.54.0.1ubuntu1 i386 generic graph components and algorithms in C++ (default version) ii libboost-graph-parallel1.54-dev 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph-parallel1.54.0 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph1.54-dev:i386 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph1.54.0:i386 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-iostreams-dev:i386 1.54.0.1ubuntu1 i386 Boost.Iostreams Library development files (default version) ii libboost-iostreams1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Iostreams Library development files ii libboost-iostreams1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Iostreams Library ii libboost-locale-dev:i386 1.54.0.1ubuntu1 i386 C++ facilities for localization (default version) ii libboost-locale1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ facilities for localization ii libboost-locale1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ facilities for localization ii libboost-log-dev 1.54.0.1ubuntu1 i386 C++ logging library (default version) ii libboost-log1.54-dev 1.54.0-4ubuntu3.1 i386 C++ logging library ii libboost-log1.54.0 1.54.0-4ubuntu3.1 i386 C++ logging library ii libboost-math-dev:i386 1.54.0.1ubuntu1 i386 Boost.Math Library development files (default version) ii libboost-math1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Math Library development files ii libboost-math1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Math Library ii libboost-mpi-dev 1.54.0.1ubuntu1 i386 C++ interface to the Message Passing Interface (MPI) (default version) ii libboost-mpi-python-dev 1.54.0.1ubuntu1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) ii libboost-mpi-python1.54-dev 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings ii libboost-mpi-python1.54.0 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings ii libboost-mpi1.54-dev 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI) ii libboost-mpi1.54.0 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI) ii libboost-program-options-dev:i386 1.54.0.1ubuntu1 i386 program options library for C++ (default version) ii libboost-program-options1.54-dev:i386 1.54.0-4ubuntu3.1 i386 program options library for C++ ii libboost-program-options1.54.0:i386 1.54.0-4ubuntu3.1 i386 program options library for C++ ii libboost-python-dev 1.54.0.1ubuntu1 i386 Boost.Python Library development files (default version) ii libboost-python1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Python Library development files ii libboost-python1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Python Library ii libboost-random-dev:i386 1.54.0.1ubuntu1 i386 Boost Random Number Library (default version) ii libboost-random1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost Random Number Library ii libboost-random1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost Random Number Library ii libboost-regex-dev:i386 1.54.0.1ubuntu1 i386 regular expression library for C++ (default version) ii libboost-regex1.54-dev:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++ ii libboost-regex1.54.0:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++ ii libboost-serialization-dev:i386 1.54.0.1ubuntu1 i386 serialization library for C++ (default version) ii libboost-serialization1.54-dev:i386 1.54.0-4ubuntu3.1 i386 serialization library for C++ ii libboost-serialization1.54.0:i386 1.54.0-4ubuntu3.1 i386 serialization library for C++ ii libboost-signals-dev:i386 1.54.0.1ubuntu1 i386 managed signals and slots library for C++ (default version) ii libboost-signals1.54-dev:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++ ii libboost-signals1.54.0:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++ ii libboost-system-dev:i386 1.54.0.1ubuntu1 i386 Operating system (e.g. diagnostics support) library (default version) ii libboost-system1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library ii libboost-system1.54.0:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library ii libboost-test-dev:i386 1.54.0.1ubuntu1 i386 components for writing and executing test suites (default version) ii libboost-test1.54-dev:i386 1.54.0-4ubuntu3.1 i386 components for writing and executing test suites ii libboost-test1.54.0:i386 1.54.0-4ubuntu3.1 i386 components for writing and executing test suites ii libboost-thread-dev:i386 1.54.0.1ubuntu1 i386 portable C++ multi-threading (default version) ii libboost-thread1.54-dev:i386 1.54.0-4ubuntu3.1 i386 portable C++ multi-threading ii libboost-thread1.54.0:i386 1.54.0-4ubuntu3.1 i386 portable C++ multi-threading ii libboost-timer-dev:i386 1.54.0.1ubuntu1 i386 C++ wall clock and CPU process timers (default version) ii libboost-timer1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ wall clock and CPU process timers ii libboost-timer1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ wall clock and CPU process timers ii libboost-tools-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development tools (default version) ii libboost-wave-dev:i386 1.54.0.1ubuntu1 i386 C99/C++ preprocessor library (default version) ii libboost-wave1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C99/C++ preprocessor library ii libboost-wave1.54.0:i386 1.54.0-4ubuntu3.1 i386 C99/C++ preprocessor library ii libboost1.54-dev 1.54.0-4ubuntu3.1 i386 Boost C++ Libraries development files ii libboost1.54-tools-dev 1.54.0-4ubuntu3.1 i386 Boost C++ Libraries development tools
remove the 1.54: sudo apt-get remove libboost-all-dev after try again sudo apt-get install libboost1.55-all-dev
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 07:00:49 PM |
|
That fixed that error, but now I get thiis error: leigh@leigh-Aspire-X3200 ~ $ sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version. libprotobuf-dev is already the newest version. libprotoc8 is already the newest version. pkg-config is already the newest version. protobuf-compiler is already the newest version. qttools5-dev is already the newest version. qttools5-dev-tools is already the newest version. libqrencode-dev is already the newest version. git is already the newest version. libminiupnpc-dev is already the newest version. libqt5core5a is already the newest version. libqt5dbus5 is already the newest version. libqt5gui5 is already the newest version. libssl-dev is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. libboost1.55-all-dev : Depends: libboost1.55-dev but it is not going to be installed Depends: libboost1.55-tools-dev but it is not going to be installed Depends: libboost-atomic1.55-dev but it is not going to be installed Depends: libboost-chrono1.55-dev but it is not going to be installed Depends: libboost-context1.55-dev but it is not going to be installed Depends: libboost-coroutine1.55-dev but it is not going to be installed Depends: libboost-date-time1.55-dev but it is not going to be installed Depends: libboost-exception1.55-dev but it is not going to be installed Depends: libboost-filesystem1.55-dev but it is not going to be installed Depends: libboost-graph1.55-dev but it is not going to be installed Depends: libboost-graph-parallel1.55-dev but it is not going to be installed Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-locale1.55-dev but it is not going to be installed Depends: libboost-log1.55-dev but it is not going to be installed Depends: libboost-math1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-program-options1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-random1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed Depends: libboost-serialization1.55-dev but it is not going to be installed Depends: libboost-signals1.55-dev but it is not going to be installed Depends: libboost-system1.55-dev but it is not going to be installed Depends: libboost-test1.55-dev but it is not going to be installed Depends: libboost-thread1.55-dev but it is not going to be installed Depends: libboost-timer1.55-dev but it is not going to be installed Depends: libboost-wave1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any ideas on how to fix? I'm not the best when it comes to Linux command line. What version of Linux Mint use ? leigh@leigh-Aspire-X3200 ~ $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17.1 Rebecca Release: 17.1 Codename: rebecca
what is the output of "dpkg -l | grep libboost" ? leigh@leigh-Aspire-X3200 ~ $ dpkg -l | grep libboost ii libboost-all-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development files (ALL) (default version) ii libboost-atomic-dev:i386 1.54.0.1ubuntu1 i386 atomic data types, operations, and memory ordering constraints (default version) ii libboost-atomic1.54-dev:i386 1.54.0-4ubuntu3.1 i386 atomic data types, operations, and memory ordering constraints ii libboost-atomic1.54.0:i386 1.54.0-4ubuntu3.1 i386 atomic data types, operations, and memory ordering constraints ii libboost-chrono-dev:i386 1.54.0.1ubuntu1 i386 C++ representation of time duration, time point, and clocks (default version) ii libboost-chrono1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ representation of time duration, time point, and clocks ii libboost-chrono1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ representation of time duration, time point, and clocks ii libboost-context-dev:i386 1.54.0.1ubuntu1 i386 provides a sort of cooperative multitasking on a single thread (default version) ii libboost-context1.54-dev:i386 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-context1.54.0:i386 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-coroutine-dev 1.54.0.1ubuntu1 i386 provides a sort of cooperative multitasking on a single thread (default version) ii libboost-coroutine1.54-dev 1.54.0-4ubuntu3.1 i386 provides a sort of cooperative multitasking on a single thread ii libboost-date-time-dev:i386 1.54.0.1ubuntu1 i386 set of date-time libraries based on generic programming concepts (default version) ii libboost-date-time1.54-dev:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts ii libboost-date-time1.54.0:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts ii libboost-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development files (default version) ii libboost-exception-dev:i386 1.54.0.1ubuntu1 i386 library to help write exceptions and handlers (default version) ii libboost-exception1.54-dev:i386 1.54.0-4ubuntu3.1 i386 library to help write exceptions and handlers ii libboost-filesystem-dev:i386 1.54.0.1ubuntu1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) ii libboost-filesystem1.54-dev:i386 1.54.0-4ubuntu3.1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ ii libboost-filesystem1.54.0:i386 1.54.0-4ubuntu3.1 i386 filesystem operations (portable paths, iteration over directories, etc) in C++ ii libboost-graph-dev:i386 1.54.0.1ubuntu1 i386 generic graph components and algorithms in C++ (default version) ii libboost-graph-parallel-dev 1.54.0.1ubuntu1 i386 generic graph components and algorithms in C++ (default version) ii libboost-graph-parallel1.54-dev 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph-parallel1.54.0 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph1.54-dev:i386 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-graph1.54.0:i386 1.54.0-4ubuntu3.1 i386 generic graph components and algorithms in C++ ii libboost-iostreams-dev:i386 1.54.0.1ubuntu1 i386 Boost.Iostreams Library development files (default version) ii libboost-iostreams1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Iostreams Library development files ii libboost-iostreams1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Iostreams Library ii libboost-locale-dev:i386 1.54.0.1ubuntu1 i386 C++ facilities for localization (default version) ii libboost-locale1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ facilities for localization ii libboost-locale1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ facilities for localization ii libboost-log-dev 1.54.0.1ubuntu1 i386 C++ logging library (default version) ii libboost-log1.54-dev 1.54.0-4ubuntu3.1 i386 C++ logging library ii libboost-log1.54.0 1.54.0-4ubuntu3.1 i386 C++ logging library ii libboost-math-dev:i386 1.54.0.1ubuntu1 i386 Boost.Math Library development files (default version) ii libboost-math1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Math Library development files ii libboost-math1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Math Library ii libboost-mpi-dev 1.54.0.1ubuntu1 i386 C++ interface to the Message Passing Interface (MPI) (default version) ii libboost-mpi-python-dev 1.54.0.1ubuntu1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) ii libboost-mpi-python1.54-dev 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings ii libboost-mpi-python1.54.0 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI), Python Bindings ii libboost-mpi1.54-dev 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI) ii libboost-mpi1.54.0 1.54.0-4ubuntu3.1 i386 C++ interface to the Message Passing Interface (MPI) ii libboost-program-options-dev:i386 1.54.0.1ubuntu1 i386 program options library for C++ (default version) ii libboost-program-options1.54-dev:i386 1.54.0-4ubuntu3.1 i386 program options library for C++ ii libboost-program-options1.54.0:i386 1.54.0-4ubuntu3.1 i386 program options library for C++ ii libboost-python-dev 1.54.0.1ubuntu1 i386 Boost.Python Library development files (default version) ii libboost-python1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost.Python Library development files ii libboost-python1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost.Python Library ii libboost-random-dev:i386 1.54.0.1ubuntu1 i386 Boost Random Number Library (default version) ii libboost-random1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Boost Random Number Library ii libboost-random1.54.0:i386 1.54.0-4ubuntu3.1 i386 Boost Random Number Library ii libboost-regex-dev:i386 1.54.0.1ubuntu1 i386 regular expression library for C++ (default version) ii libboost-regex1.54-dev:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++ ii libboost-regex1.54.0:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++ ii libboost-serialization-dev:i386 1.54.0.1ubuntu1 i386 serialization library for C++ (default version) ii libboost-serialization1.54-dev:i386 1.54.0-4ubuntu3.1 i386 serialization library for C++ ii libboost-serialization1.54.0:i386 1.54.0-4ubuntu3.1 i386 serialization library for C++ ii libboost-signals-dev:i386 1.54.0.1ubuntu1 i386 managed signals and slots library for C++ (default version) ii libboost-signals1.54-dev:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++ ii libboost-signals1.54.0:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++ ii libboost-system-dev:i386 1.54.0.1ubuntu1 i386 Operating system (e.g. diagnostics support) library (default version) ii libboost-system1.54-dev:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library ii libboost-system1.54.0:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library ii libboost-test-dev:i386 1.54.0.1ubuntu1 i386 components for writing and executing test suites (default version) ii libboost-test1.54-dev:i386 1.54.0-4ubuntu3.1 i386 components for writing and executing test suites ii libboost-test1.54.0:i386 1.54.0-4ubuntu3.1 i386 components for writing and executing test suites ii libboost-thread-dev:i386 1.54.0.1ubuntu1 i386 portable C++ multi-threading (default version) ii libboost-thread1.54-dev:i386 1.54.0-4ubuntu3.1 i386 portable C++ multi-threading ii libboost-thread1.54.0:i386 1.54.0-4ubuntu3.1 i386 portable C++ multi-threading ii libboost-timer-dev:i386 1.54.0.1ubuntu1 i386 C++ wall clock and CPU process timers (default version) ii libboost-timer1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C++ wall clock and CPU process timers ii libboost-timer1.54.0:i386 1.54.0-4ubuntu3.1 i386 C++ wall clock and CPU process timers ii libboost-tools-dev 1.54.0.1ubuntu1 i386 Boost C++ Libraries development tools (default version) ii libboost-wave-dev:i386 1.54.0.1ubuntu1 i386 C99/C++ preprocessor library (default version) ii libboost-wave1.54-dev:i386 1.54.0-4ubuntu3.1 i386 C99/C++ preprocessor library ii libboost-wave1.54.0:i386 1.54.0-4ubuntu3.1 i386 C99/C++ preprocessor library ii libboost1.54-dev 1.54.0-4ubuntu3.1 i386 Boost C++ Libraries development files ii libboost1.54-tools-dev 1.54.0-4ubuntu3.1 i386 Boost C++ Libraries development tools
remove the 1.54: sudo apt-get remove libboost-all-dev after try again sudo apt-get install libboost1.55-all-dev That worked, but now I get a different error when running this command: sudo apt-get install libdb4.8 libdb4.8-dev libdb4.8++ libdb4.8++-dev sudo apt-get install libdb4.8 libdb4.8-dev libdb4.8++ libdb4.8++-dev Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libboost-atomic1.54.0 libboost-chrono1.54.0 libboost-context1.54.0 libboost-filesystem1.54.0 libboost-graph-parallel1.54.0 libboost-graph1.54.0 libboost-locale1.54.0 libboost-log1.54.0 libboost-math1.54.0 libboost-mpi1.54.0 libboost-program-options1.54.0 libboost-python1.54.0 libboost-random1.54.0 libboost-regex1.54.0 libboost-serialization1.54.0 libboost-signals1.54.0 libboost-test1.54.0 libboost-thread1.54.0 libboost-timer1.54.0 libboost-wave1.54.0 libdb5.3++ Use 'apt-get autoremove' to remove them. Suggested packages: db4.8-doc The following packages will be REMOVED libdb++-dev libdb5.3++-dev libdb5.3-dev The following NEW packages will be installed libdb4.8 libdb4.8++ libdb4.8++-dev libdb4.8-dev 0 to upgrade, 4 to newly install, 3 to remove and 25 not to upgrade. E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-i386_Packages - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_binary-i386_Packages - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_binary-i386_Packages - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_binary-i386_Packages - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en%5fGB - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en%5fGB - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en%5fGB - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en%5fGB - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_binary-i386_Packages - open (2: No such file or directory) E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-i386_Packages - open (2: No such file or directory)
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 07:06:35 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ?
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 07:13:01 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol 
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 07:19:26 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev?
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 07:23:37 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 07:39:51 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes aclocal is part of autotools-dev ... do: sudo updatedb sudo locate aclocal | grep bin
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 07:47:58 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes aclocal is part of autotools-dev ... do: sudo updatedb sudo locate aclocal | grep bin Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 07:52:13 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes aclocal is part of autotools-dev ... do: sudo updatedb sudo locate aclocal | grep bin Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error aclocal is located in your $PATH ?
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 07:55:37 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes aclocal is part of autotools-dev ... do: sudo updatedb sudo locate aclocal | grep bin Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error aclocal is located in your $PATH ? I'm not sure, but i tried that command and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ $PATH bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games: No such file or directory
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 07:57:48 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes aclocal is part of autotools-dev ... do: sudo updatedb sudo locate aclocal | grep bin Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error aclocal is located in your $PATH ? I'm not sure, but i tried that command and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ $PATH bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games: No such file or directory
check to see if you have "/usr/bin/aclocal"
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 08:00:04 PM |
|
you did sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update ? @ "sudo apt-get update" anything strange ? I didn't update, it worked I installed the dependencies. I tried to run ./autogen.sh and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ ./autogen.sh Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
We're nearly there lol  you installed autotools-dev? yes aclocal is part of autotools-dev ... do: sudo updatedb sudo locate aclocal | grep bin Sorry bro, I ran those commands then tried the ./autogen.sh and I still get the same error aclocal is located in your $PATH ? I'm not sure, but i tried that command and got this: leigh@leigh-Aspire-X3200 ~/bicreditsnew $ $PATH bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games: No such file or directory
check to see if you have "/usr/bin/aclocal" no, it's not there.
|
|
|
|
|
dragos_bdi
|
 |
March 21, 2015, 08:03:25 PM |
|
sudo locate aclocal | grep bin sudo apt-get install automake
|
Thank You for your tips! BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
|
|
|
leigh2k14
Legendary
Offline
Activity: 1288
Merit: 1000
|
 |
March 21, 2015, 08:12:35 PM |
|
sudo locate aclocal | grep bin sudo apt-get install automake That worked, it's still compiling, i'll let you know how it goes
|
|
|
|
|