I tried to emerge the latest version (non live svn) of linuxdcpp and it claims that pkg-config cannot be found and scons dies. I've updated to the latest scons version.Unmerged scons, remerged.. same results. Reproducible: Always Steps to Reproduce: 1.sudo emerge -av linuxdcpp 2.watch config 3.see Checking for pkg-config... no Actual Results: Checking for g++ >= 3.4...(cached) yes Checking for pkg-config... no pkg-config not found. !!! ERROR: net-p2p/linuxdcpp-20070210 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3032: Called src_compile linuxdcpp-20070210.ebuild, line 28: Called die !!! scons failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/net-p2p/linuxdcpp-20070210/temp/build.log'. Expected Results: linuxdcpp should have been merged, Portage 2.1.2-r10 (default-linux/amd64/2006.0, gcc-4.1.1/amd64-vanilla, glibc-2.5-r0, 2.6.19-gentoo-r4 x86_64) ================================================================= System uname: 2.6.19-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 4000+ Gentoo Base System version 1.12.8 Timestamp of tree: Tue, 20 Feb 2007 09:50:01 +0000 app-admin/eselect-compiler: 2.0.0_rc2-r1 dev-java/java-config: 1.3.7, 2.0.30 dev-lang/python: 2.4.4 dev-python/pycrypto: 2.0.1-r5 sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.19.2 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=k8 -ftracer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -pipe -march=k8 -ftracer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://mirror.cc.vt.edu/pub/gentoo-portage/ http://gentoo.mirrors.pair.com/ http://www.gtlib.gatech.edu/pub/gentoo http://distro.ibiblio.org/pub/linux/distributions/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/webapps-experimental /usr/portage/local/layman/sunrise /usr/portage/local/layman/musicbrainz /usr/portage/local/layman/xeffects /usr/portage/local/layman/java-migration-packages /usr/portage/local/layman/mine" SYNC="rsync://mirror.cc.vt.edu/gentoo-portage" USE="X aac alias alsa amd64 apache2 arts audiofile autoreplace bash-completion berkdb bitmap-fonts bzip2 cdr cli connectionstatus contactnotes cracklib crypt cups dlloader dri dvd dvdread eds emboss encode ffmpeg firefox flac foomaticdb fortran gif gpm groupwise gstreamer gtk gtk2 highlight history iconv ieee1394 imagemagick imlib ipv6 irc isdnlog jack jingle jpeg kde ldap lirc logitech-mouse lzw lzw-tiff mad midi mjpeg mono moodbar mp3 mpeg mplayer musicbrainz mysql ncurses network nls nowlistening nptl nptlonly ogg opengl pam pcre perl png posix pppd python qt qt3 qt4 rar rdesktop readline reflection samba sametime sdl session sms spell spl ssl statistics tcpd texteffect tiff truetype truetype-fonts type1-fonts unicode usb vorbis webpresence win32codec x264 xcomposite xorg xpm xv xvid yahoo zlib" ALSA_CARDS="emu10k1 ca0106" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIRC_DEVICES="hauppauge" USERLAND="GNU" VIDEO_CARDS="nv nvidia vesa dri" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Try and emerge dev-util/pkgconfig and then retry.
(In reply to comment #1) > Try and emerge dev-util/pkgconfig and then retry. > Correct, added dev-util/pkgconfig to DEPEND, sync in two hours and it should pull pkgconfig as a dep and should work.