ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Depends: pkgconfig(pkg-config) (>= 0.21) (Was: Q: unmets closure)
Date: Tue, 9 Dec 2008 21:55:36 +0300
Message-ID: <20081209185536.GX18785@altlinux.org> (raw)
In-Reply-To: <1228848015.3599.201.camel@arisbook.local>

[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]

On Tue, Dec 09, 2008 at 09:40:15PM +0300, Yuri N. Sedunov wrote:
> В Втр, 09/12/2008 в 19:45 +0300, Alexey Tourbin пишет:
> > cannot install: libempathy-devel
> 
> The following packages have unmet dependencies:
>   libempathy-devel: Depends: pkgconfig(pkg-config) (>= 0.21) but it is
> not installable
> 
> Зависимость появляется из-за строчки в libempathy.pc
> Requires: pkg-config >= 0.21
> 
> Кажется, просто выбросить эту строчку не лучшее решение.
> Кроме libempathy-devel есть и другие пакеты, которые хотят pkg-config >=
> 0.21.

pkg-config/pkg.c:
   222  static Package *
   223  add_virtual_pkgconfig_package (void)
   224  {
   225    Package *pkg = NULL;
   226  
   227    pkg = g_new0 (Package, 1);
   228  
   229    pkg->key = g_strdup ("pkg-config");
   230    pkg->version = g_strdup (VERSION);
   231    pkg->name = g_strdup ("pkg-config");
   232    pkg->description = g_strdup ("pkg-config is a system for managing "
   233                                 "compile/link flags for libraries");
   234    pkg->url = g_strdup ("http://www.freedesktop.org/software/pkgconfig/");
   235  
   236    debug_spew ("Adding virtual 'pkg-config' package to list of known packages\n");
   237    g_hash_table_insert (packages, pkg->key, pkg);
   238  
   239    return pkg;
   240  }

Два варианта решить проблему:

1) В pkg-config.spec добавить
Provides: pkgconfig(pkg-config) = %version

2) В /usr/lib/rpm/pkgconfig.req добавить симметричный hardocded
случай для "pkg-config".

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

      reply	other threads:[~2008-12-09 18:55 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-09  2:22 [devel] Q: unmets closure Dmitry V. Levin
2008-12-09 15:48 ` Igor Vlasenko
2008-12-09 15:59 ` Alexey Tourbin
2008-12-09 16:45   ` Alexey Tourbin
2008-12-09 16:52     ` Dmitry V. Levin
2008-12-09 17:08       ` Alexey Tourbin
2008-12-09 17:13         ` Dmitry V. Levin
2008-12-09 17:44           ` Alexey Tourbin
2008-12-10  3:29             ` Денис Смирнов
2008-12-10  3:55               ` Alexey Tourbin
2008-12-10  4:09                 ` Alexey Tourbin
2008-12-10  7:11                 ` Денис Смирнов
2008-12-10  7:34                   ` Mikhail Gusarov
2008-12-10 11:13                     ` Michael Shigorin
2008-12-10 11:14                       ` Mikhail Gusarov
2008-12-10 11:18                         ` Dmitry V. Levin
2008-12-10 11:37                           ` Mikhail Gusarov
2008-12-10 11:42                             ` Dmitry V. Levin
2008-12-10 11:46                               ` Mikhail Gusarov
2008-12-10 10:11                   ` Igor Vlasenko
2008-12-10 10:54                     ` Igor Vlasenko
2008-12-10 19:32                       ` Денис Смирнов
2008-12-10 19:48                         ` Igor Vlasenko
2008-12-10 11:10                     ` Igor Vlasenko
2008-12-10 19:31                       ` Денис Смирнов
2008-12-10 11:38                     ` Igor Vlasenko
2008-12-10 11:43                       ` Dmitry V. Levin
2008-12-10 11:45                       ` Igor Vlasenko
2008-12-10 19:26                         ` Денис Смирнов
2008-12-10 19:42                           ` Igor Vlasenko
2008-12-10 19:52                             ` Денис Смирнов
2008-12-10 12:03                       ` Igor Vlasenko
2008-12-10 19:11                         ` Igor Vlasenko
2008-12-10 19:27                         ` Денис Смирнов
2008-12-10 19:53                           ` Igor Vlasenko
2008-12-10 19:55                             ` Денис Смирнов
2008-12-10 19:59                               ` Igor Vlasenko
2008-12-10 21:28                                 ` Igor Vlasenko
2008-12-10 19:35                     ` Денис Смирнов
2008-12-10 19:51                       ` Igor Vlasenko
2008-12-14 12:54                         ` Денис Смирнов
2008-12-12 11:53                   ` Vitaly Ostanin
2008-12-09 18:40     ` [devel] Depends: pkgconfig(pkg-config) (>= 0.21) (Was: Q: unmets closure) Yuri N. Sedunov
2008-12-09 18:55       ` Alexey Tourbin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081209185536.GX18785@altlinux.org \
    --to=at@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git