PDA

View Full Version : can't install boxee



hackepapz
August 26th, 2008, 06:23 AM
help!
i intstalled a fresh ubuntu 7.04

hackepapz@Boxee:~$ uname -a
Linux Boxee 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux
and when i try to install boxee i get this error

hackepapz@Boxee:~$ sudo apt-get install boxee
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
boxee: Depends: libasound2 (> 1.0.14) but 1.0.13-1ubuntu5 is to be installed
Depends: libc6 (>= 2.6-1) but 2.5-0ubuntu14 is to be installed
Depends: libcdio7 but it is not installable
Depends: libcurl4-openssl-dev but it is not installable
Depends: libfreetype6 (>= 2.3.5) but 2.2.1-5ubuntu1.1 is to be installed
Depends: libgcc1 (>= 1:4.2.1) but 1:4.1.2-0ubuntu4 is to be installed
Depends: libglew1.5 (>= 1.5.0) but it is not installable
Depends: libsqlite3-0 (>= 3.4.2) but 3.3.13-0ubuntu1 is to be installed
Depends: libstdc++6 (>= 4.2.1) but 4.1.2-0ubuntu4 is to be installed
Depends: zlib1g (>= 1:1.2.3.3.dfsg-1) but 1:1.2.3-13ubuntu4 is to be installed
Depends: libfaad-dev but it is not installable
Depends: libjasper1 but it is not installable
E: Broken packages

who knows how to fix this???
please help

tsella
August 26th, 2008, 10:09 AM
please try to update your system first, sudo apt-get update and sudo apt-get upgrade

then try installing with apt-get -f which should correct anything broken

Bulldog
August 30th, 2008, 05:52 AM
i'm having the same problem


bulldog@bully:~$ sudo apt-get -f install boxee
E: Kon vergrendeling /var/lib/dpkg/lock niet verkrijgen - open (11 Hulpbron is tijdelijk onbeschikbaar)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
bulldog@bully:~$ sudo apt-get -f install boxee
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
Reading state information... Klaar
Sommige pakketten konden niet geïnstalleerd worden. Dit kan betekenen dat u
een onmogelijke situatie gevraagd hebt of dat u de 'unstable'-distributie
gebruikt en sommige benodigde pakketten nog vastzitten in 'incoming'.

Aangezien u slechts een enkele opdracht gegeven hebt is het zeer
waarschijnlijk dat het pakket gewoon niet installeerbaar is. U kunt dan
best een foutrapport indienen voor dit pakket.
De volgende informatie helpt u mogelijk verder:

De volgende pakketten hebben niet-voldane vereisten:
boxee: Vereisten: libglew1.4 (>= 1.4.0) maar het is niet installeerbaar
Vereisten: libsdl-mixer1.2 (>= 1.2.6) maar het is niet installeerbaar
Vereisten: libsdl-sound1.2 maar het zal niet geïnstalleerd worden
Vereisten: libfaad2-dev maar het is niet installeerbaar
Vereisten: libfaac0 maar het is niet installeerbaar
E: Niet-werkende pakketten:
bulldog@bully:~$

even after updating and upgrading Kubuntu

tsella
August 30th, 2008, 06:55 AM
please do sudo apt-get install -f

also, for each package that is uninstallable, please try to install directly - sudo apt-get install libfaac0

Bulldog
August 31st, 2008, 11:24 AM
sudo apt-get install -f gives me

bulldog@bully:~$ sudo apt-get install -f
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
Reading state information... Klaar
0 pakketten opgewaardeerd, 0 pakketten nieuw geïnstalleerd, 0 te verwijderen en 11 niet opgewaardeerd.

sudo apt-get install libfaac0 gives me


bulldog@bully:~$ sudo apt-get install libfaac0
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
Reading state information... Klaar
Pakket libfaac0 is niet beschikbaar, hoewel er naar verwezen wordt door
een ander pakket. Mogelijk betekent dit dat het pakket ontbreekt,
verouderd is, of enkel beschikbaar is van een andere bron
E: Pakket libfaac0 heeft geen installeerbare kandidaat

do i have to add extra repositorys?

i'm using a fresh install of Kubuntu 7.10 (did update and upgrade)

tsella
August 31st, 2008, 11:59 AM
try install libfaac-dev, although it should work just fine

Bulldog
August 31st, 2008, 01:42 PM
nope it doesn't find the packet



bulldog@bully:~$ sudo apt-get install libfaac-dev
[sudo] password for bulldog:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
Reading state information... Klaar
E: Kon pakket libfaac-dev niet vinden

below is my etc/apt/sources.list
maybee something is missing?


deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
# deb http://be.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://be.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://be.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://be.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
# deb http://be.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
deb http://be.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://be.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://apt.boxee.tv gutsy main

