Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error al compilar enblend
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Warper
n00b
n00b


Joined: 22 Feb 2005
Posts: 11

PostPosted: Wed Jul 20, 2016 9:03 pm    Post subject: Error al compilar enblend Reply with quote

Hola:
Tengo un problema al compilar enblend (es una dependencia de Hugim, que es lo que realmente quiero compilar). Entiendo que no encuentra el ejecutable "mogrify" que es un componente de imagemagick, pero está instalado, porque de hecho lo uso para enfocar mis fotografías.

El problema es:
Code:

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

Calculating dependencies... done!
[ebuild  N    #] media-gfx/enblend-4.1.3-r1::gentoo  USE="gpu openmp -debug -doc -image-cache" 0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-gfx/enblend-4.1.3-r1::gentoo
>>> Failed to emerge media-gfx/enblend-4.1.3-r1, Log file:
>>>  '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.39, 0.54, 0.34
 * Package:    media-gfx/enblend-4.1.3-r1
 * Repository: gentoo
 * Maintainer: graphics@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc gpu kernel_linux openmp userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking enblend-enfuse-4.1.3.tar.gz to /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work
>>> Source unpacked in /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work
>>> Preparing source in /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3 ...
 * Applying enblend-4.1.3-vigra_check.patch ...
 [ ok ]
 * Applying enblend-4.1.3-texinfo-5-upstream.patch ...
 [ ok ]
 * Applying enblend-4.1.3-texinfo-5-more.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS_RELEASE= -DENABLE_DMALLOC=OFF -DDOC=OFF -DENABLE_IMAGECACHE=OFF -DENABLE_openmp=ON -DENABLE_OPENMP=ON -DENABLE_Openmp=ON -DENABLE_gpu=ON -DENABLE_GPU=ON -DENABLE_Gpu=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build/gentoo_toolchain.cmake  /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- found hugin modules directory in /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3/CMakeModules
-- Extracted enblend version = 4.1.3
-- Found TIFF: /usr/include
-- Found Perl: /usr/bin/perl (found version "5.24.0")
CMake Warning (dev) at /usr/share/cmake/Modules/FindImageMagick.cmake:98 (find_package):
  File /usr/share/cmake/Modules/FindImageMagick.cmake includes
  /var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3/CMakeModules/FindPkgConfig.cmake
  (found via CMAKE_MODULE_PATH) which shadows
  /usr/share/cmake/Modules/FindPkgConfig.cmake.  This may cause errors later
  on .

  Policy CMP0017 is not set: Prefer files from the CMake module directory
  when including from there.  Run "cmake --help-policy CMP0017" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  CMakeLists.txt:188 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find ImageMagick (missing: ImageMagick_mogrify_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindImageMagick.cmake:268 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:188 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build/CMakeFiles/CMakeOutput.log".
 * ERROR: media-gfx/enblend-4.1.3-r1::gentoo failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 2909:  Called cmake-utils_src_configure
 *   environment, line  791:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  288:  Called enable_cmake-utils_src_configure
 *   environment, line 1131:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 *
 * If you need support, post the output of `emerge --info '=media-gfx/enblend-4.1.3-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/enblend-4.1.3-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build'
 * S: '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3'

 * Messages for package media-gfx/enblend-4.1.3-r1:

 * ERROR: media-gfx/enblend-4.1.3-r1::gentoo failed (configure phase):
 *   cmake failed
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 2909:  Called cmake-utils_src_configure
 *   environment, line  791:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  288:  Called enable_cmake-utils_src_configure
 *   environment, line 1131:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 *
 * If you need support, post the output of `emerge --info '=media-gfx/enblend-4.1.3-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/enblend-4.1.3-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-4.1.3_build'
 * S: '/var/tmp/portage/media-gfx/enblend-4.1.3-r1/work/enblend-enfuse-4.1.3'


Si se os ocurre como solucionarlo...

Muchas gracias
Back to top
View user's profile Send private message
cameta
Veteran
Veteran


Joined: 04 Aug 2004
Posts: 1320

PostPosted: Wed Jul 27, 2016 7:23 am    Post subject: Reply with quote

Hola,
prueba a hacer esto:
perl-cleaner --reallyall
Ese programa usa perl y podría estar "roto" debido a una actualización.
También puedes intentar actualizar el sistema.

Code:
emerge --sync
emerge --update --newuse --deep --with-bdeps=y  @world   
emerge  --depclean
revdep-rebuild


Otra posibilidad es que te hayas encontrado con un bug.
_________________
Si algo falla LEE el jodido manual, Si sigue fallando LEE BIEN el jodido manual.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum