Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./build.py", line 508, in <module>
  3. make_package(args)
  4. File "./build.py", line 332, in make_package
  5. make_tar('assets/public.mp3', [args.dir], args.ignore_path)
  6. File "./build.py", line 203, in make_tar
  7. tf.add(fn, afn)
  8. File "/usr/lib/python2.7/tarfile.py", line 2005, in add
  9. self.addfile(tarinfo)
  10. File "/usr/lib/python2.7/tarfile.py", line 2018, in addfile
  11. buf = tarinfo.tobuf(self.format, self.encoding, self.errors)
  12. File "/usr/lib/python2.7/tarfile.py", line 993, in tobuf
  13. return self.create_ustar_header(info)
  14. File "/usr/lib/python2.7/tarfile.py", line 1007, in create_ustar_header
  15. raise ValueError("linkname is too long")
  16. ValueError: linkname is too long
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement