Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21139 - Autoconf warning in gnome-utils-2.2.2
Summary: Autoconf warning in gnome-utils-2.2.2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 21116 37435 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-16 20:16 UTC by Dice Random
Modified: 2004-01-06 17:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dice Random 2003-05-16 20:16:05 UTC
While the ./configure for gnome-utils-2.2.2 was running I noticed this scroll 
by:

--SNIP--
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking for ext2fs_mkdir in -lext2fs... yes
checking ext2fs/ext2_io.h usability... no
checking ext2fs/ext2_io.h presence... yes
configure: WARNING: ext2fs/ext2_io.h: present but cannot be compiled
configure: WARNING: ext2fs/ext2_io.h: check for missing prerequisite headers?
configure: WARNING: ext2fs/ext2_io.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##
checking for ext2fs/ext2_io.h... yes
configure: checking "location of ncurses.h file"...
Found ncurses on /usr/include/ncurses.h
checking for ncurses version... 5.3
checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
checking locale.h usability... yes
--SNIP--

I'm running autoconf-2.57-r1, kernel 2.5.69-mm3 and /usr/src/linux is linked to 
/usr/src/linux-2.5.69-mm3

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-05-17 07:08:45 UTC
i believe that is normal because you're not supposed to include ext2_io.h directly . there is nothing to worry about because further up it already confirms that you have ext2 support and it works. 

the correct way is supposed to include <ext2fs/ext2fs.h>

but i'll double check that with gnome anyway
Comment 2 foser (RETIRED) gentoo-dev 2003-05-17 11:19:18 UTC
*** Bug 21116 has been marked as a duplicate of this bug. ***
Comment 3 foser (RETIRED) gentoo-dev 2003-05-17 11:22:26 UTC
these sort of messages are usually due to some missing include during a test or similar. As long as they're not fatal it's nothing to worry about.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-01-06 17:02:58 UTC
*** Bug 37435 has been marked as a duplicate of this bug. ***