It happens to me often that my browser displays the builder-live.log like this:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
When in fact it should be:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
I believe this is a text encoding problem. Both Firefox and Chromium read it as Windows 1252 and not UTF-8.
The headers sent by the web server are:
Content-Type: text/plain
I wonder whether it can be changed to:
Content-Type: text/plain; charset=utf-8
Thanks,
On Tuesday, May 21, 2019 12:18:34 PM CEST Miro Hrončok wrote:
It happens to me often that my browser displays the builder-live.log like this:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
When in fact it should be:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
I believe this is a text encoding problem. Both Firefox and Chromium read it as Windows 1252 and not UTF-8.
The headers sent by the web server are:
Content-Type: text/plain
I wonder whether it can be changed to:
Content-Type: text/plain; charset=utf-8
Probably yes, thanks for the report. Can you please create a record in issue tracker?
Pavel
Thanks,
Miro Hrončok
Phone: +420777974800 IRC: mhroncok _______________________________________________ copr-devel mailing list -- copr-devel@lists.fedorahosted.org To unsubscribe send an email to copr-devel-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.o...
On 21. 05. 19 18:51, Pavel Raiskup wrote:
On Tuesday, May 21, 2019 12:18:34 PM CEST Miro Hrončok wrote:
It happens to me often that my browser displays the builder-live.log like this:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
When in fact it should be:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
I believe this is a text encoding problem. Both Firefox and Chromium read it as Windows 1252 and not UTF-8.
The headers sent by the web server are:
Content-Type: text/plain
I wonder whether it can be changed to:
Content-Type: text/plain; charset=utf-8
Probably yes, thanks for the report. Can you please create a record in issue tracker?
I've used the mailing list because I'm not sure if this is an instance issue or upstream issue. What particular tracker should I use?
On 21. 05. 19 18:51, Pavel Raiskup wrote:
On Tuesday, May 21, 2019 12:18:34 PM CEST Miro Hrončok wrote:
It happens to me often that my browser displays the builder-live.log like this:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
When in fact it should be:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
I believe this is a text encoding problem. Both Firefox and Chromium read it as Windows 1252 and not UTF-8.
The headers sent by the web server are:
Content-Type: text/plain
I wonder whether it can be changed to:
Content-Type: text/plain; charset=utf-8
Probably yes, thanks for the report. Can you please create a record in issue tracker?
https://pagure.io/copr/copr/issue/762
copr-devel@lists.stg.fedorahosted.org