Summary: | sys-fs/xfsprogs-3.0.3 - ../libxfs/.libs/libxfs.so: undefined reference to `S_ISREG' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Marcin Mirosław <bug> |
Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Marcin Mirosław
2010-12-14 10:33:33 UTC
Created attachment 257112 [details]
build.log
The interesting part is higher: xfs_ialloc.c: In function 'xfs_ialloc_ag_select': xfs_ialloc.c:487:2: warning: implicit declaration of function 'S_ISDIR' xfs_ialloc.c:487:2: warning: implicit declaration of function 'S_ISREG' xfs_ialloc.c:487:2: warning: implicit declaration of function 'S_ISLNK' which is odd, as that file does include sys/stat.h, which does define those macros (at least for glibc-2.11.2-r3). Probably problem appears if glibc has USE="glibc-omitfp" and probably when fomit-frame-pointer is in CFLAGS 9while glibc was compiled). But i'm still investigating. no interest in backporting fixes |