Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3293 - unpacking tarballs with timstamps
Summary: unpacking tarballs with timstamps
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 22:16 UTC by Spider (RETIRED)
Modified: 2011-10-30 22:20 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 Spider (RETIRED) gentoo-dev 2002-05-31 22:16:01 UTC
portage currently unpacks tarballs which contains files with future timestamps
quite happily, this leads to configure breaking in theese cases.

I've had to do a find . -exec touch "{}" \;  in two tarballs so far because of
timezone differences between my system and the releasers packages.. 

admittedly, this is a minor issue, but still affecting at least me :)
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-09-03 12:55:41 UTC
Unfortunately, we can't fix this because often the relative settings of the
timestamps are important and will affect the build process. :( Sometimes a find
. -exec touch {} \; will mess things up as much as fix them, so these issues
really do need to be addressed on a per-package basis.