Opened 10 years ago
Closed 10 years ago
#44645 closed defect (fixed)
p5.8-net-dns-resolver-programmable: missing Module::Build
Reported by: | mojca (Mojca Miklavec) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5.8-net-dns-resolver-programmable |
Description
See comment:17:ticket:43480. The port fails to build when it noticed that
This module requires Module::Build to install itself. Install Module::Build now from CPAN? [y] y ...
But the weird thing is that it actually fetches modules from CPAN and then fails to create a new dir somewhere in ${prefix}
due to permissions problems.
Probably by far the best/easiest option would be to simply remove support 5.8. I don't think that we really need it any longer.
Change History (2)
comment:1 Changed 10 years ago by mojca (Mojca Miklavec)
comment:2 Changed 10 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I removed p5.8 from a few other dependencies and I'm closing this ticket with r129324.
Note: See
TracTickets for help on using
tickets.
Can we remove support for 5.8 and close the ticket?