Source: golang-1.25
Version: 1.25.3-1
Severity: important
X-Debbugs-Cc: [email protected]

golang-1.25 (and the older version) do not build from source:

| dpkg-buildpackage: info: source package golang-1.25
| dpkg-buildpackage: info: source version 1.25.3-1
| dpkg-buildpackage: info: source distribution unstable
| dpkg-buildpackage: info: source changed by Tianon Gravi <[email protected]>
| dpkg-buildpackage: info: host architecture amd64
|  dpkg-source --before-build .
|  debian/rules clean
| dh clean --no-act
|  debian/rules binary
| dh binary --no-act
|    create-stamp debian/debhelper-build-stamp
|  dpkg-genbuildinfo --build=binary -O../golang-1.25_1.25.3-1_amd64.buildinfo

It turns out, MAKEFLAGS is set to "--no-print-directory" by dpkg, so
this check disables everything:

| ifneq (,$(findstring n,$(MAKEFLAGS)))
|         opt_no_act := --no-act
| endif

-- System Information:
Debian Release: forky/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'unstable-debug'), (500, 
'stable-updates'), (500, 'oldstable-updates'), (500, 'unstable'), (500, 
'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.18.3+deb14-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to