Re: Linker fails to find libraries in unstable but succeeds in testing

2024-03-15 Thread Jochen Sprickerhof
Hi Andreas, * Andreas Tille [2024-03-15 07:31]: Hi, thanks to the next round of Lucas' FTBFS QA rebuilds (at least) one package of the R pkg team is affected by some strange linker issue #1066409 r-cran-v8: FTBFS: ld: cannot find -lv8: No such file or directory which boils down to[1] g++

Re: Linker fails to find libraries in unstable but succeeds in testing

2024-03-15 Thread Sebastiaan Couwenberg
On 3/15/24 7:31 AM, Andreas Tille wrote: g++ -std=gnu++17 -shared -L/usr/lib/R/lib -Wl,-z,relro -o V8.so RcppExports.o bindings.o -lv8 -lv8_libplatform -L/usr/lib/R/lib -lR It likely works by adding the library path, e.g.: g++ -std=gnu++17 -shared -L/usr/lib/R/lib -Wl,-z,relro -o V8.so

Linker fails to find libraries in unstable but succeeds in testing

2024-03-15 Thread Andreas Tille
Hi, thanks to the next round of Lucas' FTBFS QA rebuilds (at least) one package of the R pkg team is affected by some strange linker issue #1066409 r-cran-v8: FTBFS: ld: cannot find -lv8: No such file or directory which boils down to[1] g++ -std=gnu++17 -shared -L/usr/lib/R/lib -Wl,-z,relro -o