I am running the following on a clean D7.0 install:
Omega 7.x-3.x-dev
Context 7.x-3.0-beta1
Delta 7.x-3.0-alpha1
Omega Tools 7.x-3.x-dev

I entered the Drush command to create a new Omega subtheme as
$ drush omega-subtheme "Smith Basement"
and then received a response, but no prompt was returned right away:

HTML5 Omega Subtheme: Smith Basement (smith_basement) created and    [ok]
configured for usage.

After waiting several minutes the CLI barfed a lot of stuff, most of which didn't make sense at the time until I looked inside my new subtheme directory. What I found was an entire copy of my site files. In other words, inside /sites/all/themes/smith_basement/ was a copy of all of my core and contrib files. Addtionally, when I looked inside of /sites/all/themes/smith_basement/sites/all/themes/smith_basement/ there was yet another copy of my site files.

At no time were an .info file or any other files created in the smith_basement directory.

Among the errors in the CLI were several that said "cannot send long-named file" followed by an absurdly long and repeating string of directory names, ending a file name. There were also these error messages, which appear to be the result of the failure to create the proper files in the subtheme directory:

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1060) [sender=3.0.7]
sed: can't read /home/quickstart/websites/smith7.dev/sites/all/themes/smith_basement/template.php: No such file or directory
sed: can't read /home/quickstart/websites/smith7.dev/sites/all/themes/smith_basement/theme-settings.php: No such file or directory
mv: cannot stat `/home/quickstart/websites/smith7.dev/sites/all/themes/smith_basement/omega_starterkit.info': No such file or directory
sed: can't read /home/quickstart/websites/smith7.dev/sites/all/themes/smith_basement/*.info: No such file or directory

There were several PHP errors reported, but I believe these were the result of the copies of the core and contrib files being deposited in the subtheme's directory:

* Warning: opendir(sites/all/themes/smith_basement/profiles): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).
* Warning: opendir(sites/all/themes/smith_basement/sites): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).
* Warning: opendir(sites/all/themes/smith_basement/modules): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).
* Warning: opendir(sites/all/themes/smith_basement/includes): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).
* Warning: opendir(sites/all/themes/smith_basement/misc): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).
* Warning: opendir(sites/all/themes/smith_basement/scripts): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).
* Warning: opendir(sites/all/themes/smith_basement/themes): failed to open dir: Permission denied in file_scan_directory() (line 1975 of /home/quickstart/websites/smith7.dev/includes/file.inc).

Comments

jimsmith’s picture

After seeing the warning about Windows not handling rsync well at http://omega.developmentgeeks.com/documentation/subthemes/creating-omega..., I should add that I'm on a Virtual Host version of Ubuntu, not on Windows.

I have not had problems with the rsync command in other uses of it.

wizian’s picture

Had the same problem. I'm on debian and it filled up the disk.

himerus’s picture

Status: Active » Fixed

Any issues like this (I'm not experiencing any) should be working with current dev versions of all modules (omega tools, omega, delta)

There will be a new tagged version of each of those later today that should not have any weirdness like that resolved.

himerus’s picture

Status: Fixed » Active

crap... found the issue... errors in my git branch... working on it now.

himerus’s picture

Status: Active » Fixed

Okay, this is updated now, and a 3.0-beta1 version is tagged. It was my fault, I had created the 3.x branch (same as 2.x) and not actually pushed my updates live yet...

This is now fixed with 3.x dev (from git) or the beta1 version.

jimsmith’s picture

Confirmed. Works beautifully.

Thanks much!

Status: Fixed » Closed (fixed)

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

rowbotony’s picture

Hi, sorry to keep bringing this up... I just today downloaded the git omega latest, and omega tools beta and the rsync recursion problem is still an issue:


git clone --branch 7.x-3.x http://git.drupal.org/project/omega.git

 # drush dl omega_tools
Project omega_tools (7.x-3.0-beta1) downloaded to                                               [success]

# drush omega-subtheme "My wicked theme" xhtml

and it just keeps chugging along with rsync pegging my system resources.

rowbotony’s picture

Nevermind my previous post, I forgot to reopen the issue anyhow so I'm just talking to myself here :)

I had a previous version of omega_tools installed that was overwritten and caused the problems. A fresh install of omega-7.x-3.x-dev and omega_tools-7.x-3.0-beta1 works properly for creating a subtheme.

rowbotony’s picture

Status: Closed (fixed) » Active

Hi, this is still an issue. I downloaded the latest git omega clone and omega_tools (both beta1 and dev), and I'm still having this issue, it just keeps going and going trying to create a sub-theme #] ls omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/omega_layout_test/sites/all/themes/. I use this feature frequently, please advise what version of Omega 3.x and Omega Tools version I should be using so I can avoid the version with the bug. Thank you //Tony

rowbotony’s picture

Note to self - I'm finding omega_tools-7.x-3.0-beta1 to be stable in properly creating subthemes, it seems to be omega_tools-7.x-3.x-dev that has the rsync recursion error.

jimsmith’s picture

Confirming that omega_tools-7.x-3.0-beta1 now works and omega_tools-7.x-3.x-dev does not.

fubhy’s picture

Status: Active » Fixed

This is fixed in the latest devs of Omega + Omega Tools. Please use those to see it in action! Use the links below for the download (github is more up to date then drupal.org) since the versions are quite new.

https://github.com/ThemeGeeks/Omega-Tools
https://github.com/ThemeGeeks/Omega

Status: Fixed » Closed (fixed)

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