Skip to content

Instantly share code, notes, and snippets.

@bartosh
Created July 24, 2015 11:37
Show Gist options
  • Save bartosh/750b026148b26ad30fe9 to your computer and use it in GitHub Desktop.
Save bartosh/750b026148b26ad30fe9 to your computer and use it in GitHub Desktop.
INFO: Collecting data for layer openembedded-core on branch master
/home/layers/.virtualenvs/layerindex-web/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:114: Warning: Data truncated for column 'provides' at row 1
return self.cursor.execute(query, args)
/home/layers/.virtualenvs/layerindex-web/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:114: Warning: Data truncated for column 'license' at row 1
return self.cursor.execute(query, args)
INFO: Collecting data for layer meta-oe on branch master
WARNING: gpsd: invalid PACKAGECONFIG: bluez5
WARNING: qt-mobility-x11: invalid PACKAGECONFIG: bluez5
WARNING: qt-mobility-embedded: invalid PACKAGECONFIG: bluez5
Traceback (most recent call last):
File "./layerindex/update.py", line 622, in <module>
main()
File "./layerindex/update.py", line 617, in main
shutil.rmtree(tempdir)
File "/usr/lib/python2.7/shutil.py", line 256, in rmtree
onerror(os.rmdir, path, sys.exc_info())
File "/usr/lib/python2.7/shutil.py", line 254, in rmtree
os.rmdir(path)
OSError: [Errno 39] Directory not empty: '/tmp/tmp9OXZYl'
(layerindex-web)11:24 ~/layers (master)$ find /tmp/tmp9OXZYl/
/tmp/tmp9OXZYl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment