Re: FEATURE: fixlafiles (was: [gentoo-user] Re: revdep-rebuild Not Fixing Broken Links)

2011-04-09 Thread Mick
On Saturday 09 April 2011 02:02:06 Allan Gottlieb wrote:
 On Fri, Apr 08 2011, Mick wrote:
  On Friday 08 April 2011 19:51:10 Kevin O'Gorman wrote:
  I run that manually once in a while, but regularly clean a bunch of
  other things with a script I call cleanup,
  -#!/bin/bash
  -dispatch-conf
  -revdep-rebuild
  -lafilefixer --justfixit
  -perl-cleaner all
  
  The last one is now an option in /etc/make.conf under FEATURES: 
  fixlafiles
 
 This sounds great!  Outside of some extra time in emerging is there any
 reason *not* to add fixlafiles to FEATURES?

I haven't found any problems with it and the time it takes when there are .la 
files to be fixed is very short.  The make.conf man page says:

fixlafiles
 Modifies  .la  files  to  not include other .la files and
 some other fixes (order  of  flags,  duplicated  entries,
 ...)

YMMV ...
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: FEATURE: fixlafiles (was: [gentoo-user] Re: revdep-rebuild Not Fixing Broken Links)

2011-04-09 Thread Neil Bothwick
On Fri, 08 Apr 2011 21:02:06 -0400, Allan Gottlieb wrote:

  The last one is now an option in /etc/make.conf under FEATURES:
  fixlafiles  
 
 This sounds great!  Outside of some extra time in emerging is there any
 reason *not* to add fixlafiles to FEATURES?

Yes, it's already in FEATURES by default :)

[nelz@yooden ~ 0]% grep fixlafiles /etc/make.conf
[nelz@yooden ~ 1]% emerge --info | grep fixlafiles
FEATURES=assume-digests binpkg-logs buildpkg distlocks fixlafiles
fixpackages news parallel-fetch preserve-libs protect-owned sandbox
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans
userfetch
[nelz@yooden ~ 0]% 


-- 
Neil Bothwick

Windows Error #02: Multitasking attempted. System confused.


signature.asc
Description: PGP signature


FEATURE: fixlafiles (was: [gentoo-user] Re: revdep-rebuild Not Fixing Broken Links)

2011-04-08 Thread Allan Gottlieb
On Fri, Apr 08 2011, Mick wrote:

 On Friday 08 April 2011 19:51:10 Kevin O'Gorman wrote:

 I run that manually once in a while, but regularly clean a bunch of other
 things with a script I call cleanup,
 -#!/bin/bash
 -dispatch-conf
 -revdep-rebuild
 -lafilefixer --justfixit
 -perl-cleaner all

 The last one is now an option in /etc/make.conf under FEATURES:  fixlafiles

This sounds great!  Outside of some extra time in emerging is there any
reason *not* to add fixlafiles to FEATURES?

thanks,
allan