Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 895346 Details for
Bug 933773
app-accessibility/powiedz-1.0-r2 - [gcc-15] main.c: error: implicit declaration of function isspace [-Wimplicit-function-declaration]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-accessibility:powiedz-1.0-r2:20240607-191128.log
app-accessibility:powiedz-1.0-r2:20240607-191128.log (text/plain), 6.56 KB, created by
Toralf Förster
on 2024-06-07 20:05:24 UTC
(
hide
)
Description:
app-accessibility:powiedz-1.0-r2:20240607-191128.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-06-07 20:05:24 UTC
Size:
6.56 KB
patch
obsolete
> * Package: app-accessibility/powiedz-1.0-r2:0 > * Repository: gentoo > * Maintainer: accessibility@gentoo.org sound@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking powiedz-1.0.tgz to /var/tmp/portage/app-accessibility/powiedz-1.0-r2/work >>>> Source unpacked in /var/tmp/portage/app-accessibility/powiedz-1.0-r2/work >>>> Preparing source in /var/tmp/portage/app-accessibility/powiedz-1.0-r2/work/powiedz ... > * Applying powiedz-1.0-dsp-handle-fix.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-accessibility/powiedz-1.0-r2/work/powiedz ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-accessibility/powiedz-1.0-r2/work/powiedz ... >make -j4 -f Makefile_plain LDLIBS=-lm 'CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color' DEFS= CC=x86_64-pc-linux-gnu-gcc >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -c -o elements.o elements.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -c -o newstring.o newstring.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -c -o main.o main.c >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -c -o palput.o palput.c >main.c:48:1: error: return type defaults to âintâ [-Wimplicit-int] > 48 | xsay_sentence(char *s,int mode) > | ^~~~~~~~~~~~~ >main.c: In function âxsay_sentenceâ: >main.c:53:17: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 53 | return; > | ^~~~~~ >main.c:48:1: note: declared here > 48 | xsay_sentence(char *s,int mode) > | ^~~~~~~~~~~~~ >main.c:55:29: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 55 | if (strlen(s)>1999) return; > | ^~~~~~ >main.c:48:1: note: declared here > 48 | xsay_sentence(char *s,int mode) > | ^~~~~~~~~~~~~ >main.c: At top level: >main.c:66:1: error: return type defaults to âintâ [-Wimplicit-int] > 66 | powiedz_string(char *s) > | ^~~~~~~~~~~~~~ >main.c: In function âpowiedz_stringâ: >main.c:71:30: error: implicit declaration of function âisspaceâ [-Wimplicit-function-declaration] > 71 | while (*s && isspace(*s)) s++; > | ^~~~~~~ >main.c:13:1: note: include â<ctype.h>â or provide a declaration of âisspaceâ > 12 | #include <fcntl.h> > +++ |+#include <ctype.h> > 13 | >main.c: At top level: >main.c:98:1: error: return type defaults to âintâ [-Wimplicit-int] > 98 | powiedz_bufor() > | ^~~~~~~~~~~~~ >main.c: In function âpowiedz_buforâ: >main.c:101:22: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 101 | if (inpos<2) return; > | ^~~~~~ >main.c:98:1: note: declared here > 98 | powiedz_bufor() > | ^~~~~~~~~~~~~ >main.c: At top level: >main.c:115:1: error: return type defaults to âintâ [-Wimplicit-int] > 115 | tabwrite(int n) > | ^~~~~~~~ >main.c: In function âtabwriteâ: >main.c:118:23: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 118 | if (!tabname) return; > | ^~~~~~ >main.c:115:1: note: declared here > 115 | tabwrite(int n) > | ^~~~~~~~ >main.c:120:19: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 120 | if (fd<0) return; > | ^~~~~~ >main.c:115:1: note: declared here > 115 | tabwrite(int n) > | ^~~~~~~~ >main.c: At top level: >main.c:125:1: error: return type defaults to âintâ [-Wimplicit-int] > 125 | powiedz_plik(char *nazwa) > | ^~~~~~~~~~~~ >main.c: In function âpowiedz_plikâ: >main.c:160:17: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 160 | return; > | ^~~~~~ >main.c:125:1: note: declared here > 125 | powiedz_plik(char *nazwa) > | ^~~~~~~~~~~~ >main.c: At top level: >main.c:227:1: error: return type defaults to âintâ [-Wimplicit-int] > 227 | start_server() > | ^~~~~~~~~~~~ >main.c: In function âstart_serverâ: >main.c:239:25: error: âreturnâ with no value, in function returning non-void [-Wreturn-mismatch] > 239 | return; > | ^~~~~~ >main.c:227:1: note: declared here > 227 | start_server() > | ^~~~~~~~~~~~ >main.c:258:33: error: implicit declaration of function âpowiedz_pauseâ; did you mean âpowiedz_plikâ? [-Wimplicit-function-declaration] > 258 | powiedz_pause(); > | ^~~~~~~~~~~~~ > | powiedz_plik >main.c: At top level: >main.c:308:1: error: return type defaults to âintâ [-Wimplicit-int] > 308 | main(int argc,char *argv[]) > | ^~~~ >main.c: In function âtabwriteâ: >main.c:121:9: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 121 | write(fd,&n,4); > | ^~~~~~~~~~~~~~ >main.c: In function âpowiedz_plikâ: >main.c:135:33: warning: ignoring return value of âreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 135 | read(fd,&le,4); > | ^~~~~~~~~~~~~~ >main.c:143:41: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 143 | write(fd,&le,4); > | ^~~~~~~~~~~~~~~ >make: *** [Makefile_plain:11: main.o] Error 1 shuffle=2895331995 >make: *** Waiting for unfinished jobs.... > * ERROR: app-accessibility/powiedz-1.0-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-accessibility/powiedz-1.0-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-accessibility/powiedz-1.0-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/app-accessibility:powiedz-1.0-r2:20240607-191128.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-accessibility/powiedz-1.0-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-accessibility/powiedz-1.0-r2/temp/environment'. > * Working directory: '/var/tmp/portage/app-accessibility/powiedz-1.0-r2/work/powiedz' > * S: '/var/tmp/portage/app-accessibility/powiedz-1.0-r2/work/powiedz' >
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 933773
:
895345
| 895346 |
895347
|
895348
|
895349
|
895350
|
895351
|
895352