All of lore.kernel.org
 help / color / mirror / Atom feed
* falloc.h missing: util-linux-ng-2.17 build fails against 2.6.24
@ 2010-09-27 15:15 Thilo Fromm
  2010-09-27 15:23 ` [PATCH] Add falloc.h to the exported kernel header files Thilo Fromm
  0 siblings, 1 reply; 15+ messages in thread
From: Thilo Fromm @ 2010-09-27 15:15 UTC (permalink / raw)
  To: openembedded-devel

Hello *.*,

When building the latest trunk against kernel 2.6.24 the build fails for 
at least util-linux-ng-2.17 because the kernel header file "falloc.h" is 
not present:

|
| fallocate.c:40:54: error: linux/falloc.h: No such file or directory
| fallocate.c: In function 'main':
| fallocate.c:132: error: 'FALLOC_FL_KEEP_SIZE' undeclared (first use in 
this function)
| fallocate.c:132: error: (Each undeclared identifier is reported only once
| fallocate.c:132: error: for each function it appears in.)
| make[2]: *** [fallocate.o] Error 1
| make[2]: *** Waiting for unfinished jobs....


This happens because linux-libc-headers for 2.6.24 does not provide 
falloc.h - although it's present in the kernel it is not exported during 
make headers_install.

Regards,
Thilo

-- 
Dipl.-Ing (FH) Thilo Fromm, MSc., Embedded Systems Developer
DResearch Digital Media Systems GmbH
Otto-Schmirgal-Str. 3, D-10319 Berlin, Germany
Tel: +49 (30) 515 932 228   mailto:t.fromm@dresearch.de
Fax: +49 (30) 515 932 77    http://www.dresearch.de
Amtsgericht: Berlin Charlottenburg, HRB:54412
Ust.-IDNr. DE169013825; WEEE Reg.-Nr. DE 85995642
Geschäftsführer: Dr. M. Weber, W. Mögle



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-10-01  7:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 15:15 falloc.h missing: util-linux-ng-2.17 build fails against 2.6.24 Thilo Fromm
2010-09-27 15:23 ` [PATCH] Add falloc.h to the exported kernel header files Thilo Fromm
2010-09-29  9:27   ` Steffen Sledz
2010-09-29 13:08   ` Paul Menzel
2010-09-29 15:31     ` Thilo Fromm
2010-09-29 22:06       ` Paul Menzel
2010-09-29 15:43     ` [PATCH v2] linux-libc-headers (2.6.24): Add falloc.h to kernel exported headers Thilo Fromm
2010-09-30  8:54       ` Steffen Sledz
2010-09-30  9:16       ` Paul Menzel
2010-09-30 10:50         ` Thilo Fromm
2010-09-30 12:40         ` [PATCH v3] linux-libc-headers_2.6.24: " Thilo Fromm
2010-09-30 13:14           ` Paul Menzel
2010-09-30 14:09             ` Thilo Fromm
2010-09-30 14:36               ` Paul Menzel
2010-10-01  7:07                 ` [PATCH v4] " Thilo Fromm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.