Mailinglist Archive: opensuse-bugs (8956 mails)
| < Previous | Next > |
[Bug 215910] Adobe Reader (acroread) crashes
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 27 Oct 2006 17:20:55 -0600 (MDT)
- Message-id: <20061027232055.DEF5CF20@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=215910
------- Comment #4 from burnus@xxxxxx 2006-10-27 17:20 MST -------
> 'Note that simply adding "Requires: glibc-locale-32bit" to
> acroread.spec is impossible.'
Not if you add a Provides: glibc-locale-32bit
to glibc-locale.i586
Otherwise you can add a simi-faked dependency to one of the libraries provided
by glibc-locale, e.g. "CP737.so". This gives:
i586:
> rpm -q --whatprovides 'CP737.so'
glibc-locale-2.4-31
AMD64:
# rpm -q --whatprovides 'CP737.so'
glibc-locale-32bit-2.5-14
whereas
# rpm -q --whatprovides 'CP737.so()(64bit)'
glibc-locale-2.5-13
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #4 from burnus@xxxxxx 2006-10-27 17:20 MST -------
> 'Note that simply adding "Requires: glibc-locale-32bit" to
> acroread.spec is impossible.'
Not if you add a Provides: glibc-locale-32bit
to glibc-locale.i586
Otherwise you can add a simi-faked dependency to one of the libraries provided
by glibc-locale, e.g. "CP737.so". This gives:
i586:
> rpm -q --whatprovides 'CP737.so'
glibc-locale-2.4-31
AMD64:
# rpm -q --whatprovides 'CP737.so'
glibc-locale-32bit-2.5-14
whereas
# rpm -q --whatprovides 'CP737.so()(64bit)'
glibc-locale-2.5-13
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |