Bug 218556 - x11/libxcb: Lzma library error: No progress is possible
Summary: x11/libxcb: Lzma library error: No progress is possible
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 01:30 UTC by Sergei Akhmatdinov
Modified: 2017-04-11 19:40 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
Synth log for x11/libX11 (11.47 KB, text/x-log)
2017-04-11 01:30 UTC, Sergei Akhmatdinov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Akhmatdinov 2017-04-11 01:30:59 UTC
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.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2017-04-11 02:53:36 UTC
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.
Comment 2 Matthew Rezny freebsd_committer freebsd_triage 2017-04-11 14:43:53 UTC
(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.
Comment 3 Sergei Akhmatdinov 2017-04-11 19:39:08 UTC
Thank you for the feedback.

Rebuilding the package fixed the issue.