/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libirman.a(irfunc.o): relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libirman.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[2]: *** [irman.la] Error 1
I guess you're right, i will try to find some help in lirc mailing list. thank you again.
irsend: could not connect to socket irsend: Connection refused
when I turn on the computer, the yellow led of the ir toy is on. it turns off whenever I try to send an ir command.
did I miss some kind of delay or anything else? im quite frustrated because after 2 whole days of trial&error i finally got it to work - but only until the next reboot of the computer :(
patching file configure.ac Hunk #1 FAILED at 154. Hunk #2 FAILED at 445. Hunk #3 FAILED at 679. Hunk #4 FAILED at 1390. 4 out of 4 hunks FAILED -- saving rejects to file configure.ac.rej can't find file to patch at input line 60 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/daemons/hw-types.c b/daemons/hw-types.c |index 0536ea2..b11cbdf 100644 |--- a/daemons/hw-types.c |+++ b/daemons/hw-types.c --------------------------
I saved my old patched lirc install files, but after autogen setup and configure when I enter "make" it wont work:
zcat 0001-Add-driver-for-USB-Infrared-Toy-in-sample-mode.patch.gz | patch -p1 gzip: 0001-Add-driver-for-USB-Infrared-Toy-in-sample-mode.patch.gz: No such file or directory sixpacku@sixpack:~/lircd/lirc$ zcat 0002-Add-USB-Infrared-Toy-driver-to-setup-system.patch.gz | patch -p1 gzip: 0002-Add-USB-Infrared-Toy-driver-to-setup-system.patch.gz: No such file or directory
it seems like the patches do not exist. where can i get them?