firefox 56.0,1 build error

Jan Beich jbeich at FreeBSD.org
Thu Sep 28 21:04:31 UTC 2017


"Burmeister, Robert" <Robert.Burmeister at utoledo.edu> writes:

> FreeBSD 11.1 i386
>
> firefox-55.0.3_2,1   <  needs updating (port has 56.0,1)   (linker error)
>
> ----------------------------------------------------------------------------------------------
>
> ../../layout/build/Unified_cpp_layout_build0.o: In function
> `nsHostObjectURIConstructor(nsISupports*, nsID const&, void**)':
> /tmp/usr/ports/www/firefox/work/firefox-56.0/obj-i386-unknown-freebsd11.1/layout/build/Unified_cpp_layout_build0.cpp:(.text._ZL26nsHostObjectURIConstructorP11nsISupportsRK4nsIDPPv+0x3d):
> undefined reference to `mozilla::net::nsSimpleURI::nsSimpleURI()'
> /usr/bin/ld: libxul.so: hidden symbol
> `_ZN7mozilla3net11nsSimpleURI11DeserializeERKNS_3ipc9URIParamsE' isn't
> defined
> /usr/bin/ld: final link failed: Nonrepresentable section on output
> c++: error: linker command failed with exit code 1 (use -v to see invocation)

I can't reproduce, and the port builds fine on the package cluster.
Can you show the selected compiler, compiler flags, port options and
list of installed packages?

  $ make -V CXX -C ${PORTSDIR-/usr/ports}/www/firefox
  $ make -V CXXFLAGS -C ${PORTSDIR-/usr/ports}/www/firefox
  $ make -V LDFLAGS -C ${PORTSDIR-/usr/ports}/www/firefox
  $ make showconfig -C ${PORTSDIR-/usr/ports}/www/firefox
  $ pkg query '%o: %v'


More information about the freebsd-gecko mailing list