firefox 23 - Port compiliert nicht

dominik-w

Well-Known Member
Wahrscheinlich habe ich nur eine wichtige Notiz in der /usr/ports/UPDATING überlesen aber iwie komme ich nicht mehr weiter...

beim compilieren bekomme ich folgende abbruchmedung:

Code:
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/xpt.py link _xpidlgen/necko_http.xpt _xpidlgen/nsIHttpActivityObserver.xpt _xpidlgen/nsIHttpAuthManager.xpt _xpidlgen/nsIHttpAuthenticableChannel.xpt _xpidlgen/nsIHttpAuthenticator.xpt _xpidlgen/nsIHttpChannel.xpt _xpidlgen/nsIHttpChannelAuthProvider.xpt _xpidlgen/nsIHttpChannelChild.xpt _xpidlgen/nsIHttpChannelInternal.xpt _xpidlgen/nsIHttpEventSink.xpt _xpidlgen/nsIHttpHeaderVisitor.xpt _xpidlgen/nsIHttpProtocolHandler.xpt
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/config/nsinstall -R -m 644 "_xpidlgen/necko_http.xpt" "../../../dist/bin/components"
rm -f libnkhttp_s.a 
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/expandlibs_gen.py --depend .deps/libnkhttp_s.a.desc.pp -o libnkhttp_s.a.desc nsHttp.o nsHttpHeaderArray.o nsHttpConnectionInfo.o nsHttpConnection.o nsHttpConnectionMgr.o nsHttpRequestHead.o nsHttpResponseHead.o nsHttpChunkedDecoder.o nsHttpAuthCache.o nsHttpAuthManager.o nsHttpBasicAuth.o nsHttpDigestAuth.o nsHttpNTLMAuth.o nsHttpTransaction.o nsHttpHandler.o HttpBaseChannel.o nsHttpChannel.o nsHttpPipeline.o nsHttpActivityDistributor.o nsHttpChannelAuthProvider.o HttpChannelParent.o HttpChannelChild.o HttpChannelParentListener.o HttpInfo.o NullHttpTransaction.o ASpdySession.o SpdySession2.o SpdyStream2.o SpdySession3.o SpdyStream3.o ConnectionDiagnostics.o  
gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/protocol/http'
gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/protocol'
gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk'
gmake[2]: *** [libs_tier_platform] Error 2
gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1'
gmake[1]: *** [tier_platform] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1'
gmake: *** [default] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/www/firefox.
*** [install] Error code 1

Stop in /usr/ports/www/firefox.

Für Hilfe wäre ich sehr dankbar.

P.S. das ganze ist auf einem FreeBSD 9.1 i386 system
 
Nimm irgendwas anderes, als diesen kranken Scheiß, der solch ellenlange Dateinamen hat. :D

Spaß beiseite, bist Du sicher, daß das die ganze Fehlermeldung ist?
Was passiert bei "MAKE_JOBS_UNSAFE=yes" und wofür ist das gut?
 
Kürzlich gab es eine glib20 Aktualisierung, der Eintrag in UPDATING dazu war:
UPDATING schrieb:
20130731:
AFFECTS: users of glib20
AUTHOR: kwm@FreeBSD.org

The devel/gio-fam-backend port was removed in the glib 2.36 update.
Since the gio-fam-backend port was used in USE_GNOME=glib20, all
dependencies need to be rebuilt. The removal of gio-fam-backend isn't
critical, glib20 using programs should work just fine if the port is still
installed. It is not clear however, if glib20 will use the new kqueue
backend or the old fam backend.

Note that users of pkg packages can just run the pkg delete command after
their next update.

# portmaster -r gio-fam-backend
# pkg_delete gio-fam-backend-\* (for pkgng: pkg delete gio-fam-backend)
# portmaster -a

or

# portupgrade -rf gio-fam-backend
# pkg_delete gio-fam-backend-\* (for pkgng: pkg delete gio-fam-backend)
# portupgrade -a
Möglicherweise hilft es, alles mal recrusiv durch zu kompilieren, was auf devel/glib20 aufbaut. Auch devel/gobject-introspection ist hin und wieder ganz gerne mal eine Quelle von großem Spaß beim suchen nach tiefer liegenden Ursachen von Fehlern beim aktualisieren. Weiter oben dann wäre devel/nspr und security/nss das, was man mal frisch durch kompilieren könnte, um die Erfolgsaussichten für den Firefox Bau zu erhöhen.

Ansonsten gibt es da noch die sysutils/bsdadminscripts, die das wunderbare Werkzeug pkg_libchk mitbringen, was installierte Ports auf ihre Library Abhängigkeiten überprüft.
 
Zuletzt bearbeitet:
Leider hast du keine Fehlermeldung zitiert.
Aber vermutlich versucht er es mit dem clang im System zu bauen, was schlicht nicht geht, weil der hinreichend kaputt ist.
Versuch ihn mit gcc 4.6 oder neuer zu bauen:
Code:
echo 'USE_GCC ?=  4.6+' > www/firefox/Makefile.local
 
Aber vermutlich versucht er es mit dem clang im System zu bauen, was schlicht nicht geht, weil der hinreichend kaputt ist.

Hier auf meiner tagesaktuellen FreeBSD 9.2-PRERELEASE amd64 Installation aus stable/9 hat eben der Firefox 23 Port einwandfrei mit dem Basissystem Clang durchgebaut.
 
peterle schrieb:
Was passiert bei "MAKE_JOBS_UNSAFE=yes" und wofür ist das gut?
Setzt man die Option, werden alle Ports parallelisiert mit "make -jN" gebaut und nicht nur die explizit als funktionierend gekennzeichneten. Wer es eilig hat und ein wenig schmerzfrei ist, kann durch das Setzen einiges an Zeit sparen. Mit dem Preis, dass einige Ports nicht mehr funktionieren.
 
Setzt man die Option, werden alle Ports parallelisiert mit "make -jN" gebaut und nicht nur die explizit als funktionierend gekennzeichneten. Wer es eilig hat und ein wenig schmerzfrei ist, kann durch das Setzen einiges an Zeit sparen. Mit dem Preis, dass einige Ports nicht mehr funktionieren.

Das scheint mir dann keine Lösung, sondern ein Problem zu sein. :D
 
Mea Culpa, ich habe es verdreht: "MAKE_JOBS_UNSAFE=yes" sagt einem Port, dass nicht parallel gebaut wird, solange der Nutzer nicht FORCE_MAKE_JOBS=yes gesetzt hat. Damke an Tron für den Hinweis.
 
Seit ein paar Wochen werden die Ports standardmäßig parallel gebaut. Also der jeweilige Port, nicht mehrere Ports gleichzeitig. Man muss also nichts mehr explizit setzen.
 
Ich habe den Fehler nur auf meinem 8.2 Laptop bekommen. Da gab es aber auch noch einige Fehler auf die ich keinen Bock habe, muss wohl doch ein update machen XD
 
leider hatte ich bisher trotz dutzender anläufe mit gcc oder clang keinen erfolg ich habe auch ein portmaster -f www/firefox durchlaufen lassen.... und versucht ein portmaster -rf durchlaufen zu lassen, was aufgrund von viellerlei kleinigkeiten immer wieder hängen geblieben ist....

vielleicht hilft ja diese fehlermeldung

Code:
/usr/bin/clang++ -o nsWifiScannerFreeBSD.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DIMPL_NS_NET  -I../../../netwerk/wifi -I. -I../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/nsWifiScannerFreeBSD.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/wifi/nsWifiScannerFreeBSD.cpp
nsIWifiAccessPoint.idl
/usr/ports/www/firefox/work/mozilla-release/netwerk/wifi/nsWifiScannerFreeBSD.cpp:127:13: error: invalid operands to binary expression
      ('const char [23]' and 'const char [7]')
            << "SSID: " << ssid << ", "
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../netwerk/wifi/nsWifiMonitor.h:27:61: note: expanded from macro 'LOG'
#define LOG(args)     PR_LOG(gWifiMonitorLog, PR_LOG_DEBUG, args)
                                                            ^
/usr/local/include/nspr/prlog.h:178:19: note: expanded from macro 'PR_LOG'
      PR_LogPrint _args;         \
                  ^~~~~
