View Single Post
  #2   (View Single Post)  
Old 14th July 2019
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by falconhoof View Post
The problem is that the version of valgrind that the valgrind package installs flat out does not work.
This is true. And known. Ask on ports@.

Quote:
Originally Posted by falconhoof View Post
I confirmed that pkg doesn't think I'm missing any dependencies for it using pkg_check, and there doesn't seem to be a glibc issue (gcc yields binaries quite happily)
Don't use /usr/bin/gcc unless you're sure you want that. The default compiler is /usr/bin/cc (aka clang-8.0.0), and gcc is just there for compatibility in the event you have binaries lying around from the pre-6.2 era.

If you need a newer gcc, install the gcc package (aka run doas pkg_add gcc). That will give you gcc-8.3.0 (the binary will be named egcc).
Reply With Quote