Ticket #906 (closed defect: fixed)
Padre installation fails (and all plugins using Locale::Msgfmt)
| Reported by: | rehsack | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | plugins | Version: | 0.58 |
| Keywords: | Cc: |
Description
When I got first time build issues in pkgsrc bulk build reported for Padre, I thought it was a Padre-only issue and could be ignored and workarounded by disabling parallel building.
But the error keeps for all plugins which are using Locale::Msgfmt, so either there is a basic error in using this module (assumed) or an error in the module itself.
To see the different error logs, go to http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100320.1637/meta/report.html
Change History
Note: See
TracTickets for help on using
tickets.

Meanwhile I figured out, where the issue comes from:
# Postamble by Module::Install 0.94
config ::
config ::
Both config targets are interpreted as independent and executed parallel. This is wrong.