SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2009-10-09 13:31:39

qaov
New Member
Registered: 2009-10-09
Posts: 2

compilation

hello,

I`am  new to crunchbang.
I`am satisfied user, but I wanna more from system smile

recompilation of whole system...
is there good and simple way to do this?
maybe thru apt-build?

regards

Offline

Be excellent to each other!

#2 2009-10-09 15:18:29

veer-arjun
Member
Registered: 2009-10-04
Posts: 15

Re: compilation

qaov wrote:

hello,

I`am  new to crunchbang.
I`am satisfied user, but I wanna more from system smile

recompilation of whole system...
is there good and simple way to do this?
maybe thru apt-build?

regards

yeah even i wanna know!!!

Offline

#3 2009-10-09 16:10:06

anonymous
The Mystery Member
From: Arch Linux Forums
Registered: 2008-11-29
Posts: 9,418

Re: compilation

Recompilation? Are you thinking of remastersys maybe:

http://crunchbanglinux.org/forums/topic … ed-distro/

Offline

#4 2009-10-09 16:52:26

iggykoopa
Script Master
Registered: 2008-12-13
Posts: 1,486

Re: compilation

Honestly ubuntu isn't really designed for you to compile the whole system, it's a binary distrobution. If you want to dig into compilation you should try one of the source based distro's like gentoo or sourcemage. It's probably possible with ubuntu, but IMHO it's not worth the effort. I say ubuntu because that is what #! is based on.


I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.

Offline

#5 2009-10-10 10:51:57

Awebb
The Singularity
Registered: 2009-07-23
Posts: 2,812

Re: compilation

source based:
http://www.linuxfromscratch.org/
http://www.gentoo.org/

not source based, but enough work to keep you busy:
http://www.archlinux.org/

If you feel that certain urge, stay away from Ubuntu. Ubuntu is for lazy people needing a working system NOW and not next week.


I'm so meta, even this acronym

Offline

#6 2009-10-12 17:42:50

micerinos
Member
Registered: 2009-07-21
Posts: 26

Re: compilation

Debian (and Ubuntu) distributes the sources of all binary packages in separate repositories. It also provides a set of tools to customize and compile packages called apt-build.
Installing the distribution is based on binary packages (as it is the case for gentoo this days, only stage 3 is supported), but after installation adventurous users can recompile the whole set of installed packages with a single command, the BSD style.  Normally it's not recommend to apply too agressive optimizations is essential packages.

apt-get install apt-build

# For a single package
apt-build package  

# For rebuilding all packages
dpkg --get-selections | awk '{if ($2 == "install") print $1}' > /etc/apt/apt-build.list
#Remove the following packages from /etc/apt/apt-build.list
gcc (and other compilers)
linux-image-*
libc6
libc6-dev
libc6-i686
apt-build world        
# Wait a couple of days

Read the manual carefully, using this tools unconsciously could render your system unusable.
Also, this wiki is a friendly introduction.

http://wiki.debian.org/apt-build

Last edited by micerinos (2009-10-12 17:43:58)

Offline

#7 2009-10-14 02:17:16

shengchieh
#! Die Hard
Registered: 2009-01-07
Posts: 617

Re: compilation

If you like to compile everything, maybe you want to try Gentoo???
Just a thought.

Sheng-Chieh

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo