Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583406 - dev-util/boost-build-1.61.0 Python.h: No such file or directory
Summary: dev-util/boost-build-1.61.0 Python.h: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 12:45 UTC by jospezial
Modified: 2016-05-18 12:57 UTC (History)
2 users (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 jospezial 2016-05-18 12:45:21 UTC
[ebuild  r  U  ]  dev-libs/boost-1.61.0:0/1.61.0::gentoo [1.60.0:0/1.60.0::gentoo] USE="icu nls python threads -context -debug -doc -mpi -static-libs -tools" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_4 python3_5" 0 KiB
[ebuild     U  ]   dev-util/boost-build-1.61.0::gentoo [1.60.0::gentoo] USE="python -examples {-test}" PYTHON_SINGLE_TARGET="python3_4%* -python2_7% -python3_5%" PYTHON_TARGETS="python2_7 python3_4%* python3_5%*" 0 KiB

./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root= -d+2 --with-python=//usr clean
./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root= -d+2 --with-python=//usr
[MKDIR] bin.linuxx86_64

    mkdir "bin.linuxx86_64"

[COMPILE] bin.linuxx86_64/b2

    "x86_64-pc-linux-gnu-gcc"   -o bin.linuxx86_64/b2 "-DNDEBUG" "-DOPT_HEADER_CACHE_EXT" "-DOPT_GRAPH_DEBUG_EXT" "-DOPT_SEMAPHORE" "-DOPT_AT_FILES" "-DOPT_DEBUG_PROFILE" "-DOPT_FIX_TARGET_VARIABLES_EXT" "-DOPT_IMPROVED_PATIENCE_EXT" "-DYYSTACKSIZE=5000" "-DHAVE_PYTHON" "-march=native" "-O2" "-pipe" "command.c" "compile.c" "constants.c" "debug.c" "execcmd.c" "frames.c" "function.c" "glob.c" "hash.c" "hcache.c" "headers.c" "hdrmacro.c" "jam.c" "jambase.c" "jamgram.c" "lists.c" "make.c" "make1.c" "mem.c" "object.c" "option.c" "output.c" "parse.c" "pathsys.c" "regexp.c" "rules.c" "scan.c" "search.c" "subst.c" "w32_getreg.c" "timestamp.c" "variable.c" "modules.c" "strings.c" "filesys.c" "builtins.c" "class.c" "cwd.c" "native.c" "md5.c" "modules/set.c" "modules/path.c" "modules/regex.c" "modules/property-set.c" "modules/sequence.c" "modules/order.c" "execunix.c" "fileunix.c" "pathunix.c" "-Wl,-O1" "-Wl,--as-needed"

In file included from command.c:17:0:
jam.h:22:20: fatal error: Python.h: No such file or directory
compilation terminated.
In file included from compile.c:23:0:
jam.h:22:20: fatal error: Python.h: No such file or directory
compilation terminated.
In file included from debug.c:8:0:
jam.h:22:20: fatal error: Python.h: No such file or directory
compilation terminated.


equery b Python.h
 * Searching for Python.h ... 
dev-lang/python-2.7.11-r2 (/usr/include/python2.7/Python.h)
dev-lang/python-3.4.3-r7 (/usr/include/python3.4m/Python.h)
dev-lang/python-3.5.1-r2 (/usr/include/python3.5m/Python.h)
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-05-18 12:57:36 UTC
commit 51c87724a8208bd891db27bb540f50a666297d35
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Wed May 18 14:57:04 2016

    dev-util/boost-build: Don't use python3 (bug #583406).
    
    Package-Manager: portage-2.2.28
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>