Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows-nsis error #98

Closed
modfiles opened this issue Jul 8, 2017 · 2 comments
Closed

Windows-nsis error #98

modfiles opened this issue Jul 8, 2017 · 2 comments

Comments

@modfiles
Copy link

modfiles commented Jul 8, 2017

Im tryin to compile Windows NSIS 32- and 64-bit installers but I always encounter this issue and I have no idea how to fix this and even after googling for possible fix

Copying documents
Copying sources
Cleaning empty directories
Packing images
find: ‘tmp/installer/openvpn/share/doc/*’: No such file or directory
xargs: unix2dos: No such file or directory
FATAL: unix2dos
FATAL: pack installer >&2
User@HP-Pavilion-g6:~/Desktop/openvpn-build/windows-nsis$

@chipitsine
Copy link
Contributor

unix2dos is missing.

Can you try "which unix2dos" ?

@modfiles
Copy link
Author

modfiles commented Jul 8, 2017

sorted it out by using
apt-get install dos2unix instead of apt-get install unix2dos

@modfiles modfiles closed this as completed Jul 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants