I did git clone --recursive --branch 7.x-3.x http://git.drupal.org/project/commons.git and tried drush make build-commons.make.

Due to one following error, it couldn't build the complete site,
Unable to patch views with views-content-access-node-grants.patch. [error]

There was one warning as well which came many times,

date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [warning]

Comments

ezra-g’s picture

Title: Unable to drush make » Remove committed Views patch
Category: bug » task
Status: Active » Fixed

The Views patch has been committed: http://drupalcode.org/project/views.git/commit/6fae76a - Thanks for the heads up!

I removed it from the make file: http://drupalcode.org/project/commons.git/commit/d986587

The date errors you're receiving are not specific to Commons - you need to set the PHP date.timezone value.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.