Gary Olson wrote:
[]
install-info: unrecognized option `--infodir=/sw/share/info'
         Try `install-info --help' for a complete list of options.
This seems to be the error that is giving you all this trouble.

dpkg needs its own (debian) install-info to work correctly. This is installed as /sw/sbin/install-info. There is also /usr/bin/install-info which belongs to GNU texinfo and gives you the above error message. Maybe you have still another copy of install-info somewhere in /usr/local.

Run "where install-info" to find out which one is taking precedence over /sw/sbin/install-info. Then either move this out of the way or rearrange your PATH so that /sw/sbin comes first.

--
Martin




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Reply via email to