Bulldog
September 2nd, 2008, 10:18 AM
or do i need ubuntu instead off Kubuntu?

tsella
September 2nd, 2008, 01:24 PM
please try 'apt-get install libfaac' and tab to see if it tries to autocomplete anything. would seem wierd that kubuntu does not have this pacakge

nwilliam3
September 2nd, 2008, 08:54 PM
I'm having the same type of issues when trying to install.

The install fails because the dependent file libcurl4-openssl-dev can not be installed. I have run all the above suggestions (apt-get -f, system update and upgrade)

I've tried to install the file directly, but that fails due to an uninstallable dependent file: libldap2-dev.

That file fails to directly install too. Error below:

The following packages have unmet dependencies:
libldap2-dev: Depends: libldap-2.4-2 (= 2.4.9-0ubuntu0.8.04.1) but 2.4.9-0ubuntu0.8.04.2 is to be installed

Any help would be appreciated.

Additional Info:
Dell Inspiron 1525
Ubuntu 8.04

Thanks

Bulldog
September 3rd, 2008, 11:28 AM
i installed kubuntu on hardy now
and the installation of boxee worked on that (clean kubuntu install, no update or upgrade whatsoever)

to bad i used vmware to install my linux distros as you don't have gfx drivers support in vmware.

i could install it but not run it.

gues i'll have to wait till next week when my mac comes in , then i can delete windows and install linux on this machine (or install it next to it so then i can install boxee in mac / linux / windows (when it's released)

marcel
September 3rd, 2008, 12:46 PM
Hi Bulldog

Good to hear boxee is working...hopefully soon you will have boxee on all the OS ..stayed tuned to the forum for any announcements...:)


Welcome to boxee..

HwyXingFrog
November 20th, 2008, 09:59 PM
Hey Guys,

I know you got this problem taken care of (through a fresh install) but I managed to get it figured out in my situation the following way:

1) System->Administration->Synaptic Package Manager
2) Select the package that is giving you issues (Mine was libc6)
3) Package->Force Version...
4) Select the version the program wants to function (Mine was 2.7-10ubuntu4)

This downgrades the problematic package to the version you need, then retry your boxee install

Hope this helps someone.

agentlame
November 20th, 2008, 10:00 PM
Hey Guys,

I know you got this problem taken care of (through a fresh install) but I managed to get it figured out in my situation the following way:

1) System->Administration->Synaptic Package Manager
2) Select the package that is giving you issues (Mine was libc6)
3) Package->Force Version...
4) Select the version the program wants to function (Mine was 2.7-10ubuntu4)

This downgrades the problematic package to the version you need, then retry your boxee install

Hope this helps someone.
thanks for the informative fix!

welcome to the forums!

cryptical33
November 22nd, 2008, 09:54 PM
deb http://fr.archive.ubuntu.com/ubuntu hardy main multiverse

marcel
November 23rd, 2008, 03:19 AM
this is a statement /a question or a fix..

agentlame
November 23rd, 2008, 03:24 AM
this is a statement /a question or a fix..

lmao, marcel... you responded the exact way i did:
http://forum.boxee.tv/showthread.php?t=2157

marcel
November 23rd, 2008, 03:29 AM
great minds think alike ...:)

jmurrayil
December 18th, 2008, 05:25 AM
I'm having the same problem. Not able to install in Hardy (Ultimated Edtion 1.9). See below.

sudo apt-get install boxee
sudo: unable to resolve host Acer-laptop
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
boxee: Depends: libcurl4-openssl-dev but it is not going to be installed
E: Broken packages

HwyXingFrog
December 18th, 2008, 11:44 PM
Hey Guys,

I know you got this problem taken care of (through a fresh install) but I managed to get it figured out in my situation the following way:

1) System->Administration->Synaptic Package Manager
2) Select the package that is giving you issues (Mine was libc6)
3) Package->Force Version...
4) Select the version the program wants to function (Mine was 2.7-10ubuntu4)

This downgrades the problematic package to the version you need, then retry your boxee install

Hope this helps someone.

Did you try the above fix with your specific package?

tkpunk
December 24th, 2008, 09:32 PM
Same problem as jmurrayil. Tried the suggested solution. Got this error:


The following packages have unmet dependencies:
libcurl4-openssl-dev: Depends: libldap2-dev but it is not going to be installed
E: Broken packages

Tried the fix, got this:


terrence@terrence-laptop:~$ sudo apt-get install -f libldap2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libldap2-dev: Depends: libldap-2.4-2 (= 2.4.11-0ubuntu6) but 2.4.11-0ubuntu6.1 is to be installed
E: Broken packages