cannot make lirc_i2c kernel module

Bug #147440 reported by uburich
4
Affects Status Importance Assigned to Milestone
lirc (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Binary package hint: lirc-modules-source

sed -e "s!\$KVERS!`sed -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$/\1/p' /usr/src/linux/include/linux/version.h`!g; s!\$KSRC!/usr/src/linux!; s!\$KARCH!i386!; s!\$KEMAIL!!; s!\$KMAINT!!; s!\$KDREV!"Custom.1.00"!; s!\$DEBDATE!Sun, 30 Sep 2007 17:49:52 -0400!" debian/control.in > debian/control
/usr/bin/make -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/lirc'
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/lirc'
/usr/bin/make clean -C drivers SUBDIRS="lirc_atiusb lirc_bt829 lirc_cmdir lirc_gpio lirc_i2c lirc_igorplugusb lirc_imon lirc_it87 lirc_mceusb lirc_mceusb2 lirc_parallel lirc_pvr150 lirc_sasem lirc_serial lirc_sir lirc_streamzap"
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
Making clean in lirc_streamzap
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_streamzap'
test -z "lirc_streamzap.o .lirc_streamzap.o.flags lirc_streamzap.mod.c lirc_streamzap.ko *~" || rm -f lirc_streamzap.o .lirc_streamzap.o.flags lirc_streamzap.mod.c lirc_streamzap.ko *~
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_streamzap'
Making clean in lirc_sir
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_sir'
test -z "lirc_sir.o .lirc_sir.o.flags lirc_sir.mod.c lirc_sir.ko *~" || rm -f lirc_sir.o .lirc_sir.o.flags lirc_sir.mod.c lirc_sir.ko *~
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_sir'
Making clean in lirc_serial
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_serial'
test -z "lirc_serial.o .lirc_serial.o.flags lirc_serial.mod.c lirc_serial.ko *~" || rm -f lirc_serial.o .lirc_serial.o.flags lirc_serial.mod.c lirc_serial.ko *~
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_serial'
Making clean in lirc_sasem
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_sasem'
test -z "lirc_sasem.o .lirc_sasem.o.flags lirc_sasem.mod.c lirc_sasem.ko *~" || rm -f lirc_sasem.o .lirc_sasem.o.flags lirc_sasem.mod.c lirc_sasem.ko *~
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_sasem'
Making clean in lirc_pvr150
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_pvr150'
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_pvr150'
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
make[2]: Leaving directory `/usr/src/modules/lirc'
dh_clean
rm -f debian/control
make[1]: Leaving directory `/usr/src/modules/lirc'
/usr/bin/make -f debian/rules binary-modules
make[1]: Entering directory `/usr/src/modules/lirc'
sed -e "s!\$KVERS!2.6.22-12-386!g; s!\$KSRC!/usr/src/linux-headers-2.6.22-12-386!; s!\$KARCH!i386!; s!\$KEMAIL!!; s!\$KMAINT!!; s!\$KDREV!2.6.22-12.39!; s!\$DEBDATE!Sun, 30 Sep 2007 17:49:52 -0400!" debian/control.in > debian/control
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make debconf
make[2]: Entering directory `/usr/src/modules/lirc'
mkdir modules
/usr/bin/make -C drivers SUBDIRS="lirc_dev"
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
Making all in lirc_dev
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_dev'
mv Makefile Makefile.automake
cp ../Makefile.kernel Makefile
/usr/bin/make -C /usr/src/linux-headers-2.6.22-12-386 SUBDIRS=/usr/src/modules/lirc/drivers/lirc_dev modules \
  KBUILD_VERBOSE=1
make[5]: Entering directory `/usr/src/linux-headers-2.6.22-12-386'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
 echo; \
 echo " ERROR: Kernel configuration is invalid."; \
 echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
 echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
 echo; \
 /bin/false)
mkdir -p /usr/src/modules/lirc/drivers/lirc_dev/.tmp_versions
rm -f /usr/src/modules/lirc/drivers/lirc_dev/.tmp_versions/*
/usr/bin/make -f scripts/Makefile.build obj=/usr/src/modules/lirc/drivers/lirc_dev
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_dev/.lirc_dev.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DIRCTL_DEV_MAJOR=61 -DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/src/modules/lirc/drivers/lirc_dev/../.. -I/usr/src/linux-headers-2.6.22-12-386/include/ -I/usr/src/linux-headers-2.6.22-12-386/drivers/media/video/ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_dev)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_dev)" -c -o /usr/src/modules/lirc/drivers/lirc_dev/.tmp_lirc_dev.o /usr/src/modules/lirc/drivers/lirc_dev/lirc_dev.c
  Building modules, stage 2.
/usr/bin/make -f /usr/src/linux-headers-2.6.22-12-386/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.22-12-386/Module.symvers -I /usr/src/modules/lirc/drivers/lirc_dev/Module.symvers -o /usr/src/modules/lirc/drivers/lirc_dev/Module.symvers -w
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_dev/.lirc_dev.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_dev.mod)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_dev)" -DMODULE -c -o /usr/src/modules/lirc/drivers/lirc_dev/lirc_dev.mod.o /usr/src/modules/lirc/drivers/lirc_dev/lirc_dev.mod.c
  ld -m elf_i386 -m elf_i386 -r -o /usr/src/modules/lirc/drivers/lirc_dev/lirc_dev.ko /usr/src/modules/lirc/drivers/lirc_dev/lirc_dev.o /usr/src/modules/lirc/drivers/lirc_dev/lirc_dev.mod.o
make[5]: Leaving directory `/usr/src/linux-headers-2.6.22-12-386'
mv Makefile.automake Makefile
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_dev'
make[4]: Entering directory `/usr/src/modules/lirc/drivers'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/src/modules/lirc/drivers'
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
cp drivers/lirc_dev/lirc_dev.ko modules
/usr/bin/make -C drivers SUBDIRS="lirc_gpio"
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
Making all in lirc_gpio
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_gpio'
mv Makefile Makefile.automake
cp ../Makefile.kernel Makefile
/usr/bin/make -C /usr/src/linux-headers-2.6.22-12-386 SUBDIRS=/usr/src/modules/lirc/drivers/lirc_gpio modules \
  KBUILD_VERBOSE=1
make[5]: Entering directory `/usr/src/linux-headers-2.6.22-12-386'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
 echo; \
 echo " ERROR: Kernel configuration is invalid."; \
 echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
 echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
 echo; \
 /bin/false)
