When trying to run misc/bibletime, I am getting an error:
FATAL: QWidget: Cannot create a QWidget without QApplication
Background:
This is on a computer I am using for testing and learning more advanced FreeBSD desktop usage. It is running 15.0-RELEASE. I had initially setup programs using packages, but decided to experiment with updating samba to 4.22, and keeping pulseaudio off the system. This necessitated using ports, and though I had a terrible mix of ports and packages, the system was working. I ran into problems with updating, as any package updates wanted to uninstall samba 4.22 and re-install 4.16.
I decided to go ahead and learn how to use poudriere, have it all setup, and rebuilt all packages with my customizations, and updated them from the local repository. The poudriere bulk build finished without any errors. Everything but misc/bibletime is working now, giving me the error in the title. There have been no updates to the port itself since the time I had it working from packages. I have uninstalled and re-installed the program from the standard ports tree, as well as all the listed dependencies. There has to be something that didn't build right, or some option I set in one of the QT6 libraries that is causing this, but I cannot figure out which.
Here is my make.conf being used for poudriere:
Any suggestions?
FATAL: QWidget: Cannot create a QWidget without QApplication
Background:
This is on a computer I am using for testing and learning more advanced FreeBSD desktop usage. It is running 15.0-RELEASE. I had initially setup programs using packages, but decided to experiment with updating samba to 4.22, and keeping pulseaudio off the system. This necessitated using ports, and though I had a terrible mix of ports and packages, the system was working. I ran into problems with updating, as any package updates wanted to uninstall samba 4.22 and re-install 4.16.
I decided to go ahead and learn how to use poudriere, have it all setup, and rebuilt all packages with my customizations, and updated them from the local repository. The poudriere bulk build finished without any errors. Everything but misc/bibletime is working now, giving me the error in the title. There have been no updates to the port itself since the time I had it working from packages. I have uninstalled and re-installed the program from the standard ports tree, as well as all the listed dependencies. There has to be something that didn't build right, or some option I set in one of the QT6 libraries that is causing this, but I cannot figure out which.
Here is my make.conf being used for poudriere:
Code:
CPUTYPE?=skylake
DEFAULT_VERSIONS+= SAMBA=4.22
OPTIONS_UNSET+= NLS WAYLAND PULSEAUDIO EXAMPLES INFO TEST TESTS IPV6
Any suggestions?