Hello Forum!
Today I installed a new PC, FreeBSD 11.0R/amd64 from the official memstick.img installer. I booted the new system and did the below.
Everything went well. But
What happened to the 11.0R packages?
I speculate that the packages changed in preparation for a new FreeBSD release. But I am uncertain if this is supposed to behave this way now, or if somebody in the release engineering team made a mistake.
Did I miss something, or should I report this as a problem?
I really don't want to build all my 11.0R packages from ports, because they take multiple days to compile.
Regards,
Keve
Today I installed a new PC, FreeBSD 11.0R/amd64 from the official memstick.img installer. I booted the new system and did the below.
Code:
freebsd-update fetch install
reboot
pkg bootstrap
pkg install xorg
Xorg -configure
crashes and core-dumps. I tried the same without running freebsd-update, same result. The package for my CLI developer tool, motor, also installs fine but crashes when run. I have installed FreeBSD 11.0R and Xorg this very same way multiple times in the past months, always worked fine.What happened to the 11.0R packages?
I speculate that the packages changed in preparation for a new FreeBSD release. But I am uncertain if this is supposed to behave this way now, or if somebody in the release engineering team made a mistake.
Did I miss something, or should I report this as a problem?
I really don't want to build all my 11.0R packages from ports, because they take multiple days to compile.
Regards,
Keve