search for: outbytesleft

Displaying 20 results from an estimated 30 matches for "outbytesleft".

2011 Nov 22
2
[LLVMdev] VMKit GNU classpath configure
...r shared library run path origin... /bin/sh: ./config.rpath: No such file or directory done checking for iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for X... no configure: error: GTK+ peers requested but no X library available when running: ./configure --disable-plugin --disable-examples --disable-Werror On: OS X 10.7.2 with devel version: Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn) Target: x86_64...
2017 Oct 24
2
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
...er iconv accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes checking for iconvlist... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); === The command iconv -l seems to work fine. This C file compiles with no problem either: === #include <iconv.h> int main( int argc, char **argv ) { iconv_t cd = iconv_open( "UTF-8", "ISO-8859-1" ); iconv_close( cd ); return 0; } === So lib...
2011 Mar 16
1
[Bug 8018] New: configure doesn't find iconv library
...re | grep iconv checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for library containing libiconv_open... no checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for iconv_open... no checking for libiconv_open... no [bombich:~/Desktop/rsync-3.0.8] make ... [bombich:~/Desktop/rsync-3.0.8] ./rsync --version rsync version 3.0.8pre1 protocol version 30 Copyright (C) 1996-2011 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.s...
2008 Jun 10
5
DO NOT REPLY [Bug 5532] New: rsync / autoconf fails to detect libiconv on Solaris 10
...ct and successfully build and link an rsync binary. Without the env var, configure gueses incorrectly: checking for library containing libiconv_open... no checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); With it set, it guesses correctly: checking for library containing libiconv_open... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); I compile with these (working) options: tcs...
2011 Nov 22
0
[LLVMdev] VMKit GNU classpath configure
...h origin... /bin/sh: ./config.rpath: No such file or directory > done > checking for iconv... yes > checking how to link with libiconv... -liconv > checking for iconv declaration... >         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); > checking for X... no > configure: error: GTK+ peers requested but no X library available > > when running: > > ./configure --disable-plugin --disable-examples --disable-Werror > > On: > > OS X 10.7.2 with devel version: > > Apple clang version 3.0 (tags/Apple...
2011 Nov 22
1
[LLVMdev] VMKit GNU classpath configure
..../config.rpath: No such file or directory >> done >> checking for iconv... yes >> checking how to link with libiconv... -liconv >> checking for iconv declaration... >> extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >> checking for X... no >> configure: error: GTK+ peers requested but no X library available >> >> when running: >> >> ./configure --disable-plugin --disable-examples --disable-Werror >> >> On: >> >> OS X 10.7.2 with devel version: &...
2015 Jun 17
8
[Bug 11338] New: Rsync Crash - Segmentation fault
https://bugzilla.samba.org/show_bug.cgi?id=11338 Bug ID: 11338 Summary: Rsync Crash - Segmentation fault Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter:
2005 Mar 31
1
R-alpha_2005-03-31: make check fails on Debian 3.0
...king for iconv... yes checking whether iconv() accepts "UTF-8" and "latin1"... no checking for iconvlist... no [...] checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); The only warnings I got was checking whether makeinfo version is at least 4.7... no configure: WARNING: you cannot build info or html versions of the R manuals from ./configure, and gcc -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/...
2017 Oct 24
0
Binding with libiconv failed while compiling R-devel on Ubuntu 17.04
...accepts "UTF-8", "latin1", "ASCII" and "UCS-*"... yes | checking for iconvlist... no | checking for iconv... yes | checking for iconv declaration... | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | === | The command iconv -l seems to work fine. This C file compiles with no problem either: | === | #include <iconv.h> | | int main( int argc, char **argv ) { | iconv_t cd = iconv_open( "UTF-8", "ISO-8859-1" ); | iconv_close( cd ); | return...
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi, I am curious why don't you guys create /etc/tinc directory, set permissions, add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ? Doing a make install and not finding an example config in /etc/tinc is kind of frustrating. Am I missing something? Maybe there is a good reason for that? Also, why is it not finding evp.h when I try to do configure? Is creating
2009 Feb 09
1
Compiling fuse-2.7.3glfs10 - Error
...hecking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: creating ./config.status config.status: creating fuse.pc config.status: creating Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating example/Makefile config.status: creating include/Makefile config.status: creating include/config....
2013 Apr 16
7
[Bug 9798] New: rsync crash with SIGSEGV when read time out happens
...eleton.c:483 #2 0xb7f99ec7 in __gconv (cd=0x80a2fe0, inbuf=0xbfffb05c, inbufend=0xbfffbd48 "\n", outbuf=0xbfffb064, outbufend=0x80a3d24 "", irreversible=0xbfffb018) at gconv.c:63 #3 0xb7f996fc in iconv (cd=0x80a2fe0, inbuf=0xbfffb05c, inbytesleft=0xbfffb060, outbuf=0xbfffb064, outbytesleft=0xbfffb068) at iconv.c:53 #4 0x08050f6d in iconvbufs (ic=0x80a2fe0, in=0xbfffb4a0, out=0xbfffb4b0, flags=0) at rsync.c:175 #5 0x080630e6 in rwrite (code=3086884128, buf=0xbfffbcf0 "rsync error: error in rsync protocol data stream (code 12) at io.c(635) [receiver=3.0.2]\n", len=-10737611...
2004 Sep 10
0
FLAC 1.0.4 beta released
...r/bin/ld) is GNU ld... yes checking for shared library run path origin... ./config.rpath: ./config.rpath: No such file or directory done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for id3lib... no *** Could not run id3lib test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means id3lib was incorrectly installed *** or tha...
2008 May 10
1
Failed to create rounding.h!
...rrno in errno.h... yes checking for connect... yes checking for library containing inet_ntop... none required checking for library containing libiconv_open... no checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for inet_ntop... yes checking for inet_pton... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking whether defines needed by getaddrinfo exist... yes checking for getaddrinfo... yes checking for struct sockaddr.sa_len... no checking for struct soc...
2009 Apr 06
9
Compiling v1.3 on different OSes
I was hoping to finally get shared libdovecot.so and libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others) could link against them. But I'm running into trouble getting it to compile in Solaris 10. Could you non-Linux users test if this compiles with you? http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz Or if anyone has ideas why this happens, I'd like to know:
2004 Sep 10
5
FLAC 1.0.4 beta released
All, I have just finished uploading the source release for FLAC 1.0.4 beta to Sourceforge; there are no binary releases. See the included doc/html/news.html for the changes since 1.0.3; there are quite a few. http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download Please beat up on this as much as possible in the next week or two and try and turn up bugs. Here's a
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
..... yes checking whether getopt is POSIX compatible... no checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking for wint_t... yes checking whether wint_t is too small... no checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...feof_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether getc_unlocked is declared... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 1.875, ok checking whether included gettext is requested... no checking for GNU gettext in libc... no checking for GNU gettext in libintl... no checking wh...
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625 Summary: "Don't know how to make ./*.c" Product: rsync Version: 3.0.7 Platform: s390 OS/Version: Other Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: sebastian.hoffman at
2008 Apr 07
3
rsync installation _error exit code1
...errno in errno.h... yes checking for connect... yes checking for library containing inet_ntop... none required checking for library containing libiconv_open... no checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for inet_ntop... yes checking for inet_pton... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking whether defines needed by getaddrinfo exist... yes checking for getaddrinfo... yes checking for struct sockaddr.sa_len... no checking for struct soc...