Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1310913 - sqlite update blocks
Summary: sqlite update blocks
Keywords:
Status: CLOSED DUPLICATE of bug 1310441
Alias: None
Product: Fedora
Classification: Fedora
Component: sqlite
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Staněk
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-23 00:11 UTC by Przemek Klosowski
Modified: 2016-02-23 14:44 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-23 14:44:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Przemek Klosowski 2016-02-23 00:11:44 UTC
Description of problem:
sqlite cannot be upgraded from 3.10.2 to 3.11.0

Version-Release number of selected component (if applicable):
sqlite-3.11.0-1.fc23.x86_64 and sqlite-3.10.2-1.fc23.x86_64

How reproducible: every time


Steps to Reproduce:
1. dnf update -y --best

Actual results:
Last metadata expiration check performed 1:56:53 ago on Mon Feb 22 17:04:14 2016.
Error: cannot install both sqlite-3.11.0-1.fc23.x86_64 and sqlite-3.10.2-1.fc23.x86_64


Expected results: successful update

Comment 1 Przemek Klosowski 2016-02-23 00:14:30 UTC
I am not sure what dependencies prevent this upgrade. I checked the requires for both packages, and clearly there was a change in the method they were specified:

dnf repoquery --requires sqlite-3.11.0-1.fc23.x86_64  
Last metadata expiration check performed 0:00:00 ago on Mon Feb 22 19:02:19 2016.
libc.so.6(GLIBC_2.14)(64bit)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libncurses.so.5()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libreadline.so.6()(64bit)
libtinfo.so.5()(64bit)
rtld(GNU_HASH)
sqlite-libs = 3.11.0-1.fc23

dnf repoquery --requires sqlite-3.10.2-1.fc23.x86_64
Last metadata expiration check performed 0:00:19 ago on Mon Feb 22 19:02:19 2016.
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libncurses.so.5()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libreadline.so.6()(64bit)
libsqlite3.so.0()(64bit)
libtinfo.so.5()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)

Comment 2 Felix Schwarz 2016-02-23 13:34:14 UTC
Maybe this is because of bug 1310441? Can you check if you have the i686 version of sqlite installed?

Comment 3 Nils Philippsen 2016-02-23 14:44:47 UTC
To me it looks like it:

- sqlite.i686 would lock sqlite.x86_64 to the same version on multi-lib
- both old and new versions can't be installed at the same time

I'll just assume it's a duplicate of the mentioned bug, feel free to poke me if I'm wrong.

*** This bug has been marked as a duplicate of bug 1310441 ***


Note You need to log in before you can comment on or make changes to this bug.