Attempt to Upgrade firefox-39.0,1 to firefox-40.0,1 fails

David Wolfskill david at catwhisker.org
Sat Aug 8 12:19:07 UTC 2015


Full typescript available in
<http://www.catwhisker.org/~david/FreeBSD/firefox/>.

Summary: Daily installed-ports update (using portmaster) on laptop running:

FreeBSD g1-245.catwhisker.org 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #113  r286399M/286408:1002500: Fri Aug  7 04:06:39 PDT 2015     root at g1-245.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64

cited 2 ports to update:

===>>> The following actions will be taken if you choose to proceed:
        Upgrade libxul-38.1.0 to libxul-38.2.0
        Upgrade firefox-39.0,1 to firefox-40.0,1

The first (libxul) succeeded; the second failed; the first flagged errors
I find are:

...
gmake[7]: Leaving directory '/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/dom/xslt/xpath'
c++ -o Unified_cpp_widget2.o -c -I../dist/stl_wrappers -I../dist/system_wrappers -include /common/ports/www/firefox/work/mozilla-release/config/gcc_hidden.h -DMOZ_CROSS_PROCESS_IME -DOS_PO
SIX=1 -DOS_FREEBSD=1 -DOS_BSD=1 -DSTATIC_EXPORTABLE_JS_API -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DMOZ_GLUE_IN_PROGRAM -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -I/common/ports/www/firefox/work/mo
zilla-release/widget -I. -I/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/ipc/ipdl/_ipdlheaders -I/common/ports/www/firefox/work/mozilla-release/ipc/chromium
/src -I/common/ports/www/firefox/work/mozilla-release/ipc/glue -I/common/ports/www/firefox/work/mozilla-release/dom/base -I/common/ports/www/firefox/work/mozilla-release/dom/ipc -I/common/
ports/www/firefox/work/mozilla-release/layout/base -I/common/ports/www/firefox/work/mozilla-release/layout/forms -I/common/ports/www/firefox/work/mozilla-release/layout/generic -I/common/p
orts/www/firefox/work/mozilla-release/layout/xul -I/common/ports/www/firefox/work/mozilla-release/view -I/common/ports/www/firefox/work/mozilla-release/widget -I/common/ports/www/firefox/w
ork/mozilla-release/widget/gtk -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  -I/usr/local/i
nclude/pixman-1     -fPIC  -Qunused-arguments -isystem/usr/local/include -DLIBICONV_PLUG  -DMOZILLA_CLIENT -include ../mozilla-config.h -MD -MP -MF .deps/Unified_cpp_widget2.o.pp -Qunused-
arguments -isystem/usr/local/include -DLIBICONV_PLUG  -Qunused-arguments -Wall -Wempty-body -Woverloaded-virtual -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof -Wno-inline-new-delete
 -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG -f
no-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -pipe  -DNDEBUG -DTRIMMED -O2 -O3 -fomit-frame-pointer  -I/com
mon/ports/www/firefox/work/mozilla-release/widget/gtk/compat -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/
usr/local/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libdrm -I/usr/local/include/gdk
-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/gtk-unix-print-2.0 -DMESA_EGL_NO_X11_HEADERS -D_THREAD_SAFE -pthread    /common/ports/www/firefo
x/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/widget/Unified_cpp_widget2.cpp
In file included from /common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/widget/Unified_cpp_widget2.cpp:11:
In file included from /common/ports/www/firefox/work/mozilla-release/widget/nsPrintSettingsImpl.cpp:10:
../dist/include/mozilla/gfx/Logging.h:25:18: error: unknown type name
      'PRLogModuleInfo'
extern GFX2D_API PRLogModuleInfo *GetGFX2DLog();
                 ^
../dist/include/mozilla/gfx/Logging.h:45:8: error: unknown type name
      'PRLogModuleLevel'
