Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87141 - fix_libtool_files.sh does not update mtime for modified files
Summary: fix_libtool_files.sh does not update mtime for modified files
Status: RESOLVED DUPLICATE of bug 71265
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 10:04 UTC by Gregory Shimansky
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Gregory Shimansky 2005-03-29 10:04:37 UTC
I had to run fix_libtool_files.sh today and I thought it would take care of mtime for files it changes. But it does not, for example it changed /usr/lib/libtiff.la today, file /var/db/pkg/media-libs/tiff-3.7.1-r1/CONTENTS has a line

obj /usr/lib/libtiff.la 088e10f9594c6f26708536c6657f70c4 1104943957

while this file is newer:

[gregory@localhost: 6257$] ls -l --time-style=+%s /usr/lib/libtiff.la
-rw-r--r--  1 root root 941 1112117585 /usr/lib/libtiff.la

[gregory@localhost: 6258$] ls -l /usr/lib/libtiff.la
-rw-r--r--  1 root root 941 Мар 29 21:33 /usr/lib/libtiff.la

So these files will not be deleted if a package is uninstalled.

Reproducible: Always
Steps to Reproduce:
Comment 1 Gregory Shimansky 2005-03-29 10:05:51 UTC
Also the script doesn't update the checksum.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-29 10:35:56 UTC

*** This bug has been marked as a duplicate of 71265 ***