Description of problem: wings does not start in fc10. this is due to a missing parameter in the /usr/bin/wings script. Version-Release number of selected component (if applicable): wings-0.99.02-2.fc10.x86_64 How reproducible: always Steps to Reproduce: on a dualcore x86_64 PC : 1. # yum -y install wings 2. $ wings Actual results: $ wings erlexec: Error 2 executing '/usr/lib64/wings/bin/beam.smp'. Expected results: wings window appear... Additional info: The correct executable is beam, not beam.smp . This is due to a missing parameter in the /usr/bin/wings script, documented in the original sources, see wings-0.99.02/unix/install_wings.src . The attached patch fixes the spec file and makes wings run again.
Created attachment 326686 [details] patch to fix the spec file
This is strange. The spec file already has exec \$BINDIR/erlexec -smpdisable -noinput -run wings_start start_halt \$*
wings has not been rebuilt for F10 with this fix, see Koji : http://koji.fedoraproject.org/koji/packageinfo?packageID=4108 I've just rebuilt wings-0.99.05-2.fc9 on my F10 box and it works just fine. Could you please rebuild for F10 and push ? Thanks
Gérard, wings-0.99.05-2.fc10.x86_64 built today in koji fixes the bug: http://koji.fedoraproject.org/koji/buildinfo?buildID=74416 . Switching to Verified.
wings-0.99.05-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/wings-0.99.05-2.fc10
wings-0.99.05-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.