Bug #4154
closedAdd Fedora related dependencies to rudder-agent to allow it to build on this platform
Description
Hi,
I've build the rudder-agent package on Fedora 18 (an RPM based distro ;-) ) using:
https://github.com/Normation/rudder-packages/tree/master/rudder-agent
and I've found an missing dependency in the RPM package.
In the rudder-agent.spec file :
https://github.com/Normation/rudder-packages/blob/master/rudder-agent/SPECS/rudder-agent.spec
%if 0%{?rhel} && 0%{?rhel} >= 6 BuildRequires: tokyocabinet-devel Requires: tokyocabinet %define is_tokyocabinet_here true %endif
Could you add the Fedora DistTag ?
%if 0%{?fedora} && 0%{?fedora} >= 7 BuildRequires: tokyocabinet-devel Requires: tokyocabinet %define is_tokyocabinet_here true %endif
Thanks,
Updated by François ARMAND about 11 years ago
Thanks for reporting.
Matthieu, I let you handle the next steps.
Updated by Nicolas PERRON about 11 years ago
- Target version set to 2.6.10
It affects at least Rudder 2.6
Updated by Vincent MEMBRÉ almost 11 years ago
- Target version changed from 2.6.10 to 2.6.11
Updated by Matthieu CERDA almost 11 years ago
- Project changed from Rudder to 34
- Status changed from New to In progress
- Priority changed from N/A to 1 (highest)
On it.
Updated by Matthieu CERDA almost 11 years ago
- Subject changed from rudder-agent : libtokyocabinet.so.9: cannot open shared object on Fedora to The rudder-agent package is not compatible with Fedora systems
Updated by Matthieu CERDA almost 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/209
PR ready.
Updated by Jonathan CLARKE almost 11 years ago
- Subject changed from The rudder-agent package is not compatible with Fedora systems to rudder-agent package does not declare TokyoCabinet dependency on Fedora systems
- Status changed from Pending technical review to Discussion
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
I'm clarifying the title on this ticket, to make sure one ticket = one subject.
I've added comments in the PR, and I would kindly ask you to respect these basic principles - one fix per ticket, and no unrelated changes.
Updated by Matthieu CERDA almost 11 years ago
- Status changed from Discussion to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
updated
Updated by Jonathan CLARKE almost 11 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
I have just read through the whole spec file, and I now understand why you were introducing a "dmidecode" dependency (because there are RHEL dependencies for "dmidecode" and "kernel-utils"). I apologize for treating this hastily earlier.
Do you think you could clarify and change the ticket to be more general, for example about managing dependencies on the RPM for Fedora, and clarify why each dependency is needed or not needed? In particular, why add dmidecode but not kernel-utils?
Please clarify these items by comments in the spec file at the very least (for future reference). Thanks.
Updated by Matthieu CERDA almost 11 years ago
- Subject changed from rudder-agent package does not declare TokyoCabinet dependency on Fedora systems to Add Fedora related dependencies to rudder-agent to allow it to build on this platform
- Status changed from Discussion to In progress
- % Done changed from 100 to 90
Updated by Matthieu CERDA almost 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 90 to 100
PR updated :)
Updated by Matthieu CERDA almost 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:e2c22eeac4d633aa550cfad63485369ef90762af.
Updated by Jonathan CLARKE almost 11 years ago
Applied in changeset commit:450bd11af5f1144693139b0270fe752f4b0d94ff.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.6.11, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-March/000077.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog26
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging