-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build_all_repos: Doesn't install enum #248
Comments
if build_all_repos doesn't find it, it's probably not a dependency in the rpm either |
I'll try building an RPM and see! |
This is strange, I just build the RPM and mvn reported that |
ok, i'll have a look why build_all_repos doesn't find it (as it uses the rpm scripts to get the dependencies) |
It is always possible that my build environment is broken. |
@jrha what OS is your build env? I just ran it successfully on EL7. |
SL6 |
This isn't a bug with the release, so I'm removing the milestone, it's not a big deal either. |
As required by
CAF/src/main/perl/RuleBasedEditor.pm
.Easily worked around with
yum install perl-enum
, but it's a shame that it misses it somehow.The text was updated successfully, but these errors were encountered: