Closed (fixed)
Project:
Features
Version:
8.x-3.x-dev
Component:
Generation Plugins
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2015 at 19:59 UTC
Updated:
3 Nov 2015 at 21:04 UTC
Jump to comment: Most recent
Comments
Comment #2
mpotter commentedIt's possible this is a local issue with my docker setup. Looking into it.
Comment #3
mpotter commentedNope, not an issue locally. The issue is that the directory of the package is messed up. It is trying to create /modules/contrib. Notice the /. This is a URL path, but hasn't been converted to a full local FILE PATH for mkdir. Definitely a bug in the WriteGeneration plugin. Will try to fix this tomorrow.
Comment #4
mpotter commentedLooks like it was broken by #2494763: Error on generating features when "Include install profile" bundle option checked in the changes to the FeaturesManager::getExportInfo() function. It's using "/modules" instead of "modules".
Comment #5
mpotter commentedOK, fixed in commit a4f0442.