Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508550 - media-gfx/blender-2.70 USE=nls is broken because directory structure changed
Summary: media-gfx/blender-2.70 USE=nls is broken because directory structure changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 19:32 UTC by Jura
Modified: 2014-04-30 14:13 UTC (History)
3 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 Jura 2014-04-23 19:32:02 UTC
Please add INTERNATIONAL useflag to be programa was with internationalization support.

Reproducible: Always

Steps to Reproduce:
1.emerge -av blender
2.configure: WITH_INTERNATIONAL         OFF
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-24 01:03:54 UTC
grep INTERNATIONAL *.ebuild
blender-2.66-r1.ebuild:         $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.67b-r1.ebuild:                $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.68a.ebuild:           $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.68.ebuild:            $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.69.ebuild:            $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.69-r1.ebuild:         $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.70a.ebuild:           $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.70a-r1.ebuild:                $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.70.ebuild:            $(cmake-utils_use_with nls INTERNATIONAL)
blender-2.70-r1.ebuild:         $(cmake-utils_use_with nls INTERNATIONAL)


USE=nls ...
Comment 2 Jura 2014-04-24 03:30:14 UTC
I emerge blender with nls:

# emerge -av blender

These are the packages that would be merged, in order:

Calculating dependencies        ... done!
[ebuild   R    ] media-gfx/blender-2.70a-r1  USE="boost bullet dds elbeem ffmpeg game-engine nls openal openexr openmp opennl player sdl sse sse2 tiff -collada -colorio -cycles -debug -doc -fftw -jack -jpeg2k -ndof -openimageio -redcode -sndfile" PYTHON_SINGLE_TARGET="python3_4 -python3_3" PYTHON_TARGETS="python3_3 python3_4" 0 kB


but no INTERNATIONAL enabled:

* Blender Configuration *

  Build Options:
   * WITH_GAMEENGINE            ON
   * WITH_PLAYER                ON
   * WITH_BULLET                ON
   * WITH_IK_SOLVER             ON
   * WITH_IK_ITASC              ON
   * WITH_OPENCOLLADA           OFF
   * WITH_FFTW3                 OFF
   * WITH_INTERNATIONAL         OFF
   * WITH_INPUT_NDOF            OFF
   * WITH_CYCLES                OFF
   * WITH_FREESTYLE             ON
   * WITH_OPENCOLORIO           OFF

  Compiler Options:
   * WITH_BUILDINFO             ON
   * WITH_OPENMP                ON
   * WITH_RAYOPTIMIZATION       ON

  System Options:
   * WITH_INSTALL_PORTABLE      OFF
   * WITH_X11_XF86VMODE         ON
   * WITH_X11_XINPUT            ON
   * WITH_MEM_JEMALLOC          OFF
   * WITH_MEM_VALGRIND          OFF
   * WITH_SYSTEM_GLEW           ON
   * WITH_SYSTEM_OPENJPEG       ON

  Image Formats:
   * WITH_OPENIMAGEIO           OFF
   * WITH_IMAGE_CINEON          ON
   * WITH_IMAGE_DDS             ON
   * WITH_IMAGE_HDR             ON
   * WITH_IMAGE_OPENEXR         ON
   * WITH_IMAGE_OPENJPEG        OFF
   * WITH_IMAGE_REDCODE         OFF
   * WITH_IMAGE_TIFF            ON

  Audio:
   * WITH_OPENAL                ON
   * WITH_SDL                   ON
   * WITH_JACK                  OFF
   * WITH_JACK_DYNLOAD          OFF
   * WITH_CODEC_AVI             ON
   * WITH_CODEC_FFMPEG          ON
   * WITH_CODEC_SNDFILE         OFF

  Compression:
   * WITH_LZMA                  ON
   * WITH_LZO                   ON

  Python:
   * WITH_PYTHON_INSTALL        OFF
   * WITH_PYTHON_INSTALL_NUMPY  OFF
   * WITH_PYTHON_MODULE         OFF
   * WITH_PYTHON_SAFETY         OFF

  Modifiers:
   * WITH_MOD_BOOLEAN           ON
   * WITH_MOD_REMESH            ON
   * WITH_MOD_FLUID             ON
   * WITH_MOD_OCEANSIM          OFF

  Other:
   * WITH_OPENNL                ON


-- <<< Gentoo configuration >>>
Comment 3 Julian Ospald 2014-04-24 11:34:49 UTC
the directory structure changed and broke our nls USE flag


+*blender-2.70a-r2 (24 Apr 2014)
+
+  24 Apr 2014; Julian Ospald <hasufell@gentoo.org> -blender-2.70a.ebuild,
+  -blender-2.70a-r1.ebuild, +blender-2.70a-r2.ebuild:
+  fix nls USE flag wrt #508550