| Summary: | dev-python/tagpy-0.94.8-r1 - In file included from src/wrapper/basics.cpp:34:0: src/wrapper/common.hpp:24:28: fatal error: boost/python.hpp: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tman <cornicx> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pyxlcy |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
/var/log/portage/dev-python:tagpy-0.94.8-r1:20120327-061815.log
/var/log/portage/dev-python:tagpy-0.94.8-r1:20120328-235505.log |
||
|
Description
tman
2012-03-26 21:35:36 UTC
1. You failed to build media-gfx/blender-9999, not dev-python/tagpy-0.94.8-r1; 2. When you chose 9999 version you should be prepared to face problems; 3. Looks like you provided a part of the build log which does not contain the actual error message. Please attach the full build log. Created attachment 306871 [details] /var/log/portage/dev-python:tagpy-0.94.8-r1:20120327-061815.log oh i am sorry here is the log. i posted the wrong log. [[32;01m * ^[[39;49;00mUSE: amd64 elibc_glibc kernel_linux multilib userland_GNU ^[[32;01m * ^[[39;49;00mFEATURES: preserve-libs sandbox >>> Unpacking source... >>> Unpacking tagpy-0.94.8.tar.gz to /var/tmp/portage/dev-python/tagpy-0.94.8-r1/work >>> Source unpacked in /var/tmp/portage/dev-python/tagpy-0.94.8-r1/work >>> Preparing source in /var/tmp/portage/dev-python/tagpy-0.94.8-r1/work/tagpy-0.94.8 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/tagpy-0.94.8-r1/work/tagpy-0.94.8 ... * Configuration of dev-python/tagpy-0.94.8-r1 with CPython 2.7... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/tagpy-0.94.8-r1/work/tagpy-0.94.8 ... * Building of dev-python/tagpy-0.94.8-r1 with CPython 2.7... python2.7 setup.py build -b build running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/tagpy copying tagpy/__init__.py -> build/lib.linux-x86_64-2.7/tagpy copying tagpy/mpeg.py -> build/lib.linux-x86_64-2.7/tagpy copying tagpy/flac.py -> build/lib.linux-x86_64-2.7/tagpy copying tagpy/ape.py -> build/lib.linux-x86_64-2.7/tagpy copying tagpy/id3v1.py -> build/lib.linux-x86_64-2.7/tagpy copying tagpy/id3v2.py -> build/lib.linux-x86_64-2.7/tagpy copying tagpy/mpc.py -> build/lib.linux-x86_64-2.7/tagpy creating build/lib.linux-x86_64-2.7/tagpy/ogg copying tagpy/ogg/vorbis.py -> build/lib.linux-x86_64-2.7/tagpy/ogg copying tagpy/ogg/__init__.py -> build/lib.linux-x86_64-2.7/tagpy/ogg copying tagpy/ogg/flac.py -> build/lib.linux-x86_64-2.7/tagpy/ogg warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_tagpy' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src creating build/temp.linux-x86_64-2.7/src/wrapper x86_64-pc-linux-gnu-g++ -pthread -march=core2 -O2 -pipe -fPIC -I/usr/include/taglib -I/usr/include/python2.7 -c src/wrapper/basics.cpp -o build/temp.linux-x86_64-2.7/src/wrapper/basics.o In file included from src/wrapper/basics.cpp:34:0: src/wrapper/common.hpp:24:28: fatal error: boost/python.hpp: No such file or directory compilation terminated. error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1 ^[[31;01m*^[[0m ERROR: dev-python/tagpy-0.94.8-r1 failed (compile phase): (In reply to comment #2) > Created attachment 306871 [details] > /var/log/portage/dev-python:tagpy-0.94.8-r1:20120327-061815.log > > oh i am sorry here is the log. i posted the wrong log. That's why you shouldn't paste anything into comments at all, but attach the entire files. Please post your `eselect boost list' output in a comment. Created attachment 307033 [details]
/var/log/portage/dev-python:tagpy-0.94.8-r1:20120328-235505.log
# eselect boost list
Available boost versions:
[1] boost-1.48/default
(In reply to comment #4) > # eselect boost list > Available boost versions: > [1] boost-1.48/default Please try running "eselect boost set 1" . hmm this helped. it compiled now fine. thanks you for the advice. |