inline PRLogModuleLevel PRLogLevelForLevel(int aLevel) {
       ^
../dist/include/mozilla/gfx/Logging.h:48:12: error: use of undeclared identifier
      'PR_LOG_ERROR'
    return PR_LOG_ERROR;
           ^
../dist/include/mozilla/gfx/Logging.h:50:12: error: use of undeclared identifier
      'PR_LOG_WARNING'; did you mean 'LOG_WARNING'?
    return PR_LOG_WARNING;
           ^~~~~~~~~~~~~~
           LOG_WARNING
../dist/include/mozilla/gfx/Logging.h:34:11: note: 'LOG_WARNING' declared here
const int LOG_WARNING = 2;
          ^
../dist/include/mozilla/gfx/Logging.h:52:12: error: use of undeclared identifier
      'PR_LOG_DEBUG'; did you mean 'LOG_DEBUG'?
    return PR_LOG_DEBUG;
           ^~~~~~~~~~~~
           LOG_DEBUG
../dist/include/mozilla/gfx/Logging.h:35:11: note: 'LOG_DEBUG' declared here
const int LOG_DEBUG = 3;
          ^
../dist/include/mozilla/gfx/Logging.h:54:12: error: use of undeclared identifier
      'PR_LOG_DEBUG'; did you mean 'LOG_DEBUG'?
    return PR_LOG_DEBUG;
           ^~~~~~~~~~~~
           LOG_DEBUG
../dist/include/mozilla/gfx/Logging.h:35:11: note: 'LOG_DEBUG' declared here
const int LOG_DEBUG = 3;
          ^
../dist/include/mozilla/gfx/Logging.h:56:12: error: use of undeclared identifier
      'PR_LOG_ALWAYS'
    return PR_LOG_ALWAYS;
           ^
../dist/include/mozilla/gfx/Logging.h:58:10: error: use of undeclared identifier
      'PR_LOG_DEBUG'; did you mean 'LOG_DEBUG'?
  return PR_LOG_DEBUG;
         ^~~~~~~~~~~~
         LOG_DEBUG
../dist/include/mozilla/gfx/Logging.h:35:11: note: 'LOG_DEBUG' declared here
const int LOG_DEBUG = 3;
          ^
../dist/include/mozilla/gfx/Logging.h:136:11: error: use of undeclared
      identifier 'PR_LOG_TEST'
      if (PR_LOG_TEST(GetGFX2DLog(), PRLogLevelForLevel(aLevel))) {
          ^
../dist/include/mozilla/gfx/Logging.h:163:11: error: use of undeclared
      identifier 'PR_LOG_TEST'
      if (PR_LOG_TEST(GetGFX2DLog(), PRLogLevelForLevel(aLevel))) {
          ^
../dist/include/mozilla/gfx/Logging.h:164:9: error: use of undeclared identifier
      'PR_LogPrint'
        PR_LogPrint("%s%s", aString.c_str(), aNoNewline ? "" : "\n");
        ^
liburiloader_prefetch.a.desc
rm -f liburiloader_prefetch.a
/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/_virtualenv/bin/python /common/ports/www/firefox/work/mozilla-release/config/expandlibs_gen.py -o liburiloader_prefetch.a.desc Unified_cpp_uriloader_prefetch0.o  
...

It then does some more ... stuff, then:

...
rm -f liblayout_generic.a
/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/_virtualenv/bin/python /common/ports/www/firefox/work/mozilla-release/config/expandlibs_gen.py -o liblayout_ge
neric.a.desc nsLineLayout.o nsPluginFrame.o Unified_cpp_layout_generic0.o Unified_cpp_layout_generic1.o Unified_cpp_layout_generic2.o Unified_cpp_layout_generic3.o  
gmake[7]: Leaving directory '/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2/layout/generic'
gmake[6]: Leaving directory '/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2'
/common/ports/www/firefox/work/mozilla-release/config/recurse.mk:32: recipe for target 'compile' failed
gmake[5]: *** [compile] Error 2
gmake[5]: Leaving directory '/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2'
/common/ports/www/firefox/work/mozilla-release/config/rules.mk:538: recipe for target 'default' failed
gmake[4]: *** [default] Error 2
gmake[4]: Leaving directory '/common/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.2'
/common/ports/www/firefox/work/mozilla-release/client.mk:400: recipe for target 'realbuild' failed
gmake[3]: *** [realbuild] Error 2
gmake[3]: Leaving directory '/common/ports/www/firefox/work/mozilla-release'
/common/ports/www/firefox/work/mozilla-release/client.mk:171: recipe for target 'build' failed
gmake[2]: *** [build] Error 2
gmake[2]: Leaving directory '/common/ports/www/firefox/work/mozilla-release'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /common/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /common/ports/www/firefox

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

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

===>>> The following actions were performed:
        Upgrade of libxul-38.1.0 to libxul-38.2.0

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


I have my build machine working on a poudriere run (for the machines
I only update weekly (tomorrow)); it may be interesting to find out
if that complains about the same thing, fails in a different way,
or succeeds.

Peace,
david
-- 
David H. Wolfskill				david at catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20150808/9343d329/attachment.bin>


More information about the freebsd-ports mailing list