Jump to content

Autoconf, ac-wrapper.pl [solved]


Guest Bosse1900
 Share

Recommended Posts

Guest Bosse1900

Hello!

 

Im trying to install autoconf and I get this error-mess.

 

Some package requested cannot be installed:

autoconf2.1-2.13-21mdk.noarch (due to unsatisfied /usr/share/autotools/ac-wrapper.pl)

 

Does anybody know what it is?

M 10.2

Edited by Bosse1900
Link to comment
Share on other sites

[rolf@localhost ~]$ urpmf /usr/share/autotools/ac-wrapper.pl
autoconf2.5:/usr/share/autotools/ac-wrapper.pl

[rolf@localhost ~]$ rpm -qa |grep  autoconf
autoconf2.1-2.13-21mdk
autoconf2.5-2.59-6mdk

[rolf@localhost ~]$ su
Password:

[root@localhost rolf]# rpm -e --test autoconf2.5
error: Failed dependencies:
       autoconf2.5 is needed by (installed) kdevelop-3.1.2-10mdk
       /usr/share/autotools/ac-wrapper.pl is needed by (installed) autoconf2.1-2.13-21mdk

 

Looks like 2.1 requires 2.5. Do you try to install with

urpmi autoconf2.1

as root?

 

If that doesn't work trying installing both with the same command, or install 2.5 first....

Link to comment
Share on other sites

Guest Bosse1900

[root@my auto]# urpmi autoconf2.1-2.13-21mdk.noarch.rpm
Some package requested cannot be installed:
autoconf2.1-2.13-21mdk.noarch (due to unsatisfied /usr/share/autotools/ac-wrapper.pl)

[root@my auto]# urpmi autoconf2.5-2.59-6mdk.noarch.rpm
Some package requested cannot be installed:
autoconf2.5-2.59-6mdk.noarch (due to unsatisfied autoconf2.1)

 

What it ac-wrapper.pl? I doesnt exist.

Install both with the same command?

Link to comment
Share on other sites

See the urpmf command I gave and read the man page (man urpmf). That shows ac-wrapper.pl is in autoconf2.5. Ordinarily, urpmi would know that one package provides what the other needs and install both. It might be the package was not constructed with the proper information or there is a problem with your urpmi database. To try to install both with one command, as root:

 

urpmi autoconf2.1 autoconf2.5

 

See man urpmi

 

Another way:

 

rpm -Uvh /path/to/autoconf2.1-2.13-21mdk.noarch.rpm /path/to/autoconf2.5-2.59-6mdk.noarch.rpm

 

See man rpm

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...