Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91957 - ncpufreqd-1.7 failes with configure error at emerge time
Summary: ncpufreqd-1.7 failes with configure error at emerge time
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-08 18:29 UTC by alex f
Modified: 2005-05-12 08:17 UTC (History)
1 user (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 alex f 2005-05-08 18:29:10 UTC
# emerge ncpufreqd 
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-power/ncpufreqd-1.7 to /
>>> md5 files   ;-) ncpufreqd-1.7.ebuild
>>> md5 files   ;-) files/digest-ncpufreqd-1.7
>>> md5 src_uri ;-) ncpufreqd-1.7.tar.bz2
>>> Unpacking source...
>>> Unpacking ncpufreqd-1.7.tar.bz2 to /var/tmp/portage/ncpufreqd-1.7/work
>>> Source unpacked.
This is configure-ng-2.32
Python version => 2.1... ok: 2.3.5
Host name: tosh
Performing base tests:
        checking for gcc... ok: /usr/bin/ccache
        checking for rm... ok: /bin/rm
        checking for mkdir... ok: /bin/mkdir
        checking for install... ok: /bin/install
        checking for strip... ok: /usr/i686-pc-linux-gnu/binutils-bin/2.15.92.0.2/strip
        checking for stdio.h... failed
 *** Compiler failed to preprocess file which includes stdio.h
 *** Consult documentation for required packages

!!! ERROR: sys-power/ncpufreqd-1.7 failed.
!!! Function src_compile, Line 18, Exitcode 1
!!! could not configure

# emerge info
Portage 2.0.51.21-r1 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0, 2.6.11-gentoo-r7 i686)
=================================================================
System uname: 2.6.11-gentoo-r7 i686 Intel(R) Pentium(R) M processor 1.50GHz
Gentoo Base System version 1.6.11
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.5-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_DE@euro"
LINGUAS="de de-DE"
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="x86 X X509 a52 aac acpi alsa artworkextra avi bash-completion berkdb bitmap-fonts cdr crypt cups curl dhcp directfb divx4linux dmx dvb dvd dvdr dvdread dvi eds emboss encode ethereal evo faad fbcon flac font-server foomaticdb gdbm gif glitz gmail gnome gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal howl icu imap imlib ipv6 java jce jpeg kdeenablefinal kdexdeltas libcaca libg++ libwww mad maildir matroska mbox mikmod mime mmap mmx mmx2 mng mono motif mozilla moznocompose moznoirc moznomail mozsvg mp3 mpeg ncurses network nls nntp noantlr nobcel nobeanutils nobsh nocommonslogging nocommonsnet nojdepend nojsch nojython nolog4j nooro noregexp norhino noxalan noxerces nptl nptlonly objc ogg oggvorbis opengl pcre pdflib perl pic png pnp python quicktime readline real rtc ruby samba sdl skey softmmu speex spell sqlite sse sse2 ssl svg svga symlink tcpd theora threads tiff truetype truetype-fonts trusted type1-fonts ucs2 unicode vorbis xml2 xv xvid zlib video_cards_radeon linguas_de linguas_de-DE userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 1 Henrik Brix Andersen 2005-05-09 06:48:32 UTC
Adding author to CC:
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-05-09 07:47:13 UTC
>         checking for gcc... ok: /usr/bin/ccache

That's quite interesting. ccache doesn't like to be used as preprocesor only. As quick fix: try disabling ccache. I'll look into ccache problem.
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2005-05-10 03:39:58 UTC
Version 1.8 is out - it fixes compilation errors and features more verbose error messages and small updates all over. birx - could You bump the version in portage? Ebuild is identical.
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2005-05-11 06:16:05 UTC
OK, i'll take it up.
Comment 5 Karol Wojtaszek (RETIRED) gentoo-dev 2005-05-12 08:17:25 UTC
Bumped in portage, thanks for help.