octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45952] build_packages.m load failure


From: anonymous
Subject: [Octave-bug-tracker] [bug #45952] build_packages.m load failure
Date: Sun, 13 Sep 2015 16:22:22 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?45952>

                 Summary: build_packages.m load failure
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 13 Sep 2015 04:22:20 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: Frank Yacone
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Many packages failed to load as part of the build_packages.m execution.  Below
is the Command Window text of the results.  This is the first time installing
the software.  OS is Windows 10 Pro.

GNU Octave, version 4.0.0
Copyright (C) 2015 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "i686-w64-mingw32".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

>> build_packages
## cd to script directory as the packages files are in the same place
packagedir = fileparts (mfilename ("fullpathext"));
if length (packagedir) > 0
  cd (packagedir);
endif;
cd (packagedir);
## helper function to try install a package, and recover

function try_install (pkgname)
  currdir = pwd ();
  try
    pkg ('install', pkgname, '-noauto')
  catch err
    warning (err.identifier, err.message);
  end_try_catch;
  cd (currdir);
  endfunction;

;
## install the packages
try_install ('general-1.3.4.tar.gz')
warning: creating installation directory
C:\Octave\Octave-4.0.0\share\octave\pack
ages
warning: file general-1.3.4.tar.gz does not exist
try_install ('miscellaneous-1.2.1.tar.gz')
try_install ('struct-1.0.11.tar.gz')
For information about changes from previous versions of the struct package,
run '
news struct'.
try_install ('optim-1.4.1.tar.gz')
For information about changes from previous versions of the optim package, run
'n
ews optim'.
try_install ('specfun-1.1.0.tar.gz')
For information about changes from previous versions of the specfun package,
run
'news specfun'.
try_install ('control-2.8.1.tar.gz')
For information about changes from previous versions of the control package,
run
'news control'.
try_install ('signal-1.3.1.tar.gz')
warning: file signal-1.3.1.tar.gz does not exist
try_install ('communications-1.2.1.tar.gz')
try_install ('image-2.4.0.tar.gz')
For information about changes from previous versions of the image package, run
'n
ews image'.
try_install ('io-2.2.7.tar.gz')
warning: (Automatic loading of spreadsheet I/O Java classlibs failed)
warning: Couldn't remove spreadsheet I/O javaclasspath entries while unloading
io
 pkg
For information about changes from previous versions of the io package, run
'news
 io'.
try_install ('statistics-1.2.4.tar.gz')
For information about changes from previous versions of the statistics
package, r
un 'news statistics'.
try_install ('geometry-2.0.0.tar.gz')
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\geom2d: No such file or directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\io: No such file or directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\polygons2d: No such file or
directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\shape2d: No such file or directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\graphs: No such file or directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\geom3d: No such file or directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\meshes3d: No such file or directory
warning: addpath:
C:\Octave\Octave-4.0.0\share\octave\packages\C:\Octave\Octave-4
.0.0\share\octave\packages\geometry-2.0.0\polynomialCurves2d: No such file or
dir
ectory
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\geom2d: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\io: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\polygons2d: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\shape2d: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\graphs: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\geom3d: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\meshes3d: not found
warning: rmpath:
C:\Octave\Octave-4.0.0\share\octave\packagesC:\Octave\Octave-4.0
.0\share\octave\packages\geometry-2.0.0\polynomialCurves2d: not found
For information about changes from previous versions of the geometry package,
run
 'news geometry'.
try_install ('windows-1.2.1.tar.gz')
For information about changes from previous versions of the windows package,
run
'news windows'.
try_install ('odepkg-0.8.5.tar.gz')
For information about changes from previous versions of the odepkg package,
run '
news odepkg'.
try_install ('linear-algebra-2.2.2.tar.gz')
For information about changes from previous versions of the linear-algebra
packag
e, run 'news linear-algebra'.
try_install ('sockets-1.2.0.tar.gz')
For information about changes from previous versions of the sockets package,
run
'news sockets'.
try_install ('zenity-0.5.7.tar.gz')
try_install ('data-smoothing-1.3.0.tar.gz')
For information about changes from previous versions of the data-smoothing
packag
e, run 'news data-smoothing'.
try_install ('fuzzy-logic-toolkit-0.4.5.tar.gz')
For information about changes from previous versions of the
fuzzy-logic-toolkit p
ackage, run 'news fuzzy-logic-toolkit'.
try_install ('quaternion-2.4.0.tar.gz')
For information about changes from previous versions of the quaternion
package, r
un 'news quaternion'.
try_install ('fits-1.0.5.tar.gz')
For information about changes from previous versions of the fits package, run
'ne
ws fits'.
try_install ('fl-core-1.0.0.tar.gz')
try_install ('tsa-4.2.9.tar.gz')
warning: function
C:\Octave\Octave-4.0.0\share\octave\packages\tsa-4.2.9\detrend.
m shadows a core library function
For information about changes from previous versions of the tsa package, run
'new
s tsa'.
try_install ('dicom-0.1.1.tar.gz')
try_install ('netcdf-1.0.6.tar.gz')
For information about changes from previous versions of the netcdf package,
run '
news netcdf'.
try_install ('ltfat-2.1.0.tar.gz')
integer_manip.c: In function 'nextPow2':
integer_manip.c:169:9: warning: right shift count >= width of type
         (x) = ((x)>>32) | (x);
         ^
C:\Octave\Octave-4.0.0\bin\ar.exe: creating libltfat.a
C:\Octave\Octave-4.0.0\bin\ar.exe: creating libltfatf.a
For information about changes from previous versions of the ltfat package, run
'n
ews ltfat'.
try_install ('database-2.3.2.tar.gz')
For information about changes from previous versions of the database package,
run
 'news database'.
try_install ('instrument-control-0.2.1.tar.gz')
For information about changes from previous versions of the instrument-control
pa
ckage, run 'news instrument-control'.
try_install ('generate_html-0.1.8.tar.gz')
For information about changes from previous versions of the generate_html
package
, run 'news generate_html'.
try_install ('financial-0.4.0.tar.gz')
For information about changes from previous versions of the financial package,
ru
n 'news financial'.
try_install ('stk-2.3.0.tar.gz')
For information about changes from previous versions of the stk package, run
'new
s stk'.
try_install ('splines-1.2.8.tar.gz')
For information about changes from previous versions of the splines package,
run
'news splines'.
try_install ('dataframe-1.1.0.tar.gz')
For information about changes from previous versions of the dataframe package,
ru
n 'news dataframe'.
try_install ('lssa-0.1.2.tar.gz')
For information about changes from previous versions of the lssa package, run
'ne
ws lssa'.
try_install ('queueing-1.2.3.tar.gz')
For information about changes from previous versions of the queueing package,
run
 'news queueing'.
try_install ('nurbs-1.3.9.tar.gz')
For information about changes from previous versions of the nurbs package, run
'n
ews nurbs'.
try_install ('octcdf-1.1.8.tar.gz')
For information about changes from previous versions of the octcdf package,
run '
news octcdf'.
try_install ('strings-1.1.0.tar.gz')
For information about changes from previous versions of the strings package,
run
'news strings'.
try_install ('ga-0.10.0.tar.gz')
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 29 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_crossoverfcn__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 29 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_initial_population__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 32 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_initial_population__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 43 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_initial_population__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 49 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_initial_population__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 51 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_initial_population__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 19 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_mutationfcn__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 23 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_mutationfcn__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 29 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 48 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 49 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 55 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 60 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 61 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 70 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 71 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 86 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 21 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 24 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 25 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 33 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 35 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 37 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 38 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 41 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 43 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 44 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_private_state__.m'

warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 19 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_return_variables__
.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 21 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_state_selection__.
m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 22 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_state_selection__.
m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 24 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_state_selection__.
m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 25 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_state_selection__.
m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 26 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_state_selection__.
m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 19 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_update_state_at_ea
ch_generation__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 23 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_update_state_at_ea
ch_generation__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 30 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_update_state_at_ea
ch_generation__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 38 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_problem_update_state_at_ea
ch_generation__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 20 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_selectionfcn__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 27 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_stop__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 30 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_stop__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 33 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\__ga_stop__.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 30 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\crossoverscattered.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 32 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\crossoverscattered.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 35 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\crossoverscattered.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 26 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\fitscalingrank.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 27 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\fitscalingrank.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 76 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\ga.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 43 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacreationuniform.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 49 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacreationuniform.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 50 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacreationuniform.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 51 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\gacreationuniform.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 19 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\mutationgaussian.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 23 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\mutationgaussian.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 41 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\mutationgaussian.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 45 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\mutationgaussian.m'
warning: using continuation marker \ outside of double quoted strings is
deprecat
ed and will be removed in a future version of Octave; near line 46 of file
'C:\Oc
tave\Octave-4.0.0\share\octave\packages\ga-0.10.0\mutationgaussian.m'
For information about changes from previous versions of the ga package, run
'news
 ga'.
endscript;
>>




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45952>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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