Far down on my to-do list is breaking out the "linux from scratch" project,
reading through it, and making a small, simple distribution that doesn't have
ANY precompiled binaries except the initial boot disk. It should compile and
install everything from source code. "configure; make; make install" (I
wouldn't be suprised if somebody's already done this. It would save me a lot
of work, actually. But I haven't found it yet.)
The reason for this isn't that I expect end-users to deal with it, it's that
whenever I'm trying to debug a problem in X or Konqueror or some such, it's
ten times as much work to get the darn thing to compile and install from
source than it is to track down and patch the actual BUG. (Especially
getting the home-built version and the RPM-installed version not to fight to
the death configuration-wise, either overwriting OR installing them in
seperate directories.) Most of the time I just dump the problem on my "to
do" list and never get around to it. (I admit X and KDE are a bit worse than
average here, and I've only really wanted to patch a bug in glibc once. But
still, it would be nice to have the option of following my nose into the
source without doing four hours worth of preparatory work first...)
Possibly I've just had more than my share of bad experiences in this area...
Rob
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/