Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153734 - file-4.18 breaks "tar archive" match in unpack_makeself() in eutils.eclass
Summary: file-4.18 breaks "tar archive" match in unpack_makeself() in eutils.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 12:04 UTC by Paul Bredbury
Modified: 2006-11-01 15:46 UTC (History)
0 users

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


Attachments
eutils.eclass.patch (eutils.eclass.patch,354 bytes, patch)
2006-11-01 12:05 UTC, Paul Bredbury
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Bredbury 2006-11-01 12:04:07 UTC
Hi, the "file" command has changed its output for a tar archive, called by e.g. "file -b KMQuake2_data-0.19.tar":

file-4.17-r1 returns:  POSIX tar archive

file-4.18 returns:     POSIX tar archive (GNU)

This breaks unpack_makeself() in eutils.eclass - enclosed is a patch to fix it.

This was first reported at:
http://forums.gentoo.org/viewtopic-t-512568.html
Comment 1 Paul Bredbury 2006-11-01 12:05:05 UTC
Created attachment 100991 [details, diff]
eutils.eclass.patch
Comment 2 SpanKY gentoo-dev 2006-11-01 15:46:59 UTC
thanks, added your fix to cvs !