You are not logged in.
Anyway, pacman3 isn't as quick as I was thinking it would be
It's not fantastic, but it is improved over pacman 2. A real performance increase would come from changing the backend completely.
Offline
pacman 3 in current for when?
Offline
I just added 3.0.1 to testing last night, covering a few important bugs from the 3.0.0 testing cycle. I'd like to give it a bit of time before moving to current.
Offline
1 month? 1 week? more time is relative :x
Offline
Rather an extra month and less bugs (perhaps even bugfree) than a quicker move to current.
PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM
Offline
As long as it takes
Offline
yes, i know, i prefer it bugless.. just not to keep running pacman -Syu twice a day hoping that it has already moved to current loool
ty
Offline
As long as it takes
When it's done *scnr*
No, not really. I think that we can trust in Phrak that he will put a sufficient amount of effort in finalizing pacman3 and then move it to current.
If you're really lacking patience that much, learn programming and join the pacman developing process.
Last edited by chaosgeisterchen (2007-04-06 16:47:21)
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
dtw wrote:As long as it takes
When it's done *scnr*
No, not realy. I think that we can trust in Phrak that he will put a sufficient amount of effort in finalizing pacman3 and then move it to current.
If you're really lacking patience that much, learn programming and join the pacman developing process.
This post gets a +1 from the pacman developers.
Offline
There is an intermediate solution, of course: Grab the version from [testing] or CVS and use it. Totally satifies your impatience/curiosity - and if you actually run into a problem, you may still contribute via the bug-tracker.
Offline
If you're really lacking patience that much, learn programming and join the pacman developing process.
This statement gets a +5 from me
Offline
[root@FIXO Desktop]# pacman --upgrade pacman*
loading package data... done.
error: unsatisfied dependencies:
yaourt: requires pacman=2.9.8
?? must i remove yaourt?
Offline
For pacman-3.0.1 and the command
time pacman -Qo `which pacman`
I get:
real 1m19.051s
user 0m42.021s
sys 0m13.233s
For pacman-2.9.8 and the same command I get:
real 0m2.226s
user 0m0.664s
sys 0m0.736s
What is the reason?
Offline
[root@FIXO Desktop]# pacman --upgrade pacman*
loading package data... done.
error: unsatisfied dependencies:
yaourt: requires pacman=2.9.8?? must i remove yaourt?
Last edited by byte (2007-04-10 23:21:42)
1000
Offline
Hey phrak, is there a change log for 3.0.1 any where? I'm just kinda curious whats up and it hasn't been updated on archlinux.org/pacman.
Offline
Hey phrak, is there a change log for 3.0.1 any where? I'm just kinda curious whats up and it hasn't been updated on archlinux.org/pacman.
Grab the tarball and look there. I'll try to update the site sometime, but we are probably going to push a 3.0.2 soon and get it into current and I was holding off until then.
Offline
For future clients based on libalpm, wouldn't it be good to place libalpm.h in /usr/include, since the library files are located in /usr/lib?
Offline
For future clients based on libalpm, wouldn't it be good to place libalpm.h in /usr/include, since the library files are located in /usr/lib?
pacman -Ql pacman | grep include
Offline
pacman -Ql pacman | grep include
Thanks toofishes. My mistake.
Offline
I have one complaint regarding rankmirrors. It depends on python to run, but nowhere after the pacman3 install is specified anything about this, so if you run rankmirrors just after a fresh pacman3 install, it says it cannot find /usr/bin/python. I guess this should be fixed. Otherwise, pacman3 is just awesome. Congrats !
Last edited by unixlust (2007-04-16 15:00:02)
Offline
We don't want to make it a dep for those systems that have a minimal install. If "/usr/bin/python not found" isn't good enough for you to figure it out, than I don't know what is.
Offline
We don't want to make it a dep for those systems that have a minimal install. If "/usr/bin/python not found" isn't good enough for you to figure it out, than I don't know what is.
rankmirrors could have its own package that depends on pacman and python, and it shouldn't be included in the minimal install. I don't think an error message is a good way of telling a user they have to install a dependency. It gives the impression that the installation was incomplete or buggy.
Just my 2 cents.
Last edited by raymano (2007-04-17 00:51:46)
FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com
Offline
I just reinstalled Arch after trying out the new Debian. I wanted to install xorg and gnome, but pacman defaulted to the (throttled) server at ftp.archlinux.org . So, I decided to use the rankmirrrors script. Well, I needed to install Python, but the server was (is) throttled.
I might have gone about it the wrong way, but it was frustrating.
Last edited by Jessehk (2007-04-17 01:59:01)
Offline
I just reinstalled Arch after trying out the new Debian. I wanted to install xorg and gnome, but pacman defaulted to the (throttled) server at ftp.archlinux.org . So, I decided to use the rankmirrrors script. Well, I needed to install Python, but the server was (is) throttled.
I might have gone about it the wrong way, but it was frustrating.
You could've manually move a mirror on top of your mirror lists to download the python package from a mirror. The geographically close mirrors are usually the fastest.
Offline
Husio wrote:Anyway, pacman3 isn't as quick as I was thinking it would be
It's not fantastic, but it is improved over pacman 2. A real performance increase would come from changing the backend completely.
I thought pacman3 will use database (something small like sqlite3). That would make him quick.
Sqlite database is simple file, which actually is quite small (my aur script database, 6 columns, ~6tys PKGBUILDs is only ~1Mb) and seaching is damn quick.
Last edited by Husio (2007-04-17 10:30:30)
Offline