Found sources for kernel version:
* 2.6.23-gentoo-r3
* Checking for suitable kernel configuration options...
* You need to build the FUSE module from the kernel source, because your kern
el is too new
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.
*
* ERROR: sys-fs/fuse-2.7.0 failed.
* Call stack:
* ebuild.sh, line 1717: Called dyn_setup
* ebuild.sh, line 768: Called qa_call 'pkg_setup'
* ebuild.sh, line 44: Called pkg_setup
* fuse-2.7.0.ebuild, line 29: Called linux-mod_pkg_setup
* linux-mod.eclass, line 465: Called linux-info_pkg_setup
* linux-info.eclass, line 576: Called check_extra_config
* linux-info.eclass, line 475: Called die
* The specific snippet of code:
* die "Incorrect kernel configuration options"
* The die message:
* Incorrect kernel configuration options
*
* If you need support, post the topmost build error, and the call stack if rele
vant.
* A complete build log is located at '/var/tmp/portage/sys-fs/fuse-2.7.0/temp/b
uild.log'.
Подскажите plz, в каких опциях ядра надо копать, а то неясно, куда двигаться.
Спасибо.
P.S. непонятно, почему в "слишком" новом ядре нет этого модуля.
Дело не в том, что в "слишком" новом ядре его нет, а в том, что в "слишком" новое ядро он не знает, как его встроить извне (точнее, скорее всего просто не тестировался с ним). Придется перекомпилировать ядро, включив этот модуль в конфиге (в menuconfig'е его искать следует, естественно, в разделе "Файловые системы", а если ручным редактированием конфига - еще проще, grep FUSE )
Опять поплясав с бубном, перенастроил ядро так, что fuse скачался и установился, но не скачался сам ntfs3g. Непонятно почему. Плюс ядро перестало загружаться вообще.
Kernel Compilation
--[no-]clean
Runs, or does not run, "make clean" before compilation - this
erases any compiled object files in the kernel source tree but
does not have an impact on the kernel configuration. Specifying
--no-clean implies --no-mrproper.
--[no-]mrproper
Runs, or does not run, "make mrproper" before compilation - this
erases both any compiled object files in the kernel source tree
as well as the kernel configuration.