maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Is libeina1 necessary ? (https://talk.maemo.org/showthread.php?t=69257)

AgogData 2011-02-02 14:38

Is libeina1 necessary ?
 
In xterm typing apt-get upgrade showed that i have a package named "libeet1" being held back, so i typed apt-get install libeet1
and it said that it need a dependencies named "libeina1"
so i typed apt-get install libeina1 but its a large package of about 16 MB, so is it important to upgrade libeet1 ? and why its kept back ?

Cue 2011-02-02 14:55

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by AgogData (Post 934242)
In xterm typing apt-get upgrade showed that i have a package named "libeet1" being held back, so i typed apt-get install libeet1
and it said that it need a dependencies named "libeina1"
so i typed apt-get install libeina1 but its a large package of about 16 MB, so is it important to upgrade libeet1 ? and why its kept back ?

Not sure why it's being kept back but the change log and dependencies for libeet1 are here so you can decide whether it is important or not
http://maemo.org/packages/package_in...1.4.0-1maemo1/

Rob1n 2011-02-02 15:05

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by Cue (Post 934256)
Not sure why it's being kept back

It's being kept back because upgrading it would require installing new packages (rather than just upgrading existing installed packages). You need to use "install" to force it to go ahead with the upgrade & new installs.

xxxxts 2011-02-02 15:12

Re: Is libeina1 necessary ?
 
Same issue:

Quote:

apt-get install libeet1
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libeet1: Depends: libeina1 (>= 1.0.0~beta) but it is not going to be installed
E: Broken packages

Rob1n 2011-02-02 15:18

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by xxxxts (Post 934270)
Same issue:

Then libeina1 must conflict - probably with libeina0. You'll need to try install that manually (which should then remove any conflicting packages).

AgogData 2011-02-02 15:18

Re: Is libeina1 necessary ?
 
I did and it manually and it removed bluemaemo and alot of packages i don't know if its important or not.

@xxxxts : apt-get install libeina1

Gusse 2011-02-02 19:48

Re: Is libeina1 necessary ?
 
Add this to /etc/apt/preferences file if you don't want get notification during apt-get upgrade.

Code:

Package: libeet1
Pin: version 1.2.2*
Pin-Priority: 1001

Don't know if new version is needed somewhere. If yes, then unpin file and install required files.

xxxxts 2011-02-03 11:20

Re: Is libeina1 necessary ?
 
Shucks, now I lost BlueMaemo.

Cue 2011-02-03 11:46

Re: Is libeina1 necessary ?
 
it seems some people are having problems installing bluemaemo now
http://talk.maemo.org/showpost.php?p...&postcount=603

most likely because of libeet1?

xxxxts 2011-02-03 12:39

Re: Is libeina1 necessary ?
 
How can I fix what I have done?:o:(

xxxxts 2011-02-03 13:06

Re: Is libeina1 necessary ?
 
Not cool man...

Quote:

apt-get install bluemaemo
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
bluemaemo: Depends: efl-core but it is not going to be installed
Depends: python2.5-efl-core but it is not going to be installed
Depends: python2.5-ecore but it is not going to be installed
Depends: python2.5-evas but it is not going to be installed
Depends: python2.5-edje but it is not going to be installed
Depends: python2.5-elementary but it is not going to be installed
E: Broken packages

Rob1n 2011-02-03 13:16

Re: Is libeina1 necessary ?
 
You'll need to reinstall libeina0 first - that should uninstall any of the conflicting packages and allow reinstallation of bluemaemo.

xxxxts 2011-02-03 13:24

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by Rob1n (Post 934935)
You'll need to reinstall libeina0 first - that should uninstall any of the conflicting packages and allow reinstallation of bluemaemo.

No go... I tired that already...

Quote:

# apt-get install libeina0
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libeina0
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 41.8kB of archives.
After this operation, 156kB of additional disk space will be used.
Get:1 http://repository.maemo.org fremantle/free libeina0 0.0.2.062+svn41533-maemo1 [41.8kB]
Fetched 41.8kB in 0s (162kB/s)
Selecting previously deselected package libeina0.
(Reading database ... 42503 files and directories currently installed.)
Unpacking libeina0 (from .../libeina0_0.0.2.062+svn41533-maemo1_armel.deb) ...
Setting up libeina0 (0.0.2.062+svn41533-maemo1) ...
# apt-get install bluemaemo
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
bluemaemo: Depends: efl-core but it is not going to be installed
Depends: python2.5-efl-core but it is not going to be installed
Depends: python2.5-ecore but it is not going to be installed
Depends: python2.5-evas but it is not going to be installed
Depends: python2.5-edje but it is not going to be installed
Depends: python2.5-elementary but it is not going to be installed
E: Broken packages
#

Rob1n 2011-02-03 14:15

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by xxxxts (Post 934938)
No go... I tired that already...

In that case, the only thing to do is keep adding the dependencies to the install command until it works:
Code:

apt-get install bluemaemo efl-core python2.5-efl-core python2.5-ecore python2.5-evas python2.5-edjepython2.5-elementary

xxxxts 2011-02-03 14:48

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by Rob1n (Post 934976)
In that case, the only thing to do is keep adding the dependencies to the install command until it works:
Code:

apt-get install bluemaemo efl-core python2.5-efl-core python2.5-ecore python2.5-evas python2.5-edjepython2.5-elementary

No go;

Code:

apt-get install bluemaemo efl-core python2.5-efl-core py                                                                                                                                                            thon2.5-ecore python2.5-evas python2.5-edje python2.5-elementary
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  bluemaemo: Depends: python2.5-edbus but it is not going to be installed
            Depends: python-configobj but it is not going to be installed
  efl-core: Depends: libeet1 (>= 1.2.2+svn41533-maemo1) but it is not going to b                                                                                                                                                            e installed
            Depends: libevas0 (>= 0.9.9.062+svn41533-maemo1) but it is not going                                                                                                                                                              to be installed
            Depends: libevas0-all (>= 0.9.9.062+svn41533-maemo1) but it is not g                                                                                                                                                            oing to be installed
            Depends: libecore0 (>= 0.9.9.062+svn41533-maemo1) but it is not goin                                                                                                                                                            g to be installed
            Depends: libecore0-all (>= 0.9.9.062+svn41533-maemo1) but it is not                                                                                                                                                              going to be installed
            Depends: libembryo0 (>= 0.9.9.062+svn41533-maemo1) but it is not goi                                                                                                                                                            ng to be installed
            Depends: libedje0 (>= 0.9.92.062+svn41533-maemo1) but it is not goin                                                                                                                                                            g to be installed
            Depends: libepsilon0 (>= 0.3.0.012+svn41533-maemo1) but it is not go                                                                                                                                                            ing to be installed
            Depends: libetk0 (>= 0.1.0.042+svn41533-maemo1) but it is not going                                                                                                                                                              to be installed
            Depends: libetk0-engine-all (>= 0.1.0.042+svn41533-maemo1) but it is                                                                                                                                                              not going to be installed
            Depends: libedbus0 (>= 0.5.0.062+svn41533-maemo1) but it is not goin                                                                                                                                                            g to be installed
  python2.5-ecore: Depends: libecore0 but it is not going to be installed
                  Depends: libecore0-evas but it is not going to be installed
                  Depends: libecore0-imf but it is not going to be installed
                  Depends: libecore0-input but it is not going to be installed
                  Depends: libecore0-txt but it is not going to be installed
                  Depends: libecore0-x but it is not going to be installed
                  Depends: libevas0 but it is not going to be installed
                  Depends: libecore0 (>= 0.9.9.062+svn41533-maemo1) but it is n                                                                                                                                                            ot going to be installed
                  Depends: libecore0-all (>= 0.9.9.062+svn41533-maemo1) but it                                                                                                                                                              is not going to be installed
  python2.5-edje: Depends: libecore0 but it is not going to be installed
                  Depends: libecore0-imf but it is not going to be installed
                  Depends: libecore0-imf-evas but it is not going to be installe                                                                                                                                                            d
                  Depends: libecore0-job but it is not going to be installed
                  Depends: libedje0 but it is not going to be installed
                  Depends: libeet1 but it is not going to be installed
                  Depends: libembryo0 but it is not going to be installed
                  Depends: libevas0 but it is not going to be installed
  python2.5-efl-core: Depends: python2.5-epsilon (>= 0.3.1+svn41533-maemo1) but                                                                                                                                                              it is not going to be installed
                      Depends: python2.5-etk (>= 0.1.2+svn41533-maemo1) but it i                                                                                                                                                            s not going to be installed
                      Depends: python2.5-efl-utils (>= 0.1.4+svn41533-maemo1) bu                                                                                                                                                            t it is not going to be installed
                      Depends: python2.5-dbus-ecore (>= 0.71-1osso10) but it is                                                                                                                                                              not installable or
                              python2.5-edbus (>= 0.3.1+svn41533-maemo1) but it                                                                                                                                                              is not going to be installed
  python2.5-elementary: Depends: libecore0 but it is not going to be installed
                        Depends: libecore0-con but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-evas but it is not going to be instal                                                                                                                                                            led
                        Depends: libecore0-file but it is not going to be instal                                                                                                                                                            led
                        Depends: libecore0-imf but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-imf-evas but it is not going to be in                                                                                                                                                            stalled
                        Depends: libecore0-input but it is not going to be insta                                                                                                                                                            lled
                        Depends: libecore0-job but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-txt but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-x but it is not going to be installed
                        Depends: libedje0 but it is not going to be installed
                        Depends: libeet1 but it is not going to be installed
                        Depends: libelementary0 but it is not going to be instal                                                                                                                                                            led
                        Depends: libembryo0 but it is not going to be installed
                        Depends: libevas0 but it is not going to be installed
                        Depends: libelementary0 (>= 0.5.1.0+svn41533-maemo1) but                                                                                                                                                              it is not going to be installed
  python2.5-evas: Depends: libevas0 but it is not going to be installed
                  Depends: libevas0 (>= 0.9.9.062+svn41533-maemo1) but it is not                                                                                                                                                              going to be installed
                  Depends: libevas0-all (>= 0.9.9.062+svn41533-maemo1) but it is                                                                                                                                                              not going to be installed
  uboot-power: Depends: kernel-power-modules (= 2.6.28-maemo46) but 2.6.28-maemo                                                                                                                                                            46-wl1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s                                                                                                                                                            olution).


Rob1n 2011-02-03 14:58

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by xxxxts (Post 934996)
No go

That's why I said you're going to have to keep adding them - each time it'll report more dependencies that aren't being installed, so you'll need to add them all onto the install command and run it again (you may even need to force specific versions, but hopefully not). Eventually it'll work.

acvetkov 2011-02-03 15:01

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by xxxxts (Post 934996)
No go;

Code:

apt-get install bluemaemo efl-core python2.5-efl-core py                                                                                                                                                            thon2.5-ecore python2.5-evas python2.5-edje python2.5-elementary
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  bluemaemo: Depends: python2.5-edbus but it is not going to be installed
            Depends: python-configobj but it is not going to be installed
  efl-core: Depends: libeet1 (>= 1.2.2+svn41533-maemo1) but it is not going to b                                                                                                                                                            e installed
            Depends: libevas0 (>= 0.9.9.062+svn41533-maemo1) but it is not going                                                                                                                                                              to be installed
            Depends: libevas0-all (>= 0.9.9.062+svn41533-maemo1) but it is not g                                                                                                                                                            oing to be installed
            Depends: libecore0 (>= 0.9.9.062+svn41533-maemo1) but it is not goin                                                                                                                                                            g to be installed
            Depends: libecore0-all (>= 0.9.9.062+svn41533-maemo1) but it is not                                                                                                                                                              going to be installed
            Depends: libembryo0 (>= 0.9.9.062+svn41533-maemo1) but it is not goi                                                                                                                                                            ng to be installed
            Depends: libedje0 (>= 0.9.92.062+svn41533-maemo1) but it is not goin                                                                                                                                                            g to be installed
            Depends: libepsilon0 (>= 0.3.0.012+svn41533-maemo1) but it is not go                                                                                                                                                            ing to be installed
            Depends: libetk0 (>= 0.1.0.042+svn41533-maemo1) but it is not going                                                                                                                                                              to be installed
            Depends: libetk0-engine-all (>= 0.1.0.042+svn41533-maemo1) but it is                                                                                                                                                              not going to be installed
            Depends: libedbus0 (>= 0.5.0.062+svn41533-maemo1) but it is not goin                                                                                                                                                            g to be installed
  python2.5-ecore: Depends: libecore0 but it is not going to be installed
                  Depends: libecore0-evas but it is not going to be installed
                  Depends: libecore0-imf but it is not going to be installed
                  Depends: libecore0-input but it is not going to be installed
                  Depends: libecore0-txt but it is not going to be installed
                  Depends: libecore0-x but it is not going to be installed
                  Depends: libevas0 but it is not going to be installed
                  Depends: libecore0 (>= 0.9.9.062+svn41533-maemo1) but it is n                                                                                                                                                            ot going to be installed
                  Depends: libecore0-all (>= 0.9.9.062+svn41533-maemo1) but it                                                                                                                                                              is not going to be installed
  python2.5-edje: Depends: libecore0 but it is not going to be installed
                  Depends: libecore0-imf but it is not going to be installed
                  Depends: libecore0-imf-evas but it is not going to be installe                                                                                                                                                            d
                  Depends: libecore0-job but it is not going to be installed
                  Depends: libedje0 but it is not going to be installed
                  Depends: libeet1 but it is not going to be installed
                  Depends: libembryo0 but it is not going to be installed
                  Depends: libevas0 but it is not going to be installed
  python2.5-efl-core: Depends: python2.5-epsilon (>= 0.3.1+svn41533-maemo1) but                                                                                                                                                              it is not going to be installed
                      Depends: python2.5-etk (>= 0.1.2+svn41533-maemo1) but it i                                                                                                                                                            s not going to be installed
                      Depends: python2.5-efl-utils (>= 0.1.4+svn41533-maemo1) bu                                                                                                                                                            t it is not going to be installed
                      Depends: python2.5-dbus-ecore (>= 0.71-1osso10) but it is                                                                                                                                                              not installable or
                              python2.5-edbus (>= 0.3.1+svn41533-maemo1) but it                                                                                                                                                              is not going to be installed
  python2.5-elementary: Depends: libecore0 but it is not going to be installed
                        Depends: libecore0-con but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-evas but it is not going to be instal                                                                                                                                                            led
                        Depends: libecore0-file but it is not going to be instal                                                                                                                                                            led
                        Depends: libecore0-imf but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-imf-evas but it is not going to be in                                                                                                                                                            stalled
                        Depends: libecore0-input but it is not going to be insta                                                                                                                                                            lled
                        Depends: libecore0-job but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-txt but it is not going to be install                                                                                                                                                            ed
                        Depends: libecore0-x but it is not going to be installed
                        Depends: libedje0 but it is not going to be installed
                        Depends: libeet1 but it is not going to be installed
                        Depends: libelementary0 but it is not going to be instal                                                                                                                                                            led
                        Depends: libembryo0 but it is not going to be installed
                        Depends: libevas0 but it is not going to be installed
                        Depends: libelementary0 (>= 0.5.1.0+svn41533-maemo1) but                                                                                                                                                              it is not going to be installed
  python2.5-evas: Depends: libevas0 but it is not going to be installed
                  Depends: libevas0 (>= 0.9.9.062+svn41533-maemo1) but it is not                                                                                                                                                              going to be installed
                  Depends: libevas0-all (>= 0.9.9.062+svn41533-maemo1) but it is                                                                                                                                                              not going to be installed
  uboot-power: Depends: kernel-power-modules (= 2.6.28-maemo46) but 2.6.28-maemo                                                                                                                                                            46-wl1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s                                                                                                                                                            olution).


