30 May
2010
30 May
'10
8:56 a.m.
On 05/30/2010 08:20 AM, Nathan O. wrote:
I am trying to run makechrootpkg -r /aur -- -i in the dir that contains the PKGBUILD
/usr/bin/makepkg: line 461: /dev/null: Permission denied
I redid the chroot with mkarchroot -f /aur/root base base-devel sudo to see if that would help but still the same error. I tried another package earlier and it gave the same error, thought maybe there was something else wrong.
that happens when you run the second compilation ON the same chroot. it breaking the permission of /dev/null -- Ionut