New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24134 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: king.tobo@… Owned by: devans@…
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

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

Change History

Changed 3 years ago by king.tobo@…

comment:1 follow-up: ↓ 2 Changed 3 years ago by macsforever2000@…

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

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 3 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 3 years ago by macsforever2000@…

Then you likely will need to rebuild libxml2.

sudo port -f uninstall libxml2
sudo port install libxml2

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

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

comment:5 Changed 3 years ago by macsforever2000@…

  • Status changed from new to closed
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.