Your message dated Sun, 15 Jan 2023 14:32:01 +0100
with message-id <y8qauukcbrgpu...@eldamar.lan>
and subject line Re: Bug#1028538: linux-source: linux-6.1.5# dpkg-buildpackage
-j`nproc` -us -uc fails at docs for deprecated sphinx module
has caused the Debian Bug report #1028538,
regarding linux-source: linux-6.1.5# dpkg-buildpackage -j`nproc` -us -uc fails
at docs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1028538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-source
Version: 6.1.5-1
Severity: important
X-Debbugs-Cc: vmxevils...@gmail.com
Dear Maintainer,
kernel version 6.1.5
I have downloaded the new stable kernel version and I wanted to contribute
trying at my best
to upload it to mentors
I have cloned the git version of the debian/ files and put it inside the kernel
source directory
from inside the kernel source directory....
I have added the new version in debian/changelog then
I have run the debian/bin/genorig.py
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git then
I have run debian/rules orig
no errors, but then ....
dpkg-buildpackage -j`nproc` -us -uc
dpkg-buildpackage: info: source package linux
dpkg-buildpackage: info: source version 6.1.5-1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Renato Gallo <vmxevils...@gmail.com>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
dpkg-source: info: using options from linux-6.1.5/debian/source/local-options:
--abort-on-upstream-changes
debian/rules clean
md5sum --check debian/control.md5sum --status || \
/usr/bin/make -f debian/rules debian/control-real
dh_testdir
rm -rf debian/build debian/stamps debian/lib/python/debian_linux/*.pyc
debian/lib/python/debian_linux/__pycache__ $(find debian -maxdepth 1 -type d
-name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* debian/*-tmp
debian/*.substvars
dh_clean
dpkg-source -b .
dpkg-source: info: using options from linux-6.1.5/debian/source/local-options:
--abort-on-upstream-changes
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: warning: upstream signing key but no upstream tarball signature
dpkg-source: info: building linux using existing ./linux_6.1.5.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building linux in linux_6.1.5-1.debian.tar.xz
dpkg-source: info: building linux in linux_6.1.5-1.dsc
debian/rules binary
mkdir -p debian/build
printf >debian/build/version-info 'Source: %s\nVersion: %s\n' linux 6.1.5-1
md5sum --check debian/control.md5sum --status || \
/usr/bin/make -f debian/rules debian/control-real
dh_testdir
/usr/bin/make -f debian/rules.gen build-indep
make[1]: Entering directory '/usr/src/kernel/linux-6.1.5'
/usr/bin/make -f debian/rules.real build_headers-common ABINAME='6.1.0-0'
ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh
sparc x86'
DESTDIR='/usr/src/kernel/linux-6.1.5/debian/linux-headers-6.1.0-0-common'
DH_OPTIONS='-plinux-headers-6.1.0-0-common' FEATURESET='none' LOCALVERSION=''
PACKAGE_NAME='linux-headers-6.1.0-0-common' SOURCEVERSION='6.1.5-1'
SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='6.1' VERSION='6.1'
make[2]: Entering directory '/usr/src/kernel/linux-6.1.5'
make[2]: Nothing to be done for 'build_headers-common'.
make[2]: Leaving directory '/usr/src/kernel/linux-6.1.5'
/usr/bin/make -f debian/rules.real build_doc ABINAME='6.1.0-0'
DESTDIR='/usr/src/kernel/linux-6.1.5/debian/linux-doc-6.1'
DH_OPTIONS='-plinux-doc-6.1' PACKAGE_NAME='linux-doc-6.1'
SOURCEVERSION='6.1.5-1' SOURCE_BASENAME='linux' SOURCE_SUFFIX=''
UPSTREAMVERSION='6.1' VERSION='6.1'
make[2]: Entering directory '/usr/src/kernel/linux-6.1.5'
test -d .pc
set +e; QUILT_PC=.pc quilt unapplied --quiltrc - >/dev/null && echo 'Patch
series not fully applied'; test $? -eq 1
File series fully applied, ends at patch 6.1.5.patch
mkdir -p 'debian/build'
rm -rf 'debian/build/build-doc'
mkdir -p 'debian/build/build-doc'
cp -al COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS
Makefile README arch block certs crypto drivers fs include init io_uring ipc
kernel lib mm net rust samples scripts security sound tools usr virt
.clang-format .cocciconfig .get_maintainer.ignore .gitattributes .gitignore
.mailmap .rustfmt.toml 'debian/build/build-doc'
env -u ABINAME -u ARCH -u FEATURESET -u FLAVOUR -u VERSION -u LOCALVERSION
DISTRIBUTION_OFFICIAL_BUILD=1 DISTRIBUTOR="Debian"
DISTRIBUTION_VERSION="6.1.5-1" KBUILD_BUILD_TIMESTAMP="Thu, 12 Jan 2023
14:15:31 +0100" KBUILD_BUILD_VERSION_TIMESTAMP="Debian 6.1.5-1 (2023-01-12)"
KBUILD_BUILD_USER="debian-kernel" KBUILD_BUILD_HOST="lists.debian.org"
KBUILD_VERBOSE=1 /usr/bin/make
KCFLAGS=-fdebug-prefix-map=/usr/src/kernel/linux-6.1.5/= KBUILD_HOSTCFLAGS='-g
-O2 -ffile-prefix-map=/usr/src/kernel/linux-6.1.5=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2'
HOSTCFLAGS='-g -O2 -ffile-prefix-map=/usr/src/kernel/linux-6.1.5=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2' KBUILD_HOSTLDFLAGS='-Wl,-z,relro' -C
'debian/build/build-doc' PYTHON=python3 xmldocs
make[3]: Entering directory '/usr/src/kernel/linux-6.1.5/debian/build/build-doc'
/usr/bin/make -f ./scripts/Makefile.build obj=Documentation xmldocs
sphinx-build returned an error at ./scripts/sphinx-pre-install line 317.
make[4]: *** [Documentation/Makefile:128: xmldocs] Error 1
make[3]: *** [Makefile:1791: xmldocs] Error 2
make[3]: Leaving directory '/usr/src/kernel/linux-6.1.5/debian/build/build-doc'
make[2]: *** [debian/rules.real:181: debian/stamps/build-doc] Error 2
make[2]: Leaving directory '/usr/src/kernel/linux-6.1.5'
make[1]: *** [debian/rules.gen:2817: build-indep_real_doc] Error 2
make[1]: Leaving directory '/usr/src/kernel/linux-6.1.5'
make: *** [debian/rules:50: build-indep] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
how can I get out of this ?
Is there anything I am missing ?
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.2.0-rc3 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages linux-source depends on:
ii linux-source-6.1 6.1.5-1
linux-source recommends no packages.
linux-source suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
On Fri, Jan 13, 2023 at 08:28:14AM +0100, vmxevils...@gmail.com wrote:
>
> Re: [sphinx-doc/sphinx] ModuleNotFoundError: No module named
> 'sphinx.util.pycompat' (Issue #11125)
>
> The module was deprecated at 4.0 and removed at 6.0,
> see https://github.com/sphinx-doc/sphinx/pull/7316/files for
> deprecation. See
> also https://www.sphinx-doc.org/en/master/search.html?q=pycompat. The
> import attempt does not come from Sphinx code.
As per same reason for #1028960 this is not a Debian downstream issue
and does not happen with the curren sphinx version in the archive.
Regards,
Salvatore
--- End Message ---