[Bug 1750794] Re: eigen3-dev crashes because unstable

2018-03-31 Thread Marco Camurri
Is there any chance this bug can be at least considered?

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

Title:
  eigen3-dev crashes because unstable

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

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

[Bug 1750794] Re: eigen3-dev crashes because unstable

2018-02-21 Thread Marco Camurri
** Description changed:

- The official version shipped with Ubuntu 16.04 LTS is an unstable branch
- of Eigen 3.3 (i.e. Eigen 3.3-beta1)
+ Description:  Ubuntu 16.04.3 LTS
+ Release:  16.04
+ 
+ libeigen3-dev:
+   Installed: 3.3~beta1-2
+   Candidate: 3.3~beta1-2
+   Version table:
+  *** 3.3~beta1-2 500
+ 500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
+ 500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
+ 100 /var/lib/dpkg/status
+ 
+ 
+ The official version shipped with Ubuntu 16.04 LTS is an unstable branch of 
Eigen 3.3 (i.e. Eigen 3.3-beta1)
  
  This is very inconvenient for a LTS version of Ubuntu, considering that
  even the following simple code gives SEGFAULT:
  
  #include 
  #include 
  
  using namespace std;
  using namespace Eigen;
  
- 
  int main()
  {
- Eigen::Vector3d b = Eigen::Vector3d::Random();
- Eigen::MatrixXd A = Eigen::MatrixXd::Random(3,3);
+ Eigen::Vector3d b = Eigen::Vector3d::Random();
+ Eigen::MatrixXd A = Eigen::MatrixXd::Random(3,3);
  
- std::cout << "The following code crashes from Eigen 3.3-beta1 to Eigen 
3.3-RC1" << std::endl;
- std::cout << -A*b << std::endl;
+ std::cout << "The following code crashes from Eigen 3.3-beta1 to Eigen 
3.3-RC1" << std::endl;
+ std::cout << -A*b << std::endl;
  
- return 0;
+ return 0;
  }
  
  I strongly suggest either to upgrade to the stable branch of 3.3 (i.e.
  3.3.4) or the stable branch of the 3.2 (i.e., 3.2.10), for which the
  problem doesn't hold.
  
  Note that I'd rather prefer not to install one of these stable versions
  myself, because lots of other packages for this release are built on top
  on the libeigen3-dev.
  
  If I link those packages against my custom libraries, I would have two
  different versions of Eigen to co-exist in the same binary.

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

Title:
  eigen3-dev crashes because unstable

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

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

[Bug 1750794] [NEW] eigen3-dev crashes because unstable

2018-02-21 Thread Marco Camurri
Public bug reported:

The official version shipped with Ubuntu 16.04 LTS is an unstable branch
of Eigen 3.3 (i.e. Eigen 3.3-beta1)

This is very inconvenient for a LTS version of Ubuntu, considering that
even the following simple code gives SEGFAULT:

#include 
#include 

using namespace std;
using namespace Eigen;


int main()
{
Eigen::Vector3d b = Eigen::Vector3d::Random();
Eigen::MatrixXd A = Eigen::MatrixXd::Random(3,3);

std::cout << "The following code crashes from Eigen 3.3-beta1 to Eigen 
3.3-RC1" << std::endl;
std::cout << -A*b << std::endl;

return 0;
}

I strongly suggest either to upgrade to the stable branch of 3.3 (i.e.
3.3.4) or the stable branch of the 3.2 (i.e., 3.2.10), for which the
problem doesn't hold.

Note that I'd rather prefer not to install one of these stable versions
myself, because lots of other packages for this release are built on top
on the libeigen3-dev.

If I link those packages against my custom libraries, I would have two
different versions of Eigen to co-exist in the same binary.

** Affects: eigen3 (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/1750794

Title:
  eigen3-dev crashes because unstable

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

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

[Bug 1603273] Re: [SRU] /usr/include/PythonQt/PythonQtUtils.h is missing.

2017-12-12 Thread Marco Camurri
I also confirm that it works when I activate the xenial-proposed option
from the "Software & Updates" menu.

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

Title:
  [SRU] /usr/include/PythonQt/PythonQtUtils.h is missing.

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

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

[Bug 1603273] Re: [SRU] /usr/include/PythonQt/PythonQtUtils.h is missing.

2017-12-01 Thread Marco Camurri
I've just tested this under Xenial with amd64 by uninstalling the
packages, adding your ppa and installing them again.

I was experiencing the issue when compiling an executable which requires
the package.

I cleansed completely the build, and rebuild with no failure.

I also tried the opposite, removing the ppa, cleaning building and
having the failure again.

>From my side, I consider the issue fixed!

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

Title:
  [SRU] /usr/include/PythonQt/PythonQtUtils.h is missing.

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

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