thunderbird-bin fails and provides the following error: No running windows found /opt/thunderbird/thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory thunderbird-bin exited with non-zero status (127) The libraries are actually available at: /usr/lib64/libstdc++-v3/libstdc++.so.5.0.6 /usr/lib64/libstdc++-v3/libstdc++.so.5 Reproducible: Always Steps to Reproduce: 1.run mozilla-bin 2. 3.
(In reply to comment #0) > The libraries are actually available at: > /usr/lib64/libstdc++-v3/libstdc++.so.5.0.6 > /usr/lib64/libstdc++-v3/libstdc++.so.5 Yeah, those are completely useless for 32bit application. Why on earth does the ebuild depend on virtual/libstdc++ on amd64? It needs emul-linux-x86-compat instead.
Created attachment 114774 [details, diff] mozilla-thunderbird-bin-1.5.0.10.ebuild patch
I wonder why mozilla wasn't cc'ed. All mozilla ebuilds should be synced wrt deps. Fixed, thanks.