mkdir -p /usr/src/modules/lirc/drivers/lirc_gpio/.tmp_versions
rm -f /usr/src/modules/lirc/drivers/lirc_gpio/.tmp_versions/*
/usr/bin/make -f scripts/Makefile.build obj=/usr/src/modules/lirc/drivers/lirc_gpio
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_gpio/.lirc_gpio.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DIRCTL_DEV_MAJOR=61 -DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/src/modules/lirc/drivers/lirc_gpio/../.. -I/usr/src/linux-headers-2.6.22-12-386/include/ -I/usr/src/linux-headers-2.6.22-12-386/drivers/media/video/ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_gpio)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_gpio)" -c -o /usr/src/modules/lirc/drivers/lirc_gpio/.tmp_lirc_gpio.o /usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.c
  Building modules, stage 2.
/usr/bin/make -f /usr/src/linux-headers-2.6.22-12-386/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.22-12-386/Module.symvers -I /usr/src/modules/lirc/drivers/lirc_gpio/Module.symvers -o /usr/src/modules/lirc/drivers/lirc_gpio/Module.symvers -w
WARNING: "bttv_get_gpio_queue" [/usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.ko] undefined!
WARNING: "bttv_get_cardinfo" [/usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.ko] undefined!
WARNING: "lirc_register_plugin" [/usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.ko] undefined!
WARNING: "bttv_debug" [/usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.ko] undefined!
WARNING: "lirc_unregister_plugin" [/usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.ko] undefined!
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_gpio/.lirc_gpio.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_gpio.mod)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_gpio)" -DMODULE -c -o /usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.mod.o /usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.mod.c
  ld -m elf_i386 -m elf_i386 -r -o /usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.ko /usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.o /usr/src/modules/lirc/drivers/lirc_gpio/lirc_gpio.mod.o
make[5]: Leaving directory `/usr/src/linux-headers-2.6.22-12-386'
mv Makefile.automake Makefile
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_gpio'
make[4]: Entering directory `/usr/src/modules/lirc/drivers'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/src/modules/lirc/drivers'
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
cp drivers/lirc_gpio/lirc_gpio.ko modules
/usr/bin/make -C drivers SUBDIRS="lirc_i2c"
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
Making all in lirc_i2c
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_i2c'
mv Makefile Makefile.automake
cp ../Makefile.kernel Makefile
/usr/bin/make -C /usr/src/linux-headers-2.6.22-12-386 SUBDIRS=/usr/src/modules/lirc/drivers/lirc_i2c modules \
  KBUILD_VERBOSE=1
make[5]: Entering directory `/usr/src/linux-headers-2.6.22-12-386'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
 echo; \
 echo " ERROR: Kernel configuration is invalid."; \
 echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
 echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
 echo; \
 /bin/false)
mkdir -p /usr/src/modules/lirc/drivers/lirc_i2c/.tmp_versions
rm -f /usr/src/modules/lirc/drivers/lirc_i2c/.tmp_versions/*
/usr/bin/make -f scripts/Makefile.build obj=/usr/src/modules/lirc/drivers/lirc_i2c
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_i2c/.lirc_i2c.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DIRCTL_DEV_MAJOR=61 -DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/src/modules/lirc/drivers/lirc_i2c/../.. -I/usr/src/linux-headers-2.6.22-12-386/include/ -I/usr/src/linux-headers-2.6.22-12-386/drivers/media/video/ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_i2c)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_i2c)" -c -o /usr/src/modules/lirc/drivers/lirc_i2c/.tmp_lirc_i2c.o /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.c
  Building modules, stage 2.
/usr/bin/make -f /usr/src/linux-headers-2.6.22-12-386/scripts/Makefile.modpost
  scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.22-12-386/Module.symvers -I /usr/src/modules/lirc/drivers/lirc_i2c/Module.symvers -o /usr/src/modules/lirc/drivers/lirc_i2c/Module.symvers -w
WARNING: "lirc_register_plugin" [/usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.ko] undefined!
WARNING: "lirc_unregister_plugin" [/usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.ko] undefined!
  gcc -m32 -Wp,-MD,/usr/src/modules/lirc/drivers/lirc_i2c/.lirc_i2c.mod.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lirc_i2c.mod)" -D"KBUILD_MODNAME=KBUILD_STR(lirc_i2c)" -DMODULE -c -o /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.mod.o /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.mod.c
  ld -m elf_i386 -m elf_i386 -r -o /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.ko /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.o /usr/src/modules/lirc/drivers/lirc_i2c/lirc_i2c.mod.o
make[5]: Leaving directory `/usr/src/linux-headers-2.6.22-12-386'
mv Makefile.automake Makefile
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_i2c'
make[4]: Entering directory `/usr/src/modules/lirc/drivers'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/src/modules/lirc/drivers'
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
cp drivers/lirc_i2c/lirc_i2c.ko modules
/usr/bin/make -C drivers SUBDIRS="lirc_pvr150"
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
Making all in lirc_pvr150
make[4]: Entering directory `/usr/src/modules/lirc/drivers/lirc_pvr150'
Makefile:273: .deps/lirc_pvr150.Po: No such file or directory
Makefile:276: *** missing separator. Stop.
make[4]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_pvr150'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
make[2]: *** [pvr150] Error 2
make[2]: Leaving directory `/usr/src/modules/lirc'
make[1]: *** [build-stamp] Error 2
make[1]: Leaving directory `/usr/src/modules/lirc'
make: *** [kdist_image] Error 2

Related branches

Revision history for this message
Mario Limonciello (superm1) wrote :

This is indeed a problem with lirc-modules-source (appears to be a small typo). You shouldn't need to build the module anyway though. It is shipped with gutsy's linux-ubuntu-modules.

Changed in lirc:
status: New → Triaged
importance: Undecided → Wishlist
Revision history for this message
Mario Limonciello (superm1) wrote :

Attaching a debdiff to resolve this and a few other configuration related issues.

Revision history for this message
Mario Limonciello (superm1) wrote :

build log with newer version.

Revision history for this message
Mario Limonciello (superm1) wrote :

lirc (0.8.2-0ubuntu8) gutsy; urgency=low

  * Add 22_hauppauge_novat_500.dpatch for more complete
    novat-500 support. (LP: #145847)
  * Update 16_lirc-gpio.dpatch to make all lirc_gpio remotes
    use the dev/input interface instead. (LP: #148756)
  * Update 21_atiusb.dpatch to make Snapstream remotes
    have their own item. (LP: #140060)
  * Update 12_pvr150_transmit_support.dpatch to fix a
    m-a related FTBFS. (LP: #147440)

 -- Mario Limonciello <email address hidden> Mon, 08 Oct 2007 02:35:50 -0500

Changed in lirc:
status: Triaged → Fix Released
Revision history for this message
darthanubis (darthanubis) wrote : Re: cannot make ANY lirc-modules-source kernel modules

Making all in lirc_i2c
make[3]: Entering directory `/usr/src/modules/lirc/drivers/lirc_i2c'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_i2c'
make[3]: Entering directory `/usr/src/modules/lirc/drivers'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/modules/lirc/drivers'
make[2]: Leaving directory `/usr/src/modules/lirc/drivers'
cp drivers/lirc_i2c/lirc_i2c.o modules
/usr/bin/make -C drivers SUBDIRS="lirc_pvr150"
make[2]: Entering directory `/usr/src/modules/lirc/drivers'
Making all in lirc_pvr150
make[3]: Entering directory `/usr/src/modules/lirc/drivers/lirc_pvr150'
Makefile:185: *** missing separator. Stop.
make[3]: Leaving directory `/usr/src/modules/lirc/drivers/lirc_pvr150'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/modules/lirc/drivers'
make[1]: *** [pvr150] Error 2
make[1]: Leaving directory `/usr/src/modules/lirc'
make: *** [build-stamp] Error 2
root@amd:/usr/src/modules/lirc# uname -a
Linux amd 2.6.24-3-server #1 SMP Thu Jan 3 23:20:57 UTC 2008 x86_64 GNU/Linux

Why is the urgency low? There are google hits of this being broken since EDGY!?!

Still broken in Hardy, a LT release, cmon.

Revision history for this message
laga (laga) wrote : Re: [Bug 147440] Re: cannot make ANY lirc-modules-source kernel modules

darthanubis schrieb:
<logs deleted>
> Linux amd 2.6.24-3-server #1 SMP Thu Jan 3 23:20:57 UTC 2008 x86_64 GNU/Linux
>
> Why is the urgency low? There are google hits of this being broken since
> EDGY!?!
>

Calm down, please.
This bug has already been fixed ("Status: fix released"), you're
encountering a new one - I gather this from your posting in bug #151957
where you mentioned that the upgrade from 2.6.24.2-generic to
2.6.24-3-server broke it for you, but it's just a guess.

Since bug #151957 is unrelated as well, please open a new bug report
since your problem is a new one.

Thanks for taking the time to report a bug! I'm sure it'll be fixed soon.

Michael

p.s.:

> Still broken in Hardy, a LT release, cmon.

Hardy hasn't been released yet. It's normal to expect broken packages.

Revision history for this message
darthanubis (darthanubis) wrote : Re: [Bug 147440] Re: cannot make ANY lirc-modules-source kernel modules

My apologizes. Thank you. I tried to file a new bug for
lirc-modules-source, but launchpad told me there was no such package.
Also I did not want to file a duplicate.

http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/3ac8c4820de83e4c/b28aa97db455524c

I also did not know if the above was related?

On Wed, 2008-01-09 at 09:19 +0000, laga wrote:
> darthanubis schrieb:
> <logs deleted>
> > Linux amd 2.6.24-3-server #1 SMP Thu Jan 3 23:20:57 UTC 2008 x86_64 GNU/Linux
> >
> > Why is the urgency low? There are google hits of this being broken since
> > EDGY!?!
> >
>
> Calm down, please.
> This bug has already been fixed ("Status: fix released"), you're
> encountering a new one - I gather this from your posting in bug #151957
> where you mentioned that the upgrade from 2.6.24.2-generic to
> 2.6.24-3-server broke it for you, but it's just a guess.
>
> Since bug #151957 is unrelated as well, please open a new bug report
> since your problem is a new one.
>
> Thanks for taking the time to report a bug! I'm sure it'll be fixed
> soon.
>
> Michael
>
> p.s.:
>
> > Still broken in Hardy, a LT release, cmon.
>
> Hardy hasn't been released yet. It's normal to expect broken packages.
>
--
darthanubis <email address hidden>

Revision history for this message
laga (laga) wrote :

No problem :)

The debian bug you linked to might be a duplicate, but there's no way to tell what the bug report is about since the original poster simply didn't attach that information.. it's useless that way.

Just create a new bug report and don't worry too much about filing a duplicate bug. I just spent a fair amount of time clicking through all the bug reports you have found but most of them are not really relevant.

By the way:

Ubuntu already comes with those modules pre-compiled, that's why your remote does work "magically" like you described it in another bug report. If you need to compile the modules yourself bcause you have to modify the source code, please file a bug report with a patch as well so we can incorporate that. Usually the pre-compiled modules work just fine, though.

Thanks!

Revision history for this message
darthanubis (darthanubis) wrote : Re: [Bug 147440] Re: cannot make lirc_i2c kernel module

On Wed, 2008-01-09 at 18:47 +0000, laga wrote:
<snip>
> By the way:
>
> Ubuntu already comes with those modules pre-compiled, that's why your
> remote does work "magically" like you described it in another bug
> report. If you need to compile the modules yourself bcause you have to
> modify the source code, please file a bug report with a patch as well so
> we can incorporate that. Usually the pre-compiled modules work just
> fine, though.
>
> Thanks!
>

Then I don't understand why if I chose any other kernel besides the one
I'm using, irw tells me connection refused, and there is no /dev/lirc0
dev. The lircd daemon then dies. I just want to be clear, because
garbage in.....

--
darthanubis <email address hidden>

Revision history for this message
laga (laga) wrote : AW: Re: [Bug 147440] Re: cannot make lirc_i2c kernel module

If it doesn't work with other kernels then it is still a bug :).

Can you make sure that the corresponding linux-ubuntu-modules packages are installed for the broken kernel versions?

If yes, please file a bug and add the following information: output of dmesg, lsmod, lircd entries in /var/log/daemon.log and /etc/lirc/hardware.conf.

Please also create a new bug report for your build problem with lirc-modules-source.

Revision history for this message
darthanubis (darthanubis) wrote :

On Thu, 2008-01-10 at 09:54 +0000, laga wrote:
> linux-ubuntu-modules

https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/181871

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.