Launchpad has imported 7 comments from the remote bug at https://bugzilla.mozilla.org/show_bug.cgi?id=1904395.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2024-06-24T17:58:55+00:00 Jschanck wrote: When building with clang-18, I get ``` ../../../pr/tests/testfile.c:576:31: error: incompatible function pointer types passing 'PRInt32 (void *)' (aka 'int (void *)') to parameter of type 'void (*)(void *)' [-Wincompatible-function-pointer-types] 576 | DirTest, &thrarg, | ^~~~~~~ ../../../pr/tests/testfile.c:93:36: note: passing argument to parameter 'start' here 93 | void (*start)(void *arg), | ^ ``` I took a crack at fixing it, but the test itself is in pretty rough shape---I'm not sure it's useful, or even correct, as is. Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/0 ------------------------------------------------------------------------ On 2024-07-03T21:14:57+00:00 Mh+mozilla wrote: Same with GCC 14. Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/1 ------------------------------------------------------------------------ On 2024-07-10T12:14:20+00:00 Release-mgmt-account-bot wrote: The severity field is not set for this bug. :KaiE, could you have a look please? For more information, please visit [BugBot documentation](https://wiki.mozilla.org/BugBot#workflow.2Fno_severity.py). Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/2 ------------------------------------------------------------------------ On 2024-07-16T09:22:02+00:00 Kai Engert wrote: Created attachment 9412960 Bug 1904395 - Fix incompatible native thread start type. r=jschanck Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/3 ------------------------------------------------------------------------ On 2024-07-16T09:22:37+00:00 Kai Engert wrote: What do you think about my patch? It tries to fix the pointer types. Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/4 ------------------------------------------------------------------------ On 2024-07-25T10:25:17+00:00 Kai Engert wrote: Created attachment 9414815 Bug 1904395 - Fix incompatible native thread start type. r=jschanck Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/5 ------------------------------------------------------------------------ On 2024-07-30T08:00:45+00:00 Kai Engert wrote: https://hg.mozilla.org/projects/nspr/rev/e178d3d9b47b2479f22f208d6225eda81918dae1 Reply at: https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/2081110/comments/6 ** Changed in: nspr Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to nspr in Ubuntu. https://bugs.launchpad.net/bugs/2081110 Title: FTBFS for oracular 2:4.35-1.1ubuntu1 Status in NSPR: Fix Released Status in nspr package in Ubuntu: In Progress Status in nspr package in Debian: Confirmed Bug description: nspr currently fails to build in oracular with the following: testfile.c:126:41: error: passing argument 3 of ‘pthread_create’ from incompatible pointer type This should be fixed upstream with https://hg.mozilla.org/projects/nspr/rev/e178d3d9b47b2479f22f208d6225eda81918dae1 Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1904395 Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075322 To manage notifications about this bug go to: https://bugs.launchpad.net/nspr/+bug/2081110/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp