|
Bugzilla – Full Text Bug Listing |
| Summary: | gnome-applets has incorrect libexecdir | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | JP Rosevear <jpr> |
| Component: | GNOME | Assignee: | Gary Ekker <gekker> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | sbrabec |
| Version: | RC 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Fixed in stable and plus Reopening. Correct libexecdir is %{prefix}/lib/{package_name}. Reverting.
Libexecdir is intended for binary helpers. Binary files (bindir, libexecdir) are
not duplicated on bi-arch.
If you change libexecdir to %{prefix}/%{_lib}/{package_name}, IA32 libraries on
x86_64 will not find these helpers and fail. For example see bug 62050.
See also:
http://fourier.suse.de/mlarch/SuSE/packagers/2004/packagers.2004.10/msg00005.html
correct for the case of binaries. I just wonder how many packages use libexecdir for libraries and plugins where the story is completely different ... |
gnome-applets uncondtionally uses --libexecdir=%{prefix}/lib/gnome-applets it should be --libexecdir=%{prefix}/%_lib/gnome-applets Not critical since everything works.