Bug#435535: iceowl - FTBFS: error: nsContentUtils.h: No such file or directory

2007-12-29 Thread Alexander Sack
severity 435535 important
thanks

Bastian ... this is _not_ serious ... please don't bump severity
again. (read below).

Dropping severity _again_.

On Wed, Aug 01, 2007 at 02:15:08PM +0200, Alexander Sack wrote:
 severity 435535 important
 thanks
 
 afaik, iceowl never build on that arch before ... however, this looks
 more like buildd breakage than an issue with iceowl. Maybe just try to
 respin ... as gcc complains about headers that do exist (as on other
 archs)... and that are not arch dependent.
 
 
  - Alexander
 
 
 

 - Alexander




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435535: iceowl - FTBFS: error: nsContentUtils.h: No such file or directory

2007-08-01 Thread Alexander Sack
severity 435535 important
thanks

afaik, iceowl never build on that arch before ... however, this looks
more like buildd breakage than an issue with iceowl. Maybe just try to
respin ... as gcc complains about headers that do exist (as on other
archs)... and that are not arch dependent.


 - Alexander



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435535: iceowl - FTBFS: error: nsContentUtils.h: No such file or directory

2007-08-01 Thread Bastian Blank
Package: iceowl
Version: 0.5-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of iceowl_0.5-2 on debian-31.osdl.marist.edu by sbuild/s390 98
[...]
 g++ -o nsCSSLoader.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
 -DOSTYPE=\Linux2.6\ -DOSARCH=\Linux\ -DBUILD_ID=2007073011 
 -D_IMPL_NS_LAYOUT -I./../../content/base/src 
 -I./../../content/html/content/src -I./../../content/xbl/src  
 -I../../dist/include/xpcom -I../../dist/include/string 
 -I../../dist/include/dom -I../../dist/include/content 
 -I../../dist/include/gfx -I../../dist/include/widget 
 -I../../dist/include/caps -I../../dist/include/locale 
 -I../../dist/include/unicharutil -I../../dist/include/js 
 -I../../dist/include/necko -I../../dist/include/mimetype 
 -I../../dist/include/webshell -I../../dist/include/docshell 
 -I../../dist/include/htmlparser -I../../dist/include/uconv 
 -I../../dist/include/xuldoc -I../../dist/include/xpconnect 
 -I../../dist/include/view -I../../dist/include/intl -I../../dist/include/pref 
 -I../../dist/include/imglib2 -I../../dist/include/layout -I../../dist/include 
 -I/usr/include/nspr -I/usr/include -I/usr/include -I/usr/include 
 -I../../dist/sdk/include-fPIC   -fno-rtti -fno-exceptions -Wall 
 -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
 -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic 
 -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2 
 -fno-strict-aliasing -g   -DMOZILLA_CLIENT -include ../../mozilla-config.h 
 -Wp,-MD,.deps/nsCSSLoader.pp nsCSSLoader.cpp
 nsCSSLoader.cpp:62:28: error: nsContentUtils.h: No such file or directory
 nsCSSLoader.cpp:64:38: error: nsIScriptSecurityManager.h: No such file or 
 directory
 nsCSSLoader.cpp:65:34: error: nsContentPolicyUtils.h: No such file or 
 directory
 nsCSSLoader.cpp:74:41: error: nsIStyleSheetLinkingElement.h: No such file or 
 directory
 ../../dist/include/xpcom/nsCOMPtr.h: In instantiation of 
 'nsDerivedSafensIStyleSheetLinkingElement':
 nsCSSLoader.cpp:639:   instantiated from here
 ../../dist/include/xpcom/nsCOMPtr.h:197: error: invalid use of undefined type 
 'struct nsIStyleSheetLinkingElement'
 nsCSSLoader.h:56: error: forward declaration of 'struct 
 nsIStyleSheetLinkingElement'
 ../../dist/include/xpcom/nsCOMPtr.h:200: error: type 
 'nsIStyleSheetLinkingElement' is not a base type for type 
 'nsDerivedSafensIStyleSheetLinkingElement'
 ../../dist/include/xpcom/nsCOMPtr.h:201: error: type 
 'nsIStyleSheetLinkingElement' is not a base type for type 
 'nsDerivedSafensIStyleSheetLinkingElement'
 nsCSSLoader.cpp: In member function 'virtual nsresult 
 SheetLoadData::OnDetermineCharset(nsIUnicharStreamLoader*, nsISupports*, 
 const char*, PRUint32, nsACString_internal)':
 nsCSSLoader.cpp:639: error: 'class 
 nsDerivedSafensIStyleSheetLinkingElement' has no member named 'GetCharset'
 nsCSSLoader.cpp: In member function 'virtual nsresult 
 SheetLoadData::OnStreamComplete(nsIUnicharStreamLoader*, nsISupports*, 
 nsresult, nsIUnicharInputStream*)':
 nsCSSLoader.cpp:789: error: 'nsContentUtils' has not been declared
 nsCSSLoader.cpp:789: error: 'nsContentUtils' has not been declared
 nsCSSLoader.cpp: In member function 'nsresult 
 CSSLoaderImpl::CheckLoadAllowed(nsIURI*, nsIURI*, nsISupports*)':
 nsCSSLoader.cpp:850: error: 'nsIScriptSecurityManager' was not declared in 
 this scope
 nsCSSLoader.cpp:850: error: 'secMan' was not declared in this scope
 nsCSSLoader.cpp:850: error: 'nsContentUtils' has not been declared
 nsCSSLoader.cpp:852: error: 'nsIScriptSecurityManager' is not a class or 
 namespace
 nsCSSLoader.cpp:861: error: 'nsIContentPolicy' has not been declared
 nsCSSLoader.cpp:862: error: 'nsIContentPolicy' has not been declared
 nsCSSLoader.cpp:868: error: 'NS_CheckContentLoadPolicy' was not declared in 
 this scope
 nsCSSLoader.cpp:870: error: 'NS_CP_REJECTED' was not declared in this scope
 nsCSSLoader.cpp: In member function 'nsresult 
 CSSLoaderImpl::InsertSheetInDoc(nsICSSStyleSheet*, nsIContent*, 
 nsIDocument*)':
 nsCSSLoader.cpp:1119: error: 'class 
 nsDerivedSafensIStyleSheetLinkingElement' has no member named 
 'SetStyleSheet'
 nsCSSLoader.cpp: In member function 'virtual nsresult 
 CSSLoaderImpl::LoadInlineStyle(nsIContent*, nsIUnicharInputStream*, PRUint32, 
 const nsSubstring, const nsSubstring, nsIParser*, PRBool, 
 nsICSSLoaderObserver*)':
 nsCSSLoader.cpp:1557: error: no matching function for call to 
 'SheetLoadData::SheetLoadData(CSSLoaderImpl* const, const nsSubstring, 
 nsIParser*, int, nsCOMPtrnsICSSStyleSheet, 
 nsCOMPtrnsIStyleSheetLinkingElement, nsICSSLoaderObserver*)'
 nsCSSLoader.cpp:207: note: candidates are: 
 SheetLoadData::SheetLoadData(CSSLoaderImpl*, nsIURI*, nsICSSStyleSheet*, 
 PRBool, PRBool, nsICSSLoaderObserver*)
 nsCSSLoader.cpp:173: note: 
 SheetLoadData::SheetLoadData(CSSLoaderImpl*, nsIURI*, nsICSSStyleSheet*, 
 SheetLoadData*, nsICSSLoaderObserver*)
 nsCSSLoader.cpp:146: note: