Cannot create a QWidget without QApplication error

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:
Code:
CPUTYPE?=skylake
DEFAULT_VERSIONS+= SAMBA=4.22
OPTIONS_UNSET+= NLS WAYLAND PULSEAUDIO EXAMPLES INFO TEST TESTS IPV6

Any suggestions?
 
I will try the compilation on Monday. If I have time, I may try switching over my main home PC to a poudriere repository this weekend.
 
QT seems to work fine in the environment. For an additional test, I spun up a fresh VM, and setup only from packages, and got the same error. I'll reach out to the port maintainer and the project itself regarding this. Thanks!
 
Jardows, if my previous post works fine, everything works fine ... No need to annoy devs with personal problems .
First ask here. Otherwise devs will build a higher wall.
I don't understand the nature of this message. I have verified that the issue is either a bug in the source code, or in the way the program is ported to FreeBSD, as it does not work with a clean installation from pure packages. Either way, a bug report will need to be filed.
 
There are no reports in bugzilla.
I have never used bibletime and have no plans to use it.
No need to annoy devs with personal problems .
I just checked to deny the 'personal problems', but it seems the OP didn't want that.
Edit: Reading back, it appears that posts in this thread have been edited.
 
Back
Top