Re: weird make behaviour
- From: Stef van der Made <svdmade planet nl>
- To: Wojtek <wojtekr gmail com>
- Cc: garnome-list gnome org
- Subject: Re: weird make behaviour
- Date: Mon, 20 Sep 2004 22:40:13 +0200
Dear Wojtek,
I'm beginning to think more and more that you are having a local
authority problem. Please check the security of the folder where you are
building.
Cheers,
Stef
Wojtek wrote:
Hello,
I have grabbed today a copy of garnome for gnome 2.8.0, wanted to
compile it, but make is behaving "a bit weird" after launching make
paranoid-install
in dekstop subdirectory:
$ make paranoid-install
[...installing bug-buddy here, everything's ok...]
make[1]: Leaving directory `/home/eleven/gnome/garnome-2.8.0/desktop/bug-buddy'
make: *** category.mk/: Permission denied. Stop.
make: *** [paranoid-install] Error 2
I've straced make - it really wants to chdir("category.mk/").
Moreover:
$ touch aaa
$ make paranoid-install
make: *** aaa/: Permission denied. Stop.
make: *** [paranoid-install] Error 2
This partition has reiser4 filesystem. Maybe that's causing
such weird make behaviour? I've made some "workaround" for this,
changed ../category.mk:
paranoid-%:
@for i in $(filter-out CVS/,$(wildcard */)) ; do \
to:
paranoid-%:
@for i in $(filter-out category.mk/ CVS/,$(wildcard */)) ; do \
and it works, but... what the hell? :)
Any hints?
PS. I'd appreciate CC: as I am not subscribed.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]