Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 506324 Details for
Bug 638710
app-emulation/vpcs-0.6 : removal (was: ./getopt.h:53:5: error: conflicting types for getopt)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-emulation:vpcs-0.6:20171124-050734.log
app-emulation:vpcs-0.6:20171124-050734.log (text/plain), 6.24 KB, created by
Toralf Förster
on 2017-11-24 16:58:37 UTC
(
hide
)
Description:
app-emulation:vpcs-0.6:20171124-050734.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-11-24 16:58:37 UTC
Size:
6.24 KB
patch
obsolete
> * Package: app-emulation/vpcs-0.6 > * Repository: gentoo > * Maintainer: bman@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking vpcs-0.6-src.tbz to /var/tmp/portage/app-emulation/vpcs-0.6/work >>>> Source unpacked in /var/tmp/portage/app-emulation/vpcs-0.6/work >>>> Preparing source in /var/tmp/portage/app-emulation/vpcs-0.6/work/vpcs-0.6/src ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-emulation/vpcs-0.6/work/vpcs-0.6/src ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-emulation/vpcs-0.6/work/vpcs-0.6/src ... >make -j1 CC=x86_64-pc-linux-gnu-gcc >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c vpcs.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c daemon.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c readline.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c packets.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c utils.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c queue.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c command.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c dev.c >dev.c: In function âopen_tapâ: >dev.c:173:2: warning: this âelseâ clause does not guard... [-Wmisleading-indentation] > else > ^~~~ >dev.c:176:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âelseâ > sprintf(dev, "%s", tapname); > ^~~~~~~ >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c dhcp.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c command6.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c packets6.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c ip.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c tcp.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c inet6.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c dns.c >dns.c: In function âhostresolvâ: >dns.c:62:35: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > snprintf(dname, sizeof(dname), "%s.%s", name, pc->ip4.domain); > ^~~~~~~ >In file included from /usr/include/stdio.h:862:0, > from dns.c:27: >/usr/include/bits/stdio2.h:64:10: note: â__builtin___snprintf_chkâ output 2 or more bytes (assuming 65) into a destination of size 64 > return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dns.c:64:35: warning: â__builtin___snprintf_chkâ output may be truncated before the last format character [-Wformat-truncation=] > snprintf(dname, sizeof(dname), "%s.%s", name, pc->ip4.dhcp.domain); > ^~~~~~~ >In file included from /usr/include/stdio.h:862:0, > from dns.c:27: >/usr/include/bits/stdio2.h:64:10: note: â__builtin___snprintf_chkâ output 2 or more bytes (assuming 65) into a destination of size 64 > return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c remote.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c help.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c dump.c >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c relay.c >relay.c: In function ârun_relayâ: >relay.c:86:3: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > if (port > 1024 && port < 65534) > ^~ >relay.c:88:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > if (relay_fd) { > ^~ >x86_64-pc-linux-gnu-gcc -DLinux -O2 -pipe -march=native -Wall -fno-strict-aliasing -DHV -Wall -I. -DTAP -c hv.c >In file included from hv.c:45:0: >./getopt.h:53:5: error: conflicting types for âgetoptâ > int getopt(int argc, char** argv, char* optstr); > ^~~~~~ >In file included from /usr/include/bits/getopt_posix.h:27:0, > from /usr/include/unistd.h:872, > from hv.c:33: >/usr/include/bits/getopt_core.h:91:12: note: previous declaration of âgetoptâ was here > extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) > ^~~~~~ >make: *** [Makefile:36: hv.o] Error 1 > * ERROR: app-emulation/vpcs-0.6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-emulation/vpcs-0.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-emulation/vpcs-0.6::gentoo'`. > * The complete build log is located at '/var/log/portage/app-emulation:vpcs-0.6:20171124-050734.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/vpcs-0.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-emulation/vpcs-0.6/temp/environment'. > * Working directory: '/var/tmp/portage/app-emulation/vpcs-0.6/work/vpcs-0.6/src' > * S: '/var/tmp/portage/app-emulation/vpcs-0.6/work/vpcs-0.6/src/'
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 638710
:
506322
| 506324 |
506326
|
506328
|
506330