Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164829 - net-libs/wvstreams-4.2.2/-r2 does not compile
Summary: net-libs/wvstreams-4.2.2/-r2 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alin Năstac (RETIRED)
URL: http://pastebin.ca/335551
Whiteboard:
Keywords:
Depends on:
Blocks: sane-linux-headers
  Show dependency tree
 
Reported: 2007-02-01 12:40 UTC by Christoph Fürstaller
Modified: 2007-02-08 19:08 UTC (History)
1 user (show)

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


Attachments
patch to remove the include (wvstreams-4.2.2-r2-linux-headers.patch,465 bytes, patch)
2007-02-01 12:41 UTC, Christoph Fürstaller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.