Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Can't emerge SphinxTrain. Reproducible: Always Steps to Reproduce: Actual Results: gcc -I../../../include -march=athlon-xp -O2 -pipe -Wall -c quit.c -o obj.i686-pc-linux-gnu/quit.o phone_word_io.c:74: error: conflicting types for 'malloc' phone_word_io.c:74: error: conflicting types for 'malloc' make[3]: *** [obj.i686-pc-linux-gnu/phone_word_io.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [.make_build_dirs] Error 2 make[1]: *** [.make_build_dirs] Error 2 make: *** [.make_build_dirs] Error 2 !!! ERROR: app-accessibility/SphinxTrain-0.9.1-r1 failed. !!! Function src_compile, Line 556, Exitcode 2 Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r1, 2.6.91 i686) ================================================================= System uname: 2.6.91 i686 AMD Athlon(tm) XP 2000+ Gentoo Base System version 1.6.10 Python: dev-lang/python-2.2.3-r1,dev-lang/python-2.3.5 [2.3.5 (#1, Mar 26 2005, 14:23:01)] dev-lang/python: 2.2.3-r1, 2.3.5 sys-apps/sandbox: [Not Present] sys-devel/autoconf: 2.59-r6, 2.13 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5 sys-devel/binutils: 2.15.92.0.2-r7 sys-devel/libtool: 1.5.14 virtual/os-headers: 2.6.8.1-r1 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-xp -O2 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=athlon-xp -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://public.planetmirror.com/pub/gentoo http://gentoo.oregonstate.edu http://www.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.au.gentoo.org/gentoo-portage" USE="x86 X alsa apm avi berkdb bitmap-fonts bonobo bzlib cdr crypt cscope cups curl emboss encode esd fam flac foomaticdb fortran gd gdbm gif gpm gtk gtk2 guile imagemagick imlib ipv6 jack java jpeg libg++ libwww mad mikmod motif mozilla mp3 mpeg ncurses nls ogg oggvorbis opengl pam pdflib perl png python quicktime readline real samba sdl slang spell ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts vorbis xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Created an attachment (id=63707) [details] stdlib.h defines malloc, no need to import it by hand. Why on earth do they declare malloc? stdlib.h does that magic for you.
*** This bug has been marked as a duplicate of 73586 ***