Source: ganeti
Version: 2.15
Severity: important

Hello,

You might be aware on the current discussion regarding
/usrmerged-systems breaking package builds for non-/usrmerged systems,
tracked in #914897 and with a long thread in debian-devel starting at
20181120211617.gxnuwxpx2hy44...@angband.pl

We have found ganeti to embed the system path for ip — which is /bin
on non-/usrmerged systems, and /usr/bin on /usrmerged systems.

You can look at the full set of differences here:

    
https://tests.reproducible-builds.org/debian/dbdtxt/unstable/amd64/ganeti_2.16.0-2.diffoscope.txt.gz

Particularly,

│ │ │ ├── ./usr/share/ganeti/2.16/ganeti/_constants.py
│ │ │ │ @@ -667,15 +667,15 @@
│ │ │ │  # Generated automatically from Haskell constant 'nodeMaxClockSkew' in 
file 'src/Ganeti/Constants.hs'
│ │ │ │  NODE_MAX_CLOCK_SKEW = 150
│ │ │ │  # Generated automatically from Haskell constant 
'diskTransferConnectTimeout' in file 'src/Ganeti/Constants.hs'
│ │ │ │  DISK_TRANSFER_CONNECT_TIMEOUT = 60
│ │ │ │  # Generated automatically from Haskell constant 'diskSeparator' in 
file 'src/Ganeti/Constants.hs'
│ │ │ │  DISK_SEPARATOR = ":"
│ │ │ │  # Generated automatically from Haskell constant 'ipCommandPath' in 
file 'src/Ganeti/Constants.hs'
│ │ │ │ -IP_COMMAND_PATH = "/sbin/ip"
│ │ │ │ +IP_COMMAND_PATH = "/usr/sbin/ip"
│ │ │ │  # Generated automatically from Haskell constant 'jobIdsKey' in file 
'src/Ganeti/Constants.hs'
│ │ │ │  JOB_IDS_KEY = "jobs"
│ │ │ │  # Generated automatically from Haskell constant 'runpartsErr' in file 
'src/Ganeti/Constants.hs'
│ │ │ │  RUNPARTS_ERR = 2
│ │ │ │  # Generated automatically from Haskell constant 'runpartsRun' in file 
'src/Ganeti/Constants.hs'
│ │ │ │  RUNPARTS_RUN = 1
│ │ │ │  # Generated automatically from Haskell constant 'runpartsSkip' in file 
'src/Ganeti/Constants.hs'

Thanks for looking into this!

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to