Chromium, Digikam, Thunderbird, VSCode no longer has packages

I am no longer able to see packages for these applications:


Chromium, Digikam, Thunderbird, VSCode

I thought these were EOLed for the end of 2020 due to a python dependency, or is there something else going on?
 
When Chromium build will be retried?
The port is due to expire on 2020-12-31. If lang/python27 isn't replaced by lang/python37, on which it depends to build, that port will be deleted, it would mean no packages.

Is it possible to install the previous valid build?

You could try, but it can have issues with libraries depending on.

Or you can try the package from latest repository, if upgrading all packages to latest is not an option (use pkg-add(8) to install):

 
I learned something new, I overlooked that table in the past.

How do you know it was a clang bug, I don't see any details about that on the page there?
If the packages failed to build, does that mean the next possible build will be the next quarter or would they perhaps be fixed before then?
 
How do you know it was a clang bug, I don't see any details about that on the page there?
I've looked it up on the build server. There is a website where you can query failed port builds:


In the opening page enter the ports name, in the following page with the search results choose the build environment and date, click in the same row on the ports link, in the following "Fallout detail" page follow the "Build URL" link, that will direct to the build server's web page. Search for the port under "Failed ports", at the log column is a note of the cause.

Be advised NOT to open every "Log URL" from the "Fallout detail"'s page or the build servers page. Some ports have huge log files. The log for chromium 121amd64-quarterly 2020-10-29 07:07 has a size of ~20MB, but a log for a 114i386-default from 2020-10-30 04:37 has ~380MB. The size of the log can be seen, opening the log directory for all logs, e.g.:


If the packages failed to build, does that mean the next possible build will be the next quarter or would they perhaps be fixed before then?
Failed ports are build in permanent, but if they are not fixed they will fail to build again.
 
  • Like
Reactions: a6h
I've looked it up on the build server. There is a website where you can query failed port builds:
Thanks for mentioning portsfallout.com. I think it should be a sticky post.
There's also a mailing list: freebsd-pkg-fallout aka freebsd-pkg-fallout@freebsd.org. I'm prefer the email method. Before subscribing to the mailing list it's better to prepare your MUA to filter received emails from the freebsd-pkg-fallout to a custom folder. Because you may receive hundreds of emails per day. I think most of the MUAs including thunderbird have Filtering capability.
 
Back
Top