I can confirm that this is working. Tried manual installation of each packet from a .deb .downloaded it before that. Tried manual installation of older packets, tried apt-get -f install and nothing works, but am not sure which caused the problem, tried libeina0 and libeina1 and still cannot install bluemaemo.

xxxxts 2011-02-03 15:38

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by Rob1n (Post 935000)
That's why I said you're going to have to keep adding them - each time it'll report more dependencies that aren't being installed, so you'll need to add them all onto the install command and run it again (you may even need to force specific versions, but hopefully not). Eventually it'll work.

I am up to here:

Code:

apt-get install bluemaemo efl-core python2.5-efl-core python2.5-ecore python2.5-evas python2.5-edje python2.5-elementary libeet1 libevas0 libevas0-all libecore0 libecore0-all libembryo0 libedje0 libepsilon0 libetk0 libetk0-engine-all libedbus0 python2.5-edbus python-configobj libecore0-con libecore0-evas libecore0-file libecore0-job libecore0-txt libecore0-x libecore0-ipc libecore0-imf libecore0-imf-evas libecore0-input libevas0-engine-software-x11 libevas0-engine-software-x11-16 libetk0-engine-all libetk0-engine-evas-x11 libetk0-engine-evas libetk0-engine-evas-software-x11 libetk0-engine-evas-software-x11-16 libevas0-all libevas0-loaders-all libevas0-savers-all libevas0-engines-all python2.5-efl-core python2.5-epsilon python2.5-etk python2.5-efl-utils python2.5-elementary libelementary0 libevas0-loader-eet libeina1 libevas0-engine-software-generic libevas0-engine-buffer libevas0-engine-software-generic libevas0-loader-eet libevas0-loader-jpeg libevas0-loader-png libevas0-saver-eet libevas0-saver-jpeg libevas0-saver-png
It simply won't fit.

