Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910626 Details for
Bug 944169
net-misc/astmanproxy-1.28.2 - [ncurses-6.5] [meson] [libtool] [gcc-15] src/astmanproxy.c: error: too many arguments to function c->output->write
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc:astmanproxy-1.28.2:20241120-044355.log
net-misc:astmanproxy-1.28.2:20241120-044355.log (text/plain), 8.21 KB, created by
Toralf Förster
on 2024-11-20 16:09:36 UTC
(
hide
)
Description:
net-misc:astmanproxy-1.28.2:20241120-044355.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-20 16:09:36 UTC
Size:
8.21 KB
patch
obsolete
> * Package: net-misc/astmanproxy-1.28.2:0 > * Repository: gentoo > * Maintainer: jaco@uls.co.za proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking astmanproxy-1.28.2.tar.gz to /var/tmp/portage/net-misc/astmanproxy-1.28.2/work >>>> Source unpacked in /var/tmp/portage/net-misc/astmanproxy-1.28.2/work >>>> Preparing source in /var/tmp/portage/net-misc/astmanproxy-1.28.2/work/astmanproxy-1.28.2 ... > * Applying astmanproxy-1.28.2-gentoo.diff ... > [ ok ] > * Applying astmanproxy-1.28.2-fno-common.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/astmanproxy-1.28.2/work/astmanproxy-1.28.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-misc/astmanproxy-1.28.2/work/astmanproxy-1.28.2 ... >make -O -j4 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -fPIC -iquotesrc/include '-DPROXY_VERSION="1.28.2"' '-DCDIR="/etc/asterisk"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/lib64/astmanproxy/modules"' '-DPDIR="/etc/asterisk"' '-DPFILE="astmanproxy.users"' -D_REENTRANT -D_GNU_SOURCE -Isrc/include -I/usr/include/openssl -c -o astmanproxy.o src/astmanproxy.c >src/astmanproxy.c: In function âleaveâ: >src/astmanproxy.c:90:25: error: too many arguments to function âc->output->writeâ > 90 | c->output->write(c, &sm); > | ^ >src/astmanproxy.c:95:25: error: too many arguments to function âc->output->writeâ > 95 | c->output->write(c, &cm); > | ^ >src/astmanproxy.c: In function âWriteClientsâ: >src/astmanproxy.c:225:35: warning: the comparison will always evaluate as âtrueâ for the address of âactionidâ will never be NULL [-Waddress] > 225 | if (c->autofilter && c->actionid) { > | ^~ >In file included from src/astmanproxy.c:12: >src/include/astmanproxy.h:141:14: note: âactionidâ declared here > 141 | char actionid[MAX_LEN]; > | ^~~~~~~~ >src/astmanproxy.c:264:33: error: too many arguments to function âc->output->writeâ > 264 | c->output->write(c, &m_temp); > | ^ >src/astmanproxy.c:266:41: error: too many arguments to function âc->output->writeâ > 266 | c->output->write(c, &m_temp2); > | ^ >src/astmanproxy.c:281:33: error: too many arguments to function âc->output->writeâ > 281 | c->output->write(c, &m_temp); > | ^ >src/astmanproxy.c:283:41: error: too many arguments to function âc->output->writeâ > 283 | c->output->write(c, &m_temp2); > | ^ >src/astmanproxy.c:298:33: error: too many arguments to function âc->output->writeâ > 298 | c->output->write(c, &m_temp); > | ^ >src/astmanproxy.c:300:41: error: too many arguments to function âc->output->writeâ > 300 | c->output->write(c, &m_temp2); > | ^ >src/astmanproxy.c:303:33: error: too many arguments to function âc->output->writeâ > 303 | c->output->write(c, m); > | ^ >src/astmanproxy.c:306:52: warning: the comparison will always evaluate as âfalseâ for the address of âuntileventâ will never be NULL [-Waddress] > 306 | if ( c->untilevent == '\0' || !strncasecmp( event, c->untilevent, MAX_LEN ) ) { > | ^~ >src/include/astmanproxy.h:142:14: note: âuntileventâ declared here > 142 | char untilevent[MAX_LEN]; > | ^~~~~~~~~~ >src/astmanproxy.c:306:52: warning: comparison between pointer and zero character constant [-Wpointer-compare] > 306 | if ( c->untilevent == '\0' || !strncasecmp( event, c->untilevent, MAX_LEN ) ) { > | ^~ >src/astmanproxy.c:306:38: note: did you mean to dereference the pointer? > 306 | if ( c->untilevent == '\0' || !strncasecmp( event, c->untilevent, MAX_LEN ) ) { > | ^ >src/astmanproxy.c: In function âWriteAsteriskâ: >src/astmanproxy.c:361:9: error: too many arguments to function âs->output->writeâ > 361 | s->output->write(s, m); > | ^ >src/astmanproxy.c: In function âsession_doâ: >src/astmanproxy.c:387:17: error: too many arguments to function âs->input->onconnectâ > 387 | s->input->onconnect(s, &m); > | ^ >src/astmanproxy.c:404:23: error: too many arguments to function âs->input->readâ > 404 | res = s->input->read(s, &m); > | ^ >src/astmanproxy.c: In function âHandleAsteriskâ: >src/astmanproxy.c:472:23: error: too many arguments to function âs->input->readâ > 472 | res = s->input->read(s, m); > | ^ >src/astmanproxy.c: In function âConnectAsteriskâ: >src/astmanproxy.c:554:25: error: too many arguments to function âs->output->writeâ > 554 | s->output->write(s, &m); > | ^ >src/astmanproxy.c: In function âmainâ: >src/astmanproxy.c:764:13: warning: variable âcli_addrlenâ set but not used [-Wunused-but-set-variable] > 764 | int cli_addrlen; > | ^~~~~~~~~~~ >make: *** [Makefile:85: astmanproxy.o] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -fPIC -iquotesrc/include '-DPROXY_VERSION="1.28.2"' '-DCDIR="/etc/asterisk"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/lib64/astmanproxy/modules"' '-DPDIR="/etc/asterisk"' '-DPFILE="astmanproxy.users"' -D_REENTRANT -D_GNU_SOURCE -Isrc/include -I/usr/include/openssl -c -o common.o src/common.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -fPIC -iquotesrc/include '-DPROXY_VERSION="1.28.2"' '-DCDIR="/etc/asterisk"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/lib64/astmanproxy/modules"' '-DPDIR="/etc/asterisk"' '-DPFILE="astmanproxy.users"' -D_REENTRANT -D_GNU_SOURCE -Isrc/include -I/usr/include/openssl -c -o config_perms.o src/config_perms.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -fPIC -iquotesrc/include '-DPROXY_VERSION="1.28.2"' '-DCDIR="/etc/asterisk"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/lib64/astmanproxy/modules"' '-DPDIR="/etc/asterisk"' '-DPFILE="astmanproxy.users"' -D_REENTRANT -D_GNU_SOURCE -Isrc/include -I/usr/include/openssl -c -o config.o src/config.c >src/config.c: In function âLoadHandlersâ: >src/config.c:192:25: warning: â__builtin___strncpy_chkâ specified bound depends on the length of the source argument [-Wstringop-truncation] > 192 | strncpy(fmt, d->d_name, strlen(d->d_name) - 3); > | ^ >src/config.c:192:49: note: length computed here > 192 | strncpy(fmt, d->d_name, strlen(d->d_name) - 3); > | ^~~~~~~~~~~~~~~~~ > * ERROR: net-misc/astmanproxy-1.28.2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-misc/astmanproxy-1.28.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-misc/astmanproxy-1.28.2::gentoo'`. > * The complete build log is located at '/var/log/portage/net-misc:astmanproxy-1.28.2:20241120-044355.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/astmanproxy-1.28.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-misc/astmanproxy-1.28.2/temp/environment'. > * Working directory: '/var/tmp/portage/net-misc/astmanproxy-1.28.2/work/astmanproxy-1.28.2' > * S: '/var/tmp/portage/net-misc/astmanproxy-1.28.2/work/astmanproxy-1.28.2' >
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 944169
:
910621
|
910622
|
910623
|
910624
|
910625
| 910626 |
910627
|
910628