Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910767 Details for
Bug 944185
sci-astronomy/cdsclient-3.8.4-r1 - [ncurses-6.5] [gcc-15] aclient.c: error: conflicting types for getpass; have char (void)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-astronomy:cdsclient-3.8.4-r1:20241120-110836.log
sci-astronomy:cdsclient-3.8.4-r1:20241120-110836.log (text/plain), 12.63 KB, created by
Toralf Förster
on 2024-11-20 16:13:01 UTC
(
hide
)
Description:
sci-astronomy:cdsclient-3.8.4-r1:20241120-110836.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-20 16:13:01 UTC
Size:
12.63 KB
patch
obsolete
> * Package: sci-astronomy/cdsclient-3.8.4-r1:0 > * Repository: gentoo > * Maintainer: sci-astronomy@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking cdsclient-3.84.tar.gz to /var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work >>>> Source unpacked in /var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work >>>> Preparing source in /var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work/cdsclient-3.84 ... > * Applying cdsclient-makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work/cdsclient-3.84 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --docdir=/usr/share/doc/cdsclient-3.8.4-r1 --htmldir=/usr/share/doc/cdsclient-3.8.4-r1/html --libdir=/usr/lib64 >checking prefix... checking whether make sets $(MAKE)... yes >checking for gawk... gawk >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking computer... unknown >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking termio.h usability... yes >checking termio.h presence... yes >checking for termio.h... yes >checking for an ANSI C-conforming const... yes >checking for size_t... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking strip utility... ok >checking return type of signal handlers... void >checking for pid_t... yes >checking vfork.h usability... no >checking vfork.h presence... no >checking for vfork.h... no >checking for fork... yes >checking for vfork... yes >checking for working fork... yes >checking for working vfork... (cached) yes >checking for getcwd... yes >checking for mkdir... yes >checking for putenv... yes >checking for strdup... yes >checking for strerror... yes >checking for strstr... yes >===== compil for export ===== >configure: creating ./config.status >config.status: creating Makefile >----the prefix for installation directories is: /usr > If this choice is not convenient, re-execute this configure > with the --prefix option, e.g. > ./configure --prefix=/usr/local >----Otherwise, proceed with make followed by make install >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work/cdsclient-3.84 ... >make -O -j4 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I. -c aclient.c >aclient.c: In function âgetpasswdâ: >aclient.c:127:9: error: conflicting types for âgetpassâ; have âchar *(void)â > 127 | char *getpass(); > | ^~~~~~~ >In file included from aclient.c:30: >/usr/include/unistd.h:981:14: note: previous declaration of âgetpassâ with type âchar *(const char *)â > 981 | extern char *getpass (const char *__prompt) __nonnull ((1)); > | ^~~~~~~ >aclient.c:128:12: error: too many arguments to function âgetpassâ > 128 | return(getpass("Password: ")); > | ^~~~~~~ >aclient.c:127:9: note: declared here > 127 | char *getpass(); > | ^~~~~~~ >make: *** [Makefile:106: aclient.o] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I. -c skclient.c >skclient.c: In function âgetHostnameâ: >skclient.c:76:12: warning: old-style function definition [-Wold-style-definition] > 76 | static int getHostname(host, len) > | ^~~~~~~~~~~ >skclient.c: In function âcat_errâ: >skclient.c:97:12: warning: old-style function definition [-Wold-style-definition] > 97 | static int cat_err(msg) > | ^~~~~~~ >skclient.c: In function âerr2â: >skclient.c:115:13: warning: old-style function definition [-Wold-style-definition] > 115 | static void err2(msg, text) > | ^~~~ >skclient.c: In function âput_errâ: >skclient.c:134:13: warning: old-style function definition [-Wold-style-definition] > 134 | static void put_err(msg) > | ^~~~~~~ >skclient.c: In function âset_slotâ: >skclient.c:150:12: warning: old-style function definition [-Wold-style-definition] > 150 | static int set_slot(plug, val) > | ^~~~~~~~ >skclient.c: In function âsk_killâ: >skclient.c:178:5: warning: old-style function definition [-Wold-style-definition] > 178 | int sk_kill(plug, sig) > | ^~~~~~~ >skclient.c: In function âsk_obeyserverâ: >skclient.c:200:5: warning: old-style function definition [-Wold-style-definition] > 200 | int sk_obeyserver(plug, digest, more) > | ^~~~~~~~~~~~~ >skclient.c:216:9: error: argument âdigestâ doesnât match prototype > 216 | int (*digest)(); /* IN: Routine getting what's sent by Server */ > | ^~~~~~ >In file included from skclient.c:32: >./sk.h:31:12: error: prototype declaration > 31 | extern int sk_obeyserver _PARAMS((int plug, > | ^~~~~~~~~~~~~ >skclient.c:217:9: error: argument âmoreâ doesnât match prototype > 217 | int (*more)(); /* IN: Routine generating data for Server */ > | ^~~~ >./sk.h:31:12: error: prototype declaration > 31 | extern int sk_obeyserver _PARAMS((int plug, > | ^~~~~~~~~~~~~ >skclient.c:269:30: error: too many arguments to function âdigestâ > 269 | if (--stat) (*digest)(buf, stat); > | ~^~~~~~~~ >skclient.c:271:25: error: too many arguments to function âmoreâ > 271 | stat = (*more)(b, lb); > | ~^~~~~~ >skclient.c:290:14: error: too many arguments to function âdigestâ > 290 | if ((*digest)(p, stat) < 0) { > | ~^~~~~~~~ >skclient.c: In function âmydigestâ: >skclient.c:304:12: warning: old-style function definition [-Wold-style-definition] > 304 | static int mydigest(buf, len) > | ^~~~~~~~ >skclient.c: In function âmymoreâ: >skclient.c:319:12: warning: old-style function definition [-Wold-style-definition] > 319 | static int mymore(buf, len) > | ^~~~~~ >skclient.c: In function âsk_fromserverâ: >skclient.c:334:5: warning: old-style function definition [-Wold-style-definition] > 334 | int sk_fromserver(plug, fh, fsend) > | ^~~~~~~~~~~~~ >skclient.c: In function âopen_digestâ: >skclient.c:358:12: warning: old-style function definition [-Wold-style-definition] > 358 | static int open_digest(buf, len) > | ^~~~~~~~~~~ >skclient.c: In function âopen_moreâ: >skclient.c:376:12: warning: old-style function definition [-Wold-style-definition] > 376 | static int open_more(buf, len) > | ^~~~~~~~~ >skclient.c: In function âsk_openâ: >skclient.c:393:5: warning: old-style function definition [-Wold-style-definition] > 393 | int sk_open(machine, service) > | ^~~~~~~ >skclient.c:413:5: error: too many arguments to function âsk_errfctâ > 413 | sk_errfct(put_err); /* Save & Print error messages */ > | ^~~~~~~~~ >skclient.c:67:15: note: declared here > 67 | extern void (*sk_errfct())(); > | ^~~~~~~~~ >skclient.c: In function âsk_connectâ: >skclient.c:517:5: warning: old-style function definition [-Wold-style-definition] > 517 | int sk_connect(machine, service, username, password) > | ^~~~~~~~~~ >make: *** [Makefile:106: skclient.o] Error 1 >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -I. -c skio.c >skio.c:42:13: error: conflicting types for âperrorâ; have âvoid(void)â > 42 | extern void perror(); > | ^~~~~~ >In file included from skio.c:24: >/usr/include/stdio.h:868:13: note: previous declaration of âperrorâ with type âvoid(const char *)â > 868 | extern void perror (const char *__s) __COLD; > | ^~~~~~ >skio.c: In function âlog_bâ: >skio.c:53:13: warning: old-style function definition [-Wold-style-definition] > 53 | static void log_b(fct, buf, len) > | ^~~~~ >skio.c: In function âlog_lâ: >skio.c:86:13: warning: old-style function definition [-Wold-style-definition] > 86 | static void log_l(fct, val) > | ^~~~~ >skio.c: In function âerr3â: >skio.c:99:12: warning: old-style function definition [-Wold-style-definition] > 99 | static int err3(ssp, plug, len) > | ^~~~ >skio.c:110:6: error: too many arguments to function âerrfctâ > 110 | (*errfct)(buffer); > | ~^~~~~~~~ >skio.c: In function âbreadâ: >skio.c:114:12: warning: old-style function definition [-Wold-style-definition] > 114 | static int bread(fno, buf, len) > | ^~~~~ >skio.c: In function âsk_setbâ: >skio.c:132:5: warning: old-style function definition [-Wold-style-definition] > 132 | int sk_setb(block) > | ^~~~~~~ >skio.c: In function âsk_errfctâ: >skio.c:149:5: warning: old-style function definition [-Wold-style-definition] > 149 | FCT sk_errfct(f) > | ^~~~~~~~~ >skio.c: In function âsk_setlogâ: >skio.c:173:7: warning: old-style function definition [-Wold-style-definition] > 173 | FILE *sk_setlog(f) > | ^~~~~~~~~ >skio.c: In function âsk_iologâ: >skio.c:188:7: warning: old-style function definition [-Wold-style-definition] > 188 | FILE *sk_iolog(f) > | ^~~~~~~~ >skio.c: In function âsk_iosaveâ: >skio.c:202:5: warning: old-style function definition [-Wold-style-definition] > 202 | int sk_iosave(fno, buf, len) > | ^~~~~~~~~ >skio.c: In function âsk_readâ: >skio.c:233:5: warning: old-style function definition [-Wold-style-definition] > 233 | int sk_read(fno, buf, len) > | ^~~~~~~ >skio.c: In function âsk_getâ: >skio.c:251:5: warning: old-style function definition [-Wold-style-definition] > 251 | int sk_get(fno, buf, len) > | ^~~~~~ >skio.c: In function âsk_getsâ: >skio.c:273:5: warning: old-style function definition [-Wold-style-definition] > 273 | int sk_gets(fno, buf, len) > | ^~~~~~~ >skio.c: In function âsk_getlâ: >skio.c:299:5: warning: old-style function definition [-Wold-style-definition] > 299 | int sk_getl(fno) > | ^~~~~~~ >skio.c: In function âsk_writeâ: >skio.c:314:5: warning: old-style function definition [-Wold-style-definition] > 314 | int sk_write(fno, buf, len) > | ^~~~~~~~ >skio.c: In function âsk_putâ: >skio.c:340:5: warning: old-style function definition [-Wold-style-definition] > 340 | int sk_put(fno, buf) > | ^~~~~~ >skio.c: In function âsk_putsâ: >skio.c:352:5: warning: old-style function definition [-Wold-style-definition] > 352 | int sk_puts(fno, buf) > | ^~~~~~~ >skio.c: In function âsk_putlâ: >skio.c:370:5: warning: old-style function definition [-Wold-style-definition] > 370 | int sk_putl(fno, val) > | ^~~~~~~ >skio.c: In function âsk_closeâ: >skio.c:387:5: warning: old-style function definition [-Wold-style-definition] > 387 | int sk_close(fno) > | ^~~~~~~~ >make: *** [Makefile:106: skio.o] Error 1 > * ERROR: sci-astronomy/cdsclient-3.8.4-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sci-astronomy/cdsclient-3.8.4-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sci-astronomy/cdsclient-3.8.4-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/sci-astronomy:cdsclient-3.8.4-r1:20241120-110836.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/temp/environment'. > * Working directory: '/var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work/cdsclient-3.84' > * S: '/var/tmp/portage/sci-astronomy/cdsclient-3.8.4-r1/work/cdsclient-3.84' >
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 944185
:
910760
|
910761
|
910762
|
910763
|
910764
|
910765
|
910766
| 910767 |
910768