Bug#850002: octave-common: startup reports error about "pkg load auto"

2017-01-02 Thread Wang S
Package: octave-common
Version: 4.2.0-1
Severity: normal

Dear Maintainer,

According to http://savannah.gnu.org/bugs/?49974
the config file installed by the Debian package octave-common needs to be 
updated, which is /etc/octave.conf, since autoload is no longer supported in 
Octave 4.2.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information

Bug#794443: [Pkg-octave-devel] Bug#794443: octave: should notrecommendlibopenblas-base

2016-05-30 Thread Wang S
Dear maintainers,
I'm sorry that in my system Debian stable (jessie) there is no package 
libopenblas-dbg, so I could not do the backtrace.
Besides, after octave 4.0 came into jessie-backports I had upgrade my octave 
package from 3.8 to 4.0 (currently version is octave 4.0.2-1~bpo8+1), and in 
this new version this crash bug no longer exists.
Thanks maintainers.
Wang S
 
-- Original --
From:  "Sébastie Villemot"<sebast...@debian.org>;
Date:  Sat, Oct 3, 2015 05:31 PM
To:  "Wang S"<wangs...@inhand.com.cn>; "794443"<794...@bugs.debian.org>; 
Subject:  Re: [Pkg-octave-devel] Bug#794443: octave: should 
notrecommendlibopenblas-base
 
Thanks for your feedback.

A backtrace would be useful. Please do the following:

- install the following packages: gdb, octave-dbg, libopenblas-dbg
- run octave from gdb (with "gdb octave-cli"), then type "run" at the
gdb prompt. You should get the octave prompt
- from the octave prompt, trigger the crash. You should be given back a
gdb prompt
- type "backtrace" at the gdb prompt, and send the output to this
bugreport
Thanks,
-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://sebastien.villemot.name
  `-  GPG Key: 4096R/381A7594

Bug#794443: [Pkg-octave-devel] Bug#794443: octave: should not recommendlibopenblas-base

2015-09-05 Thread Wang S
Dear Maintainer,
I install "julia" (and yes it automatically installs "libopenblas-base" again)
and run it. The result is as follow:
julia> versioninfo()
Julia Version 0.3.2
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
  WORD_SIZE: 64
  BLAS: libopenblas (NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Sandybridge)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.5

Beside, I have found more information about the crash:
-- If I just run "octave", then "inv(a);" will crash.
-- If I run "octave -f", then "inv(a);" will NOT crash.
-- If I run "octave -f" and then "pkg load ltfat;", then "inv(a);" will crash.
The following is the status of some packages:
ii  libopenblas-base  0.2.12-1 
amd64Optimized BLAS (linear algebra) library based on GotoBLAS2
ii  octave-ltfat  2.0.1-1  
amd64Large Time/Frequency Analysis Toolbox
ii  octave-ltfat-common   2.0.1-1  
all  Large Time/Frequency Analysis Toolbox (arch-indep files)
Would the above information be helpful for debug?

Thank you maintainer. 


 
-- Original ------
From:  "Sébastie Villemot"<sebast...@debian.org>;
Date:  Sat, Sep 5, 2015 05:50 AM
To:  "Wang S"<wangs...@inhand.com.cn>; "794443"<794...@bugs.debian.org>; 

Subject:  Re: [Pkg-octave-devel] Bug#794443: octave: should not 
recommendlibopenblas-base

 
Control: reassign -1 libopenblas-base 0.2.12-1

Dear Wang,

Le lundi 03 août 2015 à 14:39 +0800, Wang S a écrit :

> Octave crashes when inverting matrices sized 10x10 or bigger
> if libopenblas-base is installed.
> And after I remove libopenblas-base, octave does not crash.

Actually the bug that you experience most likely comes from openblas,
not from octave. I'm therefore reassigning this bug to the right
package.

Note that openblas uses different codepaths depending on your CPU, so I
need more information to move forward.

In order to get more information about your setup, could you please
install the "julia" package (it will pull openblas again), run "julia"
at the shell prompt, then type "versioninfo()" at the julia prompt.

For information, here is the output on my machine:

julia> versioninfo()
Julia Version 0.3.10
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
  WORD_SIZE: 64
  BLAS: libopenblas (NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.5

Thanks,

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://sebastien.villemot.name
  `-  GPG Key: 4096R/381A7594

Bug#794443: octave: should not recommend libopenblas-base

2015-08-03 Thread Wang S
Package: octave
Version: 3.8.2-4
Severity: normal

