Bug 857658 - Cannot update to 1.7.0
Summary: Cannot update to 1.7.0
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gcstar
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Emmanuel Seyman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 960358
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-15 16:24 UTC by Fabien Archambault
Modified: 2013-08-24 00:04 UTC (History)
5 users (show)

Fixed In Version: gcstar-1.7.0-2.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 960358 (view as bug list)
Environment:
Last Closed: 2013-08-24 00:04:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Fabien Archambault 2012-09-15 16:24:40 UTC
Description of problem: I would like to get the version from updates-testing of gcstar but it fails updating due to a lack of dependencies.


Version-Release number of selected component (if applicable): gcstar-1.7.0-1.fc17.noarch


How reproducible: always


Steps to Reproduce:
1. yum clean all
2. yum update gcstar --enablerepo=updates-testing
  
Actual results:
Loaded plugins: auto-update-debuginfo, langpacks, presto
Resolving Dependencies
--> Running transaction check
---> Package gcstar.noarch 0:1.6.2-2.fc17 will be updated
---> Package gcstar.noarch 0:1.7.0-1.fc17 will be an update
--> Processing Dependency: perl(Gtk2::Table) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(Gtk2::HBox) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(Gtk2::Frame) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(Gtk2::EventBox) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCItemsLists::GCListOptions) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCItemsLists::GCImageListComponents) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCGraphicComponents::GCDoubleLists) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCGraphicComponents::GCBaseWidgets) for package: gcstar-1.7.0-1.fc17.noarch
--> Finished Dependency Resolution
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::EventBox)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::Frame)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCItemsLists::GCImageListComponents)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCGraphicComponents::GCBaseWidgets)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::Table)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCGraphicComponents::GCDoubleLists)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCItemsLists::GCListOptions)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::HBox)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:


Additional info:

Comment 1 Christian Jodar 2012-09-23 03:50:12 UTC
The problem seems to be with the provides detector (or however it's called) which finds what provides a given Perl package.

The current version of perl-Gtk2 package doesn't have some features in the "provides" list. However, I can perfectly use these features on my machine.

There should be a lot of classes here, only 34:

$ rpm -q --provides perl-Gtk2-1.241-2.fc17.x86_64 | wc -l
34

As an example, HBox should be listed here :

$ rpm -q --provides perl-Gtk2-1.241-2.fc17.x86_64 | grep Box
perl(Gtk2::VBox)  

But the feature is here, as suggested by the documentation in the same package:

$ rpm -q -l perl-Gtk2-1.241-2.fc17.x86_64 | grep Box
/usr/lib64/perl5/vendor_perl/Gtk2/Box.pod
/usr/lib64/perl5/vendor_perl/Gtk2/ButtonBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/ComboBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/ComboBoxEntry.pod
/usr/lib64/perl5/vendor_perl/Gtk2/EventBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/HBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/HButtonBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/HandleBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/VBox.pod
/usr/lib64/perl5/vendor_perl/Gtk2/VButtonBox.pod
/usr/share/man/man3/Gtk2::Box.3pm.gz
/usr/share/man/man3/Gtk2::ButtonBox.3pm.gz
/usr/share/man/man3/Gtk2::ComboBox.3pm.gz
/usr/share/man/man3/Gtk2::ComboBoxEntry.3pm.gz
/usr/share/man/man3/Gtk2::EventBox.3pm.gz
/usr/share/man/man3/Gtk2::HBox.3pm.gz
/usr/share/man/man3/Gtk2::HButtonBox.3pm.gz
/usr/share/man/man3/Gtk2::HandleBox.3pm.gz
/usr/share/man/man3/Gtk2::VBox.3pm.gz
/usr/share/man/man3/Gtk2::VButtonBox.3pm.gz


One can also notice here EventBox, which is also wrongly reported as missing.

I assign it to QA as it may be a know bug in the Fedora tools. It's for sure a regression (in the tool or in the perl-Gtk2 package) as this was working properly before.

I can also modify the GCstar package to explicitly list its own dependencies (the one starting with GC) as the same problem exist with them. But that wouldn't help until the problem with perl-Gtk2 is fixed.

Comment 2 Fabien Archambault 2012-10-12 13:56:11 UTC
Hi,
Is there any news about this bug?

Comment 3 Fabien Archambault 2012-10-30 17:38:52 UTC
up ?

# yum install gcstar --enablerepo=updates-testing
Loaded plugins: auto-update-debuginfo, langpacks, presto
Resolving Dependencies
--> Running transaction check
---> Package gcstar.noarch 0:1.6.2-2.fc17 will be updated
---> Package gcstar.noarch 0:1.7.0-1.fc17 will be an update
--> Processing Dependency: perl(Gtk2::Table) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(Gtk2::HBox) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(Gtk2::Frame) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(Gtk2::EventBox) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCItemsLists::GCListOptions) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCItemsLists::GCImageListComponents) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCGraphicComponents::GCDoubleLists) for package: gcstar-1.7.0-1.fc17.noarch
--> Processing Dependency: perl(GCGraphicComponents::GCBaseWidgets) for package: gcstar-1.7.0-1.fc17.noarch
--> Finished Dependency Resolution
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::EventBox)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::Frame)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCItemsLists::GCImageListComponents)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCGraphicComponents::GCBaseWidgets)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::Table)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCGraphicComponents::GCDoubleLists)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(GCItemsLists::GCListOptions)
Error: Package: gcstar-1.7.0-1.fc17.noarch (updates-testing)
           Requires: perl(Gtk2::HBox)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Comment 4 Vaclav "sHINOBI" Misek 2012-12-02 16:49:06 UTC
