Hello Nicolas!

I am the "other guy" ;)
Try compiling it from /foo . It is the only practical solution i have 
found. Of course, this should be corrected in the next release... Except 
if this is a problem with our fakeroot environment in makepkg. If so it 
is we that should find the solution =/

Also, try compiling the source from git. It works with 2.6.27 fine! I 
made a package for this. Check it out in AUR!

Cheers! Aliverius



Masse Nicolas wrote:
> Hi all,
> 
> just to say that I've encountered some problems when trying to compile
> linux-fusion-8.0.2 on my system. I got the following error:
> 
> rm -f linux/drivers/char/fusion/Makefile
> ln -s Makefile-2.6 linux/drivers/char/fusion/Makefile
> make -C ../../../usr/src/linux-2.6.24-ARCH \
>               KCPPFLAGS=" -I`pwd`/linux/include" \
>               SUBDIRS=`pwd`/linux/drivers/char/fusion modules
> make: *** ../../../usr/src/linux-2.6.24-ARCH: No such file or directory
> . Stop. make: *** [all] Error 2
> 
> I hadn't this problem with previous version. Comparing the Makefiles,
> it seems that the problem comes from these lines wich were added in the
> 8.0.2 release (line 6 to 12):
> ifeq ($(shell test -L $(KERNEL_BUILD) && echo yes),yes)
>   KERNEL_BUILD := $(SYSROOT)$(shell readlink $(KERNEL_BUILD))
> endif
> 
> ifeq ($(shell test -L $(KERNEL_SOURCE) && echo yes),yes)
>   KERNEL_SOURCE := $(SYSROOT)$(shell readlink $(KERNEL_SOURCE))
> endif
> 
> Removing them makes things work again. FYI, my system is a Arch Linux,
> and my kernel is 2.6.24. I'm probably not anlone since a guy said me
> once he also had some problems with this release, with a similar system.
> 
> Bountykiller.

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to