base/pkgtools/installpkg echos package description from first package for subsequent packages #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current code in base/pkgtools/installpkg erroneously echos package description from the first package if multiple package installers are passed to the command line. It fails to unset the first initial package description that it sources from the package installer's smbuild file before moving onto the next package installer.
$ installpkg m4-1.4.19-x86_64-1sml.tlz wget-1.24.5-x86_64-1sml.tlz
Verifying package m4-1.4.19-x86_64-1sml.tlz.
Installing package m4-1.4.19-x86_64-1sml.tlz:
PACKAGE DESCRIPTION:
<<<< implementation of the UNIX macro processor >>>>
Package m4-1.4.19-x86_64-1sml.tlz installed.
Verifying package wget-1.24.5-x86_64-1sml.tlz.
Installing package wget-1.24.5-x86_64-1sml.tlz:
PACKAGE DESCRIPTION:
<<<< implementation of the UNIX macro processor >>>>
Executing install script for wget-1.24.5-x86_64-1sml.tlz.
Package wget-1.24.5-x86_64-1sml.tlz installed.