octave-maintainers
[Top][All Lists]
Advanced

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

warnings


From: John W. Eaton
Subject: warnings
Date: Fri, 2 Mar 2007 01:57:52 -0500

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.  Maybe it should say "ignoring
duplicate" instead of "not replacing existing".  Can you suggest a
better message?

jwe


reply via email to

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