[Bug 1623856] Re: Scrolled Windows in update-manager are too small to read

2017-01-28 Thread Wolfgang Betz
** Changed in: update-manager (Ubuntu Zesty)
 Assignee: Martin Wimpress (flexiondotorg) => Wolfgang Betz (betzwlin)

** Changed in: update-manager (Ubuntu Zesty)
 Assignee: Wolfgang Betz (betzwlin) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623856

Title:
  Scrolled Windows in update-manager are too small to read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1623856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1527725] Re: compilation error with g++ version starting from 4.7

2016-01-17 Thread Wolfgang Betz
Hi,

try to compile the attached file as follows:

g++ eigen.cpp -larpack -larpack++ -lblas -llapack

.. and you should be able to confirm the problem.

Thanks,
Wolfgang


** Attachment added: "eigen.cpp"
   
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1527725/+attachment/4551447/+files/eigen.cpp

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527725

Title:
  compilation error with g++ version starting from 4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1527725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] Re: does not compile with g++-4.7

2015-12-18 Thread Wolfgang Betz
** Changed in: arpack++ (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1527725] [NEW] compilation error with g++ version starting from 4.7

2015-12-18 Thread Wolfgang Betz
Public bug reported:

the following files in the include directory are affected:
  ardgsym.h
  ardssym.h

***
The following changes are required to patch the current version:
***

Index: arpack++/include/ardgsym.h
===
--- arpack++.orig/include/ardgsym.h 2015-12-18 11:00:06.04603 -0800
+++ arpack++/include/ardgsym.h  2014-07-09 18:30:28.0 -0700
@@ -138,7 +138,7 @@
 
   ARSymGenEig::
 SetShiftInvertMode(sigmap, , ::MultInvAsBv);
-  ChangeMultBx(, ::MultBv);
+  this->ChangeMultBx(, ::MultBv);
 
 } // SetShiftInvertMode.
 
@@ -150,7 +150,7 @@
 
   ARSymGenEig::
 SetBucklingMode(sigmap, , ::MultInvAsBv);
-  ChangeMultBx(, ::MultAv);
+  this->ChangeMultBx(, ::MultAv);
 
 } // SetBucklingMode.
 
@@ -163,7 +163,7 @@
   ARSymGenEig::
 SetCayleyMode(sigmap, , ::MultInvAsBv,
   , ::MultAv);
-  ChangeMultBx(, ::MultBv);
+  this->ChangeMultBx(, ::MultBv);
 
 } // SetCayleyMode.
 
