FS#62113 - [xdg-utils] missing dependency 'which'

Attached to Project: Arch Linux
Opened by Daan van Rossum (drrossum) - Friday, 22 March 2019, 12:01 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 23 March 2019, 06:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
None of the dependencies depend on which. The current package will not work properly if 'which' is not installed.

Instead of depending on 'sh' and 'which', this package could depend on 'bash' and replace occurences of which with 'type -p'.

Additional info:
* package version(s): 1.1.3-3
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 23 March 2019, 06:39 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#61555 
Comment by loqs (loqs) - Friday, 22 March 2019, 12:10 GMT
 FS#61555 
Comment by Daan van Rossum (drrossum) - Friday, 22 March 2019, 12:34 GMT
The recent discussion (starting 2019-01-21) on arch-dev-public with subject 'minimal base system' highlighted that the base group is a convenience install helper and that not all packages in 'base' are expected to be installed. But OK, I'll make sure to keep which installed until a 'base-system' meta-package is introduced.

Loading...