With the threading library switch on 7.0-CURRENT libqt-mt.so is linking against libthr.so.3. The "shared" Opera version is linking against libpthread.so.2. Consequently, it crashes on startup. Port maintainer (freebsd-maintainer@opera.com) is cc'd. Generated with FreeBSD Port Tools 0.77 Fix: Revert back to the static Opera build on 7.x for now. How-To-Repeat: Install up-to-date CURRENT snapshot, install Opera, run ldd(1) against the opera binary.
State Changed From-To: open->feedback Awaiting maintainers feedback
Yep, looks like a good idea until we have a native FreeBSD 7 build. Thanks, Arjan van Leeuwen Opera Software ASA -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
rafan 2007-07-02 17:03:49 UTC FreeBSD ports repository Modified files: www/opera Makefile Log: - Unbreak on -current by switching back to static linked version. This is due to our version bump on threading libraries. PR: ports/114149 Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> Approved by: Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer) Revision Changes Path 1.61 +3 -1 ports/www/opera/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!