Closed
Bug 1514895
Opened 7 years ago
Closed 7 years ago
warning: relocation against `ff_cos_512' in read-onl
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1502526
People
(Reporter: fabrixx2, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3528.4 Safari/537.36
Steps to reproduce:
OS: Arch Linux
Kernel: x86_64 Linux 4.19.8-arch1-1-ARCH
mozconfig:ac_add_options --enable-application=browser
ac_add_options --enable-js-shell
ac_add_options --enable-profiling
ac_add_options --disable-crashreporter
ac_add_options --disable-debug
ac_add_options --enable-official-branding
ac_add_options --enable-optimize
ac_add_options --disable-tests
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-ffosS-release
mk_add_options MOZ_MAKE_FLAGS="-j4"
export MOZ_DEBUG_SYMBOLS=1
export MOZILLA_OFFICIAL=1
Actual results:
44:25.62 browser/app
44:26.26 1 warning generated.
44:26.26 media/ffvpx/libavcodec/libmozavcodec.so
44:26.29 browser/app/firefox
44:26.35 /usr/bin/ld: x86/fft.o: warning: relocation against `ff_cos_512' in read-only section `.text'
44:26.39 /usr/bin/ld: x86/fft.o: relocation R_X86_64_PC32 against symbol `ff_cos_32' can not be used when making a shared object; recompile with -fPIC
Expected results:
ac_add_options --enable-application=browser
ac_add_options --enable-js-shell
ac_add_options --enable-profiling
ac_add_options --disable-crashreporter
ac_add_options --disable-debug
ac_add_options --enable-official-branding
ac_add_options --enable-optimize
ac_add_options --disable-tests
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-ffosS-release
mk_add_options MOZ_MAKE_FLAGS="-j4"
export MOZ_DEBUG_SYMBOLS=1
export MOZILLA_OFFICIAL=1
I think this might be a build config warning? Please correct if this is not the case.
Component: Untriaged → General
Product: Firefox → Firefox Build System
Comment 2•7 years ago
|
||
Please use the bug you already filed.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•