From owner-freebsd-gecko@FreeBSD.ORG Sun Jun 12 07:56:51 2011 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3710E106564A for ; Sun, 12 Jun 2011 07:56:51 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from ex-vmail03.lnh.mail.rcn.net (vmail03.lnh.mail.rcn.net [207.172.157.113]) by mx1.freebsd.org (Postfix) with ESMTP id DFB0D8FC0A for ; Sun, 12 Jun 2011 07:56:50 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 12 Jun 2011 03:56:50 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AXV27867; Sun, 12 Jun 2011 03:56:49 -0400 Received-SPF: None identity=pra; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="mi+thun@aldan.algebra.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.61.133; receiver=smtp01.lnh.mail.rcn.net; envelope-from="mi+thun@aldan.algebra.com"; x-sender="postmaster@[192.168.1.8]"; x-conformance=sidf_compatible X-Auth-ID: anat Received: from 209-6-61-133.c3-0.sbo-ubr1.sbo.ma.cable.rcn.com (HELO [192.168.1.8]) ([209.6.61.133]) by smtp01.lnh.mail.rcn.net with ESMTP; 12 Jun 2011 03:56:43 -0400 Message-ID: <4DF4713A.5020804@aldan.algebra.com> Date: Sun, 12 Jun 2011 03:56:42 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; uk-UA; rv:1.9.2.17) Gecko/20110525 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Jeremy Messenger X-Mailman-Approved-At: Sun, 12 Jun 2011 11:18:14 +0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gecko@freebsd.org Subject: need help with www/helixplugin X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 07:56:51 -0000 Hello! I've just updated the port to build using libxul instead of seamonkey. However, I noticed, that the resulting plugin is not seen in firefox4... Years ago, the browser would complain on stderr, if it could not find a symbol in the library, but now firefox4 is perfectly content -- yet, about:plugins does not show hxplugin. Could somebody help me debug this? I can see in ktrace, that it opens the helix.so successfully, but that's it... The two other plugins I have (VLC and DjVu) are listed just fine... Thanks for any hints. Yours, -mi