Your message dated Sun, 16 Aug 2026 21:19:24 +0000
with message-id <[email protected]>
and subject line Bug#1143952: fixed in jupyter-notebook 7.4.7-1
has caused the Debian Bug report #1143952,
regarding jupyter-notebook: FTBFS: error TS2724: 'Intl' has no exported member 
named 'ResolvedRelativeTimeFormatOptions'.
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 [email protected]
immediately.)


-- 
1143952: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143952
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:jupyter-notebook
Version: 7.0.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:jupyter-notebook, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
# packages/application


> @jupyter-notebook/[email protected] build:prod
> tsc -b 


../../../../../usr/share/nodejs/@jupyterlab/coreutils/lib/time.d.ts(5,28): 
error TS2724: 'Intl' has no exported member named 
'ResolvedRelativeTimeFormatOptions'. Did you mean 
'ResolvedDateTimeFormatOptions'?

src/shell.ts(166,7): error TS2416: Property 'currentChanged' in type 
'NotebookShell' is not assignable to the same property in base type 'IShell'.
  Type 'ISignal<NotebookShell, void>' is not assignable to type 
'ISignal<IShell, IChangedArgs<Widget>>'.
    Type 'void' is not assignable to type 'IChangedArgs<Widget>'.

src/app.ts(26,50): error TS2344: Type 'INotebookShell' does not satisfy the 
constraint 'IShell'.
  Types of property 'currentChanged' are incompatible.
    Type 'ISignal<NotebookShell, void>' is not assignable to type 
'ISignal<IShell, IChangedArgs<Widget>>'.

src/app.ts(134,29): error TS2345: Argument of type 'JupyterFrontEndPlugin<any>' 
is not assignable to parameter of type 'IPlugin<this, any>'.
  Type 'this' is not assignable to type 'JupyterFrontEnd<IShell, "mobile" | 
"desktop">'.
    Type 'NotebookApp' is not assignable to type 'JupyterFrontEnd<IShell, 
"mobile" | "desktop">'.
      Types of property 'shell' are incompatible.
        Type 'INotebookShell' is not assignable to type 'IShell'.

src/app.ts(165,38): error TS2344: Type 'INotebookShell' does not satisfy the 
constraint 'IShell'.

Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 389, in <module>
    main()
    ~~~~^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 280, in build_wheel
    return _build_backend().build_wheel(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        wheel_directory, config_settings, metadata_directory
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/hatchling/build.py", line 58, in 
build_wheel
    return os.path.basename(next(builder.build(directory=wheel_directory, 
versions=["standard"])))
                            
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatchling/builders/plugin/interface.py", 
line 149, in build
    build_hook.initialize(version, build_data)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/plugin.py", line 
87, in initialize
    raise e
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/plugin.py", line 
82, in initialize
    build_func(self.target_name, version, **build_kwargs)
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/utils.py", line 
115, in npm_builder
    run([*npm_cmd, "run", build_cmd], cwd=str(abs_path))
    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/utils.py", line 
229, in run
    return subprocess.check_call(cmd, **kwargs)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/jlpm', 'run', 'build:prod']' 
returned non-zero exit status 1.

TIP pass --env-dir and --sdist-extract-dir to keep the build environment and 
sources, then see 
https://build.pypa.io/en/stable/how-to/troubleshooting.html#debug-a-failed-build
 for help debugging a failed build
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:485: build: plugin pyproject failed with: exit code=1: 
python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module
I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
INFO:hatch_jupyter_builder.utils:Running jupyter-builder
INFO:hatch_jupyter_builder.utils:Building with hatch_jupyter_builder.npm_builder
INFO:hatch_jupyter_builder.utils:With kwargs: {'build_cmd': 'build:prod', 
'editable_build_cmd': 'build', 'source_dir': 'packages', 'build_dir': 
'notebook/static', 'npm': 'jlpm'}
INFO:hatch_jupyter_builder.utils:Installing build dependencies with npm.  This 
may take a while...
INFO:hatch_jupyter_builder.utils:> /usr/bin/jlpm install
INFO:hatch_jupyter_builder.utils:> /usr/bin/jlpm run build:prod

> @jupyter-notebook/[email protected] build:prod
> pkgjs-lerna run build:prod 


# packages/application



> @jupyter-notebook/[email protected] build:prod

> tsc -b 



../../../../../usr/share/nodejs/@jupyterlab/coreutils/lib/time.d.ts(5,28): 
error TS2724: 'Intl' has no exported member named 
'ResolvedRelativeTimeFormatOptions'. Did you mean 
'ResolvedDateTimeFormatOptions'?

src/shell.ts(166,7): error TS2416: Property 'currentChanged' in type 
'NotebookShell' is not assignable to the same property in base type 'IShell'.
  Type 'ISignal<NotebookShell, void>' is not assignable to type 
'ISignal<IShell, IChangedArgs<Widget>>'.
    Type 'void' is not assignable to type 'IChangedArgs<Widget>'.
src/app.ts(26,50): error TS2344: Type 'INotebookShell' does not satisfy the 
constraint 'IShell'.
  Types of property 'currentChanged' are incompatible.
    Type 'ISignal<NotebookShell, void>' is not assignable to type 
'ISignal<IShell, IChangedArgs<Widget>>'.
src/app.ts(134,29): error TS2345: Argument of type 'JupyterFrontEndPlugin<any>' 
is not assignable to parameter of type 'IPlugin<this, any>'.
  Type 'this' is not assignable to type 'JupyterFrontEnd<IShell, "mobile" | 
"desktop">'.
    Type 'NotebookApp' is not assignable to type 'JupyterFrontEnd<IShell, 
"mobile" | "desktop">'.
      Types of property 'shell' are incompatible.
        Type 'INotebookShell' is not assignable to type 'IShell'.
src/app.ts(165,38): error TS2344: Type 'INotebookShell' does not satisfy the 
constraint 'IShell'.

Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 389, in <module>
    main()
    ~~~~^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 280, in build_wheel
    return _build_backend().build_wheel(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        wheel_directory, config_settings, metadata_directory
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/hatchling/build.py", line 58, in 
build_wheel
    return os.path.basename(next(builder.build(directory=wheel_directory, 
versions=["standard"])))
                            
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatchling/builders/plugin/interface.py", 
line 149, in build
    build_hook.initialize(version, build_data)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/plugin.py", line 
87, in initialize
    raise e
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/plugin.py", line 
82, in initialize
    build_func(self.target_name, version, **build_kwargs)
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/utils.py", line 
115, in npm_builder
    run([*npm_cmd, "run", build_cmd], cwd=str(abs_path))
    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/hatch_jupyter_builder/utils.py", line 
229, in run
    return subprocess.check_call(cmd, **kwargs)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/subprocess.py", line 420, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/jlpm', 'run', 'build:prod']' 
returned non-zero exit status 1.

TIP pass --env-dir and --sdist-extract-dir to keep the build environment and 
sources, then see 
https://build.pypa.io/en/stable/how-to/troubleshooting.html#debug-a-failed-build
 for help debugging a failed build
ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:485: build: plugin pyproject failed with: exit code=1: 
python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
dh_auto_build: error: pybuild --build -i python{version} -p "3.13 3.14" 
--parallel=1 returned exit code 13
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: jupyter-notebook
Source-Version: 7.4.7-1
Done: Bastien Roucariès <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jupyter-notebook, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès <[email protected]> (supplier of updated jupyter-notebook 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 16 Aug 2026 21:18:07 +0200
Source: jupyter-notebook
Architecture: source
Version: 7.4.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Bastien Roucariès <[email protected]>
Closes: 1143952
Changes:
 jupyter-notebook (7.4.7-1) unstable; urgency=medium
 .
   * New upstream version (Closes: #1143952)
Checksums-Sha1:
 9c29a098e24ae6f0eb28fc2baeb0a09839db4fff 3086 jupyter-notebook_7.4.7-1.dsc
 875941979ae53594364510e14d6ad771902bf718 4951131 
jupyter-notebook_7.4.7.orig.tar.gz
 a242a65e71df9ca575409d0b623518da5f57c7a3 12808 
jupyter-notebook_7.4.7-1.debian.tar.xz
 3659c452fed1530ee8ab41d8a2f727f8586e8bdc 22212 
jupyter-notebook_7.4.7-1_source.buildinfo
Checksums-Sha256:
 d1c658d1de013bd1c1284120187381db73dacf846a9aa0f7e73a9dd9c3c74de8 3086 
jupyter-notebook_7.4.7-1.dsc
 1f97e5236e86edb55938440c4b77272678675c027f7bfc7f5472b84e76a114db 4951131 
jupyter-notebook_7.4.7.orig.tar.gz
 60e05cb42bcd7fac60e4ee8adc224f75522c52fd32f67658fba9add2531b37de 12808 
jupyter-notebook_7.4.7-1.debian.tar.xz
 35b6ae88c06c3326127356136bd57bc0ed4a2762d60ca3c10cf3e9ff2ceddf81 22212 
jupyter-notebook_7.4.7-1_source.buildinfo
Files:
 5992445a10d300808fb41d409f48673d 3086 python optional 
jupyter-notebook_7.4.7-1.dsc
 37116c988156db279181856ba100ca49 4951131 python optional 
jupyter-notebook_7.4.7.orig.tar.gz
 4032e5b19512858ecd27af3053e4b202 12808 python optional 
jupyter-notebook_7.4.7-1.debian.tar.xz
 e2229b4965db31301ecd287b3eadd5fa 22212 python optional 
jupyter-notebook_7.4.7-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

wsG7BAEBCgBvBYJqgiT0CRAAOhotqkEIX0cUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmd+c6fb7Mv+KRsp2MKqORHb/zplw6pw370GFCnB/9Ha
JRYhBF0Bh7lAokW617D1agA6Gi2qQQhfAAD7Fg//UMcNMUGf4g9DsvZrSXyzoK6s
2Tt8TqtJ0Qw39DcTeyeTErVRnOIfa3SST01HdBlGAyQ819h+0QoZoiynsuLstvg/
LNkQqRn4t/npDjARjdXYOU8vBek3774WXd7ZaioW57h00EILX8lUgKM+CBrDeJAT
uAAo7NdIg8U66HWzQo5EDSSr+cJuSlyrHOj3WnDoXk4KcSZx+Yf6Lh+V89Mw9si9
XQENo89eBKTFa3iD5SXpLWW5N4hAxOmGJUCe23V+nBxq52p5BEtUK37xvka+0Uro
zJsuJZuslqj/Cg32lLwP5JQy1i9xKke4VyivX4PWC9WPA4BPa9gTlkdcRCu3+Biv
Lh9ZjfQwAZdjcUj3A1FoOFWFM0Dh3yzI7MsMgktTAPp6bF6k11F5/1SiX40RroCf
3+Ems2d6jc7OkOY9SX1lIt1JJsW8OzX8TGTLP+XVubRVuvnK2/7jcHKDhUMzhF8l
PO0xCh8hCwXzMFVFfsu1YhQobTiZXH4UmXY/CRp0QbFsoduLIXMr8TpEfnOVFcHS
vcBv5oyj/sH7RUOc25ARNwa+K8dhS0HBBptqDmOWtGqNXj7zrUZL5WU7/TYLPUuI
1x6TCKTCrOKfipw+G5ai1SypW9Dj+yM1PN1rAYePMkAp0yk2dJTt+q/aTQ2iIWYZ
cWcP8ZPFvaTUTLYP2wY=
=7p1Y
-----END PGP SIGNATURE-----

Attachment: pgpuTNdh7jsI0.pgp
Description: PGP signature


--- End Message ---

Reply via email to