pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/40514: "gegl" package doesn't build under Mac OS X



>Number:         40514
>Category:       pkg
>Synopsis:       "gegl" package doesn't build under Mac OS X
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 29 13:25:00 +0000 2009
>Originator:     Matthias Scheler
>Release:        Darwin 9.6.0
>Organization:
Matthias Scheler                                  http://zhadum.org.uk/
>Environment:
System: Darwin excalibur.zhadum.org.uk 9.6.0 Darwin Kernel Version 9.6.0: Mon 
Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC Power Macintosh
Architecture: Power Macintosh
Machine: powerpc
>Description:
The build of the "gegl" package dies under Mac OS X:

===> Building for gegl-0.0.22
[...]
creating hello-world
Making all in docs
Making all in gallery
Making all in data
gnumake[4]: Nothing to be done for `all'.
--[Updating sample compositions]--
./OpenRaster-00.xml
** Message: Module 
'../../operations/affine/.libs/affine.so.dSYM/Contents/Resources/DWARF/affine.so'
 load error: 
dlopen(../../operations/affine/.libs/affine.so.dSYM/Contents/Resources/DWARF/affine.so,
 10): no suitable image found.  Did find:
        
../../operations/affine/.libs/affine.so.dSYM/Contents/Resources/DWARF/affine.so:
 can't map
** Message: Module 
'../../operations/common/.libs/bilateral-filter.so.dSYM/Contents/Resources/DWARF/bilateral-filter.so'
 load error: 
dlopen(../../operations/common/.libs/bilateral-filter.so.dSYM/Contents/Resources/DWARF/bilateral-filter.so,
 10): no suitable image found.  Did find:
        
../../operations/common/.libs/bilateral-filter.so.dSYM/Contents/Resources/DWARF/bilateral-filter.so:
 can't map
** Message: Module 
'../../operations/common/.libs/box-blur.so.dSYM/Contents/Resources/DWARF/box-blur.so'
 load error: 
dlopen(../../operations/common/.libs/box-blur.so.dSYM/Contents/Resources/DWARF/box-blur.so,
 10): no suitable image found.  Did find:
        
../../operations/common/.libs/box-blur.so.dSYM/Contents/Resources/DWARF/box-blur.so:
 can't map
** Message: Module 
'../../operations/common/.libs/brightness-contrast.so.dSYM/Contents/Resources/DWARF/brightness-contrast.so'
 load error: 
dlopen(../../operations/common/.libs/brightness-contrast.so.dSYM/Contents/Resources/DWARF/brightness-contrast.so,
 10): no suitable image found.  Did find:
        
../../operations/common/.libs/brightness-contrast.so.dSYM/Contents/Resources/DWARF/brightness-contrast.so:
 can't map
** Message: Module 
'../../operations/common/.libs/c2g.so.dSYM/Contents/Resources/DWARF/c2g.so' 
load error: 
dlopen(../../operations/common/.libs/c2g.so.dSYM/Contents/Resources/DWARF/c2g.so,
 10): no suitable image found.  Did find:
[...]
        
../../operations/generated/.libs/svg-multiply.so.dSYM/Contents/Resources/DWARF/svg-multiply.so:
 can't map
** Message: Module 
'../../operations/generated/.libs/xor.so.dSYM/Contents/Resources/DWARF/xor.so' 
load error: 
dlopen(../../operations/generated/.libs/xor.so.dSYM/Contents/Resources/DWARF/xor.so,
 10): no suitable image found.  Did find:
        
../../operations/generated/.libs/xor.so.dSYM/Contents/Resources/DWARF/xor.so: 
can't map
gnumake[5]: *** [clones.png] Error 255

The problem seems to be that it tries to load shared libraries or objects
out of the build directory to build the documentation. This does however
not work quite right under Mac OS X. It is probaby caused by incorrect
usage of "libtool" or by not setting "DYLD_LIBRARY_PATH".

Note: This breaks the build of the "gimp" package under Mac OS X.
>How-To-Repeat:
cd graphics/gegl
bmake

>Fix:
None provided.



Home | Main Index | Thread Index | Old Index