Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140674 - media-libs/svgalib-1.9.24 and 1.9.25 fails to compile with kernel 2.6.18-rc2
Summary: media-libs/svgalib-1.9.24 and 1.9.25 fails to compile with kernel 2.6.18-rc2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 148969 (view as bug list)
Depends on:
Blocks: 148429
  Show dependency tree
 
Reported: 2006-07-16 10:57 UTC by Friedrich Oslage (RETIRED)
Modified: 2007-02-05 12:02 UTC (History)
1 user (show)

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 Friedrich Oslage (RETIRED) gentoo-dev 2006-07-16 10:57:38 UTC
$ file /usr/src/linux
/usr/src/linux: symbolic link to `linux-2.6.18-rc2'

error-message:
main.o
  CC [M]  /tmp/portage/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/i810.o
/tmp/portage/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:20:35: Fehler: linux/devfs_fs_kernel.h: Datei oder Verzeichnis nicht gefunden
make[2]: *** [/tmp/portage/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.o] Fehler 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
make[1]: *** [_module_/tmp/portage/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.18-rc2'
make: *** [default] Fehler 2


the file /usr/src/linux-2.6.18-rc2/include/linux/devfs_fs_kernel.h does not exist.
/usr/src/linux-2.6.17.4/include/linux/devfs_fs_kernel.h does exist.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-16 11:08:01 UTC
Please, set your locales to C when reporting bugs. Also, you neglected to post emerge --info.
Comment 2 SpanKY gentoo-dev 2006-07-16 21:12:41 UTC
for future reference, i dont really fix kernel packages until the final version is released (aka 2.6.18) ... so if you want it fixed early, you'll have to post a patch yourself :P

in this case though, the error is obvious, so i've fixed it in cvs
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-21 02:10:53 UTC
Blocking 148429 as 1.9.24 (the stable one) is affected the same way (gentoo-sources-2.6.18).

 * Preparing svgalib_helper module
make -C /usr/src/linux SUBDIRS=/var/tmp/portage/svgalib-1.9.24/work/svgalib-1.9.24/kernel/svgalib_helper CLASS_CFLAGS= modules
make[1]: Entering directory `/usr/src/linux-2.6.18-gentoo'
  CC [M]  /var/tmp/portage/svgalib-1.9.24/work/svgalib-1.9.24/kernel/svgalib_helper/main.o
/var/tmp/portage/svgalib-1.9.24/work/svgalib-1.9.24/kernel/svgalib_helper/main.c:20:35: linux/devfs_fs_kernel.h: No such file or directory
make[2]: *** [/var/tmp/portage/svgalib-1.9.24/work/svgalib-1.9.24/kernel/svgalib_helper/main.o] Error 1
make[1]: *** [_module_/var/tmp/portage/svgalib-1.9.24/work/svgalib-1.9.24/kernel/svgalib_helper] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.18-gentoo'
make: *** [default] Error 2
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-24 10:45:33 UTC
*** Bug 148969 has been marked as a duplicate of this bug. ***
Comment 5 genbug 2007-02-05 12:02:06 UTC
I dont understand where this is fixed. I am having what looks basically like the same issue on a 2.6.17 kernel.

  CC [M]  /usr/portage/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.o
/usr/portage/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:20:35: error: linux/devfs_fs_kernel.h: No such file or directory
make[2]: *** [/usr/portage/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.o] Error 1

I just ran em --sync , I see no new ebuild or release and the ebuid still fails.

Has this been comitted to portage? Shouldn't it be given an r1 : same package different ebuild.

thx