Paul Grosu

2019-11-19 Thread Paul Grosu
Hello Fedora Development Community, I work at Northeastern University as a researcher in the Gene Cooperman Lab, and will be supporting the DMTCP package ( https://apps.fedoraproject.org/packages/dmtcp) and DMTCP-devel ( https://apps.fedoraproject.org/packages/dmtcp-devel). We are about to releas

Re: Paul Grosu

2019-11-19 Thread Paul Grosu
sources_For_Package_Maintainers > > ср, 20 нояб. 2019 г. в 09:54, Paul Grosu : > > > > Hello Fedora Development Community, > > > > I work at Northeastern University as a researcher in the Gene Cooperman > Lab, and will be supporting the DMTCP package ( > https

Re: Paul Grosu

2019-11-22 Thread Paul Grosu
ps://pagure.io/fedora-infrastructure/issues > > kevin > -- > > > > ср, 20 нояб. 2019 г. в 10:20, Paul Grosu : > > > > > > Hi Vascom, > > > > > > Thank you for the quick reply. I already added the SSH public key, > but when I try to ssh with my

Re: Paul Grosu

2019-11-24 Thread Paul Grosu
, Paul On Sat, Nov 23, 2019 at 11:58 AM Orion Poplawski wrote: > Paul - > > I've sponsored you - welcome aboard. > > - Orion > > On 11/22/19 3:46 PM, Paul Grosu wrote: > > Hello Kevin, > > > > That would help us out greatly and I filed the following t

Re: Paul Grosu

2019-12-15 Thread Paul Grosu
ensure everything is proper? Best regards, Paul On Mon, Nov 25, 2019 at 2:14 AM Paul Grosu wrote: > Hello Orion and Kevin, > > Orion, many thanks for sponsoring us! This helps will help us > tremendously. I have tested a few server and the connection works great. > Gene

Re: Paul Grosu

2019-12-17 Thread Paul Grosu
ora-review on the package and > file a review request bug. > > You will need to post the spec and src.rpm in a public location for the > review. > > HTH, > >Orion > > On 12/15/19 10:08 PM, Paul Grosu wrote: > > Hello Orion and Kevin, > > > > We are

Re: Trying to strip a library

2023-06-01 Thread Paul Grosu
Hi Orion, There are two ways to remove the debugging symbols: 1) strip --strip-debug your_library.so 2) objcopy --strip-debug your_library.so Below is an example of both approaches: 1) Method using strip: paul$ objdump --syms libfoo.so | grep debug ld .debug_aranges

Re: Trying to strip a library automatically

2023-06-02 Thread Paul Grosu
7:42 PM Orion Poplawski wrote: > On 6/1/23 23:00, Paul Grosu wrote: > > Hi Orion, > > > > There are two ways to remove the debugging symbols: > > > > 1) strip --strip-debug your_library.so > > > > 2) objcopy --strip-debug your_library.so > > >

Re: aarch64 glibc issue

2024-09-12 Thread Paul Grosu
Hi Richard, The quickest way is to try installing the wsjtx package with the additional --nobest argument on the command-line? For more information about what that argument does, below is a link: https://dnf.readthedocs.io/en/latest/command_ref.html The alternative is ensure you have a clean/up

Re: Figure out what killed an app (rhbz#2253099)

2024-01-31 Thread Paul Grosu
I think your options are two: 1) Write a plugin for the oom service to capture the state (and log it) before it kills the process. Here's the source code to learn more about that: https://github.com/facebookincubator/oomd/ 2) Or you can completely disable it: https://www.cjjackson.dev/posts/wh

Re: How to deal with static libraries and cmake?

2025-05-09 Thread Paul Grosu
Hi Orion, Do you have the complete build-log to see the trace of it? Something similar to this: https://build.alpinelinux.org/buildlogs/build-3-20-x86_64/community/suitesparse/suitesparse-7.7.0-r0.log There might be more details in that log, that might hint to a possible cause. Do you by any c

Re: How to deal with static libraries and cmake?

2025-05-12 Thread Paul Grosu
23:37, Paul Grosu wrote: > > Hi Orion, > > > > Do you have the complete build-log to see the trace of it? Something > > similar to this: > > > > https://build.alpinelinux.org/buildlogs/build-3-20-x86_64/community/ > > suitesparse/suitesparse-7.7.0-r0.log &l

Re: How to deal with static libraries and cmake?

2025-05-16 Thread Paul Grosu
Hope it helps, Paul On Mon, May 12, 2025 at 6:10 PM Paul Grosu wrote: > Hi Orion, > > Thank you for pointing me to the Bugzilla page. Could you please add me > to the packager and/or qa group for my FAS account (pgrosu) so I can log > into f40-test.fedorainfracloud.org to test