ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] I: libGeoIP is broken
  @ 2007-08-30 17:33 ` Dmitry V. Levin
  2007-08-30 18:35   ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2007-08-30 17:33 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Aug 15, 2007 at 07:42:08PM +0400, QA Team Robot wrote:
> 	2 NEW unmet dependencies detected:
> installer-group-desktop-kde-lite#4.0-alt19	kcalc
> libGeoIP#1.4.2-alt2     	/usr/share/GeoIP/GeoIP.dat

Так что libGeoIP#1.4.2-alt2 сломан с 15-го августа.


-- 
ldv

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] I: libGeoIP is broken
  2007-08-30 17:33 ` [devel] I: libGeoIP is broken Dmitry V. Levin
@ 2007-08-30 18:35   ` Dmitry V. Levin
  2007-09-01 16:30     ` Victor Forsyuk
  2007-09-03 15:53     ` Igor Zubkov
  0 siblings, 2 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2007-08-30 18:35 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: Victor Forsyuk

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

On Thu, Aug 30, 2007 at 09:33:44PM +0400, Dmitry V. Levin wrote:
> On Wed, Aug 15, 2007 at 07:42:08PM +0400, QA Team Robot wrote:
> > 	2 NEW unmet dependencies detected:
> > installer-group-desktop-kde-lite#4.0-alt19	kcalc
> > libGeoIP#1.4.2-alt2     	/usr/share/GeoIP/GeoIP.dat
> 
> Так что libGeoIP#1.4.2-alt2 сломан с 15-го августа.

$ rpmquery -p --provides GeoIP-Lite-Country-20070802-alt1.noarch.rpm
GeoIP-Lite-Country = 20070802-alt1

Нужно добавить
Provides: /usr/share/GeoIP/GeoIP.dat


-- 
ldv

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] I: libGeoIP is broken
  2007-08-30 18:35   ` Dmitry V. Levin
@ 2007-09-01 16:30     ` Victor Forsyuk
  2007-09-01 16:36       ` Alexey Tourbin
  2007-09-03 15:53     ` Igor Zubkov
  1 sibling, 1 reply; 5+ messages in thread
From: Victor Forsyuk @ 2007-09-01 16:30 UTC (permalink / raw)
  To: ALT Devel discussion list

On Thu, Aug 30, 2007 at 10:35:57PM +0400, Dmitry V. Levin <ldv@altlinux.org> wrote:
> On Thu, Aug 30, 2007 at 09:33:44PM +0400, Dmitry V. Levin wrote:
> > On Wed, Aug 15, 2007 at 07:42:08PM +0400, QA Team Robot wrote:
> > > 	2 NEW unmet dependencies detected:
> > > installer-group-desktop-kde-lite#4.0-alt19	kcalc
> > > libGeoIP#1.4.2-alt2     	/usr/share/GeoIP/GeoIP.dat
> > 
> > Так что libGeoIP#1.4.2-alt2 сломан с 15-го августа.
> 
> $ rpmquery -p --provides GeoIP-Lite-Country-20070802-alt1.noarch.rpm
> GeoIP-Lite-Country = 20070802-alt1
> 
> Нужно добавить
> Provides: /usr/share/GeoIP/GeoIP.dat

Спасибо, сделано. Увы, забылось, что файловые Provides нужно выставлять
explicitly...




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] I: libGeoIP is broken
  2007-09-01 16:30     ` Victor Forsyuk
@ 2007-09-01 16:36       ` Alexey Tourbin
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Tourbin @ 2007-09-01 16:36 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sat, Sep 01, 2007 at 07:30:12PM +0300, Victor Forsyuk wrote:
> On Thu, Aug 30, 2007 at 10:35:57PM +0400, Dmitry V. Levin <ldv@altlinux.org> wrote:
> > On Thu, Aug 30, 2007 at 09:33:44PM +0400, Dmitry V. Levin wrote:
> > > On Wed, Aug 15, 2007 at 07:42:08PM +0400, QA Team Robot wrote:
> > > > 	2 NEW unmet dependencies detected:
> > > > installer-group-desktop-kde-lite#4.0-alt19	kcalc
> > > > libGeoIP#1.4.2-alt2     	/usr/share/GeoIP/GeoIP.dat
> > > 
> > > Так что libGeoIP#1.4.2-alt2 сломан с 15-го августа.
> > 
> > $ rpmquery -p --provides GeoIP-Lite-Country-20070802-alt1.noarch.rpm
> > GeoIP-Lite-Country = 20070802-alt1
> > 
> > Нужно добавить
> > Provides: /usr/share/GeoIP/GeoIP.dat
> 
> Спасибо, сделано. Увы, забылось, что файловые Provides нужно выставлять
> explicitly...

Если бы GeoIP-Lite-Country и libGeoIP лежали в одном репозитарии,
который был бы сгенерирован apt-utils >= 0.5.15lorg2-alt13,
то вручную выставлять файловые Provides не пришлось.

Но они лежат в разных репозитариях -- один в noarch, другой в arch.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] I: libGeoIP is broken
  2007-08-30 18:35   ` Dmitry V. Levin
  2007-09-01 16:30     ` Victor Forsyuk
@ 2007-09-03 15:53     ` Igor Zubkov
  1 sibling, 0 replies; 5+ messages in thread
From: Igor Zubkov @ 2007-09-03 15:53 UTC (permalink / raw)
  To: ALT Devel discussion list, Victor Forsyuk

2007/8/30, Dmitry V. Levin <ldv altlinux.org>:
> On Thu, Aug 30, 2007 at 09:33:44PM +0400, Dmitry V. Levin wrote:
> > On Wed, Aug 15, 2007 at 07:42:08PM +0400, QA Team Robot wrote:
> > >     2 NEW unmet dependencies detected:
> > > installer-group-desktop-kde-lite#4.0-alt19  kcalc
> > > libGeoIP#1.4.2-alt2         /usr/share/GeoIP/GeoIP.dat
> >
> > Так что libGeoIP#1.4.2-alt2 сломан с 15-го августа.
>
> $ rpmquery -p --provides GeoIP-Lite-Country-20070802-alt1.noarch.rpm
> GeoIP-Lite-Country = 20070802-alt1
>
> Нужно добавить
> Provides: /usr/share/GeoIP/GeoIP.dat

Не только. Ещё конфликт на старую версию libGeoIP:

[icesik@iceberg ~]$ sudo apt-get install GeoIP-Lite-Country
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  GeoIP-Lite-Country
0 upgraded, 1 newly installed, 0 removed and 122 not upgraded.
Need to get 0B/528kB of archives.
After unpacking 1038kB of additional disk space will be used.
Committing changes...
Preparing...
##########################################################################
[100%]
file /usr/share/GeoIP/GeoIP.dat from install of
GeoIP-Lite-Country-20070802-alt2 conflicts with file from package
libGeoIP-1.4.2-alt1
E: Error while running transaction
[icesik@iceberg ~]$

Точечный апдейт апдейт в данном случае не пройдёт.

-- 
icesik

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-03 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-30 17:33 ` [devel] I: libGeoIP is broken Dmitry V. Levin
2007-08-30 18:35   ` Dmitry V. Levin
2007-09-01 16:30     ` Victor Forsyuk
2007-09-01 16:36       ` Alexey Tourbin
2007-09-03 15:53     ` Igor Zubkov

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