12

Have you ever installed libc++?

If you haven't then i warn you.
When libc++ installs it does a lot of tests and it takes fucking forever!
What the fuck!
What are you even testing? How long patience people have?

And sorry for not screenshoting. I dont want to accidently interupt their "testing"

Comments
  • 3
    Installing clang or gcc? It's probably compiling a lot of stuff. It's basically a nightmare of header files that are loaded, parsed, compiled, linked, optimized...
    Go grab a coffee, take a shower, read a book or two :)
  • 0
    @lucaspar libc++ i said XD
  • 1
    @HampusMa yeah... that's the library, I assumed you need it for a program, that's why I mentioned gcc / clang.
  • 1
    @lucaspar oh ok. I need it for discord
  • 6
    You can ignore tests by passing --nocheck argument to makepkg.

    You can also let makepkg to use multithread for compiling, by changing MAKEFLAGS to :

    MAKEFLAGS="-j$(nproc)

    I use discord client as well.
  • 2
    Well, it's not a small library. There's a lot of functionality to test.
  • 0
    @HampusMa Fml. Forgot to charge my laptop so i have to install libc++ again. But this time i'm installing it over night so it will hopefully be done at the morning
Add Comment