Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 867163 Details for
Bug 911776
net-analyzer/symon-2.88 - ../.../platform.h: error: expected declaration specifiers or before ( token
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-analyzer:symon-2.88:20230805-175038.log
net-analyzer:symon-2.88:20230805-175038.log (text/plain), 6.84 KB, created by
Toralf Förster
on 2023-08-05 17:55:24 UTC
(
hide
)
Description:
net-analyzer:symon-2.88:20230805-175038.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-08-05 17:55:24 UTC
Size:
6.84 KB
patch
obsolete
> * Package: net-analyzer/symon-2.88:0 > * Repository: gentoo > * Maintainer: netmon@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux symon > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking symon-2.88.tar.gz to /var/tmp/portage/net-analyzer/symon-2.88/work >>>> Source unpacked in /var/tmp/portage/net-analyzer/symon-2.88/work >>>> Preparing source in /var/tmp/portage/net-analyzer/symon-2.88/work/symon ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-analyzer/symon-2.88/work/symon ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-analyzer/symon-2.88/work/symon ... >===> lib >Generating conf.h on Linux >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o error.o -c error.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o lex.o -c lex.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o xmalloc.o -c xmalloc.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o net.o -c net.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o data.o -c data.c >building standard library >ranlib libsym.a >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o diskname.o -c diskname.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o percentages.o -c percentages.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../platform/Linux -I. -o smart.o -c smart.c >building probe helper library >ranlib libprobe.a >===> symon >Generating conf.h on Linux >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o symon.o -c symon.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o readconf.o -c readconf.c >readconf.c: In function âread_symon_argsâ: >readconf.c:121:13: warning: â__builtin_strncpyâ specified bound 2048 equals destination size [-Wstringop-truncation] > 121 | strncpy(&sn[0], l->token, _POSIX2_LINE_MAX); > | ^ >readconf.c:131:17: warning: â__builtin_strncpyâ specified bound 2048 equals destination size [-Wstringop-truncation] > 131 | strncpy(&sa[0], l->token, _POSIX2_LINE_MAX); > | ^ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o symonnet.o -c symonnet.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o ../platform/Linux/sm_cpu.o -c ../platform/Linux/sm_cpu.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o ../platform/Linux/sm_cpuiow.o -c ../platform/Linux/sm_cpuiow.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o ../platform/stub/sm_debug.o -c ../platform/stub/sm_debug.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o ../platform/Linux/sm_df.o -c ../platform/Linux/sm_df.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -g -I../lib -I../platform/Linux -I. -o ../platform/Linux/sm_flukso.o -c ../platform/Linux/sm_flukso.c >In file included from ../lib/conf.h:5, > from ../platform/Linux/sm_flukso.c:38: >../lib/../platform/Linux/platform.h:21:34: error: expected declaration specifiers or â...â before â(â token > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^ >../lib/../platform/Linux/platform.h:21:38: error: expected declaration specifiers or â...â before â(â token > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^ >../lib/../platform/Linux/platform.h:21:42: error: expected declaration specifiers or â...â before string constant > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^~~~ >../lib/../platform/Linux/platform.h:21:48: error: expected declaration specifiers or â...â before â(â token > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^ >In file included from /usr/include/features.h:503, > from /usr/include/bits/libc-header-start.h:33, > from /usr/include/stdint.h:26, > from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/stdint.h:9, > from ../lib/../platform/Linux/platform.h:4: >../lib/../platform/Linux/platform.h:21:34: error: expected declaration specifiers or â...â before â(â token > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^ >../lib/../platform/Linux/platform.h:21:38: error: expected declaration specifiers or â...â before â(â token > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^ >../lib/../platform/Linux/platform.h:21:42: error: expected declaration specifiers or â...â before string constant > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^~~~ >../lib/../platform/Linux/platform.h:21:48: error: expected declaration specifiers or â...â before â(â token > 21 | #define strlcpy(x,y,z) snprintf((x),(z),"%s", (y)) > | ^ >*** Error code 1 > >Stop. >pmake: stopped in /var/tmp/portage/net-analyzer/symon-2.88/work/symon/symon >*** Error code 1 > >Stop. >pmake: stopped in /var/tmp/portage/net-analyzer/symon-2.88/work/symon > * ERROR: net-analyzer/symon-2.88::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 1858: Called die > * The specific snippet of code: > * pmake CC="$(tc-getCC)" CFLAGS+="${CFLAGS}" STRIP=true || die > * > * If you need support, post the output of `emerge --info '=net-analyzer/symon-2.88::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-analyzer/symon-2.88::gentoo'`. > * The complete build log is located at '/var/log/portage/net-analyzer:symon-2.88:20230805-175038.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/symon-2.88/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/symon-2.88/temp/environment'. > * Working directory: '/var/tmp/portage/net-analyzer/symon-2.88/work/symon' > * S: '/var/tmp/portage/net-analyzer/symon-2.88/work/symon' >
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 911776
:
867158
|
867159
|
867160
|
867161
|
867162
| 867163 |
867164