Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2010 23:33:51 GMT
From:      Paride Legovini <pl@ninthfloor.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/143684: www/weave does not compile with firefox-3.6
Message-ID:  <201002082333.o18NXpBo093610@www.freebsd.org>
Resent-Message-ID: <201002082340.o18Ne1Ci038928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143684
>Category:       misc
>Synopsis:       www/weave does not compile with firefox-3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 08 23:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Paride Legovini
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD helix.lan 8.0-STABLE FreeBSD 8.0-STABLE #1: Mon Feb  8 03:23:00 CET 2010     root@helix.lan:/usr/obj/usr/src/sys/ANTANI  amd64
>Description:
The Mozilla weave port does not compile with firefox-3.6 is installed. Here is the relevant error:

/usr/local/lib/libxul/xpidl -I/usr/local/share/idl/firefox3/stable -m header -I/usr/local/lib/firefox3/sdk/idl IWeaveCrypto.idl
./IWeaveCrypto.idl:42: can't open included file nsISupports.idl for reading

The problem is that the /usr/local/share/idl/firefox3/stable and /usr/local/share/idl/firefox3/unstable directories don't exist anymore in firefox-3.6, and nsISupports.idl in simply in /usr/local/share/idl/firefox3/.
>How-To-Repeat:
Just try to compile the port when (only) firefox-3.6 is installed.
>Fix:
I managed to compile the port by modifying ./weave-1.0/crypto/src/Makefile and replacing occurrences of

/usr/local/share/idl/firefox3/[un]stable

with

/usr/local/share/idl/firefox3


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002082333.o18NXpBo093610>