Opened 13 years ago

Closed 13 years ago

#27039 closed defect (worksforme)

ImageMagick +universal fails to find libgomp

Reported by: Russell-Jones-OxPhys (Russell Jones) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: ImageMagick

Description

sudo port selfupdate
sudo port clean ImageMagick
sudo port install ImageMagick 

+universal set in variants.conf

main.log attached

Attachments (1)

main-ImageMagick-28thOct2010.log (433.4 KB) - added by Russell-Jones-OxPhys (Russell Jones) 13 years ago.
main.log for failing +universal/10.6.4 build of ImageMagick

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by Russell-Jones-OxPhys (Russell Jones)

main.log for failing +universal/10.6.4 build of ImageMagick

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to ryandesign@…

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

ImageMagick +universal works fine here so something is different about your system.

From your log, I see during the configuration phase, it found a library called gomp:

:info:configure checking for GOMP_parallel_start in -lgomp... yes

But later in the build phase it couldn't find it anymore:

:info:build ld: ld: library not found for -lgomp
:info:build library not found for -lgomp

libgomp appears to be part of GCC and supplied with Xcode... Perhaps you could check if you have another copy of libgomp somewhere that might be interfering?

comment:3 Changed 13 years ago by Russell-Jones-OxPhys (Russell Jones)

Checking with the find command, it would seem the only files on the system with names of the form *gomp* are in /Developer/, /opt/local/, /usr/lib/gcc/ and /usr/llvm-gcc-4.2/lib/ , so nothing I've added bar macports and Xcode. Would you like a list of any of those?

Russell

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: ImageMagick +universal fails to build on 10.6.4ImageMagick +universal fails to find libgomp

Sorry for neglecting this ticket, but I'm still not sure what's going on. Do you still see this problem with ImageMagick 6.7.0-0? If so, please attach a new main.log of that. My ImageMagick log does not contain the string "gomp".

comment:5 Changed 13 years ago by Russell-Jones-OxPhys (Russell Jones)

Just tried it and it's building and installing fine now. Thanks for following this up.

comment:6 Changed 13 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

Closing as per comment:5.

Note: See TracTickets for help on using tickets.