| Summary: | Emerge of sys-fs/cloop-2.04 fails with compile error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | fatcop <deanoc> |
| Component: | New packages | Assignee: | Stefan Schweizer (RETIRED) <genstef> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
fatcop
2007-03-14 09:22:07 UTC
my system info: Portage 2.1.2.2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r4, 2.6.19-gentoo-r5 i686) link to my bug report for why cloop 2.05 fails: http://bugs.gentoo.org/show_bug.cgi?id=170834 try with 2.0.5 please 2.04 is the unmasked version. There should be some kind of dependency on older versions of the kernel. It seems that this does not work with newer versions. Here are my top-most build errors: make[1]: Entering directory `/usr/src/linux-2.6.24-gentoo-r4' CC [M] /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.o /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:116: warning: 'request_queue_t' is deprecated /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:262: warning: 'request_queue_t' is deprecated /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c: In function 'make_clo_request': /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:335: error: too many arguments to function 'bio_endio' /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c: In function 'clo_set_file': /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:372: warning: 'request_queue_t' is deprecated /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:382: error: 'struct inode' has no member named 'i_blksize' /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c: In function 'clo_clr_fd': /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:582: error: too many arguments to function 'invalidate_bdev' /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c: In function 'cloop_exit': /var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.c:764: error: void value not ignored as it ought to be make[2]: *** [/var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1/compressed_loop.o] Error 1 make[1]: *** [_module_/var/tmp/portage/sys-fs/cloop-2.04/work/cloop-2.04-1+eb.1] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.24-gentoo-r4' make: *** [module] Error 2 make: *** Waiting for unfinished jobs.... 2.05 also does not work. I described these issues in the following forum post: http://forums.gentoo.org/viewtopic-t-690130.html |