Bug #117
OpenLDAP RPM package should provides debuginfo subpackage
| Status: | Closed | Start: | 18/09/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Clément Oudot | % Done: | 100% |
|
| Category: | OpenLDAP RPM | |||
| Target version: | openldap-rpm-2.4.19 |
Description
For debugging purpose, it could be useful to build a debuginfo package. So that it could be installed in production environment easily, to provides debugging symbols.
Related issues
| duplicated by Bug #132: Fix OpenLDAP package to get a non-empty debuginfo package | Rejected | 27/10/2009 |
History
Updated by Clément Oudot 10 months ago
- Target version set to openldap-rpm-2.4.19
Hi,
how do you see that, another RPM or just add some compilation flags to the actuel one?
Updated by Thomas Chemineau 10 months ago
Clément Oudot wrote:
Hi,
how do you see that, another RPM or just add some compilation flags to the actuel one?
Via another RPM, but I do not know if it is possible. It could be nice to enable debug symbols when we install this package.
Do you think it possible ?
Updated by Clément Oudot 10 months ago
Thomas Chemineau wrote:
Clément Oudot wrote:
Hi,
how do you see that, another RPM or just add some compilation flags to the actuel one?
Via another RPM, but I do not know if it is possible. It could be nice to enable debug symbols when we install this package. Do you think it possible ?
I think is just some ./configure options, I will try to look at this.
Updated by Clément Oudot 9 months ago
- % Done changed from 0 to 10
We have to install this package on the compilation server:
# yum install redhat-rpm-config
But for now, the debuginfo package is empty.
Updated by Clément Oudot 9 months ago
- Status changed from New to Closed
- Assigned to set to Clément Oudot
- % Done changed from 10 to 100
Done in r43, with STRIP="" in make install command.
This will be provided with 2.4.19 RPMs.