Opened 14 years ago

Closed 14 years ago

#24134 closed defect (worksforme)

gnome-keyring-2.26.3 fails to build with libxml2-2.7.7

Reported by: king.tobo@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: gnome-keyring

Description

gnome-keyring won't build. This is the part of the log that seemed relevant, but I've attached the whole thing since I don't know enough to be sure.

dyld: lazy symbol binding failed: Symbol not found: _gzopen64
  Referenced from: /opt/local/lib/libxml2.2.dylib
  Expected in: /opt/local/lib/libz.1.dylib

dyld: Symbol not found: _gzopen64
  Referenced from: /opt/local/lib/libxml2.2.dylib
  Expected in: /opt/local/lib/libz.1.dylib

dyld: lazy symbol binding failed: Symbol not found: _gzopen64
  Referenced from: /opt/local/lib/libxml2.2.dylib
  Expected in: /opt/local/lib/libz.1.dylib

dyld: Symbol not found: _gzopen64
  Referenced from: /opt/local/lib/libxml2.2.dylib
  Expected in: /opt/local/lib/libz.1.dylib

Traceback (most recent call last):
  File "/opt/local/bin/gtk-builder-convert", line 782, in <module>
    sys.exit(main(sys.argv))
  File "/opt/local/bin/gtk-builder-convert", line 772, in main
    xml = _indent(conv.to_xml()).decode()
  File "/opt/local/bin/gtk-builder-convert", line 735, in _indent
('Wrote', 'gcr-import-dialog.ui')
    s.stdin.write(output)

Attachments (1)

gnome-keyring.txt.bz2 (12.4 KB) - added by king.tobo@… 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by king.tobo@…

Attachment: gnome-keyring.txt.bz2 added

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: gnome-keyring libxml2 removed
Owner: changed from macports-tickets@… to devans@…

What is the output of the following?

port installed zlib libxml2

This may be another victim of #24067.

comment:2 in reply to:  1 Changed 14 years ago by king.tobo@…

Replying to macsforever2000@…:

I've actually switched back to a previous version of zlib to get past an earlier error with gnome-vfs related to the bug you mention.

macbook:~ logan$ port installed zlib libxml2
The following ports are currently installed:
  libxml2 @2.7.7_0 (active)
  zlib @1.2.3_4 (active)
  zlib @1.2.4_0

comment:3 Changed 14 years ago by mf2k (Frank Schima)

Then you likely will need to rebuild libxml2.

sudo port -f uninstall libxml2
sudo port install libxml2

comment:4 Changed 14 years ago by king.tobo@…

That fixed it. Thanks and sorry for filing the unnecessary bug.

comment:5 Changed 14 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.