octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warnings


From: Daniel J Sebald
Subject: Re: warnings
Date: Fri, 02 Mar 2007 01:31:14 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

John W. Eaton wrote:
On  2-Mar-2007, Daniel J Sebald wrote:

| I rebuilt the CVS version to verify that I'm now getting what seems like 
200-300 warnings such as:
| | [snip]
| warning: autoload: not replacing existing entry for chol2inv => 
/usr/local/libexec/octave/2.9.9+/oct/i686-pc-linux-gnu/chol.oct
| warning: autoload: not replacing existing entry for cholinv => 
/usr/local/libexec/octave/2.9.9+/oct/i686-pc-linux-gnu/chol.oct
| warning: autoload: not replacing existing entry for csymamd => 
/usr/local/libexec/octave/2.9.9+/oct/i686-pc-linux-gnu/ccolamd.oct
| warning: autoload: not replacing existing entry for etree => 
/usr/local/libexec/octave/2.9.9+/oct/i686-pc-linux-gnu/colamd.oct
| warning: autoload: not replacing existing entry for symamd => 
/usr/local/libexec/octave/2.9.9+/oct/i686-pc-linux-gnu/colamd.oct
| [snip]
| | when launching octave. This makes little sense to me. Is autoload attempting to replace a file with a file of a different name?

It means you have multiple autoloads for the same function name,
probably in separate PKG_ADD files.

Oh, I see.  I take it this is a newly added warning simply to identify 
redundancy?

 Maybe it should say "ignoring
duplicate" instead of "not replacing existing".  Can you suggest a
better message?

How about
warning: autoload: duplicate function name chol2inv, ignoring entry inside
        /usr/local/libexec/octave/2.9.9+/oct/i686-pc-linux-gnu/chol.oct

?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]