don't forget about the -j switch to make.
Announcement
Collapse
No announcement yet.
Six days until release. Thinking of a slightly unorthodox install.
Collapse
This topic is closed.
X
X
-
I would go for it.
But, I would partition the HD on the machine I intended to run it on into at least two. Add the development environment to the second one, along with the source, etc... Then compile the packages, roll them into a "release" iso, and then use that iso to install your SRKubuntu into the first partition. When ever a package needed to be "updated" you could download the source for that package into your second partition, compile it into a deb package, and then install it on your first partition.
You would certainly KNOW Kubuntu inside and out. That's for sure! :cool:"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
Originally posted by Teunis View PostI assume you feel bored with the Daisy Dukes
I've been reading a little about this. People have asked this question before, and often the answer is "why do that?" It's true that with modern hardware, custom compiles with hand-tuned optimizations don't offer much in the way of performance gains. I suppose I was more wondering out loud whether such a thing is feasible for mere mortals. However, one person produced a well-written guide.Last edited by SteveRiley; Apr 21, 2012, 07:55 PM.
- Top
- Bottom
Comment
-
You know, I just decided to build Kubuntu from source on my old Sony laptop!"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
- Top
- Bottom
Comment
-
Well, I had no plans to do so until I saw that link you cited.
Building a distro using apt-build is SO MUCH EASIER than I recall from doing it 8 years ago. It started with downloading the Linux source tree and building a kernel and utilities. Then it was one program at a time.using the compiler msgs to determine dependency problems, usually missing or conflicting libraries.
From what I read the big problem in the apt-build approach is third party apps. The thing to do would be to install the minimum Kubuntu distro using the final release and make sure it has no 3rd party apps. I am assuming that "3rd party" apps would be any except KDE & Qt based apps. After the initial compile updates and installs could be done using
One comment said that a full apt-build world could take over 24 hours!
apt-build install program
It really sounds like FUN!
Last edited by Snowhog; Apr 21, 2012, 08:27 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
Yeah, I hadn't expected to encounter something like apt-build, either. I'm Googling for more info now. Sounds really interesting.
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View PostHowever, one person produced a well-written guide.Originally posted by GreyGeek View PostYou know, I just decided to build Kubuntu from source on my old Sony laptop!
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
First test.
Code:apt-build --build-only install nano
Code:apt-get build-dep nano
Questions:- Did I perhaps mess up what would otherwise have worked because I indicated --build-only? Dunno.
- If, in fact, apt-build does require pre-existing -dev packges for everything that it will build, then...wow. That's starting to sound cumbersome. There is, alas, no remove-build-dep command.
Last edited by SteveRiley; Apr 22, 2012, 12:51 AM.
- Top
- Bottom
Comment
-
I haven't read the apt-build man pages yet, but doesn't adding "install" to the "--build-only" switch seem contradictory?"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by SteveRiley View PostCode:apt-get build-dep nano
Code:ldd /usr/bin/nano linux-vdso.so.1 => (0x00007fffda382000) libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007f929e14a000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f929dda9000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f929dba4000) libtinfo.so.5 => /lib/libtinfo.so.5 (0x00007f929d97d000) /lib64/ld-linux-x86-64.so.2 (0x00007f929e398000)
Originally posted by SteveRiley View PostThere is, alas, no remove-build-dep command.FKA: tanderson
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Comment