Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 164829

Summary: net-libs/wvstreams-4.2.2/-r2 does not compile
Product: Gentoo Linux Reporter: Christoph Fürstaller <christoph.fuerstaller>
Component: Current packagesAssignee: Alin Năstac (RETIRED) <mrness>
Status: RESOLVED FIXED    
Severity: normal CC: cpp+disabled
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://pastebin.ca/335551
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 159304    
Attachments: patch to remove the include

Description Christoph Fürstaller 2007-02-01 12:40:07 UTC
wvstreams-4.2.2 and wvstreams-4.2.2-r2 does not compile with kernel-2.6.19. Tries to include linux/compiler.h which does not exist in new linux-headers

Reproducible: Always

Steps to Reproduce:
1.emerge -av wvstreams
Actual Results:  
the compiling process stops

Expected Results:  
the compiling finishes successfully

kernel - 2.6.19-suspend2-r1
linux-headers - sys-kernel/linux-headers-2.6.19.2-r2
Comment 1 Christoph Fürstaller 2007-02-01 12:41:46 UTC
Created attachment 108846 [details, diff]
patch to remove the include
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-01 12:47:36 UTC
The patch is reversed...
Comment 3 Christoph Fürstaller 2007-02-01 13:28:10 UTC
jep, I descovered it : / sry for that. but I think you can change it : D
Comment 4 Alin Năstac (RETIRED) gentoo-dev 2007-02-01 23:26:23 UTC
linux/compiler.h has been included for fixing bug 76943.
Replace it with sys/sysctl.h and tell me if it worked for you.
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2007-02-08 19:08:03 UTC
Fixed in -r3 by replacing linux/compiler.h with sys/sysctl.h in wvstreams-4.2.2-wireless-user.patch.