On 6/12/12 5:34 AM, Remko Scharroo wrote:
> Since upgrading to fink-0.33.0-61, I get with almost every fink command I 
> type the line "not found."
> 
> For example:
> 
> $ fink list fink
> not found.
> Information about 4967 packages read in 0 seconds.
>  i   fink                          0.33.0-61              Open-source 
> software package manager
>  i   fink-mirrors                  0.31.4.1-1             Mirror 
> infrastructure
>      fink-obsolete-packages        0.1-1                  Base package for 
> obsolete packages
>      fink-package-precedence       0.14-1                 Check fink masking 
> of system libs
>      passwd-fink-bld               20100305-5             OBSOLETE User and 
> group entries for the fink build system
> 
> $ fink cleanup --all
> not found.
> Information about 4967 packages read in 0 seconds.
> Collecting active source filenames...
> Obsolete sources deleted from /sw/src: 0
> ….
> 
> Regards,
> Remko
> 
> 

Found it.  This happens on every command because it's from the virtual
package generator, and that gets used on pretty much every command.

Change line 754 of /sw/lib/perl5/Fink/VirtPackages.pm from

        print STDERR "not found.\n";

to

        print STDERR "not found.\n" if ($options{debug});


-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to