Re: poudriere gives [ERROR] Unhandled error! lately
- In reply to: Dan : "Re: poudriere gives [ERROR] Unhandled error! lately"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Sep 2025 13:32:47 UTC
Hi all, after starting with poudriere from scratch I found that the poudriere default seems to be working (but being slow). Then I tried some switches and found the `PACKAGE_FETCH_BRANCH` (aka -b ...) switch the culprit. Setting it to PACKAGE_FETCH_BRANCH=latest breaks the build, commenting out works. cu --- Michael On 8/28/25 21:19, Dan wrote: > Hi Mike, > >> trying to build a port using poudriere doesn't work an longer for me >> (FreeBSD 14.2 and also 14.3) > I had the same problem. I couldn't debug the "Unhandled error!" message even with the "-vv" switch to poudriere-bulk. It seems to be a problem with Poudriere 3.4.3 fetching pre-built pacakges; seehttps://github.com/freebsd/poudriere/issues/1238. > > Workaround: I downgraded to 3.4.2 by building the port outside Poudriere, from the host system ports tree; that version is in the 2025Q2 quarterly branch. I built it as a package and pinned the old version with pkg-lock(8). After that, poudriere-bulk works properly with the "-b" switch. > > Sincerely, > Dan >