xxxxts 2011-02-03 16:02

Re: Is libeina1 necessary ?
 
And no love;

Code:

# apt-get install bluemaemo efl-core python2.5-efl-core python2.5-ecore python2.5-evas python2.5-edje python2.5-elementary libeet1 libevas0 libevas0-all libecore0 libecore0-all libembryo0 libedje0 libepsilon0 libetk0 libetk0-engine-all libedbus0 python2.5-edbus python-configobj libecore0-con libecore0-evas libecore0-file libecore0-job libecore0-txt libecore0-x libecore0-ipc libecore0-imf libecore0-imf-evas libecore0-input libevas0-engine-software-x11 libevas0-engine-software-x11-16 libetk0-engine-all libetk0-engine-evas-x11 libetk0-engine-evas libetk0-engine-evas-software-x11 libetk0-engine-evas-software-x11-16 libevas0-all libevas0-loaders-all libevas0-savers-all libevas0-engines-all python2.5-efl-core python2.5-epsilon python2.5-etk python2.5-efl-utils python2.5-elementary libelementary0 libevas0-loader-eet  libevas0-engine-software-generic libevas0-engine-buffer libevas0-engine-software-generic libevas0-loader-eet libevas0-loader-jpeg libevas0-loader-png libevas0-saver-eet libevas0-saver-jpeg
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libeet1: Depends: libeina1 (>= 1.0.0~beta) but it is not going to be installed
E: Broken packages


