[Bug 2111603] [NEW] touch --date not compatible

Matthias Klose 2111603 at bugs.launchpad.net
Fri May 23 16:21:36 UTC 2025


Public bug reported:

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

** Affects: coreutils-from (Ubuntu)
     Importance: High
         Status: Fix Committed

** Affects: rust-coreutils (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: block-proposed rls-qq-incoming

** Tags added: block-proposed

** Changed in: coreutils-from (Ubuntu)
   Importance: Undecided => High

** Tags added: rls-qq-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils-from in Ubuntu.
https://bugs.launchpad.net/bugs/2111603

Title:
  touch --date not compatible

Status in coreutils-from package in Ubuntu:
  Fix Committed
Status in rust-coreutils package in Ubuntu:
  New

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/ubuntu/+source/coreutils-from/+bug/2111603/+subscriptions




More information about the foundations-bugs mailing list