LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-15-2018, 05:51 AM   #1
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,564
Blog Entries: 19

Rep: Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446
Bloated software: even LFS is no longer minimalist


For some years now Linux From Scratch has been my favourite distro. It's not just that it's fun to create an LFS system; it's also nice to have a Linux distro that contains only the programs that I want to use and not a lot of unnecessary cruft. A new LFS book comes out about every six months and I use the old system as the host to build the new one, then install the same basic set of applications.

But lately even LFS has ceased to be minimalist. The LFS core now includes Python3, hardly basic software. It is needed to run meson and ninja, which some packages are now using for their builds. If you then want a graphical desktop, you must also install Python2 because X needs it.

Well, I gritted my teeth last year about the two Python environments. But yesterday I tried to build the Gimp in my new LFS 8.3, and found that it has acquired a huge new set of required dependencies. One of them is glib-networking, which in turn requires gnutls. I can tolerate that because I need gnutls anyway for claws, my favourite email client. But why on earth should a graphical program need networking software? There are also a lot of new libraries, one of which turned out to require rust.

For those who haven't met rust yet, it's a new programming language which comes with a complete build environment. All to build a minor library which the gimp developers have apparently decided they can't do without. I give up! I shall have to find myself another graphics program, maybe myPaint.

I was thinking of putting this post in the LFS forum, but it isn't really an LFS problem, it's a Linux problem. The LFS team are probably no happier with this trend to more and more bloat than I am. The point is that in the past you had the choice: you could run a standard distro with a lot of bloat, like Ubuntu, or you could go for something lean and mean. Linux is about choice, right? Not any more, it isn't.

While the flame wars rage about systemd, this has been creeping up on us unnoticed. Surely there has to be an alternative.

Last edited by hazel; 09-15-2018 at 05:53 AM.
 
Old 09-15-2018, 06:14 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,591

Rep: Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689
When I want minimal, but with X, I run TinyCore. There is NO way to consider a package like GIMP minimal! Once you go to compiling your own applications you need the range of compilers and libs required. LFS was meant the be EFFICIENT and "Perfectly Tuned" to your hardware by being compiled on and for your hardware, it was never intended to really be minimal.

That said, you have a point. Many of the larger applications evolve to include newer libs and components compiled under newer tools expanding the requirements for a build. It is natural and understandable, but rather a pain.
 
1 members found this post helpful.
Old 09-15-2018, 06:32 AM   #3
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,564

Original Poster
Blog Entries: 19

Rep: Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446
When I first started building the gimp, it required very little beyond babl, gegl, gtk and the standard graphics format libraries. More or less what you'd expect in a painting app. It's grown over the years like everything else.
 
Old 09-15-2018, 09:41 PM   #4
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,140

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
I think the whole concept of "bloat" is overstated personally. Back when hardware and storage were limited it was an actual issue. Now it's just an ocd thing I think. Not a real problem. I gave up trying to be minimal awhile back, haven't lost anything by doing it either. My life is vastly simpler as well.
 
1 members found this post helpful.
Old 09-17-2018, 08:52 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,564

Original Poster
Blog Entries: 19

Rep: Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446
I've been checking the Crux version of the gimp. It has a lot of dependencies including librsvg. When I looked at that, it was two minor versions down from the LFS one and did not require rust to build it.

Crux isn't bleeding edge but it is more up-to-date than, say, Debian Stable. Generally it uses the latest stable versions of software. So it is interesting to find it out of step here with LFS, which has a similar philosophy. I suspect that in this case, they stuck with the older version because having to use rust to build a minor library stuck in their craw.

Crux does use rust but only to build Firefox.
 
Old 09-17-2018, 11:49 AM   #6
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,137

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Perhaps the answer is to do what most of us do and get programs ready-compiled!
 
Old 09-17-2018, 08:40 PM   #7
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,591

Rep: Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689
Quote:
Originally Posted by DavidMcCann View Post
Perhaps the answer is to do what most of us do and get programs ready-compiled!
A worthy idea, but one that violates the entire philosophy and technical advantage of LFS! Why run the only distribution designed for every user to have a distribution compiled on and for that users specific hardware, if you are then going to install general binary applciations pre-compiled for widespread use?
 
Old 09-18-2018, 01:07 PM   #8
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,140

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
What advantage does it offer? What tangible benefits does it provide other than feeling like a boss? I'm seriously asking. Not trying to flame or start a war.
 
Old 09-18-2018, 07:29 PM   #9
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,591

Rep: Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689
Quote:
Originally Posted by jmgibson1981 View Post
What advantage does it offer? What tangible benefits does it provide other than feeling like a boss? I'm seriously asking. Not trying to flame or start a war.
With LFS you end up with and install that has every part literally compiled for and on, and optimized for and on, the hardware you are running it on. You also gain the experience of compiling every single package, with the little extra understanding and experience that implies. If you cannot see the advantage in that process, then more explanation is not going to help.

LFS is not for everyone, and I am not running it now myself. It is something that is educational and useful for educational purposes and a better understanding of optimization. If you do not need or want to understand (and MANY people only want Linux to "just work") then you do not need LFS. If you want to have an optimal distribution for your platform, or understand the tools better, then it is one of the better choices.

Even if you never plan to install LFS, I recommend visiting the site and reading some of the documentation and learning a bit about the process. (Because LFS is almost more about the process than about the results.) It is interesting.

Last edited by wpeckham; 09-18-2018 at 07:31 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which distro takes longer to build gentoo or LFS linux999 Linux - Newbie 4 08-16-2012 02:21 AM
a minimalist distro for which you don't have to compile software? ayush.27 Linux - Distributions 3 09-22-2010 10:38 AM
LFS SVN takes a lot longer then it should David2010 Linux From Scratch 1 08-18-2009 02:46 PM
Unable Log-in any longer as LFS User spadeandarcher Linux From Scratch 4 10-28-2006 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration