Hi all,
Not sure if this is the right place to ask, but it worth to give it a chance.
When trying to compile mISDN module on Linux Debian, I'm running the following commands:
1. git clone git://git.misdn.eu/mISDN.git/
2. cd mISDN
3. ./configure
4. cp mISDN.cfg.default standalone/mISDN.cfg
5. make modules
6. make modules_install
After "make modules" I get this output:
Hunk #1 succeeded at 148 with fuzz 2 (offset 8 lines).
Hunk #2 succeeded at 161 (offset 8 lines).
Hunk #3 FAILED at 163.
1 out of 3 hunks FAILED -- saving rejects to file drivers/isdn/mISDN/core.c.rej
Error on /usr/bin/patch -p1 < patches/Drivers-isdn-remove-__dev-attributes.patch
cat .patchOK
cat: .patchOK: No such file or directory
make[1]: *** [patched_tree] Error 1
make[1]: Leaving directory `/home/arik/asterix_openbsc/mISDN/standalone'
make: *** [modules] Error 2
As fur as i read about it, it describes a problem between the core.c file and the patch file. In order to compile it, I should solve the conflict.
Does anybody had to deal such issue and know about a solution for this issue?
Thanks in advanced,
Arik