From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20030202 Description of problem: Modules fail to compile, when trying to apply USB patch for Phillips web cam. Their seems to be an error when it get to building the cipe module. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.cp pwc-8.8 patch to /usr/src/linux-2.4.18-24.8.0/drivers/usb 2. Make Dep 3. Make modules Actual Results: Compile errors Expected Results: Modules compile ok. Additional info: This patch only affect the usb drivers and worked fine on the linux-2.4.18-19.8.0 kernel. http://www.smcc.demon.nl/webcam/ I understand totally the issues, so use this info as you feel fit. I will upload file with compile error output.
Created attachment 89917 [details] text file Hope this is helpful, anything else I can do to be of help feel free to ask.
looks like you forgot make mrproper etc as first steps
Make mrproper, make clean, make xconfig, load config from /boot/config-2.4.18-24.8.0smp(this was config created after kernel upgrade) , make dep, make modules, poops out by srv3/4 binary support.
Turns out that up2date when I first went to 2-4.18-24.8 did not up2date kernel-utils to kernel-utils-2.4-8.28. After updating kernel-utils I am not experiencing any more issues with compiling. You can close this out, I was not sure how to identify resolution, was guessing upstream but I'll leave that for you to determine.