-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error initializing file system: unsupported compression type: ZSTD #184
Comments
Hi, thanks for your report. It unfortunately looks like nobody has really tested the dwarfs ebuild properly and it is badly broken. Looking at the ebuild itself, it seems to be building the internal libraries, in particular Please file a bug report for the dwarfs ebuild. In the meantime, you can download a binary release or a universal binary. |
I had a quick look at this (because reddit) and I couldn't figure out how the ebuild should specify these libraries to make libdwarfs_compression become static libraries (building everything static seems to be highly discouraged and I'm not sure how to toggle each library individually). Then I took a look at the actual compilation commands on my side. This is that of dwarfsextract:
Despite having This is a case of |
Thanks for the additional information, @zhuyifei1999! Indeed,
Pinging @RarogCmex, as it seems they're the author of the ebuild. |
@mhx I will update ebuild with |
Signed-off-by: Denis Reva <denis7774@gmail.com>
@zhuyifei1999 Also there are |
@RarogCmex if you don't mind I can co-maintain these packages in GURU. I maintain a few packages of my own there (I am also a GURU contributer) |
@zhuyifei1999 I would be happy. Just add your maintainership in metadata.xml. |
Per mhx/dwarfs#184 (comment) Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
i am closing this issue because it's fixed. thank you guys! |
Hello, i am using Gentoo with openrc. my dwarfs version is
dwarfs-0.7.2-r1
. i am using btrfs withcompress=zstd:3
as my filesystem and this error happens when i am trying to open a dwarfs archive. My use flags is here:++ is on and -- is off
this is my fstab:
/dev/nvme0n1p2 / btrfs compress=zstd:3,ssd,noatime,defaults 0 1
here is the output of
dwarfsextract -i groot.dwarfs -o groot/ -l debug
D 03:38:17 [filesystem_v2.cpp:445] found valid section index
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 64 [18.098.817 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 18.098.945 [21.489.586 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 39.588.595 [21.839.671 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 61.428.330 [32.151.923 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 93.580.317 [33.776.695 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 127.357.076 [16.102.117 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 143.459.257 [20.759.304 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 164.218.625 [32.182.074 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 196.400.763 [25.387.782 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 221.788.609 [26.936.929 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 248.725.602 [21.449.577 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 270.175.243 [24.178.224 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 294.353.531 [21.531.328 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 315.884.923 [33.314.286 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 349.199.273 [26.665.109 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 375.864.446 [26.460.134 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 402.324.644 [25.337.940 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 427.662.648 [23.208.872 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 450.871.584 [23.928.441 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 474.800.089 [20.071.887 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 494.872.040 [32.698.013 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 527.570.117 [26.305.097 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 553.875.278 [29.321.114 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 583.196.456 [29.500.323 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 612.696.843 [27.441.925 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 640.138.832 [37.435.211 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 677.574.107 [27.589.496 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 705.163.667 [31.649.684 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 736.813.415 [32.118.236 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 768.931.715 [24.762.166 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 793.693.945 [20.303.087 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 813.997.096 [20.626.088 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 834.623.248 [39.374.582 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 873.997.894 [24.643.071 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 898.641.029 [18.318.889 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 916.959.982 [24.422.221 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 941.382.267 [29.157.265 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 970.539.596 [39.511.716 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.010.051.376 [14.728.065 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.024.779.505 [19.560.559 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.044.340.128 [33.339.449 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.077.679.641 [27.306.846 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.104.986.551 [26.670.107 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.131.656.722 [24.142.656 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.155.799.442 [21.378.577 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.177.178.083 [26.786.190 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.203.964.337 [30.094.439 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.234.058.840 [27.334.712 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.261.393.616 [24.815.646 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.286.209.326 [23.540.851 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.309.750.241 [27.390.119 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.337.140.424 [18.081.543 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.355.222.031 [36.391.946 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.391.614.041 [21.794.368 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.413.408.473 [30.382.297 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.443.790.834 [32.366.384 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.476.157.282 [28.294.234 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.504.451.580 [36.654.911 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.541.106.555 [31.901.117 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.573.007.736 [32.229.431 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.605.237.231 [31.598.496 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.636.835.791 [27.397.261 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.664.233.116 [19.584.098 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.683.817.278 [20.436.006 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.704.253.348 [40.129.076 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.744.382.488 [41.279.178 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.785.661.730 [50.024.692 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.835.686.486 [22.620.219 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.858.306.769 [22.078.570 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.880.385.403 [19.215.622 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.899.601.089 [17.199.805 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.916.800.958 [16.926.940 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.933.727.962 [46.034.374 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 1.979.762.400 [58.866.729 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.038.629.193 [57.269.379 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.095.898.636 [63.156.952 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.159.055.652 [63.372.792 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.222.428.508 [65.632.891 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.288.061.463 [65.597.232 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.353.658.759 [65.630.999 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.419.289.822 [65.370.344 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.484.660.230 [63.316.361 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.547.976.655 [50.639.754 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.598.616.473 [57.799.637 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.656.416.174 [58.253.242 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.714.669.480 [60.028.046 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.774.697.590 [41.365.459 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.816.063.113 [29.140.599 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.845.203.776 [59.457.592 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section BLOCK @ 2.904.661.432 [16.015.711 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section METADATA_V2_SCHEMA @ 2.920.677.207 [447 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section METADATA_V2 @ 2.920.677.718 [223.226 bytes]
D 03:38:17 [filesystem_v2.cpp:453] section SECTION_INDEX @ 2.920.901.008 [744 bytes]
D 03:38:17 [block_cache.cpp:156] stopping cache workers
dwarfs::runtime_error: unsupported compression type: ZSTD
The text was updated successfully, but these errors were encountered: