Solved glib - undefined symbol pthread_setname_np@FBSD_1.6

Don't use uname(8) on a jail, it shows the host's kernel version. Use freebsd-version -u to see what version the jail has.

Seeing as how I appear to have the 12.2-p4 version on both my host and jail, do you have any other ideas on how I might be able to fix this symbol error for my GUI programs? Still unable to run Firefox or Libreoffice
 
And here is the output from running the command that Zirias provided. Inside the jail, I get no return, but from host, I get the following:
Not getting any output here just confirms that the pthread library doesn't have this symbol in the required version.

So the next conclusion now would be that your jail somehow is in an inconsistent state, like "half updated".
 
The version weirdness looks like it's being caused by people building from source (either for jails or the host) and using NO_CLEAN on buildworld.
 
The version weirdness looks like it's being caused by people building from source (either for jails or the host) and using NO_CLEAN on buildworld
I didn't use buildworld to create the jail. Also, I'm not building pkg from source either (although maybe originally on host I did? I don't remember).
Although I did run pkg bootstrap -f on host, just to be sure.

Either way, it looks like 13.0 rc2 should drop in a few hours, so I'm going to upgrade everything to that, and hope&pray that it fixes the issue.
 
Back
Top