Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-10 Thread Faidon Liambotis
On Thu, Mar 09, 2023 at 08:09:38PM +0200, Faidon Liambotis wrote: > I pushed this as an MR against the 15 branch: > https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/113 > (I don't have access to push directly -- and that's totally fine :) > > I also kicked off a test build

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-09 Thread Faidon Liambotis
Control: tags -1 + patch On Wed, Mar 08, 2023 at 06:51:36PM +0100, Sylvestre Ledru wrote: > Le 08/03/2023 à 18:13, Simon McVittie a écrit : > > On Wed, 08 Mar 2023 at 17:46:11 +0200, Faidon Liambotis wrote: > > > I'm not submitting an MR because I noticed that "15" branch has > > > progressed

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-08 Thread Sylvestre Ledru
Le 08/03/2023 à 18:13, Simon McVittie a écrit : On Wed, 08 Mar 2023 at 17:46:11 +0200, Faidon Liambotis wrote: I'm not submitting an MR because I noticed that "15" branch has progressed further compared to 1-15.0.7-1, and I'm not sure how you'd like to handle it; basically whether these

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-08 Thread Simon McVittie
On Wed, 08 Mar 2023 at 17:46:11 +0200, Faidon Liambotis wrote: > I'm not submitting an MR because I noticed that "15" branch has > progressed further compared to 1-15.0.7-1, and I'm not sure how you'd > like to handle it; basically whether these changes are suitable for > bookworm at this point,

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-08 Thread Faidon Liambotis
On Wed, Mar 08, 2023 at 09:08:13AM +0100, Sylvestre Ledru wrote: > > Specifically, it looks like the entire patching of the method > > WebAssembly::AddClangCXXStdlibIncludeArgs isn't happening anymore. One > > of these differences was exactly about this -- the comment says: > >// don't include

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-08 Thread Sylvestre Ledru
Le 08/03/2023 à 02:30, Faidon Liambotis a écrit : On Fri, Mar 03, 2023 at 05:31:41PM +, Simon McVittie wrote: # clang++-15 -c --target=wasi-wasm32 -ostddef-cpp.o stddef.cpp # apt-get install --no-install-recommends libc++-15-dev # clang++-15 -c --target=wasi-wasm32 -ostddef-cpp.o

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-07 Thread Faidon Liambotis
On Fri, Mar 03, 2023 at 05:31:41PM +, Simon McVittie wrote: > # clang++-15 -c --target=wasi-wasm32 -ostddef-cpp.o stddef.cpp > # apt-get install --no-install-recommends libc++-15-dev > # clang++-15 -c --target=wasi-wasm32 -ostddef-cpp.o stddef.cpp > > Expected result: both clang++-15 calls

Bug#1032317: libc++-15-dev: after installing libc++-15-dev, wasi-wasm32 stddef.h stops declaring size_t

2023-03-03 Thread Simon McVittie
Package: libc++-15-dev Version: 1:15.0.7-1 Severity: important This is a simplification of the compilation failure in #1029010. To reproduce: $ podman run --rm -it debian:sid-slim # cat > stddef.cpp < int main () { return sizeof (size_t); } EOF # apt-get update # apt-get upgrade # apt-get