Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Feb 1999 13:42:07 -0600
From:      Jon Hamilton <hamilton@pobox.com>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   /var/db/pkg problem after aout->elf
Message-ID:  <19990204194208.EA84545859@pobox.com>

next in thread | raw e-mail | index | archive | help
Having converted from aout -> elf a few weeks ago now, I am now hunting down
a.out binaries and rebuilding them [yes, I realize this isn't necessary;
call me anal].  Many (most) of these are covered by the ports, and this
allows me to update to the latest ported versions "for free" anyway - with
one minor hassle: anything with a.out libraries can't be removed with
pkg_delete, because the packing list still thinks the libraries live
in e.g. /usr/local/lib rather than /usr/local/lib/aout.  Of course,
I can use pkg_delete -v, find the complaints, and remove the offending
libs by hand, but it occurs to me that it might be nice to update the 
packing lists during ``make aout-to-elf''.

Of course, this isn't as simple as a simple search and replace, and would
probably require walking through all the "lib" containing entries and
using file(1) or something similar (or maybe just going by naming 
convention would suffice?)  

Does anyone care about this?  I could put some time into it if it's viewed
as a problem in need of a solution.

-- 
   Jon Hamilton  
   hamilton@pobox.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990204194208.EA84545859>