Summary: | DAHLIN-00317: Cannot Build OSLEC With OSLEC Source Present | ||
Reporter: | Vladimir Mikhelson (vmikhelson) | Labels: | |
Date Opened: | 2013-02-11 01:41:44.000-0600 | Date Closed: | 2013-03-15 16:04:03 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | dahdi (the module) |
Versions: | 2.6.1 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | CentOS 5.9, kernel 2.6.18-348.1.1.el5 | Attachments: | ( 0) kbuild.diff |
Description: | make produces the following warnings:
{code}WARNING: "oslec_create" [/usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/dahdi_echocan_oslec.ko] undefined! WARNING: "oslec_free" [/usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi_echocan_oslec.ko] undefined! WARNING: "oslec_update" [/usr/src/dahdi-linux-complete-2.6.1+2.6.1/linux/drivers/dahdi/dahdi_echocan_oslec.ko] undefined!{code} | ||
Comments: | By: Vladimir Mikhelson (vmikhelson) 2013-02-11 01:52:56.141-0600 Kbuild.diff is attached. It fixed the issue for me. By: Vladimir Mikhelson (vmikhelson) 2013-03-13 00:56:03.475-0500 Somehow I thought the fix was added to 2.6.2. Apparently not.... Same patch fixed the issue for me again. By: Russ Meyerriecks (rmeyerriecks) 2013-03-13 17:05:43.304-0500 Would you be willing to test the next release candidate? I've included this patch and would like to know if it fixes your issue before the next release. You can download it with: git clone git://git.asterisk.org/dahdi/linux dahdi-linux git checkout v2.6.3-rc1 By: Vladimir Mikhelson (vmikhelson) 2013-03-13 23:19:43.035-0500 Russ, It was a very clean make. I still received two (2) warnings, but I receive them every time. They seem to be harmless. They also look alike. And yes, hpec is part of my biuld. .{code} WARNING: could not find /usr/src/dahdi-linux/drivers/dahdi/hpec/.hpec_x86_32.o.cmd for /usr/src/dahdi-linux/drivers/dahdi/hpec/hpec_x86_32.o WARNING: could not find /usr/src/dahdi-linux/drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_32.o.cmd for /usr/src/dahdi-linux/drivers/dahdi/vpmadt032_loader/vpmadt032_x86_32.o {code} Thank you, Vladimir By: Russ Meyerriecks (rmeyerriecks) 2013-03-15 16:04:03.117-0500 Fixed in trunk and on 2.6.y branches. Distributed in 2.6.3-rc1 release |