Quote:
Hi Sven,
At this point I'm not sure I can "handle" anything with this...
After updating /etc/apt/sources.list to actually include a deb-src path, etc...
apt-get build-dep mol-modules-2.6.8-powerpc
returns
Reading Package Lists... Done
Building Dependency Tree... Done
E: Build-Depends dependency for mol-modules-2.6.8 cannot be satisfied because no available versions of package kernel-build-2.6.8-powerpc can satisfy version requirements
So, any ideas? Do I need to roll back the kernel? Can I roll back the kernel?
Thanks for your help!
Deron Kazmaier
Oh, well, ...
mol-modules is not the neatest of packages, and will need some serious rework for debian/etch.
do :
apt-get source mol-modules-2.6.8-powerpc
and then go into the resulting dir.
Edit debian/control, and change the versioned build-dependency of kernel-build-... to the one in the security archive, and then do :
dpkg-buildpackage -rfakeroot -us -uc
and repeat after installing the packages it complains about it any.
Friendly,
Sven Luther