Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204899 - media-libs/freetype-2.3.5-r2 ebuild will not build.
Summary: media-libs/freetype-2.3.5-r2 ebuild will not build.
Status: VERIFIED DUPLICATE of bug 204894
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 13:06 UTC by Cory Hardman
Modified: 2008-01-08 21:49 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 Cory Hardman 2008-01-08 13:06:50 UTC
Emerging media-libs/freetype-2.3.5-r2 errors out while compiling. 

Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/freetype-2.3.5-r2


Actual Results:  
make: *** [/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/objs/ftbase.lo] Error 1
make: *** Waiting for unfinished jobs....
 gcc -pedantic -ansi -I/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/objs -I./builds/unix -I/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/include -c -Wall -O2 -march=i686 -pipe -fno-strict-aliasing -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/src/base /var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/src/base/fttype1.c  -fPIC -DPIC -o /var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/objs/.libs/fttype1.o
 gcc -pedantic -ansi -I/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/objs -I./builds/unix -I/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/include -c -Wall -O2 -march=i686 -pipe -fno-strict-aliasing -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" -I/var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/src/base /var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/src/base/fttype1.c -o /var/tmp/portage/media-libs/freetype-2.3.5-r2/work/freetype-2.3.5/objs/fttype1.o >/dev/null 2>&1
 *
 * ERROR: media-libs/freetype-2.3.5-r2 failed.
 * Call stack:
 *                  ebuild.sh, line 1701:  Called dyn_compile
 *                  ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                  ebuild.sh, line   44:  Called src_compile
 *   freetype-2.3.5-r2.ebuild, line   84:  Called die
 * The specific snippet of code:
 *      emake || die "emake failed"
 *  The die message:
 *   emake 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/media-libs/freetype-2.3.5-r2/temp/build.log'.
 *


Expected Results:  
it should have installed
Comment 1 Stian Skjelstad 2008-01-08 18:21:39 UTC
Could you provide the acual error-message? The errors happens somewhere before "Error 1"   (can be several lines before)

also, the output from    emerge --info   is nice to have
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-01-08 21:49:25 UTC

*** This bug has been marked as a duplicate of bug 204894 ***