search for: __fxstat64

Displaying 7 results from an estimated 7 matches for "__fxstat64".

2002 Jul 20
0
libvorbis 1.0 compile time err.
...orbis.so -L/usr/lib -lm /usr/lib/libogg.so -Wl,--rpath -Wl,/mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/lib/.libs /lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__xstat64' /lib/ld-linux.so.2(.text+0xe400): first defined here /lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__fxstat64' /lib/ld-linux.so.2(.text+0xe450): first defined here ../lib/.libs/libvorbis.so: undefined reference to gpack_writealign' collect2: ld returned 1 exit status make[1]: *** [decoder_example] Error 1 make[1]: Leaving directory /mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/examples'...
2008 Aug 21
3
dovecot panic after upgrade 1.0.15 to 1.1.2
...060536] -> imap [0x80606ea] -> imap [0x8060791] -> imap(client_input+0x67) [0x8060897] -> imap(io_loop_handler_run+0x112) [0x80daa92] -> imap(io_loop_run+0x2f) [0x80d9e4f] -> imap(main+0x61) [0x8068d81] -> /lib/tls/libc.so.6(__libc_start_main+0xda) [0x12679a] -> imap(__fxstat64+0x6d) [0x8059ed1] Did I miss something in the upgrade process, or is this a bug that has yet to be fixed? This seems to be happening to many various users for various reasons. But I can verify for Andreas M. Kirchwitz who noted the other day that one of the easiest way to produce it seems to be &...
2007 Aug 15
1
Errors from dovecot 1.1
...ap [0x805fa22] -> imap [0x805f941] -> imap [0x805fab1] -> imap(_client_input+0x56) [0x805fb6e] -> imap(io_loop_handler_run+0x100) [0x80bff0c] -> imap(io_loop_run+0x2d) [0x8066b21] -> imap(main+0x64) [0x8066518] -> /lib/tls/libc.so.6(__libc_start_main+0xda) [0x6db78a] -> imap(__fxstat64+0x71) [0x8059605] Thanks, Wenjie
2005 Mar 17
1
icecast on an Intel XScale ARM processor
...l,--rpath -Wl,/video/buildoutput/lib /opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(*IND*+0x0): multiple definition of `__xstat64' /opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(.text+0x11250): first defined here /opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(*IND*+0x0): multiple definition of `__fxstat64' /opt/Embedix/tools/arm-linux/lib/ld-linux.so.2(.text+0x1142c): first defined here /opt/Embedix/tools/arm-linux/bin/ld: Error: _ashldi3.o uses hard floating point, whereas icecast uses soft floating point File format not recognized: failed to merge target specific data of file /opt/Embedix/tool...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...000 DF *UND* 0000000000000207 GLIBC_2.2.5 dlerror 0000000000000000 DF *UND* 0000000000000001 Base _ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEED2Ev 0000000000000000 DF *UND* 0000000000000450 GLIBC_2.3 realpath 0000000000000000 DF *UND* 0000000000000044 GLIBC_2.2.5 __fxstat64 0000000000000000 DF *UND* 0000000000000005 GLIBC_2.2.5 pclose 0000000000000000 DF *UND* 0000000000000025 GLIBC_2.2.5 personality 0000000000000000 DF *UND* 0000000000000006 Base _ZNSt3__119__shared_weak_count10__add_weakEv 0000000000000000 DF *UND* 0000000000000043 Bas...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++