You are not logged in.
Pages: 1
I've been quite amazed, but I really couldn't find any way of rebuilding my whole system with this famous ABS. The strange thing about it is, that I read in the docs, that it is possible with one command :?
So - is it possible, or not? Do I have to play a lot with makeworld or srcpac?
PS. Okay, I am used to Gentoo, so what?
Offline
One command to rebuild all my system with my defined flags, that would be cool 8)
.....well it's not possible atm
[edit] ....didn't know about makeworld :oops:
Offline
makeworld?
Offline
Yeah, Makeworld - it's like Disneyworld, for geeks.
Seriously - it's part of pacman. No man page, but you get help if you run it with no args.
Offline
8) nice...
made my first package 2 minutes ago by the way
I have a problem with ArchCK though :? probably going to make a new thread about if I'm not able to find the solution (thus far .. no luck)
ABS and AUR are quite interesting to say the least 8)
Offline
This is backed by an easy-to-use binary package system that allows you to upgrade your entire system with one command. Arch also uses a ports-like package build system (Arch Build System) to make it easy to build packages, which can also be synchronized with one command. Oh yeah, and you can rebuild your entire system with one command, too. Everything is done quite simply and transparently.
How's that?
So the RIGHT method to get software is "pacman -S foo". If I want to compile then I have to go to /var/abs/boo/foo and "makepkg -i"? Why isn't it described detailed anywhere?
Offline
Umm .. it's all in the wiki.
Offline
http://www.archlinux.org/docs/en/guide/install/arch-install-guide.html wrote:This is backed by an easy-to-use binary package system that allows you to upgrade your entire system with one command. Arch also uses a ports-like package build system (Arch Build System) to make it easy to build packages, which can also be synchronized with one command. Oh yeah, and you can rebuild your entire system with one command, too. Everything is done quite simply and transparently.
How's that?
So the RIGHT method to get software is "pacman -S foo". If I want to compile then I have to go to /var/abs/boo/foo and "makepkg -i"? Why isn't it described detailed anywhere?
hmm...the only thing i have under /var/abs/ is /var/abs/local/ (which is empty btw) and the log file.
is this because i cleared the cache in the past?
if so, is there a way to rebuild the system still?
System Specs: Arch 0.7.1 (Noodle); Kernel=2.6.15-ARCH; Gnome; xorg-7.0 (w/3D!!)--Xgl ; Dual Athlon MP 1800+; Asus A7M266-D mobo; 40GB (ATA 133); Audigy 2 Platinum; Radeon 9800 Pro (3D included )
Registered Linux user number 395691
Offline
Benol wrote:http://www.archlinux.org/docs/en/guide/install/arch-install-guide.html wrote:This is backed by an easy-to-use binary package system that allows you to upgrade your entire system with one command. Arch also uses a ports-like package build system (Arch Build System) to make it easy to build packages, which can also be synchronized with one command. Oh yeah, and you can rebuild your entire system with one command, too. Everything is done quite simply and transparently.
How's that?
So the RIGHT method to get software is "pacman -S foo". If I want to compile then I have to go to /var/abs/boo/foo and "makepkg -i"? Why isn't it described detailed anywhere?
hmm...the only thing i have under /var/abs/ is /var/abs/local/ (which is empty btw) and the log file.
is this because i cleared the cache in the past?
if so, is there a way to rebuild the system still?
pacman -S cvsup
abs
to get the PKGBUILDS in /var/abs
/etc/abs/abs.conf to configure abs
Offline
josolanes wrote:Benol wrote:How's that?
So the RIGHT method to get software is "pacman -S foo". If I want to compile then I have to go to /var/abs/boo/foo and "makepkg -i"? Why isn't it described detailed anywhere?
hmm...the only thing i have under /var/abs/ is /var/abs/local/ (which is empty btw) and the log file.
is this because i cleared the cache in the past?
if so, is there a way to rebuild the system still?pacman -S cvsup abs
to get the PKGBUILDS in /var/abs
/etc/abs/abs.conf to configure abs
and /etc/makepkg.conf to configure GCC flags and such
Offline
Umm .. it's all in the wiki.
I couldn't really find anything usefull. Okay - it is described how to compile one package, that's all. Do I even have to use "find" in /var/abs to compile my package? This is the ultimate ABS? Srcpac seems to make a little more usefull.
But I can't still can't find anything about this famous one command...
Offline
try
makeworld
in a console prompt
NOTE : make a backup of your sytem BEFORE you use any of the options of makeworld
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1