@@ -197,7 +197,7 @@
 {
 
   Pencil.DefineMatrices(A, B);
-  this->DefineParameters(A.ncols(), nevp, ,
+  DefineParameters(A.ncols(), nevp, ,
::MultInvAsBv, ,
::MultBv, whichp,
ncvp, tolp, maxitp, residp, ishiftp);
Index: arpack++/include/ardssym.h
===
--- arpack++.orig/include/ardssym.h 2015-12-18 11:00:06.04603 -0800
+++ arpack++/include/ardssym.h  2014-07-09 18:30:20.0 -0700
@@ -134,9 +134,9 @@
 
 {
 
-  this->DefineParameters(A.ncols(), nevp, , 
::MultInvv,
+  DefineParameters(A.ncols(), nevp, , ::MultInvv,
whichp, ncvp, tolp, maxitp, residp, ishiftp);
-  this->ChangeShift(sigmap);
+  ChangeShift(sigmap);
 
 } // Long constructor (shift and invert mode).

** Affects: arpack++ (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "patch for ardgsym.h and ardssym.h"
   https://bugs.launchpad.net/bugs/1527725/+attachment/4537008/+files/patch.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527725

Title:
  compilation error with g++ version starting from 4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1527725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1509211] [NEW] do-release-upgrade fails

2015-10-23 Thread Wolfgang Betz
Public bug reported:

This is the execution trace/stdout:

2015-10-23 09:00:48,487 INFO Using config files '['./DistUpgrade.cfg']'
2015-10-23 09:00:48,487 INFO uname information: 'Linux agr011510 
3.16.0-44-generic #59-Ubuntu SMP Tue Jul 7 02:07:39 UTC 2015 x86_64'
2015-10-23 09:00:48,487 INFO apt version: '1.0.9.2ubuntu2'
2015-10-23 09:00:48,488 INFO python version: '3.4.2 (default, Jun 19 2015, 
11:34:49) 
[GCC 4.9.1]'
2015-10-23 09:00:48,488 INFO release-upgrader version '15.04.14.2' started
2015-10-23 09:00:48,490 INFO locale: 'en_US' 'UTF-8'
2015-10-23 09:00:48,557 DEBUG Using 'DistUpgradeViewText' view
2015-10-23 09:00:48,598 DEBUG aufsOptionsAndEnvironmentSetup()
2015-10-23 09:00:48,599 DEBUG using '/tmp/upgrade-rw-fdsh9sxd' as aufs_rw_dir
2015-10-23 09:00:48,599 DEBUG using '/tmp/upgrade-chroot-8lw7cl8r' as aufs 
chroot dir
2015-10-23 09:00:48,599 DEBUG enable dpkg --force-overwrite
2015-10-23 09:00:48,604 DEBUG creating statefile: 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2015-10-23 09:00:48,984 DEBUG lsb-release: 'utopic'
2015-10-23 09:00:48,985 DEBUG _pythonSymlinkCheck run
2015-10-23 09:00:48,985 DEBUG openCache()
2015-10-23 09:00:48,986 DEBUG No such plugin directory: ./plugins
2015-10-23 09:00:48,986 DEBUG plugins for condition 'PreCacheOpen' are '[]'
2015-10-23 09:00:48,986 DEBUG plugins for condition 'vividPreCacheOpen' are '[]'
2015-10-23 09:00:48,986 DEBUG plugins for condition 'from_utopicPreCacheOpen' 
are '[]'
2015-10-23 09:00:48,986 DEBUG quirks: running PreCacheOpen
2015-10-23 09:00:48,986 DEBUG running Quirks.PreCacheOpen
2015-10-23 09:00:49,111 DEBUG /openCache(), new cache size 3966
2015-10-23 09:00:49,111 DEBUG need_server_mode(): can not find a desktop meta 
package or key deps, running in server mode
2015-10-23 09:00:49,112 DEBUG checkViewDepends()
2015-10-23 09:00:49,112 DEBUG running doUpdate() (showErrors=False)
2015-10-23 09:01:16,308 ERROR IOError/SystemError in cache.update(): 'W:Failed 
to fetch 
http://ppa.launchpad.net/crebs/ppa/ubuntu/dists/oneiric/main/source/Sources  
404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/universe/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/multiverse/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/main/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/restricted/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/universe/binary-i386/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/multiverse/binary-i386/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/main/binary-i386/Packages
  404  Not Found
, W:Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/utopic-security/restricted/binary-i386/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/main/binary-amd64/Packages  404  
Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/universe/binary-amd64/Packages  
404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/restricted/binary-amd64/Packages  
404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/multiverse/binary-amd64/Packages  
404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/main/binary-i386/Packages  404  
Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/universe/binary-i386/Packages  
404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/restricted/binary-i386/Packages  
404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic/multiverse/binary-i386/Packages  
404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/universe/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/multiverse/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/main/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/restricted/binary-amd64/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/universe/binary-i386/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/multiverse/binary-i386/Packages
  404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/main/binary-i386/Packages 
 404  Not Found
, W:Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/utopic-updates/restricted/binary-i386/Packages
  404  Not Found
, E:Some index files failed to 

[Bug 1095784] Re: does not compile with g++-4.7

2014-07-09 Thread Wolfgang Betz
This bug can easily be fixed: only three header files have to be modified 
slightly.
Attached are the mentioned modifications.
  

** Attachment added: arpack_modified.zip
   
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+attachment/4148948/+files/arpack_modified.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1000470] Re: Extra space is added and backslash is removed under the 'find' command

2013-01-28 Thread Wolfgang Betz
In my case this was due to a symbolic link from
/etc/bash_completion.d/acroread.sh -
/opt/Adobe/Reader9/Resource/Shell/acroread_tab. After removing the
symbolic link and starting a new bash shell, things were back to normal.

... see also http://ubuntuforums.org/showthread.php?p=11941246

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1000470

Title:
  Extra space is added and backslash is removed under the 'find' command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1000470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] [NEW] does not compile with g++-4.7

2013-01-03 Thread Wolfgang Betz
Public bug reported:

The header-files that are provided by this library cannot be compiled
with the g++-4.7 compiler. Therefore, there are problems compiling under
Quantal and Raring.

** Affects: arpack++ (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] Re: does not compile with g++-4.7

2013-01-03 Thread Wolfgang Betz
For example
==

/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp: In function ‘void 
MtxEigenValue_ARP(FlxMtxSym, int, tVec, std::vectorstd::valarraydouble 
)’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:110:41: warning: deprecated 
conversion from string constant to ‘char*’ [-Wwrite-strings]
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:107:14: warning: unused variable 
‘uplo’ [-Wunused-variable]
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp: In function ‘void 
MtxEigenValue_ARP(FlxMtxSym, FlxMtxSym, int, tVec, 
std::vectorstd::valarraydouble )’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:164:51: warning: deprecated 
conversion from string constant to ‘char*’ [-Wwrite-strings]
In file included from /home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:23:0:
/usr/include/arpack++/ardssym.h: In instantiation of 
‘ARluSymStdEigARFLOAT::ARluSymStdEig(int, ARdsSymMatrixARTYPE, char*, int, 
ARFLOAT, int, ARFLOAT*, bool) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:110:41:   required from here
/usr/include/arpack++/ardssym.h:123:3: error: ‘DefineParameters’ was not 
declared in this scope, and no declarations were found by argument-dependent 
lookup at the point of instantiation [-fpermissive]
/usr/include/arpack++/ardssym.h:123:3: note: declarations in dependent base 
‘ARStdEigdouble, double, ARdsSymMatrixdouble ’ are not found by unqualified 
lookup
/usr/include/arpack++/ardssym.h:123:3: note: use ‘this-DefineParameters’ 
instead
In file included from /home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:24:0:
/usr/include/arpack++/ardgsym.h: In instantiation of 
‘ARluSymGenEigARFLOAT::ARluSymGenEig(int, ARdsSymMatrixARTYPE, 
ARdsSymMatrixARTYPE, char*, int, ARFLOAT, int, ARFLOAT*, bool) [with ARFLOAT 
= double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:164:51:   required from here
/usr/include/arpack++/ardgsym.h:182:3: error: ‘DefineParameters’ was not 
declared in this scope, and no declarations were found by argument-dependent 
lookup at the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:182:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:182:3: note: use ‘this-DefineParameters’ 
instead
/usr/include/arpack++/ardgsym.h: In instantiation of ‘void 
ARluSymGenEigARFLOAT::SetShiftInvertMode(ARFLOAT) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/ardgsym.h:141:3: error: ‘ChangeMultBx’ was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:141:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:141:3: note: use ‘this-ChangeMultBx’ instead
/usr/include/arpack++/ardgsym.h: In instantiation of ‘void 
ARluSymGenEigARFLOAT::SetBucklingMode(ARFLOAT) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/ardgsym.h:153:3: error: ‘ChangeMultBx’ was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:153:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:153:3: note: use ‘this-ChangeMultBx’ instead
/usr/include/arpack++/ardgsym.h: In instantiation of ‘void 
ARluSymGenEigARFLOAT::SetCayleyMode(ARFLOAT) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/ardgsym.h:166:3: error: ‘ChangeMultBx’ was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:166:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:166:3: note: use ‘this-ChangeMultBx’ instead
In file included from /usr/include/arpack++/arssym.h:22:0,
 from /usr/include/arpack++/ardssym.h:23,
 from /home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:23:
/usr/include/arpack++/arseig.h: In instantiation of ‘void ARStdEigARFLOAT, 
ARTYPE, ARFOP::SetShiftInvertMode(ARTYPE, ARFOP*, void (ARFOP::*)(ARTYPE*, 
ARTYPE*)) [with ARFLOAT = double; ARTYPE = double; ARFOP = 
ARdsSymPencildouble]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/arseig.h:178:3: error: ‘ChangeShift’ was not declared in 
this scope, and no declarations were found by argument-dependent lookup at the 
point of instantiation [-fpermissive]