Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507832 - media-gfx/blender-2.70a-r1 fails to build due to openmp function call
Summary: media-gfx/blender-2.70a-r1 fails to build due to openmp function call
Status: RESOLVED DUPLICATE of bug 507738
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 15:36 UTC by octoploid
Modified: 2014-04-16 23:13 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 octoploid 2014-04-16 15:36:24 UTC
With USE="-openmp" I get:
/var/tmp/portage/media-gfx/blender-2.70a-r1/work/blender-v2.70a/source/blender/editors/sculpt_paint/paint_cursor.c: In function ‘load_tex’:
/var/tmp/portage/media-gfx/blender-2.70a-r1/work/blender-v2.70a/source/blender/editors/sculpt_paint/paint_cursor.c:252:7: error: implicit declaration of function ‘omp_get_thr
ead_num’ [-Werror=implicit-function-declaration]
       paint_get_tex_pixel_col(mtex, x, y, rgba, pool, omp_get_thread_num());
       ^


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-16 23:13:57 UTC

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