Re: howto not strip .so on install

2011-07-27 Thread Jerry James
On Wed, Jul 27, 2011 at 12:23 PM, Neal Becker wrote: > Sounds like the best course of action is to just disable debugedit? > 1. Would this be acceptable for a fedora package? > 2. Is it possible to  disable debugedit? I don't think disabling debugedit is necessary. I think I see the problem. Ca

Re: howto not strip .so on install

2011-07-27 Thread Neal Becker
>Jerry James wrote: > On Wed, Jul 27, 2011 at 12:06 PM, Jerry James wrote: >> It isn't strip. If I run strip on the version of libmtcp.so left in >> the build dir and copy it over /usr/lib64/dmtcp/libmtcp.so, then it >> also works. But that version is different from the one installed by >> rpm.

Re: howto not strip .so on install

2011-07-27 Thread Jerry James
On Wed, Jul 27, 2011 at 12:06 PM, Jerry James wrote: > It isn't strip.  If I run strip on the version of libmtcp.so left in > the build dir and copy it over /usr/lib64/dmtcp/libmtcp.so, then it > also works.  But that version is different from the one installed by > rpm.  Watch this: > > $ ldd -r

Re: howto not strip .so on install

2011-07-27 Thread Jerry James
On Wed, Jul 27, 2011 at 11:34 AM, Neal Becker wrote: > 7. Verify that the only difference is replacing the shared libs installed via > rpm vs. the same shared libs installed without rpm. > > So something that rpm does to the shared libs (in /usr/lib64/dmtcp) is > breaking > things.  The only thin

Re: howto not strip .so on install

2011-07-27 Thread Neal Becker
Jerry James wrote: > On Wed, Jul 27, 2011 at 9:48 AM, Neal Becker wrote: >> Trying to help packaging dmtcp. There are 2 shared libs installed. They are >> stripped by the rpm install, and then fail when attempting to dlopen them (or >> 1 of them). > > Fail how? What's the error? 1. Get srpm h

Re: howto not strip .so on install

2011-07-27 Thread Jerry James
On Wed, Jul 27, 2011 at 9:48 AM, Neal Becker wrote: > Trying to help packaging dmtcp.  There are 2 shared libs installed.  They are > stripped by the rpm install, and then fail when attempting to dlopen them (or > 1 > of them). Fail how? What's the error? -- Jerry James http://www.jamezone.org

Re: howto not strip .so on install

2011-07-27 Thread Adam Jackson
On Wed, 2011-07-27 at 11:48 -0400, Neal Becker wrote: > Trying to help packaging dmtcp. There are 2 shared libs installed. They are > stripped by the rpm install, and then fail when attempting to dlopen them (or > 1 > of them). > > 1. Is that normal behaviour? No, the strip performed by the

Re: howto not strip .so on install

2011-07-27 Thread Richard Shaw
On Wed, Jul 27, 2011 at 10:48 AM, Neal Becker wrote: > Trying to help packaging dmtcp.  There are 2 shared libs installed.  They are > stripped by the rpm install, and then fail when attempting to dlopen them (or > 1 > of them). > > 1. Is that normal behaviour? > 2. How can I avoid it? Maybe a m

howto not strip .so on install

2011-07-27 Thread Neal Becker
Trying to help packaging dmtcp. There are 2 shared libs installed. They are stripped by the rpm install, and then fail when attempting to dlopen them (or 1 of them). 1. Is that normal behaviour? 2. How can I avoid it? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedorapr