Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172434 - mail-client/mozilla-thunderbird-bin broken dependencies on amd64
Summary: mail-client/mozilla-thunderbird-bin broken dependencies on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 16:41 UTC by Bruce Wolk
Modified: 2007-04-17 14:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mozilla-thunderbird-bin-1.5.0.10.ebuild patch (mozilla-thunderbird-bin-1.5.0.10.ebuild.patch,786 bytes, patch)
2007-03-28 13:38 UTC, Timothy Redaelli (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce Wolk 2007-03-27 16:41:07 UTC
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.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-27 17:03:32 UTC
(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.
Comment 2 Timothy Redaelli (RETIRED) gentoo-dev 2007-03-28 13:38:49 UTC
Created attachment 114774 [details, diff]
mozilla-thunderbird-bin-1.5.0.10.ebuild patch
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2007-04-17 14:07:38 UTC
I wonder why mozilla wasn't cc'ed. All mozilla ebuilds should be synced wrt deps.

Fixed, thanks.