1 error generated.
gmake[4]: *** [nsWifiScannerFreeBSD.o] Error 1
gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/wifi'
gmake[3]: *** [wifi_libs] Error 2
gmake[3]: *** Waiting for unfinished jobs....
nsWyciwyg.cpp
gmake[5]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/protocol/wyciwyg'
/usr/bin/clang++ -o nsWyciwyg.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/wyciwyg/../../base/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/wyciwyg -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsWyciwyg.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/wyciwyg/nsWyciwyg.cpp
nsWyciwygChannel.cpp
/usr/bin/clang++ -o HttpBaseChannel.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/HttpBaseChannel.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/HttpBaseChannel.cpp
nsHttpChannel.cpp
/usr/bin/clang++ -o nsWyciwygChannel.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/wyciwyg/../../base/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/wyciwyg -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsWyciwygChannel.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/wyciwyg/nsWyciwygChannel.cpp
nsWyciwygProtocolHandler.cpp
/usr/bin/clang++ -o nsHttpChannel.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsHttpChannel.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsHttpChannel.cpp
nsHttpPipeline.cpp
/usr/bin/clang++ -o nsWyciwygProtocolHandler.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/wyciwyg/../../base/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/wyciwyg -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsWyciwygProtocolHandler.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.cpp
WyciwygChannelParent.cpp
/usr/bin/clang++ -o WyciwygChannelParent.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/wyciwyg/../../base/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/wyciwyg -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/WyciwygChannelParent.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/wyciwyg/WyciwygChannelParent.cpp
WyciwygChannelChild.cpp
/usr/bin/clang++ -o WyciwygChannelChild.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/wyciwyg/../../base/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/wyciwyg -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/WyciwygChannelChild.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/wyciwyg/WyciwygChannelChild.cpp
nsIWyciwygChannel.idl
/usr/bin/clang++ -o nsHttpPipeline.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsHttpPipeline.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsHttpPipeline.cpp
nsHttpActivityDistributor.cpp
/usr/bin/clang++ -o nsHttpActivityDistributor.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsHttpActivityDistributor.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsHttpActivityDistributor.cpp
nsHttpChannelAuthProvider.cpp
/usr/bin/clang++ -o nsHttpChannelAuthProvider.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/nsHttpChannelAuthProvider.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
HttpChannelParent.cpp
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/wyciwyg -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/wyciwyg/nsIWyciwygChannel.idl -d .deps/nsIWyciwygChannel.xpt.pp -o _xpidlgen/nsIWyciwygChannel.xpt
rm -f libnkwyciwyg_s.a 
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/expandlibs_gen.py --depend .deps/libnkwyciwyg_s.a.desc.pp -o libnkwyciwyg_s.a.desc nsWyciwyg.o nsWyciwygChannel.o nsWyciwygProtocolHandler.o WyciwygChannelParent.o WyciwygChannelChild.o  
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/xpt.py link _xpidlgen/necko_wyciwyg.xpt _xpidlgen/nsIWyciwygChannel.xpt
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/config/nsinstall -R -m 644 "_xpidlgen/necko_wyciwyg.xpt" "../../../dist/bin/components"
gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/protocol/wyciwyg'
/usr/bin/clang++ -o HttpChannelParent.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/HttpChannelParent.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/HttpChannelParent.cpp
HttpChannelChild.cpp
/usr/bin/clang++ -o HttpChannelChild.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/HttpChannelChild.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/HttpChannelChild.cpp
HttpChannelParentListener.cpp
/usr/bin/clang++ -o HttpChannelParentListener.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/HttpChannelParentListener.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/HttpChannelParentListener.cpp
HttpInfo.cpp
/usr/bin/clang++ -o HttpInfo.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/HttpInfo.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/HttpInfo.cpp
NullHttpTransaction.cpp
/usr/bin/clang++ -o NullHttpTransaction.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/NullHttpTransaction.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/NullHttpTransaction.cpp
ASpdySession.cpp
/usr/bin/clang++ -o ASpdySession.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/ASpdySession.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/ASpdySession.cpp
SpdySession2.cpp
/usr/bin/clang++ -o SpdySession2.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/SpdySession2.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/SpdySession2.cpp
SpdyStream2.cpp
/usr/bin/clang++ -o SpdyStream2.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/SpdyStream2.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/SpdyStream2.cpp
SpdySession3.cpp
/usr/bin/clang++ -o SpdySession3.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/SpdySession3.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/SpdySession3.cpp
SpdyStream3.cpp
/usr/bin/clang++ -o SpdyStream3.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/SpdyStream3.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/SpdyStream3.cpp
ConnectionDiagnostics.cpp
/usr/bin/clang++ -o ConnectionDiagnostics.o -c -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES  -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1  -DIMPL_NS_NET -I../../../../netwerk/protocol/http/../../base/src -I../../../../xpcom/ds -I../../../../content/base/src -I../../../../content/events/src  -I../../../../ipc/chromium/src -I../../../../ipc/glue -I../../../ipc/ipdl/_ipdlheaders  -I../../../../netwerk/protocol/http -I. -I../../../dist/include  -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include    -fPIC -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -pipe -g -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DDEBUG -D_DEBUG -DTRACING -g -fno-omit-frame-pointer    -Qunused-arguments -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD -MP -MF .deps/ConnectionDiagnostics.o.pp  /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/ConnectionDiagnostics.cpp
nsIHttpActivityObserver.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpActivityObserver.idl -d .deps/nsIHttpActivityObserver.xpt.pp -o _xpidlgen/nsIHttpActivityObserver.xpt
nsIHttpAuthManager.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpAuthManager.idl -d .deps/nsIHttpAuthManager.xpt.pp -o _xpidlgen/nsIHttpAuthManager.xpt
nsIHttpAuthenticableChannel.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpAuthenticableChannel.idl -d .deps/nsIHttpAuthenticableChannel.xpt.pp -o _xpidlgen/nsIHttpAuthenticableChannel.xpt
nsIHttpAuthenticator.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpAuthenticator.idl -d .deps/nsIHttpAuthenticator.xpt.pp -o _xpidlgen/nsIHttpAuthenticator.xpt
nsIHttpChannel.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpChannel.idl -d .deps/nsIHttpChannel.xpt.pp -o _xpidlgen/nsIHttpChannel.xpt
nsIHttpChannelAuthProvider.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpChannelAuthProvider.idl -d .deps/nsIHttpChannelAuthProvider.xpt.pp -o _xpidlgen/nsIHttpChannelAuthProvider.xpt
nsIHttpChannelChild.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpChannelChild.idl -d .deps/nsIHttpChannelChild.xpt.pp -o _xpidlgen/nsIHttpChannelChild.xpt
nsIHttpChannelInternal.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpChannelInternal.idl -d .deps/nsIHttpChannelInternal.xpt.pp -o _xpidlgen/nsIHttpChannelInternal.xpt
nsIHttpEventSink.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpEventSink.idl -d .deps/nsIHttpEventSink.xpt.pp -o _xpidlgen/nsIHttpEventSink.xpt
nsIHttpHeaderVisitor.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpHeaderVisitor.idl -d .deps/nsIHttpHeaderVisitor.xpt.pp -o _xpidlgen/nsIHttpHeaderVisitor.xpt
nsIHttpProtocolHandler.idl
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/pythonpath.py \
  -I../../../../other-licenses/ply \
  -I../../../../xpcom/typelib/xpt/tools \
  /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/typelib.py -I../../../../netwerk/protocol/http -I../../../dist/idl -I../../../../netwerk/base/public /usr/ports/www/firefox/work/mozilla-release/netwerk/protocol/http/nsIHttpProtocolHandler.idl -d .deps/nsIHttpProtocolHandler.xpt.pp -o _xpidlgen/nsIHttpProtocolHandler.xpt
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/config/nsinstall -R -m 644 "../../../../netwerk/protocol/http/UserAgentOverrides.jsm" "../../../dist/bin/modules"
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python /usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/dist/sdk/bin/xpt.py link _xpidlgen/necko_http.xpt _xpidlgen/nsIHttpActivityObserver.xpt _xpidlgen/nsIHttpAuthManager.xpt _xpidlgen/nsIHttpAuthenticableChannel.xpt _xpidlgen/nsIHttpAuthenticator.xpt _xpidlgen/nsIHttpChannel.xpt _xpidlgen/nsIHttpChannelAuthProvider.xpt _xpidlgen/nsIHttpChannelChild.xpt _xpidlgen/nsIHttpChannelInternal.xpt _xpidlgen/nsIHttpEventSink.xpt _xpidlgen/nsIHttpHeaderVisitor.xpt _xpidlgen/nsIHttpProtocolHandler.xpt
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/config/nsinstall -R -m 644 "_xpidlgen/necko_http.xpt" "../../../dist/bin/components"
rm -f libnkhttp_s.a 
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/_virtualenv/bin/python ../../../../config/expandlibs_gen.py --depend .deps/libnkhttp_s.a.desc.pp -o libnkhttp_s.a.desc nsHttp.o nsHttpHeaderArray.o nsHttpConnectionInfo.o nsHttpConnection.o nsHttpConnectionMgr.o nsHttpRequestHead.o nsHttpResponseHead.o nsHttpChunkedDecoder.o nsHttpAuthCache.o nsHttpAuthManager.o nsHttpBasicAuth.o nsHttpDigestAuth.o nsHttpNTLMAuth.o nsHttpTransaction.o nsHttpHandler.o HttpBaseChannel.o nsHttpChannel.o nsHttpPipeline.o nsHttpActivityDistributor.o nsHttpChannelAuthProvider.o HttpChannelParent.o HttpChannelChild.o HttpChannelParentListener.o HttpInfo.o NullHttpTransaction.o ASpdySession.o SpdySession2.o SpdyStream2.o SpdySession3.o SpdyStream3.o ConnectionDiagnostics.o  
gmake[5]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/protocol/http'
gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk/protocol'
gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1/netwerk'
gmake[2]: *** [libs_tier_platform] Error 2
gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1'
gmake[1]: *** [tier_platform] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.1'
gmake: *** [default] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/www/firefox.
*** [build] Error code 1

Stop in /usr/ports/www/firefox.

===>>> make failed for www/firefox
===>>> Aborting update

===>>> Killing background jobs
Terminated

===>>> You can restart from the point of failure with this command line:
       portmaster <flags> www/firefox 

===>>> Exiting

mit MAKE_JOBS_UNSAFE=yes liefrete einen anderen Fehler - Falls es hilft kann ich ggf. noch diese meldung posten.

sysutils/bsdadminscripts habe ich noch nicht versucht... muss mich bei gelegenheit mal einlesen.
 
Zurück
Oben