Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77278 - [tzdata] Missing optional dependencies: bash, glibc
Attached to Project:
Arch Linux
Opened by Balló György (City-busz) - Friday, 27 January 2023, 02:46 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 29 January 2023, 10:20 GMT
Opened by Balló György (City-busz) - Friday, 27 January 2023, 02:46 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 29 January 2023, 10:20 GMT
|
DetailsPlease add the dependencies of included executables to optdepends=() of tzdata:
optdepends=('bash: for tzselect' 'glibc: for zdump, zic') tzdata E: Dependency bash detected and not included (programs ['bash'] needed in scripts ['usr/bin/tzselect']) tzdata E: Dependency glibc detected and not included (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/zdump', 'usr/bin/zic']) |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Sunday, 29 January 2023, 10:20 GMT
Reason for closing: Fixed
Additional comments about closing: 2022g-2
Sunday, 29 January 2023, 10:20 GMT
Reason for closing: Fixed
Additional comments about closing: 2022g-2
FS#77273