Hi, >>"Karl" == Karl M Hegbloom <[EMAIL PROTECTED]> writes:
>>>>> "Bart" == Bart Schuller <[EMAIL PROTECTED]> writes: Bart> Particularly if they happened to have a fully unpacked and Bart> configured kernel source tree in /usr/src/linux . Bart> * Poof * No it does not! Would you please look at what the postinst does before spreading FUD? Karl> Perhaps the `kernel-headers' install script ought to look for an Karl> existing /usr/src/linux directory, do an lstat, and if it's Karl> really a directory, not a symlink, rename it to linux-version. Karl> It can get the version from the version file in the kernel Karl> source can't it? Instead, it aborts. Maybe I should just move the directory out of the way, but a directory existing where noen should exist means that my invariants are shot. When ones invariants are shot, the best thing to do is change as little as possible, and let the humans take care of the cruft. (Why don't people look at the behaviour before asking for a change in the operation?) ______________________________________________________________________ if (-e 'linux' && ! -l 'linux') { my $answer; print STDERR <<"EOF"; Error configuring $package: /usr/src/linux does not seem to be a symbolic link, possibly from an old package or a left-over from a user installed kernel. Please remove /usr/src/linux and try to reconfigure $package. Please Hit return to continue. EOF $answer = <STDIN>; exit 1; } if (-e "linux-$version" && ! -l "linux-$version" ) { my $answer; print STDERR <<"EOF"; Error configuring $package: /usr/src/linux-$version does not seem to be a symbolic link, possibly from an old package or a left-over from a user installed kernel. Please remove /usr/src/linux-$version and try to reconfigure $package. Please Hit return to continue. EOF $answer = <STDIN>; exit 1; } ______________________________________________________________________ Karl> I've installed kernel headers because I had to so libc would Karl> install. I'd rather use the headers in the actual kernel source Karl> though. Please read my often posted FAQ as to why this is a really bad idea. manoj tired of repeating the same thing over and over again. -- "Make no little plans. They have no Magic to stir Men's blood." Hudson Manoj Srivastava <[EMAIL PROTECTED]> <http://www.datasync.com/%7Esrivasta/> Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05 CC 2D 27 12 1D F5 E8 6E -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .