Poudriere - Error

I have been using ports-mgmt/poudriere-devel for months without a problem. Today I started getting the following error message:

Code:
[00:01:54] Error: /usr/local/share/poudriere/bulk.sh:download_from_repo_post_delete:20:download_from_repo_post_delete: We lost fetched unversioned tex-formats-20240312.pkg
Error: (82899) /usr/local/share/poudriere/bulk.sh:download_from_repo_post_delete:257: set -e error: status = 70
[00:01:54] Cleaning up
[00:01:54] Unmounting file systems

I'm using version poudriere-devel-3.4.99.20240708

Is anyone else having a similar problem?
 
Last edited by a moderator:
tex-formats-20240312.pkg
I don't know how you've set up poudriere, but it seems that from looking at print/tex-formats it can't get the specific version "20240312". Looking at Packages I see that for FreeBSD:13:quarterly it has just switched to "20240313" as per "2024-07-09 00:04 – repo build date" (use mouse over).

Are you or is poudriere perhaps trying to get its print/tex-formats package via FreeBSD:13:quarterly ?
Maybe there is a dependance in the build process that depends on tex-formats-20240312.pkg being available?
 
I'm using FreeBSD 14:latest. I don't think is related to a particular port. I tried building different ports and still got the same problem. I don't have a problem if I revert to the previous version: poudriere-devel-3.4.99.20240424

So something has happen in the last two updates.
 
Same here, different package.

We lost fetched unversioned meson-1.4.1.pkg

I just added ninja and meson (the culprits in my case) to PACKAGE_FETCH_BLACKLIST in poudriere.conf, and builds succeeded from that point on, but it's just a temporary solution instead of a fix.
 
Back
Top