search for: lzma

Displaying 20 results from an estimated 209 matches for "lzma".

Did you mean: lma
2016 May 05
1
Max OSX 3.3.0 and lzma
I have lzma installed (in /usr/local) but R-3.3.0 configure doesn't like something about it: checking for lzma_version_number in -llzma... yes checking lzma.h usability... no checking lzma.h presence... no checking for lzma.h... no configure: error: "liblzma library and headers are required" b...
2010 Jun 17
2
feature request: lzma compresion (7zip)
Hello, many linux SW is starting to implement new lzma compresson instrad of old zlib (gzip) od bzip2. lzma is default comrpession in very good compression SW 7-zip, which is faster and have higher compression ratio then bzip2 or rar. Currently its probalby the best compressor in therms of compression and decompression speed / compression ratio. In...
2015 Nov 06
0
Building R for AIX in 64-bit mode
...st value in >>>> reporting on R-devel where all the current changes have been >>>> incorporated. >>> This report is based on R-3.2.2 I shall repeat asap with R-devel and >>> report any significant differences. >> > In particular - I wonder about lzma as I already knew this (having > built xz a long time ago. LZMA has been replaced by XZ. Do not know > why, and do not want to. > BUT there is no reliable source for LZMA5 (the XZ project only reports > LZMA2 and LZMA4). Please see the wiki at: > https://en.wikipedia.org/wiki/XZ_...
2015 Nov 04
2
Building R for AIX in 64-bit mode
...n frozen branches, and most value in >>> reporting on R-devel where all the current changes have been >>> incorporated. >> This report is based on R-3.2.2 I shall repeat asap with R-devel and >> report any significant differences. > In particular - I wonder about lzma as I already knew this (having built xz a long time ago. LZMA has been replaced by XZ. Do not know why, and do not want to. BUT there is no reliable source for LZMA5 (the XZ project only reports LZMA2 and LZMA4). Please see the wiki at: https://en.wikipedia.org/wiki/XZ_Utils Paused for now - a...
2014 May 06
1
WG: on High Load using IMAPSYNC : Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
...es since 2.2.12 but it is not a problem of dsync. when looking at the code, we get here an unexpected returnvalue when flushing. I propose it would be good practice to write some logging in the default switch cases, to see the unexpected returnvalues in the errorlog. something like : ostream-lzma.c : -- Line 147 : i_unreached(); ++ Line 147 : i_fatal("unexpected lzma errorcode when flushing : %s", ret); after that modification the errorlog shows : May 6 14:03:05 vm-imap dovecot: imap(test): Fatal: lzma errorcode when flushing : (null) maybe You can also investigate and...
2018 Jan 31
4
How is initrd.img packed and compressed?
...al image: http://mirror.steadfast.net/ centos/7.4.1708/os/x86_64/isolinux/initrd.img is extracted: /usr/lib/dracut/skipcpio initrd.img | xzcat | cpio -i -d and after adding the needed udev rule, it gets packed and compressed as follows: find . 2>/dev/null | cpio --quiet -c -o | xz -9 --format=lzma >"~/patched-initrd.img" Now for the difference. FIrst the original distro image: # file initrd.img initrd.img: xz compressed data # file patched-initrd.img patched-initrd.img: LZMA compressed data, streamed Without the --format=lzma flag it fails to boot. Does anyone know how this...
2009 Jan 11
1
lzma and bzip compressed kernels, initrds and images
hpa, will there be support for lzma and bzip compressed kernels, initrds and images in one of the following releases of syslinux? I saw that you want lzma and bzip2 compression included in the kernel: http://groups.google.com/group/linux.kernel/browse_thread/thread/f415aa765c09c9f7/dae008992e14840f?lnk=raot&pli=1 Gert Hulselma...
2010 Jul 21
1
Use .xz (LZMA) for posting releases?
Hi, Would it be possible to ship the releases using xz (or lzma) ? -rw-r--r-- 1 root root 3423720 Jul 20 12:17 syslinux-4.02-pre5.tar.xz -rw-r--r-- 1 root root 3423147 Jul 20 12:17 syslinux-4.02-pre5.tar.lzma -rw-r--r-- 1 root root 4395234 Jul 20 12:17 syslinux-4.02-pre5.tar.bz2 -rw-r--r-- 1 root root 20080640 Jul 20 12:17 syslinux-4.02-pre5.tar Regard...
2013 Mar 15
0
[PATCH 4.1] Add DomU xz kernel decompression
...ream-23002:eb64b8f8eebb -iwj ] diff --git a/tools/libxc/xc_dom_bzimageloader.c b/tools/libxc/xc_dom_bzimageloader.c index 73cfad1..c5737db 100644 --- a/tools/libxc/xc_dom_bzimageloader.c +++ b/tools/libxc/xc_dom_bzimageloader.c @@ -187,11 +187,10 @@ static int xc_try_bzip2_decode( #include <lzma.h> -static int xc_try_lzma_decode( - struct xc_dom_image *dom, void **blob, size_t *size) +static int _xc_try_lzma_decode( + struct xc_dom_image *dom, void **blob, size_t *size, + lzma_stream *stream, lzma_ret ret, const char *what) { - lzma_stream stream = LZMA_STREAM_INIT; -...
2013 Mar 19
0
xzfile() cannot open the connection, lzma encoder error 5.
Dear guangchuang, I was stopped by the following error when using Package: clusterProfiler on R 2.15.3 on windows 7. Error in xzfile(file, “wb”, compression = 9) : Cannot open the connection In addition: warning message: cannot initialize lzma encoder, error 5 The too functions: Gff2GeneTable() and buildGOmap() are not working because of this error. Could you please let me know how to fix these error. [source of the package: http://bioconductor.org/packages/2.11/bioc/html/clusterProfiler.html] Here are what I typed in R: ------------...
2013 Sep 03
4
[LLVMdev] Adding a library to CMake deps
Hi folks, When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that libxml2 depends on lzma, but the dependency is not explicit on the build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES (which is the only one that cares about it). I couldn't find the place to add -llzma into the deps, and the only mention of libxml2 is in config-ix.cmake: find_package...
2014 May 06
0
on High Load using IMAPSYNC : Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
...es since 2.2.12 but it is not a problem of dsync. when looking at the code, we get here an unexpected returnvalue when flushing. I propose it would be good practice to write some logging in the default switch cases, to see the unexpected returnvalues in the errorlog. something like : ostream-lzma.c : -- Line 147 : i_unreached(); ++ Line 147 : i_fatal("unexpected lzma errorcode when flushing : %s", ret); I will try to change it and let You know. maybe You can also investigate and let me know when fixed. Here the log : May 5 14:53:10 vm-imap dovecot: imap(rrernboeck): Pa...
2008 Apr 30
6
new release monday
All, We've accumulated quite a few changes to libvorbis since the 1.2.0 release. I'd like to do a new one, a propose that 1.2.1 happen May 5 or so. So, if you have any outstanding issues, please mention them here, and please check that current svn is working for you. Thanks, -r
2014 Mar 28
1
Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
....com): Debug: brain M: in box 'Privat/Jerry' recv_state=mails send_state=done dsync(user at domain.com): Debug: brain M: import mail uid 55 guid dsync(user at domain.com): Debug: brain M: Import Privat/Jerry: Import mail body for GUID= UID=55 dsync(user at domain.com): Panic: file ostream-lzma.c: line 147: unreached dsync(user at domain.com): Error: Raw backtrace: /usr/local/lib/dovecot/libdovecot.so.0(+0x68d4f) [0x7fb79ac26d4f] -> /usr/local/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x2a) [0x7fb79ac26e2a] -> /usr/local/lib/dovecot/libdovecot.so.0(i_fatal+0) [0x7fb79abe...
2009 Sep 14
1
[PATCH] xen-unstable: Add bzip2 and lzma/xz libs to stubdom for pvgrub
Hello, The attached patch adds bzip2 and lzma/xz libs to stubdom for pvgrub. This is the first step of getting the additional compression methods supported in pvgrub. There''s still some Makefile voodoo to sort out before pvgrub actually properly gets linked against these new libs. This patch only adds the libs and makes them build....
2009 Jun 08
1
LZMA for CentOS 5.3 repository or source or rpm
i need lzma compression for CloneZilla, but have not found it in any CentOS repository. The Finnish website was down and when up, it does not do much english.
2017 Jun 22
1
Compiling R-devel - missing some expected features (zlib, bzlib, lzma, PCRE)
...red for x86_64-pc-linux-gnu [...] Interfaces supported: X11 External libraries: readline, curl Additional capabilities: PNG, JPEG, TIFF, NLS, cairo, ICU Options enabled: shared BLAS, R profiling Under 'External libraries', I am missing "zlib, bzlib, lzma, PCRE". As far as I can tell, I have all necessary libs installed: wviechtb at psysim:~$ dpkg -l | grep zlib ii zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4.1 ii zlib1g-dev:amd64 1:1.2.8.dfsg-2ubuntu4.1 wviechtb at psysim:~$ dpkg -l | grep lib...
2013 Sep 03
0
[LLVMdev] Adding a library to CMake deps
Renato Golin <renato.golin at linaro.org> writes: > When cross-compiling LLVM to ARM, using CMake+Ninja, I realized that > libxml2 depends on lzma, but the dependency is not explicit on the > build.ninja file under the "build bin/c-index-test"'s LINK_LIBRARIES (which > is the only one that cares about it). > > I couldn't find the place to add -llzma into the deps, and the only mention > of libxml2 is in config...
2018 Jan 31
0
How is initrd.img packed and compressed?
Don't archive as lzma if you don't want lzma, remove the "--format=lzma" parameter. hth Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Mircea Husz" <mirceahusz at yahoo.com> > To: "CentOS mailing list"...
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
When building the mini initrd, previously we copied the modules into the initrd as-is, so for example if the module was xz-compressed, we copied the foo.ko.xz file to the initrd. This requires that the mini init binary is linked to zlib & lzma, so that it knows how to uncompress these modules when insmoding them at boot time. Also since the init is statically linked, it required _static_ versions of these libraries. This changes things so that the modules are uncompressed in the mini initrd, so they are a little bit larger, but the ini...