[pacman-dev] Pacman 3.3.0 released
Woo! Thanks everyone, the source should be hitting your favorite mirror or here (ftp://ftp.archlinux.org/other/pacman/) soon. -Dan
Hello, i found an error in pacman 3.3.0: If you execute pacman as ordinary user (with sudo) and don't have ldconfig in your PATH pacman can't find ldconfig... Outputs after upgrade to 3.3.0: $ sudo pacman -S swat resolving dependencies... looking for inter-conflicts... Targets (1): swat-3.3.7-0.79.0 Total Download Size: 0.00 MB Total Installed Size: 15.04 MB Proceed with installation? [Y/n] checking package integrity... (1/1) checking for file conflicts [######################] 100% (1/1) installing swat [######################] 100% sh: ldconfig: command not found error: command failed to execute correctly Attached patch fixes this... Signed-off-by: Marc - A. Dahlhaus <mad@wol.de>
On Mon, Aug 3, 2009 at 11:55 AM, Marc - A. Dahlhaus [ Administration | Westermann GmbH ]<mad@wol.de> wrote:
Hello,
i found an error in pacman 3.3.0:
If you execute pacman as ordinary user (with sudo) and don't have ldconfig in your PATH pacman can't find ldconfig...
Outputs after upgrade to 3.3.0:
$ sudo pacman -S swat resolving dependencies... looking for inter-conflicts...
Targets (1): swat-3.3.7-0.79.0
Total Download Size: 0.00 MB Total Installed Size: 15.04 MB
Proceed with installation? [Y/n] checking package integrity... (1/1) checking for file conflicts [######################] 100% (1/1) installing swat [######################] 100% sh: ldconfig: command not found error: command failed to execute correctly
Attached patch fixes this...
Signed-off-by: Marc - A. Dahlhaus <mad@wol.de>
I always had /sbin in the PATH so never caught this (and this is set in /etc/profile by default). I suppose we cannot assume that? Anyway, the code was quite funny, it checked for /sbin/ldconfig but then executed ldconfig. So your patch looks good to me. Pushed to my git tree. Thanks :)
On Mon, Aug 3, 2009 at 02:29, Dan McGee<dpmcgee@gmail.com> wrote:
Woo! Thanks everyone, the source should be hitting your favorite mirror or here (ftp://ftp.archlinux.org/other/pacman/) soon.
Shouldn't it be announced on archlinux.org main page too? -- Roman Kyrylych (Роман Кирилич)
On Sun, Aug 9, 2009 at 9:20 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
On Mon, Aug 3, 2009 at 02:29, Dan McGee<dpmcgee@gmail.com> wrote:
Woo! Thanks everyone, the source should be hitting your favorite mirror or here (ftp://ftp.archlinux.org/other/pacman/) soon.
Shouldn't it be announced on archlinux.org main page too?
Meh. We've had a lot of front page news lately, so I didn't really care either way. If someone really wants to write something up, go ahead, but I didn't really care either way. -Dan
On Sun, Aug 9, 2009 at 6:36 PM, Dan McGee<dpmcgee@gmail.com> wrote:
On Sun, Aug 9, 2009 at 9:20 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
On Mon, Aug 3, 2009 at 02:29, Dan McGee<dpmcgee@gmail.com> wrote:
Woo! Thanks everyone, the source should be hitting your favorite mirror or here (ftp://ftp.archlinux.org/other/pacman/) soon.
Shouldn't it be announced on archlinux.org main page too?
Meh. We've had a lot of front page news lately, so I didn't really care either way. If someone really wants to write something up, go ahead, but I didn't really care either way.
-Dan
what about releases on http://www.archlinux.org/pacman/ ?
On Sun, Aug 9, 2009 at 11:41 AM, Xavier<shiningxc@gmail.com> wrote:
On Sun, Aug 9, 2009 at 6:36 PM, Dan McGee<dpmcgee@gmail.com> wrote:
On Sun, Aug 9, 2009 at 9:20 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
On Mon, Aug 3, 2009 at 02:29, Dan McGee<dpmcgee@gmail.com> wrote:
Woo! Thanks everyone, the source should be hitting your favorite mirror or here (ftp://ftp.archlinux.org/other/pacman/) soon.
Shouldn't it be announced on archlinux.org main page too?
Meh. We've had a lot of front page news lately, so I didn't really care either way. If someone really wants to write something up, go ahead, but I didn't really care either way.
-Dan
what about releases on http://www.archlinux.org/pacman/ ?
I just haven't updated it yet, see doc/index.txt
participants (4)
-
Dan McGee
-
Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
-
Roman Kyrylych
-
Xavier