Pacman

Historical bug tracker for the Pacman package manager.

The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues

This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
Tasklist

FS#34758 - [pacman] Pre-upgrade scriplet output is displayed before annoucing package upgrade

Attached to Project: Pacman
Opened by Sébastien Luttringer (seblu) - Friday, 12 April 2013, 23:40 GMT
Task Type Bug Report
Category General
Status Unconfirmed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 4.1.0
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 3
Private No

Details

Summary and Info:

pre_upgrade scriptlet shows output of scriplets before telling it update the package.
This display can be confusing for users as we cannot make difference between output of previous package post_upgrade.

Here an exemple where errors in virtualbox-dkms-host pre-upgrade, are displayed before announcing update of virtualbox-dkms-host package.

(4/8) upgrading perl-net-ssleay [########################################################################################] 100%
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
/usr/sbin/dkms: line 1873: echo: write error: Broken pipe
/usr/sbin/dkms: line 1875: echo: write error: Broken pipe
(5/8) upgrading virtualbox-host-dkms [########################################################################################] 100%
Creating symlink /var/lib/dkms/vboxhost/4.2.12/source ->
/usr/src/vboxhost-4.2.12
DKMS: add completed.
==> To build and install your modules run: dkms install vboxhost/4.2.12
==> To do this automatically at startup run: systemctl enable dkms.service
(6/8) upgrading virtualbox [########################################################################################] 100%

This task depends upon

Loading...