search for: deflateend

Displaying 20 results from an estimated 21 matches for "deflateend".

2015 May 10
2
Building R-3.2.0 from source.
...In fairly short order I started getting error messages like unto: > connections.o: In function `gzcon_write': > /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: > collect2: error: ld returned 1 exit status A bit of googling informed me (I think?) that a workaround was to configure using -...
2015 May 10
2
Building R-3.2.0 from source.
...In fairly short order I started getting error messages like unto: > connections.o: In function `gzcon_write': > /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: > collect2: error: ld returned 1 exit status A bit of googling informed me (I think?) that a workaround was to configure using -...
2015 May 10
1
[R] Building R-3.2.0 from source.
...g error messages like unto: >> >>> connections.o: In function `gzcon_write': >>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' >> >> There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: >> >>> collect2: error: ld returned 1 exit status >> >> A bit of googling informed me (I think?) that a worka...
2001 Nov 02
1
png and jpeg libs for Solaris
...atistic/apps/R/libs-2.7/lib 1>&5 Undefined first referenced symbol in file deflateInit2_ /erd/statistic/apps/R/libs-2.7/lib/libpng.a(pngwutil.o) deflateReset /erd/statistic/apps/R/libs-2.7/lib/libpng.a(pngwutil.o) deflate /erd/statistic/apps/R/libs-2.7/lib/libpng.a(pngwrite.o) deflateEnd /erd/statistic/apps/R/libs-2.7/lib/libpng.a(pngwrite.o) inflateReset /erd/statistic/apps/R/libs-2.7/lib/libpng.a(png.o) crc32 /erd/statistic/apps/R/libs-2.7/lib/libpng.a(png.o) ld: fatal: Symbol referencing errors. No output written to conftest and the "nm" command on libpng.a confirm...
2015 May 11
1
[R] Building R-3.2.0 from source.
...gzcon_write': >>>>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined >>>>> reference to `deflate' >>>> >>>> >>>> There were also complaints about undefined references to inflate, crc32, >>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>>> It finally gave up, saying: >>>> >>>>> collect2: error: ld returned 1 exit status >>>> >&...
2018 Mar 31
1
using llvm DataFlowSanitizer error
...' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_start_compress' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_defaults' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateInit_' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateEnd' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$inflateSync' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_colorspace' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_write_raw_data' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs...
2023 Feb 24
1
[PATCH 1/1] Add support for ZSTD compression
...z_streamp stream = &state->compression_out_stream; debug("compress outgoing: " "raw data %llu, compressed %llu, factor %.2f", @@ -619,7 +630,7 @@ ssh_packet_close_internal(struct ssh *ssh, int do_close) if (state->compression_out_failures == 0) deflateEnd(stream); } - if (state->compression_in_started) { + if (state->compression_in_started == COMP_ZLIB) { z_streamp stream = &state->compression_in_stream; debug("compress incoming: " "raw data %llu, compressed %llu, factor %.2f", @@ -630,8 +641,28...
2001 Sep 27
0
OpenSSH 2.9p2 bugs
...2.9p2 source code. I had a look into the latest source-tree available at openssh.com, and they seem still there: -- 'incoming_stream' is used in place of 'outgoing_stream', file compress.c, line 36: void buffer_compress_init_send(int level) { if (compress_init_send_called == 1) deflateEnd(&incoming_stream); ****** should be &outgoing_stream compress_init_send_called = 1; debug("Enabling compression at level %d.", level); if (level < 1 || level > 9) fatal("Bad compression level %d.", level); deflateInit(&outgoing_stream, level); } -- '...
2023 Feb 24
1
[PATCH 0/1] ZSTD compression support for OpenSSH
I added ZSTD support to OpenSSH roughly three years ago and I've been playing with it ever since. The nice part is that ZSTD achieves reasonable compression (like zlib) but consumes little CPU so it is unlikely that compression becomes the bottle neck of a transfer. The compression overhead (CPU) is negligible even when uncompressed data is tunneled over the SSH connection (SOCKS proxy, port
2015 May 11
0
[R] Building R-3.2.0 from source.
...ections.o: In function `gzcon_write': >>>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined >>>> reference to `deflate' >>> >>> >>> There were also complaints about undefined references to inflate, crc32, >>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>> It finally gave up, saying: >>> >>>> collect2: error: ld returned 1 exit status >>> >>> >>>...
2015 May 11
3
[R] Building R-3.2.0 from source.
...>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined > >>>>> reference to `deflate' > >>>> > >>>> > >>>> There were also complaints about undefined references to inflate, crc32, > >>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, > >>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. > >>>> It finally gave up, saying: > >>>> > >>>>> collect2: error: ld returned 1 exit statu...
2001 Dec 21
0
{R} 1.4.0 compiling failed on sun sparc solaris 2.6
...and method definitions now Bus Error (core dumped) (mt100): dbx ../../../bin/R.bin core Reading R.bin [...] program terminated by signal BUS (invalid address alignment) Current function is gzfile_open 750 fp = gzopen(R_ExpandFileName(con->description), con->mode); (dbx) where [1] deflateEnd(0xaf0e18, 0xef429758, 0x115f188, 0x11700e0, 0xef423138, 0xef3c5b3c), at 0xef6b4be0 [2] destroy(0xaf0e18, 0x6, 0x8, 0xfffffff1, 0x8, 0x0), at 0xef6b2e48 [3] gz_open(0xaf0e18, 0x1122734, 0xffffffff, 0x0, 0x0, 0x0), at 0xef6b25a8 [4] gzopen(0xaf8138, 0x1122730, 0x6, 0x77, 0x81010100, 0x1122730),...
2018 Apr 01
0
using llvm DataFlowSanitizer error
...tiff.so.5.2.5: undefined reference to > `dfs$jpeg_start_compress' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_defaults' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateInit_' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$deflateEnd' > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$inflateSync' > ../libtiff/libtiff.so.5.2.5: undefined reference to > `dfs$jpeg_set_colorspace' > ../libtiff/libtiff.so.5.2.5: undefined reference to > `dfs$jpeg_write_raw_data' > ../libtiff/libtiff.so.5.2....
2015 May 11
0
[R] Building R-3.2.0 from source.
...home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined >>>>>>> reference to `deflate' >>>>>> >>>>>> >>>>>> There were also complaints about undefined references to inflate, crc32, >>>>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>>>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>>>>> It finally gave up, saying: >>>>>> >>>>>>> collect2: error: ld returned 1 ex...
2007 Jan 30
1
Solaris 10 compilation issue
...Renviron.o R_OpenInitFile main.o R_getClockIncrement eval.o R_ReadConsole connections.o Rf_initialize_R Rmain.o call_dqags registration.o call_dqagi registration.o deflateEnd connections.o ptr_R_EditFile ../unix/libunix.a(edit.o) inflateEnd connections.o Rf_lchoose arithmetic.o R_ChooseFile platform.o lminfl_ registration.o d...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...Renviron.o R_OpenInitFile main.o R_getClockIncrement eval.o R_ReadConsole connections.o Rf_initialize_R Rmain.o call_dqags registration.o call_dqagi registration.o deflateEnd connections.o ptr_R_EditFile ../unix/libunix.a(edit.o) inflateEnd connections.o Rf_lchoose arithmetic.o R_ChooseFile platform.o lminfl_ registration.o d...
2020 Mar 24
4
ZSTD compression support for OpenSSH
I hacked zstd support into OpenSSH a while ago and just started to clean it up in the recent days. The cleanup includes configuration support among other things that I did not have. During testing I noticed the following differences compared to zlib: - highly interactive shell output (as in refreshed at a _very_ high rate) may result in higher bandwidth compared to zlib. Since zstd is quicker
2007 Jan 30
0
R Compiling issue
...chol_ registration.o gzeof connections.o do_syssleep names.o R_EditFiles platform.o R_getProcTime memory.o R_ExpandFileName Renviron.o R_OpenInitFile main.o R_getClockIncrement eval.o R_ReadConsole connections.o Rf_initialize_R Rmain.o call_dqags registration.o call_dqagi registration.o deflateEnd connections.o ptr_R_EditFile ../unix/libunix.a(edit.o) inflateEnd connections.o Rf_lchoose arithmetic.o R_ChooseFile platform.o lminfl_ registration.o deflateInit2_ connections.o N01_kind RNG.o do_machine names.o libintl_dcigettext ../extra/intl/libintl.a(dcgettext.o) R_max_col registrati...
2007 Jan 30
0
Issue with compiling R on solaris 10
...Renviron.o R_OpenInitFile main.o R_getClockIncrement eval.o R_ReadConsole connections.o Rf_initialize_R Rmain.o call_dqags registration.o call_dqagi registration.o deflateEnd connections.o ptr_R_EditFile ../unix/libunix.a(edit.o) inflateEnd connections.o Rf_lchoose arithmetic.o R_ChooseFile platform.o lminfl_ registration.o d...
2020 Sep 05
8
[PATCH 0/5] ZSTD compression support for OpenSSH
I added ZSTD support to OpenSSH roughly over a year and I've been playing with it ever since. The nice part is that ZSTD achieves reasonable compression (like zlib) but consumes little CPU so it is unlikely that compression becomes the bottle neck of a transfer. The compression overhead (CPU) is negligible even when uncompressed data is tunneled over the SSH connection (SOCKS proxy, port