Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548628 - app-text/acroread-9.5.5-r2 fails on 64-bit systems
Summary: app-text/acroread-9.5.5-r2 fails on 64-bit systems
Status: RESOLVED DUPLICATE of bug 217094
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-04 21:06 UTC by Norman Shulman
Modified: 2016-03-08 14:33 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Norman Shulman 2015-05-04 21:06:43 UTC
acroread is a 32-bit executable:

$ file /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
/opt/Adobe/Reader9/Reader/intellinux/bin/acroread: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, stripped

For some reason, it depends on libcanberra, though libcanberra is not listed as a dependency:

$ grep -ci canberra /usr/portage/app-text/acroread/acroread-9.5.5-r2.ebuild 
0

But libcanberra is 64-bit only:

$ equery f libcanberra | grep -c 64
29

$ equery f libcanberra | grep -c 32
0


Reproducible: Always

Steps to Reproduce:
1. $ /opt/bin/acroread 
2.
3.

Actual Results:  
Gtk-Message: Failed to load module "canberra-gtk-module"
Comment 1 Pacho Ramos gentoo-dev 2016-03-08 14:33:00 UTC

*** This bug has been marked as a duplicate of bug 217094 ***