Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 36869

Summary: emerging net-snmp yields minor problems in configure
Product: Gentoo Linux Reporter: Blu3 <david+gentoo.org>
Component: New packagesAssignee: Max Kalika (RETIRED) <max>
Status: RESOLVED WONTFIX    
Severity: trivial CC: vapier
Priority: Low    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rpmio.h config.log with warning

Description Blu3 2003-12-30 21:20:02 UTC
checking rpmio.h usability... yes
checking rpmio.h presence... no
configure: WARNING: rpmio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: rpmio.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##
checking for rpmio.h... no
checking rpm/rpmio.h usability... yes
checking rpm/rpmio.h presence... yes
checking for rpm/rpmio.h... yes
Comment 1 SpanKY gentoo-dev 2003-12-30 21:24:16 UTC
please provide the config.log and `emerge info` ... otherwise we cant help
Comment 2 Blu3 2003-12-30 21:29:07 UTC
# emerge info
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031222-r0, 2.6.0)
=================================================================
System uname: 2.6.0 i686 Unknown CPU Type
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X X509 acpi acpi4linux alsa apache2 arts artswrappersuid avi bluetooth bonobo cdr crypt cups dga dnd dvd encode esd ethereal ffmpeg fftw flash flexresp foomaticdb freetype fs gd gdbm gif glut gphoto2 gpm gps gstreamer gtk gtk2 gtkhtml imagemagick imap imlib imlib2 jack jack-caps jack-tmpfs java javascript jpeg kde lcms libg++ libgda libwww lirc ltsp mad mbox mcal md5sum mdb memlimit mikmod mmx mng mpeg mpi msn ncurses nls nptl nvidia oav offensive oggvorbis openal opengl oss parse-clocks pcap pda pdflib perl php plotutils png pnp postgres ppds python quicktime readline samba scanner sdl slang slp snmp socks5 sox speex spell sse ssl t1lib tcltk tiff truetype type1 usb v4l x86 xine xinerama xml2 xmms xosd xv xvid yahoo zlib zvbi"

Comment 3 Blu3 2003-12-30 21:32:21 UTC
Created attachment 22895 [details]
rpmio.h config.log with warning

(emerge manually aborted shortly after rpmio.h for brevity)
Comment 4 Blu3 2003-12-30 21:34:41 UTC
Please keep in mind, this is just an aesthetic warning that I've passed onto the autoconf people.  The package will build and install.
Comment 5 SpanKY gentoo-dev 2003-12-30 21:37:54 UTC
for some reason it does the first half the test with -I/usr/include/rpm but not the second half ...

but then since it goes on to check for rpm/rpmio.h and that works just fine, the warning doesnt really matter ...

max: i'd say since it doesnt matter in the end, you could close this bug as WONTFIX ...
Comment 6 Max Kalika (RETIRED) gentoo-dev 2004-01-16 09:05:24 UTC
closing