Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74856 - imagemagick-6.1.6.0 compiles and works on ppc-macos
Summary: imagemagick-6.1.6.0 compiles and works on ppc-macos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords: InVCS
: 83884 90083 (view as bug list)
Depends on: 103269
Blocks:
  Show dependency tree
 
Reported: 2004-12-18 11:21 UTC by Andreas Schwarz
Modified: 2006-04-12 10:52 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 Andreas Schwarz 2004-12-18 11:21:19 UTC
Built with the following USE flags:
USE="png X xml2"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kito (RETIRED) gentoo-dev 2005-03-04 13:36:47 UTC
*** Bug 83884 has been marked as a duplicate of this bug. ***
Comment 2 Lina Pezzella (RETIRED) gentoo-dev 2005-04-23 10:49:06 UTC
*** Bug 90083 has been marked as a duplicate of this bug. ***
Comment 3 Lina Pezzella (RETIRED) gentoo-dev 2005-04-23 10:52:00 UTC
libfpx is a USE enabled dependency of imagemagick. It is the last dependency we need before getting
this package working. It dies as follows:

 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../basics -I../fpx -I../ole -I../ri_image -I../jpeg -I../oless -I../oless/h -D_UNIX -fast -fPIC -mcpu=7450 -pipe -MT djpeg.lo -MD -MP -MF .deps/djpeg.Tpo -c djpeg.c -o djpeg.o >/dev/null 2>&1
 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DWORDS_BIGENDIAN=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../basics -I../fpx -I../ole -I../ri_image -I../jpeg -I../oless -I../oless/h -D_UNIX -fast -fPIC -mcpu=7450 -pipe -MT dllmain.lo -MD -MP -MF .deps/dllmain.Tpo -c dllmain.c  -fno-common -DPIC -o .libs/dllmain.o
dllmain.c:7:21: windows.h: No such file or directory
dllmain.c:10: error: parse error before "PASCAL"
dllmain.c:11: error: parse error before "hInstance"
dllmain.c:20: error: parse error before "PASCAL"
make[1]: *** [dllmain.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all-recursive] Error 1

!!! ERROR: media-libs/libfpx-1.2.0.9 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message.

A quick find in /var/tmp/portage yields nothing for dllmain, although by the sound of that file, we
don't want to be compiling that.
Comment 4 Fabian Groffen gentoo-dev 2005-08-21 06:48:47 UTC
media-libs/libwmf-0.2.8 is required for USE flag wmf
Comment 5 Fabian Groffen gentoo-dev 2005-08-21 11:19:38 UTC
libwmf-0.2.8.3-r1 in CVS as ~ppc-macos

this bug is now blocked by bug #103269 on libfpx
Comment 6 Fabian Groffen gentoo-dev 2006-01-14 05:03:12 UTC
keyworded 6.2.5.5, use-masked fpx.

pdf2html depends on imagemagick, and was already keyworded.