[Bug 365352] Re: setup.py install --prefix=/usr/local installs modules in site-packages/ directory

2009-04-24 Thread ilmarw
OK, read the thread https://lists.ubuntu.com/archives/ubuntu- devel/2009-February/027439.html I guess that would make things more understandable for other users suspecting a bug and finding this bug report. -- setup.py install --prefix=/usr/local installs modules in site-packages/ directory htt

[Bug 365352] Re: setup.py install --prefix=/usr/local installs modules in site-packages/ directory

2009-04-24 Thread ilmarw
I can confirm this bug. Although not critical, it is really annoying. -- setup.py install --prefix=/usr/local installs modules in site-packages/ directory https://bugs.launchpad.net/bugs/365352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 147375] Re: Error on installing debconf

2009-03-05 Thread ilmarw
No worries, thask for the effort. -- Error on installing debconf https://bugs.launchpad.net/bugs/147375 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/ma

[Bug 234919] Re: hg crashed with ValueError in unbundle()

2008-06-26 Thread ilmarw
Is there an easy fix for this bug? ilmar -- hg crashed with ValueError in unbundle() https://bugs.launchpad.net/bugs/234919 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:

[Bug 234837] Re: Binutils corrupts Open MPI

2008-06-17 Thread ilmarw
I can confirm that this indeed fixed the problems that I have been having (and that I reported in #224706). ilmar -- Binutils corrupts Open MPI https://bugs.launchpad.net/bugs/234837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 234837] Re: Binutils corrupts Open MPI

2008-06-16 Thread ilmarw
I know, but I find it annoying to having to edit /etc/openmpi/openmpi- mca-params.conf, and since it is disabled in openmpi i newer versions it could as well be removed. ilmar -- Binutils corrupts Open MPI https://bugs.launchpad.net/bugs/234837 You received this bug notification because you are

[Bug 234837] Re: Binutils corrupts Open MPI

2008-06-16 Thread ilmarw
Where is LDFLAGS defined in the first place? We built the package from source without the patch, and this worked. Also, should InfiniBand be disabled as Dirk suggested? ilmar -- Binutils corrupts Open MPI https://bugs.launchpad.net/bugs/234837 You received this bug notification because you are

[Bug 234837] Re: Binutils corrupts Open MPI

2008-06-16 Thread ilmarw
I reported the bug marked as a duplicate of this (https://bugs.launchpad.net/ubuntu/+source/openmpi/+bug/224706), and have had problems with using Python on top of openmpi. We have been building our own packages for openmpi based on Debian. A fix for Hardy would be highly appreciated, so that we no

[Bug 59908] Re: identify command requires mpeg2decode

2008-06-09 Thread ilmarw
I am having the exact same problem using animate. Version: 7:6.3.7.9.dfsg1-2ubuntu1 ilmar -- identify command requires mpeg2decode https://bugs.launchpad.net/bugs/59908 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 152273] Re: mpicc (openmpi) broken in Ubuntu 7.10 RC

2008-05-18 Thread ilmarw
With every release, we hope that the problems we are having are solved, but they never are. We keep creating our own packages of, amongst others, openmpi based on Debias Sid. I see now that Gutsy will not see version 1.2.6. This goes for openmpi in general, not any specific bugs. -- mpicc (openmp

[Bug 226870] [NEW] Warnings using openmpi with gcc 4.3

2008-05-05 Thread ilmarw
Public bug reported: When using gcc 4.3 with openmpi, I keep getting the following errors. Since we use -Wall theis breaks our builds: cc1plus: warnings being treated as errors In file included from /usr/lib/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:246, from /usr/lib/openmp

[Bug 224706] [NEW] Segmentation fault when using openmpi

2008-04-30 Thread ilmarw
Public bug reported: I have been trying to use openmpi for two different projects. On both, we swig the c source code and import it in python. These packages are dolfin, which we develop where I work, and the other is trilinos. In both cases, the output looks something like: [multiboot:14707] *

[Bug 188185] Re: mistake in location of header files

2008-03-07 Thread ilmarw
I'm using 1.1-2.5ubuntu1. ilmar -- mistake in location of header files https://bugs.launchpad.net/bugs/188185 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu

[Bug 188185] Re: mistake in location of header files

2008-03-07 Thread ilmarw
I have the same problem running Version: 1.1-2.5. The following command fixed it: cd /usr/include/ sudo ln -s openmpi/ompi ompi I'm using normal ubuntu. ilmar -- mistake in location of header files https://bugs.launchpad.net/bugs/188185 You received this bug notification because you are a membe

[Bug 188185] Re: mistake in location of header files

2008-03-07 Thread ilmarw
After fixing some other problem with openmpi, see my posts of today at https://bugs.launchpad.net/ubuntu/+source/openmpi/+bug/152273, things seem to be working now. ilmar -- mistake in location of header files https://bugs.launchpad.net/bugs/188185 You received this bug notification because you

[Bug 152273] Re: mpicc (openmpi) broken in Ubuntu 7.10 RC

2008-03-07 Thread ilmarw
$dpkg -l | grep openmpi ii openmpi-bin1.1-2.5ubuntu1 high performance message passing library ii openmpi-common 1.1-2.5ubuntu1 high performance message passing library ii openmpi-d

[Bug 152273] Re: mpicc (openmpi) broken in Ubuntu 7.10 RC

2008-03-07 Thread ilmarw
Update: When creating the link $ cd /usr/bin/ $ sudo ln -s mpicc.openmpi mpicc it works as it should. So the problem seems to be that mpicc is not linked to mpicc.openmpi under /usr/bin ilmar -- mpicc (openmpi) broken in Ubuntu 7.10 RC https://bugs.launchpad.net/bugs/152273 You received this b

[Bug 152273] Re: mpicc (openmpi) broken in Ubuntu 7.10 RC

2008-03-07 Thread ilmarw
Sorry for all the posts, but I figured out what the problem was. Or at least how to solve it. Even though I made sure that no other MPI- libraries were installed (LAM, MPICH), they earlier presence contributed to this error. After removing the file /var/lib/dpkg/alternatives/mpicc the installation

[Bug 152273] Re: mpicc (openmpi) broken in Ubuntu 7.10 RC

2008-03-07 Thread ilmarw
Hi, I have updated to the latest version, but I still have problems. After installing openmpi-bin, there is no executable mpicc, only mpicc.openmpi. This executable outputs nothing whatsoever. ilmar -- mpicc (openmpi) broken in Ubuntu 7.10 RC https://bugs.launchpad.net/bugs/152273 You received

[Bug 188185] Re: mistake in location of header files

2008-02-25 Thread ilmarw
This is a bug, it happens when a normal c++ compiler is used instead of mpicxx. Seems to be fixed in Hardy. ilmar -- mistake in location of header files https://bugs.launchpad.net/bugs/188185 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 147375] Re: Error on installing debconf

2007-10-03 Thread ilmarw
No, I think I installed that package manually. I will try to notify logilab. But if your fix works as described, at least such problems should not result in the failing of a whole upgrade (something similar happened to mo with the last upgrade, where a Python file could not be compiled). -- Error

[Bug 147375] Re: Error on installing debconf

2007-10-02 Thread ilmarw
I'm sorry, but I did that, and the result was the same, so I got a bit creative :-) [EMAIL PROTECTED]:~$ dpkg -S logilab/devtools/templates/setup.py dpkg: fant ikke *logilab/devtools/templates/setup.py*. -- Error on installing debconf https://bugs.launchpad.net/bugs/147375 You received this bug

[Bug 147375] Re: Error on installing debconf

2007-10-02 Thread ilmarw
[EMAIL PROTECTED]:~$ dpkg -S /usr/lib/python2.5/site-packages/logilab/devtools/templates/setup.py dpkg: fant ikke /usr/lib/python2.5/site-packages/logilab/devtools/templates/setup.py. dpkg: could not find ... That is weird. I think that the problem is that I used python version 2.5 by default,

[Bug 147375] Re: Error on installing debconf

2007-09-30 Thread ilmarw
The exact error is: SyntaxError: from __future__ imports must occur at the beginning of the file -- Error on installing debconf https://bugs.launchpad.net/bugs/147375 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 147375] Error on installing debconf

2007-09-30 Thread ilmarw
Public bug reported: Binary package hint: debconf While installing the beta version o Gutsy Gibbon, using 'package-manager -d', the whole installastion failed due to too many packages failing. The reason they failed was because of debconf not working properly. The error was something like: Err