prt-get depinst xine-ui it failed while installing "xine-lib". this is the error i got: ====> ERROR: Footprint mismatch found: MISSING: /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_arts.so MISSING: /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_esd.so MISSING: /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_jack.so ..................... one more line here ................. i checked "prt-get deptree xine-lib" and saw that al dependencies are installed. what could be the problem ? BTW, while installing one dependency, named "libmpc...." i got md5sum mismatch error. then i tried to extract that file directly using "tar xjf" and it extracted correctly. so i used the "-im" switch to install that single dependency alone (separate from "xine-lib") . then i tried to install "xine-ui" again and got this Footprint mismatch error for the 1st time. -- http://arnuld.blogspot.com/
Am Mittwoch, 25. April 2007 17:26:04 schrieb arnuld:
prt-get depinst xine-ui
it failed while installing "xine-lib". this is the error i got:
====> ERROR: Footprint mismatch found: MISSING: /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_arts.so MISSING: /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_esd.so MISSING: /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_jack.so ..................... one more line here .................
I have too a footprint mismatch.. MISSING /usr/lib/xine/plugins/1.1.6/xineplug_ao_out_jack.so NEW /usr/lib/xine/plugins/1.1.6/xineplug_inp_gnome_vfs.so NEW /usr/lib/xine/plugins/1.1.6/xineplug_inp_smb.so ...but often that is no problem. I think its just, cause the maintainer have no the same configuration as you on your system. Some Programms like xine look whats installed on your system. Sometimes there is less, sometimes more then the maintainer of the port. But take a look at the Footprintmismatch. Missing: arts, esd .... this are only plugins. You maybe dont need them. If you have install arts or esd, xine will build the plugins. Just install xine-lib: # pkgadd /usr/ports/contrib/xine-lib/xine-lib#1.1.6-2.pkg.tar.gz and it will work fine. regards Hannes
Hello, arnuld. On Wed, 25 Apr 2007 15:26:04 +0000 arnuld <geek.arnuld@gmail.com> wrote:
====> ERROR: Footprint mismatch found:
Please, take a look at http://crux.nu/Main/Faq#ntoc27 -- Mikhail Kolesnik ICQ: 260259143 IRC: mike_k at freenode/#crux, rusnet/#yalta
On 4/25/07, Mikhail Kolesnik <mike@openbunker.org> wrote:
arnuld wrote:
Hello, arnuld.
hai ... ;-)
====> ERROR: Footprint mismatch found:
Please, take a look at http://crux.nu/Main/Faq#ntoc27
i did, *before* posting my question: **Q: I got a footprint mismatch, what's wrong? **Ans: Have a close look at the mismatch. If there are lots of new files, it's probably just because you have some software installed the packager didn't, which is no problem at all. In this case, just ignore or update the footprint (see the pkgmk manpage) and install it. If you're missing a lot of files, make sure you have all dependencies installed. Also make sure you built the package as root. MY Ans: ** all dependencies were installed and i built the packages as root. **Q: I got an md5sum mismatch, what's wrong? **Ans: The md5sum is a security feature, so you shouldn't just ignore this one. The package you downloaded could be manipulated. But there are other reasons why this can happen, without a malicious action: the download might have failed (try to decompress the tarball to see whether is is corrupt), or the requested file might have been changed on the server without its name being changed; this usually happens for things like theme-packs which change constantly without getting another name. MY Ans: the download wa sok and i extracted the tarball without any trouble hence i ignored the md5sum mismatch, as there was no reason to not to do so. BTW, i will try the solution proposed by "Mayer" then i will post anything further -- http://arnuld.blogspot.com/
participants (3)
-
arnuld
-
Hannes Mayer
-
Mikhail Kolesnik