发新话题
打印

大家看一下

大家看一下

Latest unstable Kernel depends on QT *sic*

2002-11-03 - The latest unstable kernels depend on QT. Actually, it's only needed for make xconfig, but the fabulous kernel hackers have managed to add the dependency on QT to every single makefile...

Each time you try to compile the kernel, and you have choosen not to obey the QT/KDE dictation, you will get a message like this:

*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[2]: *** [scripts/kconfig/.tmp_qtcheck] Error 1
make[1]: *** [scripts/kconfig] Error 2
make: *** [_clean_scripts] Error 2

I hope this is only something temporarily and not a new "feature" they are proud of (... next they include wine in the kernel so you can use Internet Exploder more easy or something).

真不知道是好事还是坏事,偶还以为偶怎么一夜间不会了      
象一阵风 拂过我身边 忽然间 想要去很远 和你去看繁华世界

TOP

On Sun, 24 Nov 2002, sean darcy wrote:
>I've tried to use modutils-2.4.21-4 - which uses the new module loading in
>2.5.49 and is backward compatible with 2.4.x. I works fine, except for the
>redhat kernels.
>
>I realize that nobody said it had to work with a particular distro, just
>like to know if anybody has a work around.

No, but then again, the module-init-tools don't come anywhere close to the
same interface or functionality that exists (and has existed for a good
long time, btw) with the modutils.

I would beg and plead with Linus to back that "crap" out of the kernel
until such time as it has a snowball's chance of actually working ...
anywhere. As it stands, 2.5 is now 100% unusable until modules works
again.

Kernel symbol versioning no longer exists. Depmod no longer exists.
Modprobe blindly loads a string of modules without even looking to see
if it's already loaded. The command line args for modprobe are laughingly
few (and none of the ones a redhat system needs to boot are implemented.)
We're back to the flat module namespace (that patch of earth is now 100%
salt...) And every single object that forms a module will need to be
retooled to adhere to the new module API -- this is a brick wall no one
needs right now; there are *still* drivers in the tree that haven't been
updated to the new DMA interface and that's been pushed for months (years?)

Just when things begin to work, Linus puts on his sadist hat and makes
everything stop working again. Aren't we in the midst of a feature/code
freeze so the "ship it" label can be slapped on this thing?

--Ricky
这也是,2.5.50的内核可以用吗(模块部分),我觉得2.5.50发生了很大变化了,是3.0的前照?      
象一阵风 拂过我身边 忽然间 想要去很远 和你去看繁华世界

TOP

发新话题