[Bug 575136] [NEW] Kubuntu Upgrade to 10.04: could not install tex-common

2010-05-04 Thread iman brouwer
Public bug reported: Binary package hint: update-manager When doing the automatic upgrade i got the following error: "Could not install 'tex-common' The uprade will continue but the 'tex-common' package may not be in a working state. Please consider submitting a bug report about it. subprocess

Re: [Bug 192209] Re: [Hardy 64 alpha4] When logging into kde, the 'initializing services' screen appears, then returns to KDM

2008-03-16 Thread iman brouwer
Great, it is fixed! I'm not sure which update fixed it, i think it must have been an update in the last 7 days or so. Thanks, Iman On Tue, Mar 11, 2008 at 12:13 AM, Greg Grossmeier <[EMAIL PROTECTED]> wrote: > Iman, > > Is this issue still a problem for you in an up-to-date Hardy install? > >

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

2008-02-25 Thread iman brouwer
Switched to Hardy, and it works perfectly now. In Gutsy I had the problem with CMake even with the mpic++ compiler specified, e.g. SET( CMAKE_CXX_COMPILER "mpic++" ) In Hardy the problem is solved. Thanks guys! Iman P.S. Sorry for the late response, I had some serious computer issues and was

[Bug 192209] [NEW] [Hardy 64 alpha4] When logging into kde, the 'initializing services' screen appears, then returns to KDM

2008-02-15 Thread iman brouwer
Public bug reported: Basically, when i login into kde, the 'initializing services' screen appears, but it stops after the 2nd icon (i think the 3rd is the printer). Then it takes me back to the login screen. I installed 64 bit hardy, alpha 4 with all the latest updates as off feb 15th. (I had the

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

2008-02-10 Thread iman brouwer
Hi Koen, This simple executable produces the error below: -- #include int main(int argc, char *argv[]) { MPI_Status stat; MPI_Init(&argc,&argv); MPI_Finalize(); return 0; } - Error when building the executable: In file includ

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

2008-02-07 Thread iman brouwer
Hi Koen, I've updated to the new version: 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-dbg1.1

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

2008-02-07 Thread iman brouwer
Hoi Koen, Here's the output: ~ $dpkg -l | grep openmpi ii openmpi-bin1.1-2.5 high performance message passing library ii openmpi-common 1.1-2.5 high performance message passing library ii openmpi-dbg1.1

[Bug 188185] [NEW] mistake in location of header files

2008-02-01 Thread iman brouwer
Public bug reported: /usr/include/mpi.h line 1757:#include "ompi/mpi/cxx/mpicxx.h" It looks inside "/usr/include/" for the "ompi" directory that is not there. The file it is looking for is inside "/usr/include/openmpi" So when you try to compile a c++ file including mpi.h it ends up with a