Summary: | RPM formal deps should require the required version of libgdkpixbuf (and libpango) | ||
---|---|---|---|
Product: | Branch p6 | Reporter: | Ivan Zakharyaschev <imz> |
Component: | gimp | Assignee: | Andrey Cherepanov <cas> |
Status: | NEW --- | QA Contact: | QA p6 <qa-p6> |
Severity: | normal | ||
Priority: | P3 | ||
Version: | не указана | ||
Hardware: | all | ||
OS: | Linux | ||
Bug Depends on: | 28383, 5900, 15079, 28493 | ||
Bug Blocks: |
Description
Ivan Zakharyaschev
2013-01-18 07:23:31 MSK
A similar old case: https://bugzilla.altlinux.org/show_bug.cgi?id=5900 . Can't we import the required version of libraries from the version-checking code of gimp?.. Or perhaps disable the version-checking code, if we trust set-versions? The next problem library is BABL: BABL version too old! GIMP requires BABL version 0.1.10 or later. Installed BABL version is 0.1.4. Somehow you or your software packager managed to install GIMP with an older BABL version. Please upgrade to BABL version 0.1.10 or later. apt> showpkg libbabl Package: libbabl Versions: 0.1.10-alt0.M60P.1(/var/lib/apt/lists/ftp.altlinux.org_pub_distributions_ALTLinux_p6_branch_i586_base_pkglist.classic) 0.1.4-alt1(/var/lib/apt/lists/Simply%20Linux%206.0.1%20%20(Flounder)%20i586%20build%202011-10-20_ALTLinux_base_pkglist.main)(/var/lib/rpm/Packages) Reverse Depends: libbabl-devel,libbabl 0.1.10-alt0.M60P.1 Dependencies: 0.1.10-alt0.M60P.1 - libc.so.6(GLIBC_2.0) (0 (null)) libc.so.6(GLIBC_2.1) (0 (null)) libc.so.6(GLIBC_2.1.3) (0 (null)) libc.so.6(GLIBC_2.11) (0 (null)) libc.so.6(GLIBC_2.3.4) (0 (null)) libc.so.6(GLIBC_2.4) (0 (null)) libdl.so.2(GLIBC_2.0) (0 (null)) libdl.so.2(GLIBC_2.1) (0 (null)) libm.so.6(GLIBC_2.0) (0 (null)) libm.so.6(GLIBC_2.1) (0 (null)) rtld(GNU_HASH) (0 (null)) 0.1.4-alt1 - libc.so.6(GLIBC_2.0) (0 (null)) libc.so.6(GLIBC_2.1) (0 (null)) libc.so.6(GLIBC_2.1.3) (0 (null)) libc.so.6(GLIBC_2.11) (0 (null)) libc.so.6(GLIBC_2.3.4) (0 (null)) libc.so.6(GLIBC_2.4) (0 (null)) libdl.so.2(GLIBC_2.0) (0 (null)) libdl.so.2(GLIBC_2.1) (0 (null)) libm.so.6(GLIBC_2.0) (0 (null)) libm.so.6(GLIBC_2.1) (0 (null)) rtld(GNU_HASH) (0 (null)) Provides: 0.1.10-alt0.M60P.1 - libbabl libbabl-0.1.so.0 0.1.4-alt1 - libbabl libbabl-0.1.so.0 Reverse Provides: libbabl 0.1.4-alt1 libbabl 0.1.10-alt0.M60P.1 apt> Then gtk+: Gtk+ version too old (micro mismatch) GIMP requires GTK+ version 2.24.10 or later. Installed GTK+ version is 2.24.7. Somehow you or your software packager managed to install GIMP with an older GTK+ version. Please upgrade to GTK+ version 2.24.10 or later. After updating all these libs, gimp finally runs. |