Power Developer https://powerdeveloper.org/forums/ |
|
Can't install MOL on Peg II with Debian 2.6.8 https://powerdeveloper.org/forums/viewtopic.php?f=25&t=498 |
Page 1 of 1 |
Author: | DeronKazmaier [ Wed Feb 08, 2006 11:01 pm ] |
Post subject: | Can't install MOL on Peg II with Debian 2.6.8 |
Hi! I'm trying to install MOL on Debian PPC 3.1r1. Of course, it sounded so simple with packages already created for this installation (or so I thought). I've documented my process below, and I hope someone can guide me in the correct direction. "apt-get install mod-modules-2.6.8-powerpc" returns: The following packages have unmet dependencies: mol-modules-2.6.8-powerpc: Depends: kernel-image-2.6.8-powerpc (= 2.6.8-12) but 2.6.8-12sarge1 is to be installed Of course, uname -r returns 2.6.8-powerpc. So why does it tell me I don't have the correct kernel? And, just to see what apt-get thinks, "apt-get install kernel-image-2.6.8-powerpc" returns kernel-image-2.6.8-powerpc is already the newest version. No big deal, I'll just compile from the sources... download, decompress, cd to the mol directory. "make" returns: --- Error: Unconfigured kernel source! --- (missing file: /usr/src/kernel-build-2.6.8-powerpc/include/linux/config.h) So, I try and install a number of packages for the kernel. Maybe I missed something. They are: kernel-build-2.6.8-powerpc kernel-headers kernel-headers-2.6 kernel-headers-2.6.8 kernel-kbuild-2.6-3 kernel-package linux-kernel-headers But then no /usr/src/linux softlink. So (and this may be very wrong) I linked that to /usr/src/kernel-headers-2.6.8. Other directories created when installing the above packages include: kernel-build-2.6.8-powerpc kernel-headers-2.6.8 kernel-kbuild-2.6-3 Maybe I need the full kernel sources? So install them, but mol now says they are not configured. So I try and configure the kernel sources (I just accepted all the default since I have no idea what I should be selecting). I can get now get MOL to compile, but now it hangs when I try to run it. Obviously I need to set something else up, but I don't know which direction to turn. Any advice is much appreciated. The best solution would be a package I can install, or a way to force it to except the package I have, but I'm open to anything. Deron Kazmaier |
Author: | sven [ Thu Feb 09, 2006 6:46 am ] |
Post subject: | sarge/mol modules mismatch with security kernels. |
Hi DeronKazmaier. The problem you are facing is because the mol modules declare a strict dependency against the kernel, and thus fail because of the security updated kernel you have installed. Just rebuild the mol modules as follows : apt-get build-dep mol-modules-2.6.8 apt-get source -b mol-modules-2.6.8 install resulting .debs. Not sure if the source package is named mol-modules-2.6.8 or mol-modules-2.6.8-powerpc, but i am sure you can handle that. Friendly, Sven Luther |
Author: | DeronKazmaier [ Thu Feb 09, 2006 8:20 pm ] |
Post subject: | |
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 |
Author: | lugduweb [ Fri Feb 10, 2006 1:30 pm ] |
Post subject: | |
Hi ! Maybe you should try the tutorial for installing MacOSX with MacOnLinux on Debian in the Pegasos book (page 133). There is also a tutorial for installing MOL on Ubuntu (if you have a Pegasos II, I recommand you this distribution based on Debian which is really simplier in my opinion). And if it still does not work, well you can try PegXMac tutorial which requires the PegXMac install CD (15 euros). You can also try Molk liveCD from "frostwork" (free). Good luck ! |
Author: | sven [ Fri Feb 10, 2006 2:32 pm ] |
Post subject: | |
Quote: Hi Sven,
Oh, well, ...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 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 |
Author: | sven [ Fri Feb 10, 2006 2:43 pm ] |
Post subject: | Erm, i think i know what happens ... |
Hi, ... I remember now, the sarge2 update added a abi name component to the kernel version string, and thus the modules need changing. Jens Schmelzing, the former mol debian maintainer sadly died in july, so i think it is left to me and a few others to handle this. Dann Franzier today posted a mail on the debian-kernel list asking us to rebuild a bunch of modules, among them are the mol-modules, so your problem should be solving itself in a couple of days. Friendly, Sven Luther |
Author: | DeronKazmaier [ Sat Feb 11, 2006 6:13 pm ] |
Post subject: | Thanks for all the help |
Quote: geoffrey_charra wrote: Maybe you should try the tutorial for installing MacOSX with MacOnLinux on Debian in the Pegasos book (page 133).
I would have at least tried it before posting here had I known it even existed! I have done a fair amount of searching before asking for help. Thanks for the tips!Quote: Sven Luther wrote: Dann Franzier today posted a mail on the debian-kernel list asking us to rebuild a bunch of modules, among them are the mol-modules, so your problem should be solving itself in a couple of days.
That would obviously be the best solution for me. However, I'll try your other suggestions (unless you are telling me it still won't work) and pegxmac. First to work wins! If you remember, please post a note here when the updates are available and where.Thanks to both of you! Deron Kazmaier |
Page 1 of 1 | All times are UTC-06:00 |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |