Source: node-regexpp
Version: 3.2.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cmark-gfm README.md > README.html
> cmark-gfm --to plaintext README.md > README.txt
> tsc --module es2015
> node_modules/@types/node/ts4.8/globals.d.ts:325:84 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 325         type _Request = typeof globalThis extends { onmessage: 
> any } ? {} : import("undici-types").Request;
>                                                                  
>                       ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:326:85 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 326         type _Response = typeof globalThis extends { onmessage: 
> any } ? {} : import("undici-types").Response;
>                                                                  
>                        ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:327:85 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 327         type _FormData = typeof globalThis extends { onmessage: 
> any } ? {} : import("undici-types").FormData;
>                                                                  
>                        ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:328:84 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 328         type _Headers = typeof globalThis extends { onmessage: 
> any } ? {} : import("undici-types").Headers;
>                                                                  
>                       ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:330:22 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 330             : import("undici-types").RequestInit;
>                          ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:336:35 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 336         type RequestInfo = import("undici-types").RequestInfo;
>                                       ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:337:35 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 337         type HeadersInit = import("undici-types").HeadersInit;
>                                       ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:338:32 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 338         type BodyInit = import("undici-types").BodyInit;
>                                    ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:339:39 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 339         type RequestRedirect = 
> import("undici-types").RequestRedirect;
>                                           ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:340:42 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 340         type RequestCredentials = 
> import("undici-types").RequestCredentials;
>                                              ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:341:35 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 341         type RequestMode = import("undici-types").RequestMode;
>                                       ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:342:38 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 342         type ReferrerPolicy = 
> import("undici-types").ReferrerPolicy;
>                                          ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:343:34 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 343         type Dispatcher = import("undici-types").Dispatcher;
>                                      ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:344:37 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 344         type RequestDuplex = import("undici-types").RequestDuplex;
>                                         ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:360:21 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 360     : typeof import("undici-types").Request;
>                         ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:367:21 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 367     : typeof import("undici-types").Response;
>                         ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:374:21 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 374     : typeof import("undici-types").FormData;
>                         ~~~~~~~~~~~~~~
> 
> node_modules/@types/node/ts4.8/globals.d.ts:381:21 
> - error TS2307: Cannot find module 'undici-types' or its 
> corresponding type declarations.
> 
> 381     : typeof import("undici-types").Headers;
>                         ~~~~~~~~~~~~~~
> 
> 
> Found 18 errors in the same file, starting at: 
> node_modules/@types/node/ts4.8/globals.d.ts:325
> 
> Files:              109
> Lines:            58425
> Nodes:           145053
> Identifiers:      49977
> Symbols:          45341
> Types:            17159
> Instantiations:   11801
> Memory used:    104225K
> I/O read:         0.02s
> I/O write:        0.00s
> Parse time:       0.87s
> Bind time:        0.24s
> Check time:       1.46s
> Emit time:        0.00s
> Total time:       2.57s
> make[1]: *** [debian/rules:30: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/node-regexpp_3.2.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to