[Bug 2106592] [NEW] "npm ci" hangs with linux-generic 6.8.0-57.59

2025-04-10 Thread Peter Krefting
Public bug reported: After installing the linux-image-6.8.0-57-generic 6.8.0-57.59 package, builds instantiated from our build server running "npm ci" hang indefinitely. On reboot, the reboot process hangs for several minutes, failing to clean up the leftover processes: systemd-shutdown[1]:

[Bug 2064598] Re: Localized messages not available in Git

2024-07-11 Thread Peter Krefting
No longer occurs with 1:2.43.0-1ubuntu7.1 ** Changed in: git (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064598 Title: Localized messages not availabl

[Bug 2067487] [NEW] Incompatible with GCC 13 and -std=gnu++20

2024-05-29 Thread Peter Krefting
Public bug reported: Version 9 of fmtlib, as included in Ubuntu 24.04 LTS, is incompatible with the GCC 13 release, when using -std=gnu++20 or -std=c++20. How to reproduce: cat

[Bug 2064598] [NEW] Localized messages not available in Git

2024-05-02 Thread Peter Krefting
Public bug reported: When using the "git" command-line, all messages displayed in English. Looking at the contents of the git package, nothing is installed under /usr/share/locale for the Git package. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: git 1:2.43.0-1ubuntu7 ProcVersionSignature

[Bug 2061828] [NEW] Compile fails with -fconcepts -std=gnu++14

2024-04-16 Thread Peter Krefting
Public bug reported: $ cat /tmp/try.cc #include int main() { return 0; } $ g++ -fconcepts -std=gnu++14 -o try try.cc In file included from /usr/include/c++/13/vector:67, from try.cc:1: /usr/include/c++/13/bits/stl_bvector.h:597:18: error: ‘is_default_constructible_v’ was n