The bug persists also for F18.

Comment 5 Gerald Cox 2012-12-15 22:42:13 UTC
Christian,

Should this bug be reassigned to whomever supports perl-Gtk2, the yum/rpm support group or both?

Looks like this bug has entered the land of the lost.  I see where it is waiting from a response from Tian, but not sure he'll be able to help if the issue is outside of his app....

Comment 6 Emmanuel Seyman 2013-05-07 06:00:35 UTC
Bug 960358 has been submitted against perl-Gtk2. Let's make this one about GCstar. I'm clearing needinfo, setting to F18 and making the two bugs related.

When installing from the F18 updates-testing repo, the following error are GCstar-related:

Error: Package: gcstar-1.7.0-1.fc18.noarch (updates-testing)
           Requires: perl(GCGraphicComponents::GCBaseWidgets)
Error: Package: gcstar-1.7.0-1.fc18.noarch (updates-testing)
           Requires: perl(GCGraphicComponents::GCDoubleLists)
Error: Package: gcstar-1.7.0-1.fc18.noarch (updates-testing)
           Requires: perl(GCItemsLists::GCImageListComponents)
Error: Package: gcstar-1.7.0-1.fc18.noarch (updates-testing)
           Requires: perl(GCItemsLists::GCListOptions)

Comment 7 Emmanuel Seyman 2013-05-12 10:09:22 UTC
The Perl-Gtk2 package in updates-testing fixes the Gtk problems. All that's left are the GCstar requirements and that appears to be fixed in Rawhide so backporting the package should be all that's required.

Christian, can you do this?

Comment 8 Fedora Update System 2013-08-14 19:56:58 UTC
gcstar-1.7.0-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gcstar-1.7.0-2.fc18

Comment 9 Emmanuel Seyman 2013-08-15 15:32:49 UTC
Folks, I'ld really appreciate some of you testing this update, just to make sure it does indeed work. Don't hésitate to add karma to bodhi if you can install it.

Comment 10 Fedora Update System 2013-08-15 23:31:01 UTC
Package gcstar-1.7.0-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gcstar-1.7.0-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-14849/gcstar-1.7.0-2.fc18
then log in and leave karma (feedback).

Comment 11 Fedora Update System 2013-08-24 00:04:33 UTC
gcstar-1.7.0-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


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