Comment 3 for bug 306346

Revision history for this message
Sven Fischer (sepreh) wrote :

The build seems to break when doing the lirc_gpio module:
[...]
Making all in lirc_gpio
make[2]: Entering directory `/var/lib/dkms/lirc/0.8.4a/build/drivers/lirc_gpio'
cp ./../lirc_dev/Module*.symvers .
mv Makefile Makefile.automake
cp ./../Makefile.kernel Makefile
CPPFLAGS="" CFLAGS="" LDFLAGS="" \
        make -C /lib/modules/linux-2.6.27-11-generic/build SUBDIRS=/var/lib/dkms/lirc/0.8.4a/build/drivers/lirc_gpio modules \
                KBUILD_VERBOSE=1
make: Entering an unknown directory
make: *** /lib/modules/linux-2.6.27-11-generic/build: No such file or directory. Stop.
make: Leaving an unknown directory
Since the modules build dir is /lib/modules/2.6.27-11-generic/build (without the linux-), the build fails...