Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 911029 Details for
Bug 944342
app-misc/tpipe-1.6-r2 - [ncurses-6.5] [meson] [libtool] [gcc-15] tpipe.c: error: conflicting types for popen; have FILE (void)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc:tpipe-1.6-r2:20241120-211727.log
app-misc:tpipe-1.6-r2:20241120-211727.log (text/plain), 3.39 KB, created by
Toralf Förster
on 2024-11-21 20:19:10 UTC
(
hide
)
Description:
app-misc:tpipe-1.6-r2:20241120-211727.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-21 20:19:10 UTC
Size:
3.39 KB
patch
obsolete
> * Package: app-misc/tpipe-1.6-r2:0 > * Repository: gentoo > * Maintainer: robbat2@gentoo.org shell-tools@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking tpipe-1.6.tar.gz to /var/tmp/portage/app-misc/tpipe-1.6-r2/work >>>> Source unpacked in /var/tmp/portage/app-misc/tpipe-1.6-r2/work >>>> Preparing source in /var/tmp/portage/app-misc/tpipe-1.6-r2/work/tpipe-1.6 ... > * Applying tpipe-1.6-makefile.patch ... > [ ok ] > * Applying tpipe-1.6-Wimplicit-function-declaration.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/tpipe-1.6-r2/work/tpipe-1.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/tpipe-1.6-r2/work/tpipe-1.6 ... >make -O -j4 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 tpipe.c -o tpipe >tpipe.c: In function âmainâ: >tpipe.c:55:22: error: conflicting types for âpopenâ; have âFILE *(void)â > 55 | extern FILE *popen(); extern int pclose(); > | ^~~~~ >In file included from tpipe.c:42: >/usr/include/stdio.h:893:14: note: previous declaration of âpopenâ with type âFILE *(const char *, const char *)â > 893 | extern FILE *popen (const char *__command, const char *__modes) > | ^~~~~ >tpipe.c:55:42: error: conflicting types for âpcloseâ; have âint(void)â > 55 | extern FILE *popen(); extern int pclose(); > | ^~~~~~ >/usr/include/stdio.h:887:12: note: previous declaration of âpcloseâ with type âint(FILE *)â > 887 | extern int pclose (FILE *__stream) __nonnull ((1)); > | ^~~~~~ >tpipe.c:99:24: error: too many arguments to function âpopenâ > 99 | if (!(stream = popen(argv[byte],"w"))) { > | ^~~~~ >tpipe.c:55:22: note: declared here > 55 | extern FILE *popen(); extern int pclose(); > | ^~~~~ >tpipe.c:123:13: error: too many arguments to function âpcloseâ > 123 | if (pclose(stream)) > | ^~~~~~ >tpipe.c:55:42: note: declared here > 55 | extern FILE *popen(); extern int pclose(); > | ^~~~~~ >make: *** [<builtin>: tpipe] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -pedantic -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 tap.c -o tap > * ERROR: app-misc/tpipe-1.6-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-misc/tpipe-1.6-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-misc/tpipe-1.6-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/app-misc:tpipe-1.6-r2:20241120-211727.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/tpipe-1.6-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/tpipe-1.6-r2/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/tpipe-1.6-r2/work/tpipe-1.6' > * S: '/var/tmp/portage/app-misc/tpipe-1.6-r2/work/tpipe-1.6' >
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 944342
:
911028
| 911029 |
911030
|
911031
|
911032
|
911033
|
911034
|
911035
|
911036