leetut 2011-02-03 16:10

Re: Is libeina1 necessary ?
 
i once had major problems with libeina0
was trying to install canola2 but it always failed with the libeina0 problem
i worked out it was because i had previously installed and removed another media player type app, cant remember its name
i tried all the suggestions at the time and none of them fixed the problem
flashing the device was the only way to fix it

xxxxts 2011-02-03 16:17

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by leetut (Post 935052)
i once had major problems with libeina0
was trying to install canola2 but it always failed with the libeina0 problem
i worked out it was because i had previously installed and removed another media player type app, cant remember its name
i tried all the suggestions at the time and none of them fixed the problem
flashing the device was the only way to fix it

Encouraging!:eek:

AgogData 2011-02-03 16:18

Re: Is libeina1 necessary ?
 
@xxxxts : try apt-get install bluemaemo
i typed that and got alot of packages that "will not be installed"
but i haven't try to install them manually one by one
i have no use for bluemaemo right now, but if you find a solution please post it here for future dealing with packages that won't or can't be installed

edit : oops didn't read the whole page no.2
edit 2 : i would suggest
Code:

root
apt-get remove libeina1
apt-get install -f
apt-get install bluemaemo
apt-get update
apt-get upgrade

and see whats missing and whats wrong needed to fix, but do that on your own risk

Rob1n 2011-02-03 16:22

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by xxxxts (Post 935046)
And no love;

Code:

# apt-get install bluemaemo efl-core python2.5-efl-core python2.5-ecore python2.5-evas python2.5-edje python2.5-elementary libeet1 libevas0 libevas0-all libecore0 libecore0-all libembryo0 libedje0 libepsilon0 libetk0 libetk0-engine-all libedbus0 python2.5-edbus python-configobj libecore0-con libecore0-evas libecore0-file libecore0-job libecore0-txt libecore0-x libecore0-ipc libecore0-imf libecore0-imf-evas libecore0-input libevas0-engine-software-x11 libevas0-engine-software-x11-16 libetk0-engine-all libetk0-engine-evas-x11 libetk0-engine-evas libetk0-engine-evas-software-x11 libetk0-engine-evas-software-x11-16 libevas0-all libevas0-loaders-all libevas0-savers-all libevas0-engines-all python2.5-efl-core python2.5-epsilon python2.5-etk python2.5-efl-utils python2.5-elementary libelementary0 libevas0-loader-eet  libevas0-engine-software-generic libevas0-engine-buffer libevas0-engine-software-generic libevas0-loader-eet libevas0-loader-jpeg libevas0-loader-png libevas0-saver-eet libevas0-saver-jpeg
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libeet1: Depends: libeina1 (>= 1.0.0~beta) but it is not going to be installed
E: Broken packages


