View Single Post
Posts: 118 | Thanked: 55 times | Joined on Jul 2013
#5
Originally Posted by Ancelad View Post
Code:
devel-su
apt-get update
apt-get install --reinstall libemoticontransform0
and reboot (probably it isn't important)
Thanks Ancelad, that did it!

I did get some Error/Warning messages in the process.
Can you comment on their significance or how to fix?

Code:
RM696-21-3_PR_006:~# apt-get update
. . .
. . .
Hit http://harmattan.openrepos.net personal/main Packages
Err http://harmattan-dev.nokia.com harmattan/sdk/free Packages
  504  Gateway Time-out
Err http://harmattan-dev.nokia.com harmattan/sdk/non-free Packages
  504  Gateway Time-out
Fetched 400kB in 4min 57s (1,345B/s)
W: Failed to fetch http://harmattan-dev.nokia.com/dists/harmattan/sdk/free/binary-armel/Packages.gz  504  Gateway Time-out

W: Failed to fetch http://harmattan-dev.nokia.com/dists/harmattan/sdk/non-free/binary-armel/Packages.gz  504  Gateway Time-out

E: Some index files failed to download, they have been ignored, or old ones used instead.
RM696-21-3_PR_006:~# apt-get install --reinstall libemoticontransform0
Reading package lists
Building dependency tree
Reading state information... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  libemoticontransform0
1 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 6 not upgraded.
Need to get 90.0kB of archives.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 https://downloads.maemo.nokia.com ./ libemoticontransform0 0.0.62.45+0m8 [90.0kB]
Fetched 90.0kB in 2s (41.5kB/s)
(Reading database ... 62306 files and directories currently installed.)
Preparing to replace libemoticontransform0 0.0.62.45+0m8 (using .../libemoticontransform0_0.0.62.45+0m8_armel.deb) ...
Unpacking replacement libemoticontransform0 ...
aegis-installing libemoticontransform0 (from 'com.nokia.maemo')
Processing triggers for applauncherd-launcher ...
Setting up libemoticontransform0 (0.0.62.45+0m8) ...
Updating desktop entries... Done
W: Ignoring Provides line with DepCompareOp for package liblablgl-ocaml-dev
W: Ignoring Provides line with DepCompareOp for package librsvg2-bin
W: Ignoring Provides line with DepCompareOp for package libboost-date-time-dev
W: Ignoring Provides line with DepCompareOp for package libboost-dev
W: Ignoring Provides line with DepCompareOp for package libboost-filesystem-dev
W: Ignoring Provides line with DepCompareOp for package libboost-math-dev
W: Ignoring Provides line with DepCompareOp for package libboost-program-options-dev
W: Ignoring Provides line with DepCompareOp for package libboost-regex-dev
W: Ignoring Provides line with DepCompareOp for package libboost-serialization-dev
W: You may want to run apt-get update to correct these problems
RM696-21-3_PR_006:~#