Gentoo Archives: gentoo-user

From: Thomas Mueller <mueller6726@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] necessary use flags
Date: Fri, 26 Jun 2015 05:45:53
Message-Id: 649099.96443.bm@smtp116.sbc.mail.gq1.yahoo.com
In Reply to: Re: [gentoo-user] necessary use flgas by Alan McKinnon
1 > Best way I ever found to learn how things really work under the hood is
2 > to build a Linux From Scratch and pay close attention to every single step.
3
4 > Not that you'd ever actually *use* that system - there's no sane package
5 > management for a start - but after building an LFS, the content of
6 > ebuilds in @system starts to make a lot more sense; you can see why some
7 > of the decisions in the profiles were made; and make.conf now appears in
8 > a whole new light.
9
10 > Then take the valuable lessons from LFS and apply them appropriately to
11 > using Gentoo. These things are tools and the best workmen are always
12 > very familiar with their tools as a co-ordinated whole (as opposed to a
13 > bunch of mish-mash stuff cluttering up a toolbox)
14
15 > Alan McKinnon
16
17 One could build a system with LFS or CLFS and then adopt one or more package managemant systems such as Gentoo portage, pacman with Arch Build System, voidlinux, etc.
18
19 Different package management systems would go to separate installations, separate partitions, of course.
20
21 Lack of package management, or actually package management that had no recognition of dependencies, was a large part of what made me not continue with Slackware beyond now-outdated 13.0.
22
23 I was spoiled by FreeBSD ports, NetBSD pkgsrc, and Linux distros with package management that recognized dependencies.
24
25 Tom