Bug #2644
closedBuilding rudder-agent fails as it cannot find Compress::Raw perl libraries
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).
Updated by Jonathan CLARKE almost 13 years ago
- Target version set to 2.4.0~beta3
Updated by Nicolas PERRON almost 13 years ago
I'm not sure about this issue. It seems that Bzip2 wasn't necessary.
Matthieu could you confirm, please ?
Updated by Matthieu CERDA over 12 years ago
- 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 !
Updated by Matthieu CERDA over 12 years ago
- Status changed from Pending technical review to In progress
Updated by Nicolas PERRON over 12 years ago
- 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 ?
Updated by Nicolas PERRON over 12 years ago
- 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.
Updated by Matthieu CERDA over 12 years ago
- % Done changed from 0 to 100
Well, I rejected it the "other" way. Thanks you folks, nothing more to see here :)
Updated by Nicolas PERRON about 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Benoît PECCATTE about 10 years ago
- Project changed from 34 to Rudder
- Category set to Packaging