** Changed in: rust-coreutils (Ubuntu)
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/2111603

Title:
  date, touch: date parsing does not support sub-second precision

Status in coreutils:
  Fix Released
Status in coreutils-from package in Ubuntu:
  Fix Released
Status in emacs package in Ubuntu:
  Invalid
Status in mutter package in Ubuntu:
  Invalid
Status in rust-coreutils package in Ubuntu:
  Fix Committed

Bug description:
  seen in the emacs binary-all build:

  dh_strip_nondeterminism
  set -eo pipefail; \
    cd debian; \
    while read -r -d $'\0' line; do \
      ts="${line%% *}"; \
      path="${line#* }"; \
      touch --date=@"$ts" "$path"; \
    done < elgz-info
  touch: Unable to parse date: @1740381269.0000000000
  make[1]: *** [debian/rules:645: override_dh_strip_nondeterminism] Error 1
  make[1]: Leaving directory '/<<PKGBUILDDIR>>'
  make: *** [debian/rules:215: binary] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2111603/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to