Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163619 - sys-fs/dazuko-2.3.3_pre1 fails to compile
Summary: sys-fs/dazuko-2.3.3_pre1 fails to compile
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alon Bar-Lev (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 16:49 UTC by brian
Modified: 2007-01-24 19:46 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 brian 2007-01-24 16:49:52 UTC
=======================
Configuration summary
=======================
module events = ON_OPEN ON_EXEC
devfs support = no
rsbac support = no
stacking support = yes
local __d_path() = no (using chroot events, see README.linux26)
module debug = no
library 1.x compatibility = yes
* Converting Makefile to use M= instead of SUBDIRS= ...
[ ok ]
* Preparing dazuko module
make -C /usr/src/linux M="/var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1" modules
make[1]: Entering directory `/usr/src/linux-2.6.17-suspend2-r6'
CC [M] /var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_core.o
CC [M] /var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_transport.o
CC [M] /var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_linux26_lsm.o
CC [M] /var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_linux26.o
/var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_linux26.c: In function 'xp_wait_until_condition':
/var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_linux26.c:194: error: too many arguments to function 'refrigerator'
make[2]: *** [/var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1/dazuko_linux26.o] Error 1
make[1]: *** [_module_/var/tmp/portage/dazuko-2.3.3_pre1/work/dazuko-2.3.3-pre1] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.17-suspend2-r6'
make: *** [dummy_rule] Error 2
!!! ERROR: sys-fs/dazuko-2.3.3_pre1 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
dazuko-2.3.3_pre1.ebuild, line 44: Called linux-mod_src_compile
linux-mod.eclass, line 510: Called die
!!! Unable to make dummy_rule.
!!! If you need support, post the topmost build error, and the call stack if relevant.
... done!
>>> Emerging (1 of 1) sys-fs/dazuko-2.3.3_pre1 to /
* dazuko-2.3.3-pre1.tar.gz MD5 ;-) ... [ ok ]
* dazuko-2.3.3-pre1.tar.gz RMD160 ;-) ... [ ok ]
* dazuko-2.3.3-pre1.tar.gz SHA1 ;-) ... [ ok ]
* dazuko-2.3.3-pre1.tar.gz SHA256 ;-) ... [ ok ]
* dazuko-2.3.3-pre1.tar.gz size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking dazuko-2.3.3-pre1.tar.gz ;-) ... [ ok ]
Done.

Reproducible: Always
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-01-24 19:34:53 UTC
Which kernel are you using?
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2007-01-24 19:37:03 UTC
Oh...
suspend2-2.6.17-r6

You need to upgrade to 2.6.18/2.6.19.

Please reopen if you have more problems.
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2007-01-24 19:46:23 UTC
Just a note...
The upgrade is needed not because of kernel, but because of suspend2 version which modified the way modules should be written...