SPECS: wesnoth.spec - fixed install problem with tent.png

Elan Ruusamäe glen at pld-linux.org
Wed Aug 27 20:45:30 CEST 2008


On Wednesday 27 August 2008 21:33:10 Zsolt Udvari wrote:
> > What's going on? tent.png looks like proper PNG file. wesnoth builds
> > without errors. Is it some problem with Zsolt's filesystem (Macintosh
> > HFS, I guess)?
>
> I don't know what's the problem. E.g. feh and geeqie can show the
> tent.png but 'file tent.png' returns the prev error message. I was
> wondering too. I'm using reiserfs, so this is very strange :(
>
> I've unpacked again and same error:
>
> $ file data/core/images/terrain/tent.png
> data/core/images/terrain/tent.png: ERROR: Macintosh HFS Extended
> version 61389 data (unclean) vasprintf failed (Invalid or incomplete
> multibyte or wide character)

fix file(1) aka libmagic rules, filesystem is totally irrelevant in this 
context. it's just bad luck that magics match in that particular file.

there was one incident when some shared library was matched against ISOFS 
filesystem, totally losing ELF soname dependencies, as the ISOFS magic was 
just few bytes at fixed offset, which that library happened to have :)

-- 
glen


More information about the pld-devel-en mailing list