First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 77955
Alias:
Product:
Component:
Status: RESOLVED
Resolution: INVALID
Assigned To: media-gfx herd <graphics@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Patrizio Bassi <hetfield666@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
config.log the configure log text/x-log Patrizio Bassi 2005-01-14 03:21 0000 41.98 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 77955 depends on: Show dependency tree
Show dependency graph
Bug 77955 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-14 03:19 0000
[...]
checking for freetype2... found version 9.7.3
checking for dot... yes
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking for Magick++... configure: error:
It appears that you don't have an installation of the ImageMagick Magick++ API.
ImageMagick is a collection of programs that read and write a large number of
bitmap file formats.  K-3D relies on ImageMagick in order to read and write
bitmap images for use as textures, so a working ImageMagick installation is
highly recommended.  In addition, you need the ImageMagick development libraries
and/or packages, including Magick++, a C++ API for ImageMagick.

If you wish to bypass this error message, re-run configure with the
--without-imagemagick option.  In this case you will not be able to load
images for use as textures.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/k3d-0.4.4.0/work/k3d-0.4.4.0/config.log

!!! ERROR: media-gfx/k3d-0.4.4.0 failed.
!!! Function econf, Line 483, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

------- Comment #1 From Patrizio Bassi 2005-01-14 03:21:08 0000 -------
Created an attachment (id=48446) [edit]
the configure log

the configure log

------- Comment #2 From Luca Barbato 2005-01-14 08:32:03 0000 -------
looks like that imagemagick is missing, added as dep now

------- Comment #3 From Patrizio Bassi 2005-01-14 09:34:05 0000 -------
i have it!

infact previous version installed properly

------- Comment #4 From Patrizio Bassi 2005-01-15 12:39:17 0000 -------
found the solution...configure checks for:

AC_MSG_CHECKING([for Magick++])
 if  Magick++-config --version >/dev/null 2>/dev/null; then
  AC_MSG_RESULT([found])
                K3D_IMAGEMAGICK_CPPFLAGS=`Magick++-config --cppflags`
                K3D_IMAGEMAGICK_CXXFLAGS=`Magick++-config --cxxflags`
                K3D_IMAGEMAGICK_LIBS=`Magick++-config --libs`
                K3D_IMAGEMAGICK_LDFLAGS=`Magick++-config --ldflags`
  K3D_IMAGEMAGICK_SUBDIR="imagemagick"
 else
....

so checks for Magic++-config

i installed imagemagik suite with a bugged gcc-config...
so i have:
i686-pc-linux-gnu-Magick++-config

that's why it doesn't compile.

i close this bug and mark as invalid.
sorry.

First Last Prev Next    No search results available      Search page      Enter new bug