|
|
1、emerge stardict的出错信息
- * Running eautoreconf in '/var/tmp/portage/app-dicts/stardict-3.0.0/work/stardict-3.0.0' ...
- * Running aclocal -I m4 ... [ ok ]
- * Running libtoolize --copy --force --automake ... [ ok ]
- * Running aclocal -I m4 ... [ ok ]
- * Running autoconf ... [ !! ]
- * Failed Running autoconf !
- *
- * Include in your bugreport the contents of:
- *
- * /var/tmp/portage/app-dicts/stardict-3.0.0/temp/autoconf-11433.out
- *
- * ERROR: app-dicts/stardict-3.0.0 failed.
- * Call stack:
- * ebuild.sh, line 1654: Called dyn_unpack
- * ebuild.sh, line 768: Called qa_call 'src_unpack'
- * ebuild.sh, line 44: Called src_unpack
- * stardict-3.0.0.ebuild, line 44: Called eautoreconf
- * autotools.eclass, line 95: Called eautoconf
- * autotools.eclass, line 165: Called autotools_run_tool 'autoconf'
- * autotools.eclass, line 218: Called die
- *
- * Failed Running autoconf !
- * 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/app-dicts/stardict-3.0.0/temp/build.log'.
复制代码
2、/var/tmp/portage/app-dicts/stardict-3.0.0/temp/autoconf-11433.out的内容
- ***** autoconf *****
- configure.in:217: error: possibly undefined macro: AM_GCONF_SOURCE_2
- If this token and others are legitimate, please use m4_pattern_allow.
- See the Autoconf documentation.
复制代码
3、emerge --info
- Portage 2.1.3.7 (default-linux/amd64/2007.0, gcc-4.2.0, glibc-2.6.1-r0, 2.6.22-gentoo-r4 x86_64)
- =================================================================
- System uname: 2.6.22-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 2800+
- Gentoo Base System release 1.12.10
- Timestamp of tree: Wed, 29 Aug 2007 23:30:01 +0000
- ccache version 2.4 [enabled]
- app-shells/bash: 3.2_p17-r1
- dev-lang/python: 2.5.1-r2
- dev-python/pycrypto: 2.0.1-r6
- dev-util/ccache: 2.4-r7
- sys-apps/baselayout: 1.12.10-r4
- sys-apps/sandbox: 1.2.18.1
- sys-devel/autoconf: 2.13, 2.61-r1
- sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
- sys-devel/binutils: 2.18
- sys-devel/gcc-config: 1.4.0-r1
- sys-devel/libtool: 1.5.24
- virtual/os-headers: 2.6.22-r2
- ACCEPT_KEYWORDS="amd64 ~amd64"
- CBUILD="x86_64-pc-linux-gnu"
- CFLAGS="-O3 -pipe -march=athlon64"
- 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/gconf /etc/revdep-rebuild /etc/terminfo"
- CXXFLAGS="-O3 -pipe -march=athlon64"
- DISTDIR="/usr/portage/distfiles"
- FEATURES="ccache distlocks metadata-transfer nodoc parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
- GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
- LC_ALL="zh_CN.UTF-8"
- LDFLAGS="-Wl,-O1"
- LINGUAS="zh_CN zh"
- 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 --filter=H_**/files/digest-*"
- PORTAGE_TMPDIR="/var/tmp"
- PORTDIR="/usr/portage"
- PORTDIR_OVERLAY="/usr/portage/local/layman/gentoo-china"
- SYNC="rsync://rsync.gentoo.org/gentoo-portage"
- USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 amuled arts bash-completion berkdb bitmap-fonts cjk cli console cracklib crypt dbus dri dts dv dvdr dvdread encode esd fbcon fortran gdbm gif gtk hal iconv immqt-bc irc isdnlog joystick jpeg kde kdeenablefinal kdehiddenvisibility mad midi mikmod mmx mp2 mp3 msn mudflap musepack ncurses nls nowin nptl nptlonly ogg opengl openmp oss pam pcre pdf perl pic png posix pppd pvr python qq qt qt-static qt3 quicktime readline reflection session spl sql sse sse2 ssl svg tcpd teamarena theora tiff truetype-fonts type1-fonts unicode userlocales v4l v4l2 vorbis xorg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="mouse keyboard joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN zh" USERLAND="GNU" VIDEO_CARDS="nvidia"
- Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
复制代码 |
|