The latest drush_make has removed the special handling for libraries[].

Call to undefined function drush_make_libraries()

The currently proposed patch to fix this in #1091510-8: Error: Call to undefined function drush_make_libraries() in introduces a strange bug where you essentially can't have a project and a library with the same name, in the case of pft, it broke on jquery_ui (both listed as a project and a library) in profiles/pft/pft.make

It's not clear yet what the final resolution will be, but wanted to point this out in case anyone else runs into it, and for Victor, in case you were interested to weigh in on the topic, as module maintainer, over there.

Comments

victorkane’s picture

Assigned: Unassigned » victorkane

Many thanks @jwilson3 for bringing this to my attention.

A set of changes are coming up for pft, so I will investigate what I can do in terms of addressing this. The complete install is available on GitHub, however, as explained in project description. I will leave this open until I can see what is best to do. Thanks again.