Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 216266] Firefox prints LD_PRELOAD warning on startup
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 7 Nov 2006 02:09:20 -0700 (MST)
- Message-id: <20061107090920.7A7ED25C889@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=216266
------- Comment #2 from max@xxxxxxxxxx 2006-11-07 02:09 MST -------
(In reply to comment #1)
> If only libaoss.so would be there it would also fit the 64bit
> version.
It doesn't look so to me:
$ rpm -q --whatprovides libaoss.so.0
alsa-32bit-1.0.13-16
$ rpm -q --whatprovides 'libaoss.so.0()(64bit)'
alsa-1.0.13-16
So, the symbols provided for this library are different between the 32bit and
64bit version of the alsa package. This means that requiring libaoss.so.0 is
enough to get the -32bit package on a 64bit system, but for a 64bit build the
other symbol has to be required. So I suggest this:
%if "%_lib" == "lib64"
Requires: libaoss.so.0()(64bit)
%else
Requires: libaoss.so.0
%endif
--
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 #2 from max@xxxxxxxxxx 2006-11-07 02:09 MST -------
(In reply to comment #1)
> If only libaoss.so would be there it would also fit the 64bit
> version.
It doesn't look so to me:
$ rpm -q --whatprovides libaoss.so.0
alsa-32bit-1.0.13-16
$ rpm -q --whatprovides 'libaoss.so.0()(64bit)'
alsa-1.0.13-16
So, the symbols provided for this library are different between the 32bit and
64bit version of the alsa package. This means that requiring libaoss.so.0 is
enough to get the -32bit package on a 64bit system, but for a 64bit build the
other symbol has to be required. So I suggest this:
%if "%_lib" == "lib64"
Requires: libaoss.so.0()(64bit)
%else
Requires: libaoss.so.0
%endif
--
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 > |