DUB saying my Linux exe file is "not an executable file" even though DUB built it
Seb via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Aug 13 15:25:35 PDT 2016
On Saturday, 13 August 2016 at 21:56:49 UTC, WhatMeWorry wrote:
>
> $ sudo chmod -v 777 *
> mode of 'HelloWindow' changed from 0644 (rw-r--r--) to 0777
> (rwxrwxrwx)
> $ ls -al
> total 3016
> drwxr-xr-x 2 generic generic 4096 Aug 13 16:48 .
> drwxr-xr-x 7 generic generic 4096 Aug 12 23:14 ..
> -rw-r--r-- 1 generic generic 3080080 Aug 13 16:48 HelloWindow
>
>
> Now I'm really gobsmacked.
Hmm any specific project you are trying to build? Is it available
anywhere to test?
Which dub version do you use?
It seems like you might be hitting a dub bug there, but I am
blindly guessing.
More information about the Digitalmars-d-learn
mailing list