Mailinglist Archive: opensuse-packaging (142 mails)
| < Previous | Next > |
Re: [opensuse-packaging] split of ncurses library
- From: Ilya Chernykh <anixxsus@xxxxxxxxx>
- Date: Tue, 22 Nov 2011 14:19:01 +0400
- Message-id: <201111221419.01903.anixxsus@gmail.com>
On Tuesday 22 November 2011 13:09:22 Stephan Kulow wrote:
I faces exactly this problem with kvim but it seems with -ltinfo
it fails as well. I tried different variants...
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
Werner split libltinfo from libncurses and so we see a lot of build
failures due to programs linking -lncurses and expecting functions
there that are now in -lltinfo and as library dependencies are not
longer taken into account, there is a huge fallout.
The right fix is to use ncurses-config --libs - note that Fedora
and debian have the same split, so packages failing have a high
chance of having a patch floating around in the internet :)
I faces exactly this problem with kvim but it seems with -ltinfo
it fails as well. I tried different variants...
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |