Bug #2644
closed
Building rudder-agent fails as it cannot find Compress::Raw perl libraries
Added by Michael Gliwinski over 12 years ago.
Updated over 9 years ago.
Description
Basically rpmbuild -ba SPECS/rudder-agent.spec failed as it was trying to install IO-Compress, before Compress::Raw::Bzip2 and Compress::Raw::Zlib were installed.
The solution was to add
installMod "Compress::Raw::Bzip2"
installMod "Compress::Raw::Zlib"
before the line installMod "Compress::Zlib" "IO-Compress"
in rudder-packages/rudder-agent/SOURCES/perl-prepare.sh
This is on master branch (I think).
- Target version set to 2.4.0~beta3
I'm not sure about this issue. It seems that Bzip2 wasn't necessary.
Matthieu could you confirm, please ?
- Status changed from New to Pending technical review
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
- Priority changed from N/A to 2
- % Done changed from 0 to 100
Well, after an advice from the fusion team, it seems that Compress::Bzip2 is not necessary, so it has been removed :)
Thanks for the report !
- Status changed from Pending technical review to In progress
- Status changed from In progress to Discussion
- % Done changed from 100 to 0
Ok, we should reject this issue but it seems that we don't have enough right for this.
Jon, could you reject this bug, please ?
- Status changed from Discussion to New
Nicolas PERRON wrote:
Ok, we should reject this issue but it seems that we don't have enough right for this.
Jon, could you reject this bug, please ?
Ah, never mind.
- % Done changed from 0 to 100
Well, I rejected it the "other" way. Thanks you folks, nothing more to see here :)
- Project changed from Rudder to 34
- Category deleted (
11)
- Project changed from 34 to Rudder
- Category set to Packaging
Also available in: Atom
PDF