Solved Poudriere on 10.4-RELEASE-p3 fails to build pkg for armv6 - log included

I setup an older but now updated FreeBSD system to build armv6 packages also for 10.4-Release-p3. Once the bulk build starts pkg is the first to be built but configuring fails immediately. I have attached the log. Thanks for any help.
 

Attachments

  • pkg-1.10.3_1.log.txt
    7.6 KB · Views: 375
Not sure if it's related but I'm suspecting this error:
Code:
qemu: Unsupported syscall utimensat()
What version of FreeBSD is the host running?
 
Thanks for the help. Someone on the Poudriere Github pointed out that my QEMU version was outdated. That led to figure out why my ports were not updated after using portmaster update. I forgot that I needed to do portmaster fetch again too. I might run into other problems along the way but this problem is solved.
 
Someone on the Poudriere Github pointed out that my QEMU version was outdated.
In general, when you run into problems, make sure everything is updated to the latest version. I've had it happen myself on more than one occasion, by the time I figured out what the actual problem was the issue was already identified and resolved upstream. So the first thing to do is update everything, then try again.
 
Back
Top