Hi all,
I am trying to install boost-static, but I am getting an error (fedora 19 x86_64):
yum install boost-static.i686
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package boost-static.i686 0:1.53.0-6.fc19 will be installed --> Processing Dependency: boost-devel = 1.53.0-6.fc19 for package: boost-static-1.53.0-6.fc19.i686 --> Finished Dependency Resolution Error: Package: boost-static-1.53.0-6.fc19.i686 (fedora) Requires: boost-devel = 1.53.0-6.fc19 Installed: boost-devel-1.53.0-8.fc19.i686 (installed) boost-devel = 1.53.0-8.fc19 Available: boost-devel-1.53.0-6.fc19.i686 (fedora) boost-devel = 1.53.0-6.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
How can I fix this?
George
On Wed, 2013-08-07 at 21:34 +0300, Georgios Petasis wrote:
Hi all,
I am trying to install boost-static, but I am getting an error (fedora 19 x86_64):
yum install boost-static.i686
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package boost-static.i686 0:1.53.0-6.fc19 will be installed --> Processing Dependency: boost-devel = 1.53.0-6.fc19 for package: boost-static-1.53.0-6.fc19.i686 --> Finished Dependency Resolution Error: Package: boost-static-1.53.0-6.fc19.i686 (fedora) Requires: boost-devel = 1.53.0-6.fc19 Installed: boost-devel-1.53.0-8.fc19.i686 (installed) boost-devel = 1.53.0-8.fc19 Available: boost-devel-1.53.0-6.fc19.i686 (fedora) boost-devel = 1.53.0-6.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
How can I fix this?
It looks like you have somehow disabled your updates repository. yum is finding the old -6 build of Boost from the 'fedora' repository (which is the repo that's frozen in the F19 release state), but you already have a package from the -8 build that's in the 'updates' repository installed. Somehow you have gotten updates installed, but then disabled the updates repo, it looks like.
(note devel@ is the wrong list for this kind of question; users@ would've been better).
Στις 7/8/2013 21:39, ο/η Adam Williamson έγραψε:
On Wed, 2013-08-07 at 21:34 +0300, Georgios Petasis wrote:
Hi all,
I am trying to install boost-static, but I am getting an error (fedora 19 x86_64):
yum install boost-static.i686
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package boost-static.i686 0:1.53.0-6.fc19 will be installed --> Processing Dependency: boost-devel = 1.53.0-6.fc19 for package: boost-static-1.53.0-6.fc19.i686 --> Finished Dependency Resolution Error: Package: boost-static-1.53.0-6.fc19.i686 (fedora) Requires: boost-devel = 1.53.0-6.fc19 Installed: boost-devel-1.53.0-8.fc19.i686 (installed) boost-devel = 1.53.0-8.fc19 Available: boost-devel-1.53.0-6.fc19.i686 (fedora) boost-devel = 1.53.0-6.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
How can I fix this?
It looks like you have somehow disabled your updates repository. yum is finding the old -6 build of Boost from the 'fedora' repository (which is the repo that's frozen in the F19 release state), but you already have a package from the -8 build that's in the 'updates' repository installed. Somehow you have gotten updates installed, but then disabled the updates repo, it looks like.
(note devel@ is the wrong list for this kind of question; users@ would've been better).
I am posting in this list, because I think the right package is missing from the repositories. Here is the complete yum interaction:
# yum install boost-static.i686 Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit adobe-linux-x86_64 | 951 B 00:00 updates/19/x86_64/metalink | 29 kB 00:00 updates | 4.6 kB 00:00 updates-debuginfo/19/x86_64/metalink | 27 kB 00:00 updates-debuginfo | 3.0 kB 00:00 (1/2): updates-debuginfo/19/x86_64/primary_db | 328 kB 00:00 (2/2): updates/19/x86_64/primary_db | 6.5 MB 00:03 Resolving Dependencies --> Running transaction check ---> Package boost-static.i686 0:1.53.0-6.fc19 will be installed --> Processing Dependency: boost-devel = 1.53.0-6.fc19 for package: boost-static-1.53.0-6.fc19.i686 --> Finished Dependency Resolution Error: Package: boost-static-1.53.0-6.fc19.i686 (fedora) Requires: boost-devel = 1.53.0-6.fc19 Installed: boost-devel-1.53.0-8.fc19.i686 (installed) boost-devel = 1.53.0-8.fc19 Available: boost-devel-1.53.0-6.fc19.i686 (fedora) boost-devel = 1.53.0-6.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
It seems that package boost-static.i686 1.53.0-8.fc19 does not exist anywhere yum searches. Is there a repository missing? I am seeing "updates" listed.
George
On 8 August 2013 18:00, Georgios Petasis petasisg@yahoo.gr wrote:
Στις 7/8/2013 21:39, ο/η Adam Williamson έγραψε:
On Wed, 2013-08-07 at 21:34 +0300, Georgios Petasis wrote:
Hi all,
I am trying to install boost-static, but I am getting an error (fedora 19 x86_64):
yum install boost-static.i686
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package boost-static.i686 0:1.53.0-6.fc19 will be installed --> Processing Dependency: boost-devel = 1.53.0-6.fc19 for package: boost-static-1.53.0-6.fc19.i686 --> Finished Dependency Resolution Error: Package: boost-static-1.53.0-6.fc19.i686 (fedora) Requires: boost-devel = 1.53.0-6.fc19 Installed: boost-devel-1.53.0-8.fc19.i686 (installed) boost-devel = 1.53.0-8.fc19 Available: boost-devel-1.53.0-6.fc19.i686 (fedora) boost-devel = 1.53.0-6.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
How can I fix this?
It looks like you have somehow disabled your updates repository. yum is finding the old -6 build of Boost from the 'fedora' repository (which is the repo that's frozen in the F19 release state), but you already have a package from the -8 build that's in the 'updates' repository installed. Somehow you have gotten updates installed, but then disabled the updates repo, it looks like.
(note devel@ is the wrong list for this kind of question; users@ would've been better).
I am posting in this list, because I think the right package is missing from the repositories. Here is the complete yum interaction:
# yum install boost-static.i686
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit adobe-linux-x86_64 | 951 B 00:00 updates/19/x86_64/metalink | 29 kB 00:00 updates | 4.6 kB 00:00 updates-debuginfo/19/x86_64/metalink | 27 kB 00:00 updates-debuginfo | 3.0 kB 00:00 (1/2): updates-debuginfo/19/x86_64/primary_db | 328 kB 00:00 (2/2): updates/19/x86_64/primary_db | 6.5 MB 00:03
Resolving Dependencies --> Running transaction check ---> Package boost-static.i686 0:1.53.0-6.fc19 will be installed --> Processing Dependency: boost-devel = 1.53.0-6.fc19 for package: boost-static-1.53.0-6.fc19.i686 --> Finished Dependency Resolution Error: Package: boost-static-1.53.0-6.fc19.i686 (fedora) Requires: boost-devel = 1.53.0-6.fc19 Installed: boost-devel-1.53.0-8.fc19.i686 (installed) boost-devel = 1.53.0-8.fc19 Available: boost-devel-1.53.0-6.fc19.i686 (fedora) boost-devel = 1.53.0-6.fc19 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
It seems that package boost-static.i686 1.53.0-8.fc19 does not exist anywhere yum searches. Is there a repository missing? I am seeing "updates" listed.
George
-- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
$ yum list boost-static* [...] Available Packages boost-static.i686 1.53.0-6.fc19 fedora boost-static.x86_64 1.53.0-8.fc19 updates
it looks like boost-static-1.53.0-8.fc19.i686 is missing from x86_64 updates repo; but it's available in i386 updates repo: e.g. https://mirrors.kernel.org/fedora/updates/19/i386/boost-static-1.53.0-8.fc19...
Ahmad Samir ahmadsamir3891@gmail.com writes:
$ yum list boost-static* [...] Available Packages boost-static.i686 1.53.0-6.fc19 fedora boost-static.x86_64 1.53.0-8.fc19 updates
it looks like boost-static-1.53.0-8.fc19.i686 is missing from x86_64 updates repo; but it's available in i386 updates repo: e.g. https://mirrors.kernel.org/fedora/updates/19/i386/boost-static-1.53.0-8.fc19...
This is reminiscent of this bug: https://bugzilla.redhat.com/show_bug.cgi?id=837901
Thanks, PM
devel@lists.stg.fedoraproject.org