• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Broken Packages

Status
Not open for further replies.

Shadowman321

Member
Joined
Mar 27, 2010
Messages
205
Reaction score
22
Code:
apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.1 mysql-common mysql-server-5.1 gcc cpp automake autoconf pkg-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libmysqlclient-dev' instead of 'libmysqlclient15-dev'
cpp is already the newest version.
libxml2-dev is already the newest version.
libxml2 is already the newest version.
libsqlite3-0 is already the newest version.
mysql-client-5.1 is already the newest version.
mysql-client-5.1 set to manually installed.
mysql-common is already the newest version.
mysql-common set to manually installed.
mysql-server-5.1 is already the newest version.
mysql-server-5.1 set to manually installed.
make 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:
 g++ : Depends: g++-4.4 (>= 4.4.5-1~) but it is not going to be installed
 libboost1.42-dev : Depends: libstdc++6-4.4-dev but it is not going to be installed or
                             libstdc++-dev
 liblua5.1-0-dev : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: libreadline-dev but it is not going to be installed
                   Recommends: libtool but it is not going to be installed
 liblua50-dev : Depends: libc6-dev but it is not going to be installed or
                         libc-dev
 liblualib50-dev : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
 libmysqlclient-dev : Depends: zlib1g-dev but it is not going to be installed
 libsqlite0-dev : Depends: libc6-dev but it is not going to be installed
 libsqlite3-dev : Depends: libc6-dev but it is not going to be installed
 libxml++2.6-dev : Depends: libglibmm-2.4-dev (>= 2.4.0) but it is not going to be installed
E: Broken packages

Earlier, every time, i hadn't problem with packages, and everything was good. Whats wrong now?
 
Code:
sudo apt-get clean && sudo apt-get update

Code:
sudo apt-get upgrade

It doesn't work. Still:
Code:
apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.1 mysql-common mysql-server-5.1 gcc cpp automake autoconf pkg-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libmysqlclient-dev' instead of 'libmysqlclient15-dev'
cpp is already the newest version.
libxml2-dev is already the newest version.
libxml2 is already the newest version.
libsqlite3-0 is already the newest version.
mysql-client-5.1 is already the newest version.
mysql-client-5.1 set to manually installed.
mysql-common is already the newest version.
mysql-common set to manually installed.
mysql-server-5.1 is already the newest version.
mysql-server-5.1 set to manually installed.
make 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:
 g++ : Depends: g++-4.4 (>= 4.4.5-1~) but it is not going to be installed
 libboost1.42-dev : Depends: libstdc++6-4.4-dev but it is not going to be installed or
                             libstdc++-dev
 liblua5.1-0-dev : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: libreadline-dev but it is not going to be installed
                   Recommends: libtool but it is not going to be installed
 liblua50-dev : Depends: libc6-dev but it is not going to be installed or
                         libc-dev
 liblualib50-dev : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
 libmysqlclient-dev : Depends: zlib1g-dev but it is not going to be installed
 libsqlite0-dev : Depends: libc6-dev but it is not going to be installed
 libsqlite3-dev : Depends: libc6-dev but it is not going to be installed
 libxml++2.6-dev : Depends: libglibmm-2.4-dev (>= 2.4.0) but it is not going to be installed
E: Broken packages
 
Open a terminal (it's in the accessories menu) and run :

Code:
sudo apt-get install -f

OR:

How To Fix Broken Packages In Ubuntu Or Debian

Code:
root@nexot:~# sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

OR:
Code:
root@nexot:~# apt-get install ppa-purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ppa-purge
Tried with and without sudo.
 
Tried the link I gave you?

1. Install ppa-purge
sudo apt-get install ppa-purge
Result:
Code:
root@nexot:~# apt-get install ppa-purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ppa-purge
...
E: Unable to locate package ppa-purge
E: Unable to locate package ppa-purge
E: Unable to locate package ppa-purge!!!

Nothing works. Maybe something wrong with source.list?
 
Last edited:
Please try to update your apt cache so from terminal type:
Code:
sudo apt-get update
Code:
sudo apt-get install ppa-purge
 
root@nexot:~# sudo apt-get update
Hit http://security.debian.org stable/updates Release.gpg
Ign http://security.debian.org/ stable/updates/contrib Translation-en
Ign http://security.debian.org/ stable/updates/main Translation-en
Ign http://security.debian.org/ stable/updates/non-free Translation-en
Hit http://security.debian.org stable/updates Release
Hit http://security.debian.org stable/updates/main Sources
Hit http://security.debian.org stable/updates/contrib Sources
Hit http://security.debian.org stable/updates/non-free Sources
Hit http://security.debian.org stable/updates/main i386 Packages
Hit http://security.debian.org stable/updates/contrib i386 Packages
Hit http://security.debian.org stable/updates/non-free i386 Packages
Hit http://ftp.pl.debian.org stable Release.gpg
Ign http://ftp.pl.debian.org/debian/ stable/contrib Translation-en
Ign http://ftp.pl.debian.org/debian/ stable/main Translation-en
Ign http://ftp.pl.debian.org/debian/ stable/non-free Translation-en
Hit http://ftp.pl.debian.org stable-updates Release.gpg
Ign http://ftp.pl.debian.org/debian/ stable-updates/contrib Translation-en
Ign http://ftp.pl.debian.org/debian/ stable-updates/main Translation-en
Ign http://ftp.pl.debian.org/debian/ stable-updates/non-free Translation-en
Hit http://ftp.pl.debian.org stable Release
Hit http://ftp.pl.debian.org stable-updates Release
Hit http://ftp.pl.debian.org stable/main Sources
Hit http://ftp.pl.debian.org stable/non-free Sources
Hit http://ftp.pl.debian.org stable/contrib Sources
Hit http://ftp.pl.debian.org stable/main i386 Packages
Hit http://ftp.pl.debian.org stable/non-free i386 Packages
Hit http://ftp.pl.debian.org stable/contrib i386 Packages
Hit http://ftp.pl.debian.org stable-updates/main Sources/DiffIndex
Hit http://ftp.pl.debian.org stable-updates/non-free Sources
Hit http://ftp.pl.debian.org stable-updates/contrib Sources
Hit http://ftp.pl.debian.org stable-updates/main i386 Packages/DiffIndex
Hit http://ftp.pl.debian.org stable-updates/non-free i386 Packages
Hit http://ftp.pl.debian.org stable-updates/contrib i386 Packages
Hit http://ftp.pl.debian.org stable-updates/main i386 Packages
Reading package lists... Done
root@nexot:~# sudo apt-get install ppa-purge
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ppa-purge
Still... nothing.

- - - Updated - - -

I've got another sources.list now and another package list.
One Error only:
E: Unable to locate package libluajit-5.1-dev
E: Couldn't find any package by regex 'libluajit-5.1-dev'

Anyway. I tried to compile.
root@nexot:/source# ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:112: error: possibly undefined macro: AC_CHECK_HEADERS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:136: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:141: error: possibly undefined macro: AC_CHECK_LIB
autoreconf: /usr/bin/autoconf failed with exit status: 1
 
Last edited:
Status
Not open for further replies.
Back
Top