[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-23 Thread Jean-Baptiste Lallement
This is weird because the dpkg command shows that libreadline5 is
installed but ls doesn't return anything. I'm closing this report since
it's fixed and we've seen no duplicate.

Thanks again and dont hesitate to submit any new bug.

** Changed in: octave3.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-23 Thread .kkursor
 This is weird because the dpkg command shows that libreadline5 is installed 
 but ls doesn't return anything.
Why? It returns that there is libreadline.so.6, but a package octave-3.0 refers 
to libreadline.so.5 which is missing. =)

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-23 Thread Jean-Baptiste Lallement
I mean that from the dpkg output both libreadline5 and 6 are installed:

kkur...@notebook:~/shared$ dpkg -l | grep libreadline
ii libreadline5 5.2-6 GNU readline and history libraries, run-time
ii libreadline6 6.0-5 GNU readline and history libraries, run-time

but the ls command only shows v6 where it should return libreadline5 and 
libreadline6:
kkur...@notebook:~$ ls /lib/libreadline*
/lib/libreadline.so.6 /lib/libreadline.so.6.0

and octave3.0 depends on libreadline5 (= 5.2), so it should be there. 
I can't explain why it's missing on your system.

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-23 Thread .kkursor
Ah, I see.
Thanks for your help. =)

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-22 Thread .kkursor
Anybody here?
I need Octave for my studies :(

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-22 Thread Jean-Baptiste Lallement
Could you please provide the output of the following command :
ls -l /lib/libreadline*
ls -l /usr/lib/libreadline*

and 
sudo LANG=C ldconfig -v /tmp/ldconfig-v.log

and attach the file /tmp/ldconfig-v.log

Thanks.

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-22 Thread .kkursor
Here is data you requested:
kkur...@notebook:~$ ls /lib/libreadline*
/lib/libreadline.so.6  /lib/libreadline.so.6.0
kkur...@notebook:~$ ls /usr/lib/libreadline*
ls: cannot access /usr/lib/libreadline*: No such file or directory

Yeah, you gave me the hint. Here it is:
kkur...@notebook:~$ sudo ln -s /lib/libreadline.so.6 /lib/libreadline.so.5

After that run apt-get -f install:
kkur...@notebook:~$ sudo apt-get -f install
Чтение списков пакетов... Готово
Построение дерева зависимостей   
Чтение информации о состоянии... Готово
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 
пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
После данной операции, объём занятого дискового пространства возрастёт на 0B.
Настраивается пакет octave3.0 (1:3.0.5-6ubuntu2) ...
recreating package description from octave_packages
warning: directory octave_packages is not a valid package

Настраивается пакет qtoctave (0.8.1+dfsg-3) ...

kkur...@notebook:~$

And the problem is gone - octave is working now.

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-12 Thread Jean-Baptiste Lallement
** Summary changed:

- package octave3.0 1:3.0.5-6ubuntu2 failed to install/upgrade: подпроцесс 
установлен сценарий post-installation возвратил код ошибки 127
+ octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-12 Thread Jean-Baptiste Lallement
Thanks for your report.

This is probably an amd64 specific issue.
Could you please try to install lib32readline5 and tell if this helps:

sudo apt-get install lib32readline5

Thanks.

** Changed in: octave3.0 (Ubuntu)
   Status: New = Incomplete

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-12 Thread .kkursor
No, it did not help. :(

-- 
octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot 
open shared object file: No such file or directory
https://bugs.launchpad.net/bugs/480305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480305] Re: octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

2009-11-12 Thread .kkursor
kkur...@notebook:~/shared$ dpkg -l | grep octave
iF  octave3.01:3.0.5-6ubuntu2   
GNU Octave language for numerical computatio
ii  octave3.0-common 1:3.0.5-6ubuntu2   
architecture-independent files for octave3.0
ii  octave3.0-htmldoc1:3.0.5-6ubuntu2   
HTML documentation on the GNU Octave languag
iU  qtoctave 0.8.1+dfsg-3   
A Qt front-end to Octave
kkur...@notebook:~/shared$ dpkg -l | grep libreadline
ii  libreadline5 5.2-6  
GNU readline and history libraries, run-time
ii  libreadline6 6.0-5  
GNU readline and history libraries, run-time
kkur...@notebook:~/shared$ sudo apt-get purge octave3.0*
Чтение списков пакетов... Готово
Построение дерева зависимостей   
Чтение информации о состоянии... Готово
Заметьте, выбирается octave3.0-common из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.0 из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.1 из-за регулярного выражения octave3.0*
Заметьте, вместо octave3.1 выбирается octave3.2
Заметьте, выбирается octave3.2 из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.0-emacsen из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.2-headers из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.1-htmldoc из-за регулярного выражения octave3.0*
Заметьте, вместо octave3.1-htmldoc выбирается octave3.2-htmldoc
Заметьте, выбирается octave3.0-dbg из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.0-doc из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.1-info из-за регулярного выражения octave3.0*
Заметьте, вместо octave3.1-info выбирается octave3.2-info
Заметьте, выбирается octave3.0-headers из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.1-emacsen из-за регулярного выражения octave3.0*
Заметьте, вместо octave3.1-emacsen выбирается octave3.2-emacsen
Заметьте, выбирается octave3.1-doc из-за регулярного выражения octave3.0*
Заметьте, вместо octave3.1-doc выбирается octave3.2-doc
Заметьте, выбирается octave3.2-htmldoc из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.2-common из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.2-info из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.0-info из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.1-headers из-за регулярного выражения octave3.0*
Заметьте, вместо octave3.1-headers выбирается octave3.2-headers
Заметьте, выбирается octave3.2-emacsen из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.2-dbg из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.0-htmldoc из-за регулярного выражения octave3.0*
Заметьте, выбирается octave3.2-doc из-за регулярного выражения octave3.0*
Пакеты, которые будут УДАЛЕНЫ:
  octave3.0* octave3.0-common* octave3.0-htmldoc* qtoctave*
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 4 пакетов, и 34 
пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
После данной операции, объём занятого дискового пространства уменьшится на 
40,0MB.
Хотите продолжить [Д/н]? y
(Чтение базы данных ... на данный момент установлено 192951 файлов и каталогов.)
Удаляется пакет qtoctave ...
Вычищаются файлы настройки пакета qtoctave ...
Удаляется пакет octave3.0 ...
Вычищаются файлы настройки пакета octave3.0 ...
Удаляется пакет octave3.0-common ...
Удаляется пакет octave3.0-htmldoc ...
Обрабатываются триггеры для desktop-file-utils ...
Обрабатываются триггеры для hicolor-icon-theme ...
Обрабатываются триггеры для man-db ...
Обрабатываются триггеры для doc-base ...
Processing 3 removed doc-base file(s)...
Registering documents with scrollkeeper...
kkur...@notebook:~/shared$ sudo apt-get install qtoctave
Чтение списков пакетов... Готово
Построение дерева зависимостей   
Чтение информации о состоянии... Готово
Будут установлены следующие дополнительные пакеты:
  octave3.0 octave3.0-common octave3.0-htmldoc
Предлагаемые пакеты:
  octave3.0-info octave3.0-doc octave3.0-headers octave3.0-emacsen
НОВЫЕ пакеты, которые будут установлены:
  octave3.0 octave3.0-common octave3.0-htmldoc qtoctave
обновлено 0, установлено 4 новых пакетов, для удаления отмечено 0 пакетов, и 34 
пакетов не обновлено.
Необходимо скачать 9 879kБ архивов.
После данной операции, объём занятого дискового пространства возрастёт на 
40,0MB.
Хотите продолжить [Д/н]? y
Получено:1 http://ru.archive.ubuntu.com karmic/universe octave3.0-common 
1:3.0.5-6ubuntu2 [668kB]
Получено:2 http://ru.archive.ubuntu.com karmic/universe octave3.0 
1:3.0.5-6ubuntu2 [7 530kB]  
 
Получено:3