Mailinglist Archive: opensuse-bugs (15113 mails)
| < Previous | Next > |
[Bug 304168] libzypp fails to resolve update due to attempted removal of core packages
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Sep 2007 03:39:19 -0600 (MDT)
- Message-id: <20070919093919.0D985245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=304168#c32
Ján Kupec <jkupec@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |benji.weber@xxxxxxxxx
--- Comment #32 from Ján Kupec <jkupec@xxxxxxxxxx> 2007-09-19 03:39:18 MST ---
That's weird.. i still can't reproduce it, see esp. the sqlite query at the
bottom:
$ sudo src/zypper -v sl
Verbosity: 1
# | Enabled | Refresh | Type | Alias | Name | URI
--+---------+---------+--------+------------+-------------------------+---------------------------------------------------------------------------------------------------------
1 | No | Yes | rpm-md | nfstest | nfstest |
nfs://dhcp68/home/jano/nfsrepo
2 | Yes | Yes | rpm-md | factory | factory |
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/
3 | Yes | Yes | yast2 | 10.3DVD | openSUSE-10.3-beta3-DVD |
http://cml.suse.cz/netboot/find/openSUSE-10.3-Beta3-DVD-x86_64
4 | Yes | Yes | rpm-md | packman | Packman 10.3 |
http://packman.iu-bremen.de/suse/10.3
5 | Yes | Yes | yast2 | addon-lang | Language Add-on |
iso:///?iso=openSUSE-10.3-Beta3-Addon-Lang-x86_64.iso&url=nfs://cml.suse.cz/cml/sync/openSUSE-10.3-Beta3
6 | Yes | Yes | yast2 | gurunew | Guru 10.2 |
http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.2
7 | Yes | Yes | rpm-md | updates | openSUSE-10.3-Updates |
http://download.opensuse.org/update/10.3/
$ sudo src/zypper -v install amarok
...
Resolving dependencies...
The following packages are going to be upgraded:
amarok-1.4.7-111.pm.4.x86_64 (Packman 10.3)
libtunepimp5-0.5.3-100.pm.3.x86_64 (Packman 10.3)
libtunepimp5-mad-0.5.3-100.pm.3.x86_64 (Packman 10.3)
The following NEW packages are going to be installed:
kdemultimedia3-sound-3.5.7-55.x86_64 (factory)
libifp4-1.0.0.2-0.pm.3.x86_64 (Packman 10.3)
libtunepimp5-mp4-0.5.3-100.pm.3.x86_64 (Packman 10.3)
Overall download size: 5.9 M. After the operation, additional 11.7 M will be
used.
Continue? [yes/no]: n
Also: (f.file_id = 1 is /bin/sh, r.repository_id = 16 is factory in my current
db)
sqlite> select * from file_capabilities f, resolvables r, types t where
f.file_id = 1 and f.resolvable_id = r.id and t.id = f.dependency_type and
repository_id = 16 and t.name = 'provides';
id|resolvable_id|dependency_type|refers_kind|file_id|id|name|version|release|epoch|arch|kind|repository_id|installed_size|archive_size|install_only|build_time|install_time|shared_id|id|class|name
171797|114650|3|6|1|114650|bash|3.2|57|0|24|6|16|||||||3|deptype|provides
185746|118627|3|6|1|118627|bash|3.2|57|0|1|6|16|||||||3|deptype|provides
So this really should be fixed. I'm wondering what else we might do
differently... (i'm using latest svn versions, but the changelog suggest there
were no related changes in libzypp since 3.24.0 (your version)).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Ján Kupec <jkupec@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |benji.weber@xxxxxxxxx
--- Comment #32 from Ján Kupec <jkupec@xxxxxxxxxx> 2007-09-19 03:39:18 MST ---
That's weird.. i still can't reproduce it, see esp. the sqlite query at the
bottom:
$ sudo src/zypper -v sl
Verbosity: 1
# | Enabled | Refresh | Type | Alias | Name | URI
--+---------+---------+--------+------------+-------------------------+---------------------------------------------------------------------------------------------------------
1 | No | Yes | rpm-md | nfstest | nfstest |
nfs://dhcp68/home/jano/nfsrepo
2 | Yes | Yes | rpm-md | factory | factory |
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/
3 | Yes | Yes | yast2 | 10.3DVD | openSUSE-10.3-beta3-DVD |
http://cml.suse.cz/netboot/find/openSUSE-10.3-Beta3-DVD-x86_64
4 | Yes | Yes | rpm-md | packman | Packman 10.3 |
http://packman.iu-bremen.de/suse/10.3
5 | Yes | Yes | yast2 | addon-lang | Language Add-on |
iso:///?iso=openSUSE-10.3-Beta3-Addon-Lang-x86_64.iso&url=nfs://cml.suse.cz/cml/sync/openSUSE-10.3-Beta3
6 | Yes | Yes | yast2 | gurunew | Guru 10.2 |
http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.2
7 | Yes | Yes | rpm-md | updates | openSUSE-10.3-Updates |
http://download.opensuse.org/update/10.3/
$ sudo src/zypper -v install amarok
...
Resolving dependencies...
The following packages are going to be upgraded:
amarok-1.4.7-111.pm.4.x86_64 (Packman 10.3)
libtunepimp5-0.5.3-100.pm.3.x86_64 (Packman 10.3)
libtunepimp5-mad-0.5.3-100.pm.3.x86_64 (Packman 10.3)
The following NEW packages are going to be installed:
kdemultimedia3-sound-3.5.7-55.x86_64 (factory)
libifp4-1.0.0.2-0.pm.3.x86_64 (Packman 10.3)
libtunepimp5-mp4-0.5.3-100.pm.3.x86_64 (Packman 10.3)
Overall download size: 5.9 M. After the operation, additional 11.7 M will be
used.
Continue? [yes/no]: n
Also: (f.file_id = 1 is /bin/sh, r.repository_id = 16 is factory in my current
db)
sqlite> select * from file_capabilities f, resolvables r, types t where
f.file_id = 1 and f.resolvable_id = r.id and t.id = f.dependency_type and
repository_id = 16 and t.name = 'provides';
id|resolvable_id|dependency_type|refers_kind|file_id|id|name|version|release|epoch|arch|kind|repository_id|installed_size|archive_size|install_only|build_time|install_time|shared_id|id|class|name
171797|114650|3|6|1|114650|bash|3.2|57|0|24|6|16|||||||3|deptype|provides
185746|118627|3|6|1|118627|bash|3.2|57|0|1|6|16|||||||3|deptype|provides
So this really should be fixed. I'm wondering what else we might do
differently... (i'm using latest svn versions, but the changelog suggest there
were no related changes in libzypp since 3.24.0 (your version)).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |