Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82604 - svgalib-1.9.19-r1 failed to merge - doesn't seem to like my kernel includes.
Summary: svgalib-1.9.19-r1 failed to merge - doesn't seem to like my kernel includes.
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 12:23 UTC by G. Gibson
Modified: 2005-02-19 16:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description G. Gibson 2005-02-19 12:23:12 UTC
i686-pc-linux-gnu-gcc -O2 -DLINUX -Dlinux -D__KERNEL__ -DMODULE   -I/include -I. -I//usr/src/linux/include -I//usr/src/linux/include/asm/mach-default -DSVGALIB_HELPER_MAJOR=209 -DMODVERSIONS -DCONFIG_MODVERSIONS=1   -c -o main.o main.c
In file included from //usr/src/linux/include/linux/sched.h:23,
                 from //usr/src/linux/include/linux/mm.h:22,
                 from //usr/src/linux/include/linux/slab.h:14,
                 from main.c:10:
//usr/src/linux/include/linux/smp.h:29: error: conflicting types for 'smp_send_reschedule'
//usr/src/linux/include/asm/smp.h:42: error: previous declaration of 'smp_send_reschedule' was here
//usr/src/linux/include/linux/smp.h:29: error: conflicting types for 'smp_send_reschedule'
//usr/src/linux/include/asm/smp.h:42: error: previous declaration of 'smp_send_reschedule' was here
distcc[3044] ERROR: compile on localhost failed
make: *** [main.o] Error 1


Reproducible: Always
Steps to Reproduce:
1. emerge svgalib
2.
3.

Actual Results:  
i686-pc-linux-gnu-gcc -O2 -DLINUX -Dlinux -D__KERNEL__ -DMODULE   -I/include -I.
-I//usr/src/linux/include -I//usr/src/linux/include/asm/mach-default
-DSVGALIB_HELPER_MAJOR=209 -DMODVERSIONS -DCONFIG_MODVERSIONS=1   -c -o main.o
main.c
In file included from //usr/src/linux/include/linux/sched.h:23,
                 from //usr/src/linux/include/linux/mm.h:22,
                 from //usr/src/linux/include/linux/slab.h:14,
                 from main.c:10:
//usr/src/linux/include/linux/smp.h:29: error: conflicting types for
'smp_send_reschedule'
//usr/src/linux/include/asm/smp.h:42: error: previous declaration of
'smp_send_reschedule' was here
//usr/src/linux/include/linux/smp.h:29: error: conflicting types for
'smp_send_reschedule'
//usr/src/linux/include/asm/smp.h:42: error: previous declaration of
'smp_send_reschedule' was here
distcc[3044] ERROR: compile on localhost failed
make: *** [main.o] Error 1


Expected Results:  
svgalib merged
Comment 1 SpanKY gentoo-dev 2005-02-19 16:56:41 UTC
you neglected to provide `emerge info` like the bug report page said to

what kernel version do you have at /usr/src/linux ?