similar to: [LLVMdev] [compiler-rt] Problem with asm/stat.h on openSUSE PPC64

Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] [compiler-rt] Problem with asm/stat.h on openSUSE PPC64"

2013 Nov 21
0
[LLVMdev] [compiler-rt] Problem with asm/stat.h on openSUSE PPC64
+eugenis (we are dealing with it: primarily we are trying to get hold of some PPC machine to verify our fix) On Thu, Nov 21, 2013 at 12:53 PM, İsmail Dönmez <ismail at donmez.ws> wrote: > Hi, > > This I believe is a bug in kernel headers on openSUSE PPC64 but maybe > there is some workaround. > > compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc >
2013 Nov 21
1
[LLVMdev] [compiler-rt] Problem with asm/stat.h on openSUSE PPC64
On Thu, Nov 21, 2013 at 10:59 AM, Kostya Serebryany <kcc at google.com> wrote: > +eugenis > (we are dealing with it: primarily we are trying to get hold of some PPC > machine to verify our fix) > > I have a PPC64 machine handy and can test a patch. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Dec 16
1
compile errors with rsync 2.5.0 for RedHat linux 7.1 alpha
Hi, Trying to compile rsync 2.5.0 for RedHat linux 7.1 alpha but I get compile errors. :-( Any ideas would be greatly appreciated! # uname -a Linux myhost 2.4.9-12 #1 Tue Oct 30 18:12:52 EST 2001 alpha unknown # cat /etc/redhat-release Red Hat Linux release 7.1 (Seawolf) # ./configure --prefix=/usr/local/rsync-2.5.0 configure: Configuring rsync 2.5.0 checking build system type...
2002 Feb 06
1
2.5.2 will not compile
Trying to compile rsync 2.5.2 after "./configure --prefix=/usr" I get the following make errors: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from rsync.c:23: rsync.h:339: warning: no semicolon at end of struct or union rsync.h:339: parse error before `inode' rsync.h:341: parse error before `dev' rsync.h:341: warning: type
2008 May 31
3
types.h:52: error: conflicting types for &#8216; ino_t&#8217;
hello cant to build wine-1.0-rc2 log: Code: make[2]: Entering directory `/usr/local/src/wine-1.0-rc2/dlls/winex11.drv' gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/asm-i386 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o bitblt.o bitblt.c gcc -m32 -c -I. -I. -I../../include
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
Hi Armin! I have problems on debian sarge with standard 2.6.8-2-386 kernel. I've installed the packages: kernel-headers-2.6.8-2 kernel-headers-2.6.8-2-386 kernel-image-2.6.8-2-386 kernel-kbuild-2.6-3 kernel-source-2.6.8 Then I unpacked the kernel sources into /usr/src/kernel-source-2.6.8 and made a symlink from /usr/src/linux --> kernel-source-2.6.8 Then I entered
2005 Dec 28
0
[patch] sparc64 fix stat()
From: Jurij Smakov <jurij@wooyd.org> I've investigated the sparc stat() klibc problem a bit and found that the definition of 'struct stat' in klibc's include/arch/sparc64/archstat.h is (most probably) incorrect. I've written a simple test case using stat() function and then looked at preprocessed source, which includes the 'struct stat' definition (from glibc
2015 Mar 09
5
[LLVMdev] Build failure with compiler-rt on trunk under linux
I've been building clang on linux for a couple of years now, contributing to the testing on Ubuntu, but this one has me stumped: fatal error: 'asm/socket.h' file not found #include <asm/socket.h> [1556/4006] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o FAILED:
2005 Sep 23
1
ztdummy compile again
Hi, I'm still strugling with getting an easy to use conference system implemented. I did have app_conference running, but today I upgraded asterisk to 1.0.9 and it stopped working. I've tried following the instructions for compiling app_conference on 1.0.7 but it didn't work. So I went back to ztdummy (I've not had any luck getting this to compile on FC2). Anyhoo, I've
2006 Jan 21
2
Xen kernel compilation fails - no such file or directory features.h (but its there)
Hello, The 2.6.12-xenU kernel does not seem to have smbfs support. I couldn''t find the config files for it so maybe I''m missing something obvious, but I read that you need to compile your own kernel to get smbfs support. I''m trying to follow the guide at http://www.debian-administration.org/articles/320 I''ve done exactly as the guide says, except
2006 Jun 26
0
[klibc 32/43] ppc64 support for klibc
The parts of klibc specific to the ppc64 architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 6db62c809bf46ac8a9f743513384d29fd339f877 tree e4850136d00d6b9fc1d5fb7eae9a329ac79947e1 parent a82c9b6e9b3428bae592241d1ac276054bc46fc5 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:40 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2016 Jan 06
0
[klibc:master] ppc64: fix struct stat
Commit-ID: ce358438679db7488f36706feaf64d6d5ab84ad6 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=ce358438679db7488f36706feaf64d6d5ab84ad6 Author: Aurelien Jarno <aurelien at aurel32.net> AuthorDate: Wed, 6 Jan 2016 00:44:16 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:45:55 -0800 [klibc] ppc64: fix struct stat
2013 Nov 11
5
[PATCH V2 0/3] Introduce arm64 support
Hello, Here is V2 of the arm64 support for klibc patch set. Notable changes since the original series: * fp regs dropped from setjmp/longjmp * chmod, lstat and stat re-implemented with *at functions. * open64 merged into open. As with the original, this series is to be applied against the latest klibc, just after 25a66fa README.klibc: update build information V2 has been tested on x86_64
2013 Nov 08
9
[PATCH 0/3] Introduce arm64 support
Hello, This series introduces arm64 support to klibc. I've rebased the work from Neil Williams and Anil Singhar into the following three patches. Most of the code changes are due to new syscall implementations being needed for arm64 as a only a minimal set of syscalls are defined in the arm64 kernel. This series is to be applied against the latest klibc, just after 25a66fa README.klibc:
2007 Apr 18
1
Linux Equivalent of SetFilePerm() api
Hi everyone, We are trying to port our own windows application to SUSE linux.Our application uses SetFilePerm() api defined in commondll.dll.We would like to know whether there is a linux equivalent of windows commondll.dll in wine... If not then what could be the possible alternative to make this api function exactly as it does in windows. Waiting for an early reply, Thanks and Regards,
2003 Nov 14
1
Rsync 2.5.6 - Configure problem on HP-UX 11.i
Hello, I received the following socket error when I try to run 'configure' on a new HP-UX 11.i server. (It works fine of HP-UX 11.0) Can anyone help with this error? checking for struct stat.st_rdev... yes checking for ino_t... yes checking for socklen_t... no checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t
2015 Oct 05
0
COMPILATION ERROR dev_t, into_t , no_tetc
Hi, I have software in CentOS6, it is compiling very well. I decided to put the same software into CentOS7 but i am having this compilation errors below: In file included from /opt/TAFC/R14.1/include/jsystem.h:106:0, from BASIC_2.c:6: /opt/TAFC/R14.1/include/jedi.h:534:2: error: unknown type name ?ino_t? ino_t ino; // The i-node number of a file ^
2002 Jan 27
1
Makefile.in (install-strip) problem & 2.5.2 build error
Hi, 1. "make install-strip" (in rsync-2.5.x) tries to strip the manpages and thus fails; attached is a patch fixing the Makefile logic (and also adding DESTDIR -- convenient for package-building or test-installing). 2. I just fetched rsync-2.5.2 but the build (on i686-linux) badly fails. The complete log from configure and make is attached. regards Peter Breitenlohner
2002 Oct 07
1
building problem with rsync up to 2.5.5
Heya All, Im having difficulties compiling rsync. when i run 'make' the build errors out on me. I run configure without any fancy options. The same goes for the make command. I have had this error, or a similar one since version 2.5.1 op to at least v2.5.5 I am using "-O3 -mcpu=i686 -march=i686" as additional compiler flags, however removing them does not make difference.
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
Hi Paul, your suggestion about batch.c got by the compiler without a peep and it got much farther along again with complaint from cc until.... [root@hyperion: rsync-2.5.4]#CC=cc; export CC; ./configure configure: Configuring rsync 2.5.4 checking build system type... alphaev5-dec-osf5.1 checking host system type... alphaev5-dec-osf5.1 checking target system type... alphaev5-dec-osf5.1 checking for