Re: weird make behaviour




Dear Wojtek,

I'm trying to build garnome on reiser4 but unfortunatly the freedesktop site is down. I'll give it another go tonight.

I'm only storing the results on reiser4 not the sources etc etc. It looks like you need to-do a chown for the directory where you are building to me ? It atleast solved the issues when I installed squid on a reiser4 partition.

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]