Closed
Bug 1490316
Opened 6 years ago
Closed 6 years ago
libmozavutil.so linking issue on Solaris - Text relocation remains referenced
Categories
(Firefox Build System :: General: Unsupported Platforms, defect, P5)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1533760
People
(Reporter: petr.sumbera, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180807170231
Steps to reproduce:
gmake[1]: Entering directory '/scratch/firefox/obj-x86_64-pc-solaris2.11/media/ffvpx/libavcodec'
/usr/bin/gcc -std=gnu99 -o fft_float.o -c -DDEBUG=1 -DHAVE_AV_CONFIG_H -DASSERT_LEVEL=2 -I/scratch/firefox/media/ffvpx/libavcodec -I/scratch/firefox/obj-x86_64-pc-solaris2.11/media/ffvpx/libavcodec -I/scratch/firefox/media/ffvpx -I/scratch/firefox/obj-x86_64-pc-solaris2.11/dist/include -I/scratch/firefox/obj-x86_64-pc-solaris2.11/dist/include/nspr -I/scratch/firefox/obj-x86_64-pc-solaris2.11/dist/include/nss -fPIC -include /scratch/firefox/obj-x86_64-pc-solaris2.11/mozilla-config.h -DMOZILLA_CLIENT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -g -O -fno-omit-frame-pointer -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2 -Wno-parentheses -Wno-pointer-sign -Wno-sign-compare -Wno-switch -Wno-type-limits -Wno-unused-function -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-maybe-uninitialized -include libavutil_visibility.h -MD -MP -MF .deps/fft_float.o.pp /scratch/firefox/media/ffvpx/libavcodec/fft_float.c
libmozavcodec.so
rm -f libmozavcodec.so
/usr/bin/gcc -std=gnu99 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -g -O -fno-omit-frame-pointer -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wformat -Wformat-overflow=2 -fPIC -shared -Wl,-h,libmozavcodec.so -o libmozavcodec.so @/scratch/firefox/obj-x86_64-pc-solaris2.11/media/ffvpx/libavcodec/libmozavcodec_so.list -lpthread -Wl,-z,text -L/scratch/firefox/obj-x86_64-pc-solaris2.11/dist/bin ../libavutil/libmozavutil.so -lsocket -lm
Text relocation remains referenced
against symbol offset in file
ff_cos_512 0xcb7 x86/fft.o
ff_cos_512 0x1037 x86/fft.o
ff_cos_512 0x13e7 x86/fft.o
ff_cos_512 0x1797 x86/fft.o
ff_cos_256 0xc77 x86/fft.o
ff_cos_256 0xff7 x86/fft.o
ff_cos_256 0x13a7 x86/fft.o
ff_cos_256 0x1757 x86/fft.o
ff_cos_65536 0xe77 x86/fft.o
ff_cos_65536 0x11f7 x86/fft.o
...
/scratch/firefox/obj-x86_64-pc-solaris2.11/media/ffvpx/libavcodec: nm fft_float.o | grep ff_cos_32
[108] | 32| 64|OBJT |GLOB |0 |COMMON |ff_cos_32
[118] | 32| 65536|OBJT |GLOB |0 |COMMON |ff_cos_32768
Updated•6 years ago
|
Component: Untriaged → General: Unsupported Platforms
Product: Firefox → Firefox Build System
Reporter | ||
Comment 1•6 years ago
|
||
My bad. I have filed bug for this issue twice.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•