Dear Maintainer,

Octave crashes when inverting matrices sized 10x10 or bigger
if libopenblas-base is installed.
And after I remove libopenblas-base, octave does not crash.

Additional info: GNU Octave bug #45651
http://savannah.gnu.org/bugs/?45651#comment4


-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages octave depends on:
ii  default-jre-headless   2:1.7-52
ii  libamd2.3.11:4.2.1-3
ii  libarpack2 3.1.5-3
ii  libblas3 [libblas.so.3]1.2.20110419-10
ii  libc6  2.19-18
ii  libcamd2.3.1   1:4.2.1-3
ii  libccolamd2.8.01:4.2.1-3
ii  libcholmod2.1.21:4.2.1-3
ii  libcolamd2.8.0 1:4.2.1-3
ii  libcxsparse3.1.2   1:4.2.1-3
ii  libfftw3-double3   3.3.4-2
ii  libfftw3-single3   3.3.4-2
ii  libfltk-gl1.3  1.3.2-6+b1
ii  libfltk1.3 1.3.2-6+b1
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.5.2-3
ii  libgcc11:4.9.2-10
ii  libgl1-mesa-glx [libgl1]   10.3.2-1
ii  libglpk36  4.55-1
ii  libglu1-mesa [libglu1] 9.0.0-2
ii  libgomp1   4.9.2-10
ii  libgraphicsmagick++3   1.3.20-3+deb8u1
ii  libgraphicsmagick3 1.3.20-3+deb8u1
ii  liblapack3 [liblapack.so.3]3.5.0-4
ii  liboctave2 3.8.2-4
ii  libopenblas-base [liblapack.so.3]  0.2.12-1
ii  libqhull6  2012.1-5
ii  libqrupdate1   1.1.2-1
ii  libqscintilla2-11  2.8.4+dfsg-1
ii  libqt4-network 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui4  4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libstdc++6 4.9.2-10
ii  libumfpack5.6.21:4.2.1-3
ii  libx11-6   2:1.6.2-3
ii  octave-common  3.8.2-4
ii  texinfo5.2.0.dfsg.1-6

Versions of packages octave recommends:
ii  gnuplot-x11   4.6.6-2
ii  libopenblas-base  0.2.12-1
ii  pstoedit  3.62-2+b1

Versions of packages octave suggests:
ii  octave-doc  3.8.2-4
pn  octave-htmldoc  none
pn  octave-info none

-- no debconf information

Bug#309991: /usr/bin/xlsview: Re: catdoc: xlsview when netscape not running

2015-04-03 Thread Wang S
Package: catdoc
Version: 0.94.4-1.1
Followup-For: Bug #309991

Dear Maintainer,

This problem still exists in the current version of catdoc.

Possible solution:
Replace `netscape' with something like `www-browser' or `x-www-browser'
at the tail of `/usr/bin/xlsview', since `netscape' is not available
in debian packages.


-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.utf8, LC_CTYPE=zh_CN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages catdoc depends on:
ii  libc6  2.19-15

catdoc recommends no packages.

Versions of packages catdoc suggests:
ii  tk [wish]  8.6.0+8

-- no debconf information

Bug#765480: /etc/xdg/lxsession/LXDE/autostart: lxpanel fails to display

2014-10-15 Thread Wang S
Package: lxde-common
Version: 0.5.6-1
Severity: normal
File: /etc/xdg/lxsession/LXDE/autostart

Dear Maintainer,

   For a user whose $HOME directory is almost empty to login LXDE desktop,
   the panel will fail to display.

   In order to display the panel, firstly I have to kill the autostarted
   process lxpanel --profile LXDE, and then manually start a new
   process lxpanel without any options.
   If I run lxpanel with the option --profile LXDE, the terminal output
   will be
** (lxpanel:2042): WARNING **: Config files are not found.
   I guess this is because there is no $HOME/.config/lxpanel/LXDE/ for a
   user who login LXDE desktop at the first time.

   A default panel should be displayed even for a user whose $HOME directory
   has no config files.

   Possible solution:
-@lxpanel --profile LXDE
+@lxpanel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lxde-common depends on:
ii  lxsession  0.4.9.2-1

Versions of packages lxde-common recommends:
ii  lxde-core  4+nmu1
ii  lxpanel0.7.1-1
ii  lxtask 0.1.5-1
ii  pcmanfm1.2.2-1

Versions of packages lxde-common suggests:
ii  lxlauncher  0.2.3-1

-- no debconf information