In the RPM/Deb packages of nero-4.0.0.0 there are three different binaries (nero, nerocmd, and neroexpress), and necessary libraries, et cetera for each respective binary. The ebuild in Gentoo installs everything needed for nero and nerocmd, but neither the neroexpress binary nor its necessary libraries are installed. Reproducible: Always Steps to Reproduce: 1. Emerge app-cdr/nero-4.0.0.0 2. Try to run neroexpress Actual Results: Nothing happens. Expected Results: Nero Express should load. I have copied over the binary and the libraries contained in the /usr/lib, /usr/lib/nero, and /usr/lib/nero/plug-ins folders into the respective locations on my filesystem. However, when issuing neroexpress at the terminal, it starts briefly but immediately fails with a segmentation fault.
Created attachment 224939 [details] Fixed the ebuild to include neroexpress I have attached the new ebuild which will include neroexpress. I would imagine that appending a revision number (r1) is probably appropriate given that many users already having Nero installed would like this functionality.
Thanks to Steve for committing the new ebuild. :) *nero-4.0.0.0-r1 (23 Mar 2010) 23 Mar 2010; Steve Dibb <beandog@gentoo.org> -nero-4.0.0.0.ebuild, +nero-4.0.0.0-r1.ebuild: Install neroexpress, bug 293543