Howdy,
I'm building a test run for my next workstation, in which I'll be switching to using FreeBSD rather than Linux on my desktop. In the process, I'm giving a few of the newer tiling window managers a try. While attempting to build i3wm from ports, I had a failure on one of the dependencies, gobject-introspection.
I have ccache installed and I also installed GCC 4.8 (latest stable) from ports and had it in my make.conf. I commented out the use of GCC 4.8 thinking it may be breaking something, however I reach a stop error at the same point. It appears to be due to something tied to pthread, which was installed as a base dependency for other packages previously (I believe Perl).
Anybody have any suggestions for how I can fix this? If I rebuild pthread using some other parameters to resolve this, do I need to rebuild all packages which depend on it? Thanks in advance.
PS: I have the relevant information below (post character limit hit)
I'm building a test run for my next workstation, in which I'll be switching to using FreeBSD rather than Linux on my desktop. In the process, I'm giving a few of the newer tiling window managers a try. While attempting to build i3wm from ports, I had a failure on one of the dependencies, gobject-introspection.
I have ccache installed and I also installed GCC 4.8 (latest stable) from ports and had it in my make.conf. I commented out the use of GCC 4.8 thinking it may be breaking something, however I reach a stop error at the same point. It appears to be due to something tied to pthread, which was installed as a base dependency for other packages previously (I believe Perl).
Anybody have any suggestions for how I can fix this? If I rebuild pthread using some other parameters to resolve this, do I need to rebuild all packages which depend on it? Thanks in advance.
PS: I have the relevant information below (post character limit hit)