Re: [OMPI users] Building from the SRPM version creates an rpm with striped libraries

2010-05-26 Thread Peter Thompson
Thanks Ashley, that did work, though I must say that %define __strip /bin/true is NOT very intuitive! I did get my symbols in the needed libraries, but unfortunately, at least for the compiler I used to build, I still have a typedef undefined, and that also prevents that method of launching

Re: [OMPI users] Building from the SRPM version creates an rpm with striped libraries

2010-05-25 Thread Ashley Pittman
This is a standard rpm feature although like most things it can be disabled. According to this mail and it's replies the two %defines below will prevent striping and the building of debuginfo rpms. http://lists.rpm.org/pipermail/rpm-list/2009-January/000122.html %define debug_package %{nil} %d

[OMPI users] Building from the SRPM version creates an rpm with striped libraries

2010-05-24 Thread Peter Thompson
I have a user who prefers building rpm's from the srpm. That's okay, but for debugging via TotalView it creates a version with the openmpi .so files stripped and we can't gain control of the processes when launched via mpirun -tv. I've verified this with my own build of a 1.4.1 rpm which I th