Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156808 - net-dialup/fritzcapi-2.6.43 does not compile with linux kernel 2.6.19
Summary: net-dialup/fritzcapi-2.6.43 does not compile with linux kernel 2.6.19
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
: 158244 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-01 07:25 UTC by Michael Biebl
Modified: 2006-12-22 12:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (log,8.62 KB, text/plain)
2006-12-01 07:26 UTC, Michael Biebl
Details
Build log 2 (build2.log,7.97 KB, text/plain)
2006-12-12 08:41 UTC, Michael Biebl
Details
patch fcusb2 kernel 2.6.19 (fcusb2_2.6.19.patch,396 bytes, text/plain)
2006-12-13 06:49 UTC, Michael Biebl
Details
patch for fxusb_CZ -> 2.6.19 (fxusb_CZ-2.6.19.patch,396 bytes, patch)
2006-12-15 16:28 UTC, Ronny Boesger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Biebl 2006-12-01 07:25:24 UTC
Please see the attached build log.
Comment 1 Michael Biebl 2006-12-01 07:26:05 UTC
Created attachment 103133 [details]
build log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-01 07:27:40 UTC

*** This bug has been marked as a duplicate of 153553 ***
Comment 3 Michael Biebl 2006-12-12 08:32:21 UTC
The Changelog says: 
 01 Dec 2006; Stefan Schweizer <genstef@gentoo.org>
  fritzcapi-2.6.43.ebuild:
  2.6.19 fix thanks to Martin von Gagern <Martin.vGagern@gmx.net> in bug 153553

Yet, I get the same build failures as before. So I'm reopening the bug.
Comment 4 Michael Biebl 2006-12-12 08:41:24 UTC
Created attachment 103865 [details]
Build log 2

This is the build log after the fixes from Decemenber, 1st. Please notice, that I build the fcusb2 module. IIRC the problem is because of 
http://lkml.org/lkml/2006/2/17/264

Cheers,
Michael
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2006-12-12 13:40:15 UTC
if you remove the lines in #if around the error and .owner =        THIS_MODULE,

does it work then?
Comment 6 Michael Biebl 2006-12-12 14:39:16 UTC
(In reply to comment #5)
> if you remove the lines in #if around the error and .owner =       
> THIS_MODULE,
> 
> does it work then?
> 

Hi,

could you be more specific, which lines you think should be deleted?
It's not quite clear for me from your description.

Cheers,
Michael
Comment 7 Michael Biebl 2006-12-13 06:48:30 UTC
(In reply to comment #5)
> if you remove the lines in #if around the error and .owner =       
> THIS_MODULE,
> 
> does it work then?
> 

It compiles successfully, if I remove the lines as shown in the attached patched. The module also loads/unloads successfully. On weekend I'll have access to my AVM hardware and I'm going to test if it still works.
Comment 8 Michael Biebl 2006-12-13 06:49:14 UTC
Created attachment 103947 [details]
patch fcusb2 kernel 2.6.19
Comment 9 Stefan Schweizer (RETIRED) gentoo-dev 2006-12-13 11:45:47 UTC
thanks, I have added your patch to the ebuild :)

Was like I proposed it.
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-12-15 13:47:49 UTC
*** Bug 158244 has been marked as a duplicate of this bug. ***
Comment 11 Ronny Boesger 2006-12-15 14:08:29 UTC
actually, it doesn`t compile under 2.6.19-r2

see Bug 158244 for details.
Comment 12 Michael Biebl 2006-12-15 14:41:23 UTC
(In reply to comment #11)
> actually, it doesn`t compile under 2.6.19-r2
> 
> see Bug 158244 for details.
> 

It compiles for fcusb2 (which I use).
You seem to use fxusb. Maybe you can adapt the patch for fcusb2 for fxusb.

Cheers,
Michael
Comment 13 Ronny Boesger 2006-12-15 16:28:59 UTC
Created attachment 104107 [details, diff]
patch for fxusb_CZ -> 2.6.19

Patch for fxusb_CZ to compile fine against 2.6.19 (it works actually with 2.6.19-rc2, on my server )

Credits go to Michael :)
Comment 14 beroot 2006-12-22 12:09:24 UTC
the last patch works as well, if you apply it for the module fxusb. it builds and works fine.