Bug 150454
| Summary: | won't start, GLib verison mismatch | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Hall <digitect> |
| Component: | gimp | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-03-07 15:32:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Steve Hall
2005-03-07 03:15:07 UTC
Please include the exact versions of gimp, gtk2 and glib2 installed on your
system ("rpm -q gimp gtk2 glib2"). "Updated FC3" doesn't help me much as you
could either have updated from an out-of-sync mirror or I could have looked at
this only later with no easy way to determine what was up to date when you
issued this bug.
Using your command, I obtained this version info: $ rpm -q gimp gtk2 glib2 gimp-2.2.3-0.fc3.2 gtk2-2.4.14-2.fc3 glib2-2.2.3-1 glib2-2.4.0-1 No idea why I would have two glib2 packages installed, but doing yum remove glib2-2.2.3-1 produced Remove: ORBit2-devel.i386 1:2.8.2-1 Remove: glib2-devel.i386 1:2.2.3-1 Remove: gtk2-devel.i386 0:2.4.14-2.fc3 Remove: pango-devel.i386 0:1.6.0-7 Update: glib2.i386 0:2.4.8-1.fc3 Update: glib2-devel.i386 0:2.4.8-1.fc3 which solved the problem, GIMP now starts for me. |