search for: posix_typ

Displaying 20 results from an estimated 38 matches for "posix_typ".

Did you mean: posix_type
2009 Mar 17
2
DAHDI or Zaptel doesn't compile against 1.4.24
...ry operator before token "(" In file included from include/linux/kernel.h:11, from /usr/src/dahdi-linux-2.1.0.4/drivers/dahdi/dahdi-base.c:40: include/linux/linkage.h:4:25: error: asm/linkage.h: Aucun fichier ou r?pertoire de ce type In file included from include/linux/posix_types.h:47, from include/linux/types.h:14, from include/linux/kernel.h:13, from /usr/src/dahdi-linux-2.1.0.4/drivers/dahdi/dahdi-base.c:40: /usr/lib/gcc/i486-linux-gnu/4.1.2/include/asm/posix_types.h:13:22: error: features.h: Aucun fichier ou r?pe...
2006 Jan 21
2
Xen kernel compilation fails - no such file or directory features.h (but its there)
...''ve also tried gcc-4.0. Obviously I''m missing something obvious, any help would be appreciated. Thanks muchly. Joel exec debian/rules DEBIAN_REVISION=2.6.12.6-xen-smbfs-10.00.Custom APPEND_TO_VERSION=.6-xen-smbfs KPKG_ARCH=xen kernel_image In file included from include/linux/posix_types.h:47, from include/linux/types.h:13, from include/linux/capability.h:16, from include/linux/sched.h:7, from arch/i386/kernel/asm-offsets.c:7: /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/include/asm/posix_types.h:13:22: features.h: No s...
2007 Jul 05
1
[BUG] Choice between compile errors
...low for the possible outcomes: ----------------------- KLIBCCC usr/klibc/vsnprintf.o In file included from usr/include/sys/types.h:15, from usr/include/unistd.h:11, from usr/include/stdio.h:11, from usr/klibc/vsnprintf.c:13: linux/include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from usr/include/unistd.h:11, from usr/include/stdio.h:11, from usr/klibc/vsnprintf.c:13: usr/include/sys/types.h:16:23: asm/types.h: No such file or directory ----------------------- KLI...
2005 Aug 16
1
CentOS 4.1 x86_64 compiler segfaults
...s make[1]: Entering directory `/usr/src/kernels/2.6.9-11.EL-x86_64' CC [M] /tmp/bristuff-0.2.0-RC8n/qozap/qozap.o In file included from include/linux/types.h:13, from include/linux/kernel.h:13, from /tmp/bristuff-0.2.0-RC8n/qozap/qozap.c:13: include/linux/posix_types.h:41: internal compiler error: Segmentation fault The 'funny' thing is that the problem is in different modules for each program like: /usr/include/stdlib.h:757: internal compiler error: Segmentation fault include/linux/posix_types.h:41: internal compiler error: Segmentation /usr/inc...
2006 Oct 21
1
zaptel 1.2.10 make problem
...from /root/vici/zaptel-1.2.10/zaptel.c:43: include/linux/linkage.h:5:25: error: asm/linkage.h: No such file or directory In file included from include/linux/types.h:13, from include/linux/kernel.h:13, from /root/vici/zaptel-1.2.10/zaptel.c:43: include/linux/posix_types.h:47:29: error: asm/posix_types.h: No such file or directory In file included from include/linux/kernel.h:13, from /root/vici/zaptel-1.2.10/zaptel.c:43: include/linux/types.h:14:23: error: asm/types.h: No such file or directory In file included from include/linux/kernel.h:13,...
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:
2006 May 07
3
Troubleshooting "too many open files'
Hi, Besides file-max and file-nr is there anywhere else I should be looking to solve a C program giving me 'too many open files' problem? (centos 3.4) While the program is complaining here were the values file-max 209632 file-nr 3655 258 209632 lsof | wc -l around 7000 during and about 1111 less after I closed the application. Any ideas? thx
2004 Sep 02
1
__kernel_timer_t missing
Peter, typedef __kernel_timer_t timer_t will fail with Arjans glibc headers, they do not define __kernel_timer_t in asm/posix_types.h. All archs supported by Linux have typedef int __kernel_timer_t. Can we just get rid of the __kernel_timer_t? --- klibc-0.171/klibc/include/sys/types.h.orig 2004-06-08 07:32:48.000000000 +0200 +++ klibc-0.171/klibc/include/sys/types.h 2004-09-02 15:14:04.495486895 +0200 @@ -28,7 +28,7...
2005 Mar 11
1
select.h not working on ia64
__FD_SET, __FD_CLR, __FD_ISSET, __FD_ZERO are inside of __KERNEL__ in: include/asm-ia64/posix_types.h and therefore not available. I've added stuff like this to our code: #ifndef __FD_SET #define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d)) #endif but it would be nice if this can be solved in klibc. Thanks, Kay
2005 Mar 04
0
Error compiling madwifi for CentOS-4
...No such file or directory In file included from include/linux/types.h:13, from include/linux/capability.h:16, from include/linux/sched.h:7, from include/linux/module.h:10, from /usr/src/madwifi/ath_hal/ah_osdep.c:46: include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from include/linux/capability.h:16, from include/linux/sched.h:7, from include/linux/module.h:10, from /usr/src/madwifi/ath_hal/ah_osdep.c:46: include/linux/types.h:14:23: asm...
2008 Dec 29
1
klibc broken on ppc with linux-2.6.27 and workaround
...CCC usr/klibc/__static_init.o KLIBCCC usr/klibc/vsnprintf.o In file included from usr/klibc/../include/sys/types.h:15, from usr/klibc/../include/unistd.h:11, from usr/klibc/../include/stdio.h:11, from usr/klibc/vsnprintf.c:13: linux/include/linux/posix_types.h:47:29: error: asm/posix_types.h: No such file or directory In file included from usr/klibc/../include/unistd.h:11, from usr/klibc/../include/stdio.h:11, from usr/klibc/vsnprintf.c:13: usr/klibc/../include/sys/types.h:16:23: error: asm/types.h: No such file or d...
2005 Sep 23
1
ztdummy compile again
...ux/kernel.h:11, from /usr/src/zaptel/zaptel.c:42: include/linux/linkage.h:5:25: asm/linkage.h: No such file or directory In file included from include/linux/types.h:13, from include/linux/kernel.h:13, from /usr/src/zaptel/zaptel.c:42: include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from include/linux/kernel.h:13, from /usr/src/zaptel/zaptel.c:42: include/linux/types.h:14:23: asm/types.h: No such file or directory In file included from include/linux/kernel.h:13, from /us...
2009 Sep 15
1
[PATCH] add linux' arch/$ARCH/include to search path From: Marc Kleine-Budde <mkl@pengutronix.de> Date: Mon, 5 Jan 2009 17:46:47 +0100
...parameter -c -o usr/klibc/vsnprintf.o usr/klibc/vsnprintf.c In file included from usr/klibc/../include/sys/types.h:15, from usr/klibc/../include/unistd.h:11, from usr/klibc/../include/stdio.h:11, from usr/klibc/vsnprintf.c:13: linux/include/linux/posix_types.h:47:29: error: asm/posix_types.h: No such file or directory In file included from usr/klibc/../include/unistd.h:11, from usr/klibc/../include/stdio.h:11, from usr/klibc/vsnprintf.c:13: usr/klibc/../include/sys/types.h:16:23: error: asm/types.h: No such file or d...
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
...m /root/asterisk/divas4linux-melware-3.0.e-106.622-1/kernel26/kernelcapi/kcapi.h:13, from /root/asterisk/divas4linux-melware-3.0.e-106.622-1/kernel26/kernelcapi/kcapi.c:15: include/linux/linkage.h:5:25: asm/linkage.h: No such file or directory In file included from include/linux/posix_types.h:47, from include/linux/types.h:13, from include/linux/kernel.h:13, from /root/asterisk/divas4linux-melware-3.0.e-106.622-1/kernel26/kernelcapi/kcapi.h:13, from /root/asterisk/divas4linux-melware-3.0.e-106.622-1/kernel26/k...
2018 Nov 05
2
[Bug 1289] New: iptables build fails with kernel 4.20-rc1 - gnu_inline attributes
...m /home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel-next/linux-4.20-rc1/include/uapi/linux/stddef.h:2, from /home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel-next/linux-4.20-rc1/include/uapi/linux/posix_types.h:5, from /home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel-next/iptables-1.8.1/include/linux/types.h:8, from /home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.0-devel-next/iptables-1.8...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...+++ include/uapi/asm-generic/mman-common.h | 6 +++--- include/uapi/asm-generic/mman.h | 6 +++--- include/uapi/asm-generic/msgbuf.h | 6 +++--- include/uapi/asm-generic/param.h | 6 +++--- include/uapi/asm-generic/poll.h | 6 +++--- include/uapi/asm-generic/posix_types.h | 6 +++--- include/uapi/asm-generic/sembuf.h | 6 +++--- include/uapi/asm-generic/setup.h | 6 +++--- include/uapi/asm-generic/shmbuf.h | 6 +++--- include/uapi/asm-generic/shmparam.h | 6 +++--- include/uapi/asm-generic/signal-defs.h | 6 +++--- include/ua...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...+++ include/uapi/asm-generic/mman-common.h | 6 +++--- include/uapi/asm-generic/mman.h | 6 +++--- include/uapi/asm-generic/msgbuf.h | 6 +++--- include/uapi/asm-generic/param.h | 6 +++--- include/uapi/asm-generic/poll.h | 6 +++--- include/uapi/asm-generic/posix_types.h | 6 +++--- include/uapi/asm-generic/sembuf.h | 6 +++--- include/uapi/asm-generic/setup.h | 6 +++--- include/uapi/asm-generic/shmbuf.h | 6 +++--- include/uapi/asm-generic/shmparam.h | 6 +++--- include/uapi/asm-generic/signal-defs.h | 6 +++--- include/ua...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...+++ include/uapi/asm-generic/mman-common.h | 6 +++--- include/uapi/asm-generic/mman.h | 6 +++--- include/uapi/asm-generic/msgbuf.h | 6 +++--- include/uapi/asm-generic/param.h | 6 +++--- include/uapi/asm-generic/poll.h | 6 +++--- include/uapi/asm-generic/posix_types.h | 6 +++--- include/uapi/asm-generic/sembuf.h | 6 +++--- include/uapi/asm-generic/setup.h | 6 +++--- include/uapi/asm-generic/shmbuf.h | 6 +++--- include/uapi/asm-generic/shmparam.h | 6 +++--- include/uapi/asm-generic/signal-defs.h | 6 +++--- include/ua...
2004 Nov 29
2
Compiling zaptel 1.0.2 on Fedora Core
...from /usr/home/bwright/zaptel-1.0.2/zaptel.c:42: include/linux/linkage.h:5:25: asm/linkage.h: No such file or directory In file included from include/linux/types.h:13, from include/linux/kernel.h:13, from /usr/home/bwright/zaptel-1.0.2/zaptel.c:42: include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from include/linux/kernel.h:13, from /usr/home/bwright/zaptel-1.0.2/zaptel.c:42: include/linux/types.h:14:23: asm/types.h: No such file or directory In file included from include/linux/kernel.h:13,...
2007 Jul 31
0
Zaptel compiling broken: error: conflicting types for '__kernel_dev_t'
...-DSTANDALONE_ZAPATA -DBUILDING_TONEZONE -DHOTPLUG_FIRMWARE -I. -O4 -g -Wall -DBUILDING_TONEZONE -o zonedata.lo zonedata.c In file included from zaptel.h:31, from tonezone.h:27, from zonedata.c:26: /usr/include/linux/types.h:18: error: conflicting types for '__kernel_dev_t' /usr/include/asm/posix_types.h:10: error: previous declaration of '__kernel_dev_t' was here /usr/include/linux/types.h:30: error: syntax error before "timer_t" /usr/include/linux/types.h:31: error: syntax error before "clockid_t" make: *** [zonedata.lo] Error 1 my environment: CenOS 4.2, gcc-3.4....