• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Debian TFS 1.0 - Error getting packages

Extrodus

|| Blazera.net ||
Premium User
Joined
Dec 22, 2008
Messages
2,724
Solutions
7
Reaction score
534
Location
Canada
Debian 7.0 - TFS 1.0 - Trying to get packages and brings up errors! Did searches but no help so far.

Error:
Code:
apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package git
E: Unable to locate package cmake
E: Unable to locate package build-essential
E: Unable to locate package liblua5.2-dev
E: Couldn't find any package by regex 'liblua5.2-dev'
E: Unable to locate package libgmp3-dev
E: Unable to locate package libmysqlclient-dev
E: Unable to locate package libboost-system-dev

I have used apt-get update and apt-get upgrade, tried using sudo; same issue.. tried on root with full access.
 
Wierd, Ubuntu is compiling no problems at all.. any reason why Debian GNU would give this error ;\
 
Do apt-get update and apt-get upgrade. Also you may want to add this repo to your sources.list
Code:
deb http://ftp.de.debian.org/debian sid main
 
Restore your system and install it:

goto to /etc/apt/sources.list and add this line:
deb http://ftp.de.debian.org/debian wheezy main

THEN this:
apt-get install libreadline-dev
apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev

Works fine, i test it.
 
Code:
apt-get update
and then try to install packages
or update /etc/apt/sources.list you can use http://debgen.simplylinux.ch/
remember to use stable(wheezy) or testing(jessie), both of them are stable, sid is still unstable in some cases and there're problems with packages dependencies
 
I did that, I tried to use both commands; I need to update source list you say?

Im using the official build of GNU 7.0, but 12.04 seems to be working fine now and the GUI is alot easier to use and it seems to be stable still so thanks for the help guys! I'll try your suggestions if I decide to go back to 7.0.
 
Back
Top