Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210044 - dev-util/boost-build-1.34.1 doesn't compile
Summary: dev-util/boost-build-1.34.1 doesn't compile
Status: RESOLVED DUPLICATE of bug 210029
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 20:26 UTC by Marcus
Modified: 2008-02-13 20:27 UTC (History)
0 users

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 Marcus 2008-02-13 20:26:07 UTC
Trying to upgrade boost-build to 1.34.1 I have get this error:
 *
 * ERROR: dev-util/boost-build-1.34.1 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
 *   boost-build-1.34.1.ebuild, line   63:  Called die
 * The specific snippet of code:
 *      LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
 *  The die message:
 *   building bjam failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/home/porttemp/portage/dev-util/boost-build-1.34.1/temp/build.log'.
 *

 * Messages for package dev-util/boost-build-1.34.1:

 *
 * ERROR: dev-util/boost-build-1.34.1 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
 *   boost-build-1.34.1.ebuild, line   63:  Called die
 * The specific snippet of code:
 *      LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
 *  The die message:
 *   building bjam failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/home/porttemp/portage/dev-util/boost-build-1.34.1/temp/build.log'.
 *


My make.conf is the next:


CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
# This should not be changed unless you know exactly what you are doing.  You
# should probably be using a different stage, instead.
CHOST="i686-pc-linux-gnu"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo"
VIDEO_CARDS="i810"
AUDIO_CARDS="hda-intel"
INPUT_DEVICES="keyboard mouse synaptics"
MAKEOPTS="-j2"
USE="accessibility dri tiff bash-completion X -gnome kde opengl alsa -arts cups gtk qt3 qt4 cdr dvd dvdr dvdread jpeg png gif imlib usb java ss
l unicode truetype nls directfb alsa mp3 vorbis ppds a52 hal ntfs wxwindows acpi lame xvid divx samba fbcondecor gpm mng png truetype libwww cu
rl xcomposite zip ipod mp4"
CACHE_SIZE="2G"
LINGUAS="ca es"
PORTAGE_TMPDIR="/home/porttemp"

I hope this help

Reproducible: Always

Steps to Reproduce:
1.emerge --upgrade --dep --ask world
or
1.emerge boost-build
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-13 20:27:51 UTC

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