[Bug 194757] New: www/seamonkey 386/64 linker command failed with exit code 1 with gcc and clang

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 2 11:50:47 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194757

            Bug ID: 194757
           Summary: www/seamonkey 386/64 linker command failed with exit
                    code 1 with gcc and clang
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: mikhail.rokhin at gmail.com
                CC: gecko at FreeBSD.org
                CC: gecko at FreeBSD.org

Executing: c++ -o js -Qunused-arguments -isystem/usr/local/include
-DLIBICONV_PLUG -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual
-Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body
-Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof
-Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -O2 -pipe -march=native -O3 -DLIBICONV_PLUG
-fno-strict-aliasing -DLIBICONV_PLUG -fno-rtti -ffunction-sections
-fdata-sections -fno-exceptions -fno-math-errno -std=gnu++0x -pipe -DNDEBUG
-DTRIMMED -O2 -O3 -fno-omit-frame-pointer
/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla/js/src/shell/tmpwi9BHS.list
-pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib/seamonkey
-Wl,-z,noexecstack -Wl,-z,text -Wl,-rpath-link,../../../dist/bin
-Wl,-rpath-link,/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla/dist/lib
-L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -lz -Wl,--whole-archive
../../../dist/lib/libmozglue.a -Wl,--no-whole-archive -rdynamic -lm -lelf
-L/usr/local/lib -lffi -licui18n -L/usr/local/lib -licuuc -licudata
/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla/js/src/shell/tmpwi9BHS.list:
    INPUT("Unified_cpp_js_src_shell0.o")
    INPUT("../editline/Unified_c_js_src_editline0.o")
    INPUT("../RegExp.o")
    INPUT("../Parser.o")
    INPUT("../jsarray.o")
    INPUT("../jsatom.o")
    INPUT("../jsmath.o")
    INPUT("../jsutil.o")
    INPUT("../ExecutableAllocatorPosix.o")
    INPUT("../MacroAssemblerX86Common.o")
    INPUT("../CTypes.o")
    INPUT("../Library.o")
    INPUT("../pm_stub.o")
    INPUT("../Unified_cpp_js_src0.o")
    INPUT("../Unified_cpp_js_src1.o")
    INPUT("../Unified_cpp_js_src2.o")
    INPUT("../Unified_cpp_js_src3.o")
    INPUT("../Unified_cpp_js_src4.o")
    INPUT("../Unified_cpp_js_src5.o")
    INPUT("../Unified_cpp_js_src6.o")
    INPUT("../Unified_cpp_js_src7.o")
    INPUT("../Unified_cpp_js_src8.o")
    INPUT("../Unified_cpp_js_src9.o")
    INPUT("../Unified_cpp_js_src10.o")
    INPUT("../Unified_cpp_js_src11.o")
    INPUT("../mozjs-dtrace.o")

../mozjs-dtrace.o:(.SUNW_dof+0x420): undefined reference to
`_ZN2js23NewObjectWithGivenProtoEPNS_16ExclusiveContextEPKNS_5ClassENS_11TaggedProtoEP8JSObjectNS_2gc9AllocKindENS_13NewObjectKi'
../mozjs-dtrace.o:(.SUNW_dof+0x450): undefined reference to
`_ZN2js23NewObjectWithGivenProtoEPNS_16ExclusiveContextEPKNS_5ClassENS_11TaggedProtoEP8JSObjectNS_2gc9AllocKindENS_13NewObjectKi'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
/usr/ports/www/seamonkey/work/comm-release/mozilla/config/rules.mk:719: recipe
for target 'js' failed
gmake[7]: *** [js] Error 1
gmake[7]: Leaving directory
'/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla/js/src/shell'
/usr/ports/www/seamonkey/work/comm-release/mozilla/config/recurse.mk:98: recipe
for target 'js/src/shell/libs' failed
gmake[6]: *** [js/src/shell/libs] Error 2
gmake[6]: Leaving directory
'/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla'
/usr/ports/www/seamonkey/work/comm-release/mozilla/config/recurse.mk:42: recipe
for target 'libs' failed
gmake[5]: *** [libs] Error 2
gmake[5]: Leaving directory
'/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla'
/usr/ports/www/seamonkey/work/comm-release/mozilla/config/rules.mk:584: recipe
for target 'default' failed
gmake[4]: *** [default] Error 2
gmake[4]: Leaving directory
'/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0/mozilla'
Makefile:52: recipe for target 'default' failed
gmake[3]: *** [default] Error 2
gmake[3]: Leaving directory
'/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0'
/usr/ports/www/seamonkey/work/comm-release/client.mk:398: recipe for target
'build' failed
gmake[2]: *** [build] Error 2
gmake[2]: Leaving directory
'/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd11.0'
===> 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 /usr/ports/www/seamonkey
*** Error code 1

Stop.
make: stopped in /usr/ports/www/seamonkey

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

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainers CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list