Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-13 Thread Vít Ondruch
I have reported this here: https://bugzilla.redhat.com/show_bug.cgi?id=2040380 And I'd appreciate any help to figure out what is going on. Vít Dne 12. 01. 22 v 19:33 Vít Ondruch napsal(a): So as I already mentioned, the following fails: ~~~ $ ./miniruby -I./lib -I. -I.ext/common

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-12 Thread Vít Ondruch
So as I already mentioned, the following fails: ~~~ $ ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext  -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext  -- --disable-gems" --excludes-dir=./test/excludes

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-12 Thread Vít Ondruch
I wish I had answers for you. Nevertheless, I'd help if I knew how to debug the detached children after fork, because they are failing earlier then the main process. I was using `set follow-fork-mode child` but that does nothing :/ I think that exec or fork is the culprit, in some way. Vít

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-11 Thread Carlos O'Donell
On 1/11/22 13:45, Vít Ondruch wrote: > Thread 1 "ruby" received signal SIGABRT, Aborted. > 0x778a764c in __pthread_kill_implementation () from /lib64/libc.so.6 > Missing separate debuginfos, use: dnf debuginfo-install > glibc-2.34.9000-36.fc36.x86_64 gmp-6.2.1-1.fc36.x86_64 >

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-11 Thread Carlos O'Donell
On 1/10/22 14:04, Miro Hrončok wrote: > On 10. 01. 22 18:14, Miro Hrončok wrote: >> On 08. 01. 22 18:09, Carlos O'Donell wrote: >>> On 1/8/22 04:37, Miro Hrončok wrote: Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide... >> >> - >> >>

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-11 Thread Vít Ondruch
I get somewhere: ~~~ $ gdb --args ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext  -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext  -- --disable-gems" --excludes-dir=./test/excludes

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-11 Thread Vít Ondruch
Dne 11. 01. 22 v 17:21 Vít Ondruch napsal(a): Dne 10. 01. 22 v 18:18 Vít Ondruch napsal(a): Dne 10. 01. 22 v 18:07 Miro Hrončok napsal(a): On 10. 01. 22 15:33, Miro Hrončok wrote: On 10. 01. 22 10:56, Vít Ondruch wrote: Dne 08. 01. 22 v 18:09 Carlos O'Donell napsal(a):

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-11 Thread Vít Ondruch
Dne 10. 01. 22 v 18:18 Vít Ondruch napsal(a): Dne 10. 01. 22 v 18:07 Miro Hrončok napsal(a): On 10. 01. 22 15:33, Miro Hrončok wrote: On 10. 01. 22 10:56, Vít Ondruch wrote: Dne 08. 01. 22 v 18:09 Carlos O'Donell napsal(a):

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-11 Thread Miro Hrončok
On 09. 01. 22 11:07, Miro Hrončok wrote: On 08. 01. 22 10:37, Miro Hrončok wrote: Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. The previous version remains available as libffi13.1, so failures to build will not

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Miro Hrončok
On 10. 01. 22 18:14, Miro Hrončok wrote: On 08. 01. 22 18:09, Carlos O'Donell wrote: On 1/8/22 04:37, Miro Hrončok wrote: Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide... - Not yet rebuilt packages: $ repoquery -q --repo=koji --whatrequires

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Vít Ondruch
Dne 10. 01. 22 v 18:07 Miro Hrončok napsal(a): On 10. 01. 22 15:33, Miro Hrončok wrote: On 10. 01. 22 10:56, Vít Ondruch wrote: Dne 08. 01. 22 v 18:09 Carlos O'Donell napsal(a): https://copr.fedorainfracloud.org/coprs/churchyard/libffi-3.4/package/ruby/ Segmentation fault FAIL 1/1489

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Miro Hrončok
On 08. 01. 22 18:09, Carlos O'Donell wrote: On 1/8/22 04:37, Miro Hrončok wrote: Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. Thank you for helping with the rebuilds! The previous version remains available as

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Miro Hrončok
On 10. 01. 22 15:33, Miro Hrončok wrote: On 10. 01. 22 10:56, Vít Ondruch wrote: Dne 08. 01. 22 v 18:09 Carlos O'Donell napsal(a): https://copr.fedorainfracloud.org/coprs/churchyard/libffi-3.4/package/ruby/ Segmentation fault FAIL 1/1489 tests failed This failed in the same place in two

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Miro Hrončok
On 10. 01. 22 10:56, Vít Ondruch wrote: Dne 08. 01. 22 v 18:09 Carlos O'Donell napsal(a): https://copr.fedorainfracloud.org/coprs/churchyard/libffi-3.4/package/ruby/ Segmentation fault FAIL 1/1489 tests failed This failed in the same place in two different builds in the test_ractor.rb (Ruby

Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Miro Hrončok
Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. The previous version remains available as libffi13.1, so failures to build will not result in uninstallable packages. You can inspect some known failures:

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-10 Thread Vít Ondruch
Dne 08. 01. 22 v 18:09 Carlos O'Donell napsal(a): https://copr.fedorainfracloud.org/coprs/churchyard/libffi-3.4/package/ruby/ Segmentation fault FAIL 1/1489 tests failed This failed in the same place in two different builds in the test_ractor.rb (Ruby Ractor) test case, and it crashes in

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-09 Thread Miro Hrončok
On 08. 01. 22 10:37, Miro Hrončok wrote: Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. The previous version remains available as libffi13.1, so failures to build will not result in uninstallable packages. You

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-08 Thread Miro Hrončok
On 08. 01. 22 10:37, Miro Hrončok wrote: I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. The update: https://bodhi.fedoraproject.org/updates/FEDORA-2022-c440651258 -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-08 Thread Miro Hrončok
On 08. 01. 22 18:09, Carlos O'Donell wrote: https://copr.fedorainfracloud.org/coprs/churchyard/libffi-3.4/package/cjs/ https://copr.fedorainfracloud.org/coprs/churchyard/libffi-3.4/package/gjs/ both "killed by signal 11 SIGSEGV" Right, this is because there is an ordering dependency between

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-08 Thread Carlos O'Donell
On 1/8/22 04:37, Miro Hrončok wrote: > Hello packagers, > > I intent to rebuild the following packages with libffi 3.4 in Rawhide side > tag f36-build-side-49314 today. Thank you for helping with the rebuilds! > The previous version remains available as libffi13.1, so failures to build >

Re: Heads up: libffi 3.4 rebuild in rawhide today

2022-01-08 Thread Miro Hrončok
On 08. 01. 22 10:37, Miro Hrončok wrote: Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. The previous version remains available as libffi13.1, so failures to build will not result in uninstallable packages. You

Heads up: libffi 3.4 rebuild in rawhide today

2022-01-08 Thread Miro Hrončok
Hello packagers, I intent to rebuild the following packages with libffi 3.4 in Rawhide side tag f36-build-side-49314 today. The previous version remains available as libffi13.1, so failures to build will not result in uninstallable packages. You can inspect some known failures: