Created attachment 181671 [details] Synth log for x11/libX11 x11/libxcb fails to build on my machine running 11-STABLE. Here is the relevant part from my Synth log, I ran into the bug trying to update x11/libX11: ===> Installing existing package /packages/All/libxcb-1.12_2.txz Installing libxcb-1.12_2... `-- Installing libpthread-stubs-0.4... `-- Extracting libpthread-stubs-0.4: . done `-- Installing libxml2-2.9.4... `-- Extracting libxml2-2.9.4: .......... done Extracting libxcb-1.12_2: pkg-static: Fail to extract /usr/local/lib/libxcb-xf86dri.a from package: Lzma library error: No progress is possible Extracting libxcb-1.12_2... done Failed to install the following 1 package(s): /packages/All/libxcb-1.12_2.txz *** Error code 70 I am not sure if it's an issue on my machine only or if there is any other information I can provide. I've attached the entire x11/libX11 log, just in case.
Try rebuilding x11/libxcb package, maybe it's truncated/corrupted. If it doesn't help upgrade FreeBSD base and rebuild ports-mgmt/pkg as old -STABLE (and -CURRENT) snapshots aren't supported.
(In reply to Sergei Akhmatdinov from comment #0) That is clearly a problem on your system, which is failing to extract a package which it built. There is no problem with libX11 or libxcb ports.
Thank you for the feedback. Rebuilding the package fixed the issue.