Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-18 Thread Attila
On Mittwoch, 15. Juli 2009 19:27 Florian Pritz wrote: > Get the old libjpeg package, extract it and copy the .so file to > /usr/lib. Linking is a no-go. The best solution for working around seems this package from AUR: http://aur.archlinux.org/packages.php?ID=28427 See you, Attila

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Attila
On Mittwoch, 15. Juli 2009 22:50 Stefan Husmann wrote: > no, that might break a hundred of other packages you might have > installed. The best way would be to wait for the mirror syncing or to > rebuild emacs-cvs using abs. First, i'm not waiting for emacs-cvs.-) My problem is that i don't know w

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Stefan Husmann
Attila schrieb: On Mittwoch, 15. Juli 2009 19:27 Florian Pritz wrote: Get the old libjpeg package, extract it and copy the .so file to /usr/lib. Linking is a no-go. Thanks very much, this is the best way and i saved the files from libjpeg 6b-6. See you, Attila no, that might break a hundre

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Attila
On Mittwoch, 15. Juli 2009 19:27 Florian Pritz wrote: > Get the old libjpeg package, extract it and copy the .so file to > /usr/lib. Linking is a no-go. Thanks very much, this is the best way and i saved the files from libjpeg 6b-6. See you, Attila

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Florian Pritz
Attila wrote: > On Mittwoch, 15. Juli 2009 14:14 Allan McRae wrote: > >> Don't symlink libraries >> >> http://bugs.archlinux.org/task/15222#comment46995 -> it should be on its >> way to a mirror near you. > > Okay, it is the best to don't do this but i have a technical question about it > in th

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Attila
On Mittwoch, 15. Juli 2009 14:14 Allan McRae wrote: > Don't symlink libraries > > http://bugs.archlinux.org/task/15222#comment46995 -> it should be on its > way to a mirror near you. Okay, it is the best to don't do this but i have a technical question about it in this case: What would be th

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Sergej Pupykin
Hi, I fixed it yesterday (emacs-cvs-20090714) At Wed, 15 Jul 2009 19:57:26 +0800, goodme...@gmail.com wrote: > > As a temp methord, >cd /usr/lib >ln -s libjpeg.so libjpeg.so.62 > resolved the bug > > > Anyother has the same problem?

Re: [arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread Allan McRae
goodme...@gmail.com wrote: As a temp methord, cd /usr/lib ln -s libjpeg.so libjpeg.so.62 resolved the bug Anyother has the same problem? Don't symlink libraries http://bugs.archlinux.org/task/15222#comment46995 -> it should be on its way to a mirror near you. Allan

[arch-general] emacs-cvs do not run after libjpeg updated

2009-07-15 Thread goodmenzy
As a temp methord, cd /usr/lib ln -s libjpeg.so libjpeg.so.62 resolved the bug Anyother has the same problem?