Jérôme Duval

Results 62 comments of Jérôme Duval

when globally set, CMAKE_POSITION_INDEPENDENT_CODE also affects executables, yes. Just disable it.

maybe try to add: set(CMAKE_C_LINK_PIE_SUPPORTED NO CACHE INTERNAL "PIE (C)") set(CMAKE_CXX_LINK_PIE_SUPPORTED NO CACHE INTERNAL "PIE (CXX)") in https://github.com/Kitware/CMake/blob/master/Modules/Platform/Haiku.cmake alternative is to have gcc errors on -fPIE.

What's the alternative to the config file?

The question is more: why is it only a problem on Haiku? How does it go on other platforms?

> > The question is more: why is it only a problem on Haiku? How does it go on other platforms? > > There is no ingame setting so on...

Are other OSs also producing 4gb packages for texlive?

> Did a file listing yesterday, to have a working texlive environment I had to install about 593.37 MiB (22 packages), the full suite is about 4.38 GiB (125 packages)...

Version 70.1 is out

> If you run the app under a debugger, could you get a stack trace of where it is hanging? Or in the kernel debugger.

> Looks like it, found something where they removed the need for updating the cache here: https://aur.archlinux.org/cgit/aur.git/commit/?h=ocr-fonts&id=36a6ee6378559cf59cfd67d787a66e79459134da I'll leave it in for the ocr recipe for now, won't hurt and...