Bug 117189

Summary: [patch] ObsoleteFiles.inc not removing old libraries from /usr/lib32
Product: Base System Reporter: Scot Hetzel <swhetzel>
Component: binAssignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scot Hetzel 2007-10-14 19:40:01 UTC
When using make delete-old-libs, it fails to delete several old libraries.

The cause of the problem is that revision 1.76 and 1.96 didn't include the
removal of old libraries from the usr/lib32 directory for TARGET_ARCH == amd64.

Fix: Apply that attached patch, and then ask re for approval to MFC to RELENG_7.

Patch attached with submission follows:
How-To-Repeat: On an amd64 system that has been upgraded from 6.2-STABLE or 7.0-CURRENT
to either 8.0-CURRENT or RELENG_7 branch, try to remove the old libraries
with 'make delete-old-libs'.  Then look in /usr/lib32 and find that the
old libraries still remain.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2008-03-01 08:41:21 UTC
Responsible Changed
From-To: freebsd-bugs->antoine

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-08 21:59:48 UTC
antoine     2008-03-08 21:59:44 UTC

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
  Log:
  Add some obsolete usr/lib32 libraries.
  
  PR:             117189
  Submitted by:   Scot Hetzel
  Approved by:    rwatson (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.132     +50 -0     src/ObsoleteFiles.inc
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2008-03-08 22:05:51 UTC
State Changed
From-To: open->patched

patched in HEAD
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-20 17:45:00 UTC
antoine     2008-04-20 16:44:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    .                    ObsoleteFiles.inc 
  Log:
  MFC to RELENG_7:
    Add some obsolete usr/lib32 libraries.
  
    PR:             117189
    Submitted by:   Scot Hetzel
    Approved by:    rwatson (mentor)
    MFC after:      1 month
  
  Revision    Changes    Path
  1.112.2.13  +50 -0     src/ObsoleteFiles.inc
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2008-04-20 17:54:32 UTC
State Changed
From-To: patched->closed

Fixed in HEAD and RELENG_7. 
Thanks for the report!