Debian Alpha (unstable) build produces bad binary

Поиск
Список
Период
Сортировка
От Bob Kimble
Тема Debian Alpha (unstable) build produces bad binary
Дата
Msg-id 200309142243.40817.bob@iplicity.com
обсуждение исходный текст
Ответы Re: Debian Alpha (unstable) build produces bad  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
Re: Debian Alpha (unstable) build produces bad  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support
Hi!

I built and installed Debian packages for pgadmin3 and pgadmin3-libwxgtk2ud2.5 
following the instructions on the pgadmin3 web site. When I run pgadmin3, 
however, it segfaults right away. Using strace, the last few lines look like 
this:

stat("/usr/local/share/locale/fileutils.mo", 0x11ffff3e0) = -1 ENOENT (No such 
file or directory)
stat("./en/LC_MESSAGES/fileutils.mo", 0x11ffff3e0) = -1 ENOENT (No such file 
or directory)
stat("./en/fileutils.mo", 0x11ffff3e0)  = -1 ENOENT (No such file or 
directory)
stat("./fileutils.mo", 0x11ffff3e0)     = -1 ENOENT (No such file or 
directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Using strace on my Mandrake i586 box, however, the same lines are produced in 
the strace output (except the segfault, natch). Even though the fileutils.mo 
file is not found, the program runs just fine on the Mandrake box.

I don't know if there's something missing from the Debian package build or 
what. Anybody have any suggestions on what I should look for?

Regards,

.... Bob



В списке pgadmin-support по дате отправления:

Предыдущее
От: pginfo
Дата:
Сообщение: Re: problem installing pgAdmin 3 on red hat 7.3
Следующее
От: "Adam H. Pendleton"
Дата:
Сообщение: Re: Debian Alpha (unstable) build produces bad