Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102013 - sys-apps/file vs app-arch/mscompress collision
Summary: sys-apps/file vs app-arch/mscompress collision
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 10:27 UTC by Dick Marinus
Modified: 2005-08-10 16:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dick Marinus 2005-08-10 10:27:20 UTC
mscompress tries to append some stuff in /usr/share/misc/file/magic by
overriding the file (which belongs to sys-apps/file)

I suppose this shouldn't be done, or should be done in the sys-apps/file ebuild
instead.

== From app-arch/mscompress ==
    # taken from magic.add, modified for gentoo
    if [ -z "`grep END_OF_MSCOMPRESS ${ROOT}/usr/share/misc/file/magic`" ] ; then
        dodir /usr/share/misc/file
        cat ${ROOT}/usr/share/misc/file/magic magic.mscompress >
${D}/usr/share/misc/file/magic
    fi
Comment 1 SpanKY gentoo-dev 2005-08-10 11:25:40 UTC
you're right, mscompress is clearly a crappy ebuild ;)
Comment 2 SpanKY gentoo-dev 2005-08-10 16:17:54 UTC
fixed in cvs, thanks