Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#48837 closed defect (duplicate)

gdk-pixbuf2 configure error on Tiger - can't find glib

Reported by: gerzsonj@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: gdk-pixbuf2

Description

I want to install gtk3, but gdk-pixbuf2 crashes.

Attachments (2)

main.log (92.3 KB) - added by gerzsonj@… 9 years ago.
config.log (53.4 KB) - added by gerzsonj@… 9 years ago.

Download all attachments as: .zip

Change History (7)

Changed 9 years ago by gerzsonj@…

Attachment: main.log added

Changed 9 years ago by gerzsonj@…

Attachment: config.log added

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Keywords: glib2 removed

The reason given in the config.log is:

dyld: Library not loaded: /opt/local/lib/libffi.6.dylib
  Referenced from: /opt/local/lib/libgobject-2.0.0.dylib
  Reason: no suitable image found.  Did find:
        /opt/local/lib/libffi.6.dylib: incompatible cpu-subtype

What is the CPU of your computer?

What are the architectures of those two files? The following command will tell you:

lipo -info /opt/local/lib/libffi.6.dylib /opt/local/lib/libgobject-2.0.0.dylib
Last edited 9 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 in reply to:  1 Changed 9 years ago by gerzsonj@…

Replying to ryandesign@…:

What is the CPU of your computer?

What are the architectures of those two files? The following command will tell you:

lipo -info /opt/local/lib/libffi.6.dylib /opt/local/lib/libgobject-2.0.0.dylib

Here is the output:

Non-fat file: /opt/local/lib/libffi.6.dylib is architecture: ppc7400
Non-fat file: /opt/local/lib/libgobject-2.0.0.dylib is architecture: ppc

My machine is a Powerbook G3 Firewire, equipped with a ppc750 cpu.

Thanks!

Last edited 9 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 9 years ago by gerzsonj@…

If it's a problem, I don't know how could I compile apps before. Should I reinstall libffi?

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

Resolution: duplicate
Status: newclosed

Thanks. That confirms this is a duplicate of #47085.

comment:5 in reply to:  4 Changed 9 years ago by gerzsonj@…

Replying to ryandesign@…:

Thanks. That confirms this is a duplicate of #47085.

Many thanks!

Note: See TracTickets for help on using tickets.