View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#7
Originally Posted by LABAUDIO View Post
my folder source is in /mnt/C/foldersource
Is that mounted noexec by any chance? What does "grep /mnt/C /proc/mounts" say?

i got root@ubuntu:/mnt/C/foldersource#
Ehm, why are you invoking fakeroot when you are already running as root in the first place?

here my rule file

Code:
#!/usr/bin/make -f
[...]
Just checking, just /usr/bin/make (still) exist? What happens if you try "/usr/bin/make -f debian/rules clean" instead?