Alexander Hansen wrote:
> On 2/20/14 1:29 PM, Jess H. Brewer wrote:

<SNIP>

>> A thought:  is there any way to get a list of all the packages from my
>> previous fink installation /sw-old  and install them all as rebuilds?  I
>> could just try to remember what I used to have, but my memory is
>> demonstrably unreliable and I'm sure to leave something out.  Last time
>> I tried this it just ended up in one dead end after another....
>>
>
> Indeed there is.  The easiest way to do it is:
>
> grep -B1 "install ok installed" /sw-old/var/lib/dpkg/status | grep
> "^Package:" | cut -d: -f2 | cut -d\  -f2 > finkinst.txt
>
> http://www.finkproject.org/download/10.9-upgrade.php?phpLang=en

Excellent!  Thanks for that.  I did have to delete a very large number 
of old packages that the OS/X 10.9 version of fink doesn't seem to have 
heard of, but that also told me what I'd be missing that I used to use.

I did run into a glitch with Java (surprise, surprise!) -- somehow the 
link to CurrentVersion did not get set in the appropriate place, so I 
had to track it down and put in a symlink.  Works now.  (I seem to 
recall that something like this happened before, so I shouldn't be too 
surprised.  I see that most of the sage advice about Java lately has 
boiled down to "Don't use Java unless you have to!"  I have to.  :-)

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to