Looks like you need a specific version of libeet1 then - try "apt-get install libeet1=1.2.2+svn41533-maemo1".

xxxxts 2011-02-03 23:32

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by Rob1n (Post 935065)
Looks like you need a specific version of libeet1 then - try "apt-get install libeet1=1.2.2+svn41533-maemo1".

Worked perfectly!

darkshine12 2011-02-04 06:57

Re: Is libeina1 necessary ?
 
doenst work for me x.x dawm....

J4ZZ 2011-02-07 08:41

Re: Is libeina1 necessary ?
 
See here, that did it at least for me too.
http://talk.maemo.org/showpost.php?p...&postcount=610

Greetz,

..::J4ZZ::..

aralmim 2011-02-24 22:19

Re: Is libeina1 necessary ?
 
I had the same problem, and it worked.. Thanks

adelalgomai 2012-01-02 19:06

Re: Is libeina1 necessary ?
 
Quote:

Originally Posted by Rob1n (Post 935065)
Looks like you need a specific version of libeet1 then - try "apt-get install libeet1=1.2.2+svn41533-maemo1".

..
Thaaaaaaanx a lot man .... I really appreciate this assistance from u .. I had the same problem and I fed up with it , but ur comment fixed the whole problem ... thanx again .


All times are GMT. The time now is 04:17.

vBulletin® Version 3.8.8