| Summary: | emerging media-gfx/blender-2.49a fails: unrecognized command line option "-fopenmp" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christian Weiske <cweiske> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2008.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I have the exact same error with a different (the currently stable? version):
scons: Building targets ...
Compiling ==> 'SND_DummyDevice.cpp'
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
cc1plus: error: unrecognized command line option "-fopenmp"
cc1plus: error: unrecognized command line option "-fopenmp"
cc1plus: error: unrecognized command line option "-fopenmp"
Compiling ==> 'SND_SoundObject.cpp'
scons: *** [/var/tmp/portage/media-gfx/blender-2.48a-r3/work/build/linux2/intern/SoundSystem/dummy/SND_DummyDevice.o] Error 1
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
cc1plus: error: unrecognized command line option "-fopenmp"
cc1plus: error: unrecognized command line option "-fopenmp"
cc1plus: error: unrecognized command line option "-fopenmp"
scons: *** [/var/tmp/portage/media-gfx/blender-2.48a-r3/work/build/linux2/intern/SoundSystem/intern/SND_SoundObject.o] Error 1
scons: building terminated because of errors.
*
* ERROR: media-gfx/blender-2.48a-r3 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3123: Called die
* The specific snippet of code:
* scons ${MAKEOPTS/-l[0-9]} || die "!!! Please add ${S}/scons.config when filing bugs reports to bugs.gentoo.org";
* The die message:
* !!! Please add /var/tmp/portage/media-gfx/blender-2.48a-r3/work/blender-2.48a/scons.config when filing bugs reports to bugs.gentoo.org
*
* 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-gfx/blender-2.48a-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-gfx/blender-2.48a-r3/temp/environment'.
*
The following file does not exist on my system.
/var/tmp/portage/media-gfx/blender-2.48a-r3/work/blender-2.48a/scons.config
Same as bug: http://bugs.gentoo.org/show_bug.cgi?id=253094 *** This bug has been marked as a duplicate of bug 253094 *** |
Emerging blender fails because of: scons: done reading SConscript files. scons: Building targets ... Compiling ==> 'SND_DummyDevice.cpp' cc1plus: error: unrecognized command line option "-fopenmp" cc1plus: error: unrecognized command line option "-fopenmp" cc1plus: error: unrecognized command line option "-fopenmp" scons: *** [/mnt/temporary/var-tmp/portage/media-gfx/blender-2.49a/work/build/linux2/intern/SoundSystem/dummy/SND_DummyDevice.o] Error 1 It tells me to add scons.config to the bug report, but I fail because I don't find it (also path missing): * The specific snippet of code: * scons ${MAKEOPTS/-l[0-9]} || die '!!! Please add "${S}/scons.config" when filing bugs reports \ * to bugs.gentoo.org'; * The die message: * !!! Please add "${S}/scons.config" when filing bugs reports \ * to bugs.gentoo.org Reproducible: Always