Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1463826 Details for
Bug 1604662
librtfcomp: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-19 23:51:43 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-19 23:51:43 UTC
Size:
32.00 KB
patch
obsolete
>s in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] > if ((pNextCh >= strlen(fonttbl)) && (strncmp(ip, fonttbl, strlen(fonttbl)) == 0)) { > ^~~~~~~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' > extern int strncmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~ >rtfconvert.c:147:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] > if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { > ^~~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *' > extern size_t strlen (const char *__s) > ^~~~~~ >rtfconvert.c:147:60: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] > if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { > ^~~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *' > extern size_t strlen (const char *__s) > ^~~~~~ >rtfconvert.c:147:44: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] > if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { > ^~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'unsigned char *' > extern int strncmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~ >rtfconvert.c:147:48: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] > if ((pNextCh >= strlen(par)) && (strncmp(ip, par, strlen(par)) == 0)) { > ^~~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' > extern int strncmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~ >rtfconvert.c:69:4: warning: unused variable 'state' [-Wunused-variable] > } state; > ^~~~~ >rtfconvert.c:58:18: warning: unused variable 'cmd_brace_level' [-Wunused-variable] > int cmd_brace_level = 0; > ^~~~~~~~~~~~~~~ >rtfconvert.c:56:18: warning: unused variable 'ctrllen' [-Wunused-variable] > unsigned int ctrllen=0; > ^~~~~~~ >rtfconvert.c:47:18: warning: unused variable 'strt' [-Wunused-variable] > unsigned char * strt=0; > ^~~~ >rtfconvert.c: In function 'RTFCharget': >rtfconvert.c:390:24: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] > (strncmp(sin, escape_header, strlen(escape_header))) == 0 > ^~~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' > extern int strncmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~ >rtfconvert.c:393:17: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] > if (sscanf(sin+strlen(escape_header), "%2x",computed_UTF8) != 1) { > ~~~^~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/features.h:428, > from /usr/include/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from sysincludes.h:27, > from rtfconvert.c:19: >/usr/include/stdio.h:414:12: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' > extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, > ^~~~~~~~~~~~~~ >rtfconvert.c:401:23: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] > (strncmp(sin, unicode_header, strlen(unicode_header))) == 0 > ^~~ >In file included from sysincludes.h:28, > from rtfconvert.c:19: >/usr/include/string.h:139:12: note: expected 'const char *' but argument is of type 'const unsigned char *' > extern int strncmp (const char *__s1, const char *__s2, size_t __n) > ^~~~~~~ >rtfconvert.c:410:17: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] > if (sscanf(sin+strlen(unicode_header), "%d",computed_UTF8) != 1) { > ~~~^~~~~~~~~~~~~~~~~~~~~~~ >In file included from /usr/include/features.h:428, > from /usr/include/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from sysincludes.h:27, > from rtfconvert.c:19: >/usr/include/stdio.h:414:12: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' > extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, > ^~~~~~~~~~~~~~ >rtfconvert.c: In function 'RTFGetControlWordLen': >rtfconvert.c:448:16: warning: unused variable 'c' [-Wunused-variable] > unsigned char c; > ^ >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -c rtfconvert.c -o rtfconvert.o >/dev/null 2>&1 >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -c utf8conv.c -fPIC -DPIC -o .libs/utf8conv.o >/usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -c -o errorcode.lo errorcode.c >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -c utf8conv.c -o utf8conv.o >/dev/null 2>&1 >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -c errorcode.c -fPIC -DPIC -o .libs/errorcode.o >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -c errorcode.c -o errorcode.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -DHAVE_GCCVISIBILITY -fvisibility=hidden -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o librtfcomp.la -rpath /usr/lib64 constants.lo crc32.lo rtfcomp.lo rtfdecomp.lo rtfconvert.lo utf8conv.lo errorcode.lo -lc >libtool: link: gcc -shared -fPIC -DPIC .libs/constants.o .libs/crc32.o .libs/rtfcomp.o .libs/rtfdecomp.o .libs/rtfconvert.o .libs/utf8conv.o .libs/errorcode.o -lc -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,librtfcomp.so.0 -o .libs/librtfcomp.so.0.0.0 >libtool: link: (cd ".libs" && rm -f "librtfcomp.so.0" && ln -s "librtfcomp.so.0.0.0" "librtfcomp.so.0") >libtool: link: (cd ".libs" && rm -f "librtfcomp.so" && ln -s "librtfcomp.so.0.0.0" "librtfcomp.so") >libtool: link: ar cru .libs/librtfcomp.a constants.o crc32.o rtfcomp.o rtfdecomp.o rtfconvert.o utf8conv.o errorcode.o >libtool: link: ranlib .libs/librtfcomp.a >libtool: link: ( cd ".libs" && rm -f "librtfcomp.la" && ln -s "../librtfcomp.la" "librtfcomp.la" ) >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/src' >Making all in tests >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/tests' >gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c main.c >gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c tortf.c >gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c fromrtf.c >/usr/bin/libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test main.o ../src/librtfcomp.la >/usr/bin/libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tortf tortf.o ../src/librtfcomp.la >libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test main.o ../src/.libs/librtfcomp.so -lc >libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/tortf tortf.o ../src/.libs/librtfcomp.so -lc >/usr/bin/libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fromrtf fromrtf.o ../src/librtfcomp.la >libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/fromrtf fromrtf.o ../src/.libs/librtfcomp.so -lc >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/tests' >Making all in python >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/python' >pyrexc ./pyrtfcomp.pyx -o ./pyrtfcomp.c >/usr/bin/libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"librtfcomp\ 1.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.7 -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c -o pyrtfcomp_la-pyrtfcomp.lo `test -f 'pyrtfcomp.c' || echo './'`pyrtfcomp.c >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.7 -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c pyrtfcomp.c -fPIC -DPIC -o .libs/pyrtfcomp_la-pyrtfcomp.o >libtool: compile: gcc -DPACKAGE_NAME=\"librtfcomp\" -DPACKAGE_TARNAME=\"librtfcomp\" -DPACKAGE_VERSION=\"1.1\" "-DPACKAGE_STRING=\"librtfcomp 1.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"librtfcomp\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I/usr/include/python2.7 -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c pyrtfcomp.c -o pyrtfcomp_la-pyrtfcomp.o >/dev/null 2>&1 >/usr/bin/libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pyrtfcomp.la -rpath /usr/lib64/python2.7/site-packages -module -avoid-version -fPIC pyrtfcomp_la-pyrtfcomp.lo ../src/librtfcomp.la >libtool: link: gcc -shared -fPIC -DPIC .libs/pyrtfcomp_la-pyrtfcomp.o -Wl,-rpath -Wl,/builddir/build/BUILD/librtfcomp-1.1/src/.libs ../src/.libs/librtfcomp.so -lc -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,pyrtfcomp.so -o .libs/pyrtfcomp.so >libtool: link: ar cru .libs/pyrtfcomp.a pyrtfcomp_la-pyrtfcomp.o >libtool: link: ranlib .libs/pyrtfcomp.a >libtool: link: ( cd ".libs" && rm -f "pyrtfcomp.la" && ln -s "../pyrtfcomp.la" "pyrtfcomp.la" ) >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/python' >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1' >make[1]: Nothing to be done for 'all-am'. >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1' >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.01w3Cq >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x >++ dirname /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x >+ cd librtfcomp-1.1 >+ rm -rf /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x >+ make install DESTDIR=/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x >Making install in src >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/src' >make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/src' >test -z "/usr/lib64" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64" > /bin/sh ../libtool --mode=install /usr/bin/install -c 'librtfcomp.la' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.la' >/usr/bin/install -c .libs/librtfcomp.so.0.0.0 /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.so.0.0.0 >(cd /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64 && { ln -s -f librtfcomp.so.0.0.0 librtfcomp.so.0 || { rm -f librtfcomp.so.0 && ln -s librtfcomp.so.0.0.0 librtfcomp.so.0; }; }) >(cd /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64 && { ln -s -f librtfcomp.so.0.0.0 librtfcomp.so || { rm -f librtfcomp.so && ln -s librtfcomp.so.0.0.0 librtfcomp.so; }; }) >/usr/bin/install -c .libs/librtfcomp.lai /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.la >/usr/bin/install -c .libs/librtfcomp.a /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.a >chmod 644 /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.a >ranlib /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.a >libtool: install: warning: remember to run `libtool --finish /usr/lib64' >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/src' >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/src' >Making install in tests >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/tests' >make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/tests' >test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin" > /bin/sh ../libtool --mode=install /usr/bin/install -c 'test' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/test' >libtool: install: warning: `../src/librtfcomp.la' has not been installed in `/usr/lib64' >/usr/bin/install -c .libs/test /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/test > /bin/sh ../libtool --mode=install /usr/bin/install -c 'tortf' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/tortf' >libtool: install: warning: `../src/librtfcomp.la' has not been installed in `/usr/lib64' >/usr/bin/install -c .libs/tortf /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/tortf > /bin/sh ../libtool --mode=install /usr/bin/install -c 'fromrtf' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/fromrtf' >libtool: install: warning: `../src/librtfcomp.la' has not been installed in `/usr/lib64' >/usr/bin/install -c .libs/fromrtf /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/fromrtf >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/tests' >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/tests' >Making install in python >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/python' >make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1/python' >make[2]: Nothing to be done for 'install-exec-am'. >test -z "/usr/lib64/python2.7/site-packages" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages" > /bin/sh ../libtool --mode=install /usr/bin/install -c 'pyrtfcomp.la' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.la' >libtool: install: warning: relinking `pyrtfcomp.la' >(cd /builddir/build/BUILD/librtfcomp-1.1/python; /bin/sh "/usr/bin/libtool" --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pyrtfcomp.la -rpath /usr/lib64/python2.7/site-packages -module -avoid-version -fPIC pyrtfcomp_la-pyrtfcomp.lo ../src/librtfcomp.la -inst-prefix-dir /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x) >libtool: relink: gcc -shared -fPIC -DPIC .libs/pyrtfcomp_la-pyrtfcomp.o -L/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64 -L/usr/lib64 -lrtfcomp -lc -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -Wl,-z -Wl,relro -Wl,-z -Wl,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-soname -Wl,pyrtfcomp.so -o .libs/pyrtfcomp.so >/usr/bin/install -c .libs/pyrtfcomp.soT /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.so >/usr/bin/install -c .libs/pyrtfcomp.lai /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.la >/usr/bin/install -c .libs/pyrtfcomp.a /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.a >chmod 644 /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.a >ranlib /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.a >libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages' >make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/python' >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1/python' >make[1]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1' >make[2]: Entering directory '/builddir/build/BUILD/librtfcomp-1.1' >make[2]: Nothing to be done for 'install-exec-am'. >test -z "/usr/include/rtfcomp" || mkdir -p -- "/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/include/rtfcomp" > /usr/bin/install -c -m 644 './include/rtfcomp/rtfcomp.h' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/include/rtfcomp/rtfcomp.h' > /usr/bin/install -c -m 644 './include/rtfcomp/errors.h' '/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/include/rtfcomp/errors.h' >make[2]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1' >make[1]: Leaving directory '/builddir/build/BUILD/librtfcomp-1.1' >+ find /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x -name '*.la' -exec rm -f '{}' ';' >+ find /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x -name '*.a' -exec rm -f '{}' ';' >+ rm -fr /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/bin/ >+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.1-25.fc29 --unique-debug-suffix -1.1-25.fc29.s390x --unique-debug-src-base librtfcomp-1.1-25.fc29.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/librtfcomp-1.1 >extracting debug info from /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7/site-packages/pyrtfcomp.so >extracting debug info from /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/librtfcomp.so.0.0.0 >/usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. >152 blocks >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/redhat/brp-ldconfig >/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 >Bytecompiling .py files below /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib64/python2.7 using /usr/bin/python2.7 >Bytecompiling .py files below /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-mangle-shebangs >Processing files: librtfcomp-1.1-25.fc29.s390x >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.j4Sece >+ umask 022 >+ cd /builddir/build/BUILD >+ cd librtfcomp-1.1 >+ DOCDIR=/builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/share/doc/librtfcomp >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/share/doc/librtfcomp >+ cp -pr CHANGELOG /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/share/doc/librtfcomp >+ cp -pr LICENCE /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/usr/share/doc/librtfcomp >+ exit 0 >Provides: librtfcomp = 1.1-25.fc29 librtfcomp(s390-64) = 1.1-25.fc29 librtfcomp.so.0()(64bit) >Requires(interp): /sbin/ldconfig /sbin/ldconfig >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires(post): /sbin/ldconfig >Requires(postun): /sbin/ldconfig >Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) rtld(GNU_HASH) >Processing files: librtfcomp-devel-1.1-25.fc29.s390x >Provides: librtfcomp-devel = 1.1-25.fc29 librtfcomp-devel(s390-64) = 1.1-25.fc29 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires: librtfcomp.so.0()(64bit) >Processing files: python2-librtfcomp-1.1-25.fc29.s390x >error: File not found: /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/pyrtfcomp.so >RPM build errors: > File not found: /builddir/build/BUILDROOT/librtfcomp-1.1-25.fc29.s390x/pyrtfcomp.so >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/librtfcomp.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1604662
: 1463826 |
1463827
|
1463828