Summary: | net-libs/gsoap-2.8.114-r1 - stdsoap2_cpp.cpp: error: invalid conversion from int to const char [-fpermissive] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo musl team <musl> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | polynomial-c |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 430702 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 net-libs:gsoap-2.8.114:20211215-033515.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 759046 [details]
emerge-info.txt
Created attachment 759047 [details]
emerge-history.txt
Created attachment 759048 [details]
environment
Created attachment 759049 [details]
etc.portage.tar.bz2
Created attachment 759050 [details]
logs.tar.bz2
Created attachment 759051 [details]
net-libs:gsoap-2.8.114:20211215-033515.log
Created attachment 759052 [details]
temp.tar.bz2
tinderbox_musl has reproduced this issue with version 2.8.114-r1 - Updating summary. 'dom_cpp.cpp' || echo './'`dom_cpp.cpp stdsoap2.c: In function 'soap_s2float': stdsoap2.c:16683:19: warning: implicit declaration of function 'strtod_l'; did you mean 'strtok_r'? [-Wimplicit-function-declaration] 16683 | *p = (float)strtod_l(s, &r, SOAP_LOCALE(soap)); | ^~~~~~~~ | strtok_r stdsoap2_cpp.cpp: In function 'const char* soap_strerror(soap*)': stdsoap2_cpp.cpp:22566:22: error: invalid conversion from 'int' to 'const char*' [-fpermissive] 22566 | return strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* GNU-specific */ | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DWITH_IPV6 -DLINUX -DWITH_COOKIES -pipe -march=native -fno-diagnostics-color -O2 -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c stdsoap2_ck.c: In function 'soap_s2float': stdsoap2_ck.c:16683:19: warning: implicit declaration of function 'strtod_l'; did you mean 'strtok_r'? [-Wimplicit-function-declaration] 16683 | *p = (float)strtod_l(s, &r, SOAP_LOCALE(soap)); | ^~~~~~~~ | strtok_r make[4]: *** [Makefile:939: libgsoap___a-stdsoap2_cpp.o] Error 1 make[4]: *** Waiting for unfinished jobs.... |