https://bugzilla.redhat.com/show_bug.cgi?id=1239467
Bug ID: 1239467 Summary: erlang-jiffy: FTBFS in rawhide Product: Fedora Version: rawhide Component: erlang-jiffy Assignee: filip@andresovi.net Reporter: dennis@ausil.us QA Contact: extras-qa@fedoraproject.org CC: erlang@lists.fedoraproject.org, filip@andresovi.net, lkundrak@v3.sk Blocks: 1239338 (F23FTBFS)
Your package erlang-jiffy failed to build from source in current rawhide.
http://koji.fedoraproject.org/koji/taskinfo?taskID=10087476
For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1239338 [Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=1239467
--- Comment #1 from Dennis Gilmore dennis@ausil.us --- Created attachment 1046719 --> https://bugzilla.redhat.com/attachment.cgi?id=1046719&action=edit build.log
https://bugzilla.redhat.com/show_bug.cgi?id=1239467
--- Comment #4 from Filip Andres filip@andresovi.net --- Seems like some problem with the erlang package in fedora-rawhide:
[fila@gatonegro ~]$ mock -r fedora-rawhide-i386 --no-clean --shell INFO: mock.py version 1.2.10 starting (python version = 2.7.8)... Start: init plugins INFO: selinux enabled Finish: init plugins Start: run Start: chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled dnf cache Start: cleaning dnf metadata Finish: cleaning dnf metadata INFO: enabled ccache Finish: chroot init Start: shell <mock-chroot>sh-4.3# rpm -q erlang-erts erlang-erts-17.4-3.fc23.i686 <mock-chroot>sh-4.3# erl Erlang/OTP 17 [erts-6.3] [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.3 (abort with ^G) 1> erlang:processes(). Segmentation fault (core dumped)
Couldn't replicate in a i686 virtual machine yet though.
https://bugzilla.redhat.com/show_bug.cgi?id=1239467
--- Comment #5 from Filip Andres filip@andresovi.net --- Happens only without using SMP erlang in the mock:
<mock-chroot>sh-4.3# /usr/lib/erlang/erts-6.3/bin/beam.smp -- -root /usr/lib/erlang -progname erl -- -home / -- sh: line 0: exec: inet_gethost: not found Erlang/OTP 17 [erts-6.3] [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.3 (abort with ^G) 1> erlang:processes(). Segmentation fault (core dumped) <mock-chroot>sh-4.3# /usr/lib/erlang/erts-6.3/bin/beam -- -root /usr/lib/erlang -progname erl -- -home / -- sh: line 0: exec: inet_gethost: not found Erlang/OTP 17 [erts-6.3] [source] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.3 (abort with ^G) 1> erlang:processes 1> (). [<0.0.0>,<0.3.0>,<0.6.0>,<0.7.0>,<0.9.0>,<0.10.0>,<0.11.0>, <0.12.0>,<0.13.0>,<0.14.0>,<0.15.0>,<0.16.0>,<0.18.0>, <0.19.0>,<0.20.0>,<0.21.0>,<0.22.0>,<0.23.0>,<0.24.0>, <0.25.0>,<0.26.0>,<0.27.0>,<0.28.0>,<0.29.0>,<0.33.0>] 2>
https://bugzilla.redhat.com/show_bug.cgi?id=1239467
--- Comment #6 from Filip Andres filip@andresovi.net --- Small correction: I can reproduce the core dump even in a VirtualBox machine (i386, running Fedora 22 with erlang from rawhide):
fila@localhost> erl -smp Erlang/OTP 17 [erts-6.3] [source] [smp:1:1] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.3 (abort with ^G) 1> erlang:processes(). Segmentation fault (core dumped)
https://bugzilla.redhat.com/show_bug.cgi?id=1239467
Filip Andres filip@andresovi.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|filip@andresovi.net |erlang@lists.fedoraproject. | |org
--- Comment #7 from Filip Andres filip@andresovi.net --- Seems to me being caused by a glitch in erlang packaging. Reassigning to erlang@lists.fedoraproject.org.
https://bugzilla.redhat.com/show_bug.cgi?id=1239467
Filip Andres filip@andresovi.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |RAWHIDE Last Closed| |2016-01-31 13:31:10
--- Comment #9 from Filip Andres filip@andresovi.net --- Rebuilt without tests, more in https://bugzilla.redhat.com/show_bug.cgi?id=1240487
erlang@lists.fedoraproject.org