misc/143684: www/weave does not compile with firefox-3.6

Paride Legovini pl at ninthfloor.org
Mon Feb 8 23:40:02 UTC 2010


>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 at 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:


More information about the freebsd-bugs mailing list