node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Cannot create destination file: No such file or directory

Open sakshitonwer opened this issue 6 years ago • 3 comments

-> Running ["mksquashfs "C:/Users/STonwer/AppData/Local/Temp/nodec/work_dir" deps/libsquash/sample/enclose_io_memfs.squashfs"] Could not create destination file: No such file or directory Failed running ["mksquashfs "C:/Users/STonwer/AppData/Local/Temp/nodec/work_dir" deps/libsquash/sample/enclose_io_memfs.squashfs"]

sakshitonwer avatar Oct 17 '18 16:10 sakshitonwer

+1

PowerDos avatar Oct 19 '18 07:10 PowerDos

-> rm -rf .git
-> cd /data/web/node/cmp.dev.server
-> cd /tmp/nodec/node-8.3.0-1.5.0
-> rm -f deps/libsquash/sample/enclose_io_memfs.squashfs
-> rm -f deps/libsquash/sample/enclose_io_memfs.c
-> Running ["mksquashfs -version"]
mksquashfs version 4.2-git-stable (2013/06/21)
copyright (C) 2013 Phillip Lougher <[email protected]>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2,
or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
-> Running ["mksquashfs /tmp/nodec/__work_dir__ deps/libsquash/sample/enclose_io_memfs.squashfs"]
Could not create destination file: No such file or directory
Failed running ["mksquashfs /tmp/nodec/__work_dir__ deps/libsquash/sample/enclose_io_memfs.squashfs"]

PowerDos avatar Oct 19 '18 07:10 PowerDos

clean the /tmp/nodec/* directory & files.

elBarkey avatar Nov 06 '18 03:11 elBarkey