Gentoo Archives: gentoo-dev

From: Alkis Evlogimenos <alkis_e@×××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] problems emerging xfsdump
Date: Fri, 27 Feb 2004 07:00:16
Message-Id: c1mork$69i$1@sea.gmane.org
1 >>> emerge (5 of 5) sys-fs/xfsdump-2.2.16 to /
2 >>> md5 src_uri ;-) xfsdump-2.2.16.src.tar.gz
3 >>> Unpacking source...
4 >>> Unpacking xfsdump-2.2.16.src.tar.gz
5 to /home/tmp/portage/xfsdump-2.2.16/work
6 >>> Source unpacked.
7 configure: WARNING: If you wanted to set the --build type, don't use --host.
8     If a cross compiler is detected then cross compile mode will be used.
9 checking for make... /usr/bin/make
10 checking for libtool... /usr/bin/libtool
11 checking for tar... /bin/tar
12 checking for gzip... /bin/gzip
13 checking for makedepend... /usr/X11R6/bin/makedepend
14 checking for awk... /bin/awk
15 checking for sed... /bin/sed
16 checking for echo... /bin/echo
17 checking for sort... /bin/sort
18 checking whether ln -s works... yes
19 checking for msgfmt... /usr/bin/msgfmt
20 checking for msgmerge... /usr/bin/msgmerge
21 checking for rpm... /bin/rpm
22 checking how to run the C preprocessor... gcc -E
23 checking for ANSI C header files... yes
24 checking for sys/types.h... no
25 checking for sys/stat.h... no
26 checking for stdlib.h... no
27 checking for string.h... no
28 checking for memory.h... no
29 checking for strings.h... no
30 checking for inttypes.h... no
31 checking for stdint.h... no
32 checking for unistd.h... no
33 checking uuid.h usability... no
34 checking uuid.h presence... no
35 checking for uuid.h... no
36 checking uuid/uuid.h usability... no
37 checking uuid/uuid.h presence... yes
38 configure: WARNING: uuid/uuid.h: present but cannot be compiled
39 configure: WARNING: uuid/uuid.h: check for missing prerequisite headers?
40 configure: WARNING: uuid/uuid.h: proceeding with the preprocessor's result
41 checking for uuid/uuid.h... yes
42 checking for uuid_compare... no
43 checking for uuid_compare in -luuid... yes
44 checking ncurses.h usability... no
45 checking ncurses.h presence... yes
46 configure: WARNING: ncurses.h: present but cannot be compiled
47 configure: WARNING: ncurses.h: check for missing prerequisite headers?
48 configure: WARNING: ncurses.h: proceeding with the preprocessor's result
49 checking for ncurses.h... yes
50 checking for initscr in -lncurses... yes
51 checking for bad glibc/ncurses header interaction... ok
52 checking xfs/libxfs.h usability... no
53 checking xfs/libxfs.h presence... no
54 checking for xfs/libxfs.h... no
55
56 FATAL ERROR: cannot find a valid <xfs/libxfs.h> header file.
57 Install or upgrade the XFS development package.
58 Alternatively, run "make install-dev" from the xfsprogs source.
59
60 !!! ERROR: sys-fs/xfsdump-2.2.16 failed.
61 !!! Function econf, Line 365, Exitcode 1
62 !!! econf failed
63
64 alkis@moro alkis $ ls /usr/include/xfs/libxfs.h
65 /usr/include/xfs/libxfs.h
66
67 I wonder where is this package looking for the header? Anyone experiencing
68 the same problems?
69
70 --
71
72 Alkis
73
74
75 --
76 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] problems emerging xfsdump Mike Frysinger <vapier@g.o>