What steps will reproduce the problem?
1. Download Source
2. Build SRPM based on spec in source
3. Try and build SRPM with mock
What is the expected output?
A finished RPM
What do you see instead?
A number of errors, first requiring a missing CPAN.pm, and then complaining
that the build can't be packaged because there are arch specific binaries in a
noarch package.
What version of the product are you using? On what operating system?
mha4mysql-node-0.54 (and most likely mha4mysql-manager-0.55). Building on
CentOS 6.3 via Mock 1.1.28
Please provide any additional information below.
The build process needs various perl bits that aren't installed by default.
Adding the following lines to the SPEC file fixes the issue:
BuildRequires: perl(DBD::mysql)
BuildRequires: perl(DBI)
Original issue reported on code.google.com by k...@hudat.com on 8 Mar 2013 at 6:48
Original issue reported on code.google.com by
k...@hudat.com
on 8 Mar 2013 at 6:48