You are not logged in.

#1 2011-10-21 14:05:53

gymka
Member
From: Lithuania
Registered: 2011-04-29
Posts: 40
Website

[SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

runned sudo pacman -Syu, part of pacman log:

[2011-10-21 14:04] Running 'pacman -Syu'
[2011-10-21 14:04] synchronizing package lists
[2011-10-21 14:05] starting full system upgrade
[2011-10-21 14:05] Running 'pacman -S libltdl'
[2011-10-21 14:05] Running 'pacman -S libtool'
[2011-10-21 14:06] removed libtool-multilib (2.4-5)
[2011-10-21 14:06] upgraded libltdl (2.4-5 -> 2.4.2-1)
[2011-10-21 14:06] installed libtool (2.4.2-1)

and now i can't install libtool-multilib

$ sudo pacman -S libtool-multilib
resolving dependencies...
warning: cannot resolve "libltdl=2.4", a dependency of "libtool-multilib"
:: The following package cannot be upgraded due to unresolvable dependencies:
      libtool-multilib

Do you want to skip the above package for this upgrade? [y/N]


$ sudo pacman -Q libltdl
libltdl 2.4.2-1

libldtl is up-to-date and needed version
mirror is up-to-date

:: imagemagick: requires libltdl
:: lib32-libltdl: requires libltdl
:: libtool: requires libltdl=2.4.2
:: unixodbc: requires libltdl
so i reinstalled them.
what else i can do to solve this problem?

Last edited by gymka (2011-10-21 16:18:15)

Offline

#2 2011-10-21 15:39:16

naelstrof
Member
Registered: 2011-10-21
Posts: 13

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

I have the same problem; I can't figure out how to fix it either.

Offline

#3 2011-10-21 15:45:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

naelstrof wrote:

I have the same problem; I can't figure out how to fix it either.

Have you treid removing the versioned ependency i.e. change

package_libtool-multilib() {
  depends=('sh' "libltdl=$pkgver" 'tar' "gcc-multilib=$_gccver" "lib32-libltdl=$pkgver")

to

package_libtool-multilib() {
  depends=('sh' "libltdl" 'tar' "gcc-multilib=$_gccver" "lib32-libltdl=$pkgver")

in the PKGBUILD http://projects.archlinux.org/svntogit/ … l-multilib

Offline

#4 2011-10-21 16:00:26

gymka
Member
From: Lithuania
Registered: 2011-04-29
Posts: 40
Website

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

karol wrote:

Have you treid removing the versioned ependency

such version installs, but will it work as it should? maybe and other packages will complain about this?

Last edited by gymka (2011-10-21 16:01:56)

Offline

#5 2011-10-21 16:06:06

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

gymka wrote:
karol wrote:

Have you treid removing the versioned ependency

such version installs, but will it work as it should? maybe and other packages will complain about this?

I have no idea ;P
I think you should open a bug report on this.

Offline

#6 2011-10-21 16:08:37

gymka
Member
From: Lithuania
Registered: 2011-04-29
Posts: 40
Website

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

karol wrote:

I have no idea ;P
I think you should open a bug report on this.

smile i'll wait, maybe developers will say something about this issue.

Offline

#7 2011-10-21 16:08:50

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

what can i say. thanks a lot for not reporting this bug.</sarcasm>

libtool-multilib moved from multilib-testing to multilib


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2011-10-21 16:11:56

gymka
Member
From: Lithuania
Registered: 2011-04-29
Posts: 40
Website

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

wonder wrote:

what can i say. thanks a lot for not reporting this bug.</sarcasm>

libtool-multilib moved from multilib-testing to multilib

it's hard to see difference between bug and my own fault, so bug report is last thing which comes to my mind:)

Offline

#9 2011-10-21 16:22:37

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

wonder wrote:

what can i say. thanks a lot for not reporting this bug.</sarcasm>

libtool-multilib moved from multilib-testing to multilib

I saw that both packages link to the same PKGBUILD that said pkgver=2.4.2 even though the version in multilib should be libtool-multilib 2.4-5.
Why?

Offline

#10 2011-10-21 16:41:02

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

karol wrote:
wonder wrote:

what can i say. thanks a lot for not reporting this bug.</sarcasm>

libtool-multilib moved from multilib-testing to multilib

I saw that both packages link to the same PKGBUILD that said pkgver=2.4.2 even though the version in multilib should be libtool-multilib 2.4-5.
Why?

well now the "new"  interface only have a link to trunk. logically it is 2.4.2 in there


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2011-10-21 16:47:56

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] can't install "libtool-multilib" bad dependency "libltdl=2.4"

wonder wrote:
karol wrote:
wonder wrote:

what can i say. thanks a lot for not reporting this bug.</sarcasm>

libtool-multilib moved from multilib-testing to multilib

I saw that both packages link to the same PKGBUILD that said pkgver=2.4.2 even though the version in multilib should be libtool-multilib 2.4-5.
Why?

well now the "new"  interface only have a link to trunk. logically it is 2.4.2 in there

I saw that 20 minutes before your post: https://bbs.archlinux.org/viewtopic.php … 3#p1006503 ,so I didn't know you've fixed it already and only the online interface needs time to adjust.

Offline

Board footer

Powered by FluxBB