|
Bugzilla – Full Text Bug Listing |
| Summary: | newburn needs asm/page.ph which perl 5.10 does not have | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Patrick Kirsch <pkirsch> |
| Component: | Development | Assignee: | Tim Arnold <tarnold> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Blocker | ||
| Priority: | P1 - Urgent | CC: | pth, yxu |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | remove asm/page.h include in newburn-generator which is obsolate in 2.6.27(-rcX) | ||
|
Description
Patrick Kirsch
2008-06-09 09:21:27 UTC
Same situation with SLES11 Beta1. is there any substitution for asm/page.ph provided by perl? Don't ask me, ask the glibc people. Perl just provides what's in /usr/include. Why does it need page.ph anyway? (And don't ressign the bug, use NEEDINFO if you want info) Mark as blocker as it blocks from testing. JFYI, asm/page.h got removed with 2.6.27(-rcX) from the kernel headers installation - this got discussed upstream on the ltp list: http://thread.gmane.org/gmane.linux.ltp/5548/focus=352 I don't know the code of newburn - but i bet it's looking there for PAGE_SIZE or something like that. If so get the proper PAGE_SIZE value via sysconf(_SC_PAGE_SIZE) or something like that. Created attachment 245647 [details]
remove asm/page.h include in newburn-generator which is obsolate in 2.6.27(-rcX)
attached potential fix - requires testing.
queued mbuild job: marvin-dgollub-1
Please test.
Yes, it seems to work. Thanks a lot... :) Fixed Submitted to head. |