Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 906843 Details for
Bug 942215
app-admin/sud-1.3-r2 - [gcc-15] interactive.c: error: implicit declaration of function login [-Wimplicit-function-declaration]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-admin:sud-1.3-r2:20241026-090319.log
app-admin:sud-1.3-r2:20241026-090319.log (text/plain), 8.81 KB, created by
Toralf Förster
on 2024-10-26 09:17:22 UTC
(
hide
)
Description:
app-admin:sud-1.3-r2:20241026-090319.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-26 09:17:22 UTC
Size:
8.81 KB
patch
obsolete
> * Package: app-admin/sud-1.3-r2:0 > * Repository: gentoo > * Maintainer: lu_zero@gentoo.org base-system@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking sud-1.3.tar.gz to /var/tmp/portage/app-admin/sud-1.3-r2/work >>>> Source unpacked in /var/tmp/portage/app-admin/sud-1.3-r2/work >>>> Preparing source in /var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3 ... > * Applying sud-1.3-fix-build-system.patch ... > [ ok ] > * Applying sud-1.3-use-system-queue.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/app-admin/sud-1.3-r2/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader --force' ... > [ ok ] > * Running 'automake --add-missing --copy --force-missing' ... > [ ok ] > * Running elibtoolize in: sud-1.3/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3 ... > * econf: updating sud-1.3/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating sud-1.3/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-musl --host=x86_64-pc-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/sud-1.3-r2 --htmldir=/usr/share/doc/sud-1.3-r2/html --libdir=/usr/lib >configure: loading site script /usr/share/config.site >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... yes >checking for x86_64-pc-linux-musl-gcc... x86_64-pc-linux-musl-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 the compiler supports GNU C... yes >checking whether x86_64-pc-linux-musl-gcc accepts -g... yes >checking for x86_64-pc-linux-musl-gcc option to enable C11 features... none needed >checking whether x86_64-pc-linux-musl-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-musl-gcc... none >checking for bison... bison -y >checking for flex... flex >checking for lex output file root... lex.yy >checking for lex library... none needed >checking for library containing yywrap... -lfl >checking whether yytext is a pointer... yes >checking for library containing forkpty... none required >checking for library containing crypt... none required >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for pty.h... yes >checking for util.h... no >checking for libutil.h... no >checking return type of signal handlers... void >checking for uid_t... yes >checking for gid_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for daemon... yes >checking for forkpty... yes >checking for getpeereid... no >checking for strlcpy... yes >checking for setlogin... no >checking for setproctitle... no >checking for setresuid... yes >checking for setresgid... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating su/Makefile >config.status: creating sud/Makefile >config.status: creating login/Makefile >config.status: creating autoconf.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3 ... >make -O -j4 >make all-recursive >Making all in su >make[2]: Entering directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/su' >x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../sud -D_GNU_SOURCE -Wall -O2 -pipe -march=native -fno-diagnostics-color -c -o suz-su.o `test -f 'su.c' || echo './'`su.c >In file included from su.c:36: >/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp] > 1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h> > | ^~~~~~~ >In file included from ../sud/control.h:32, > from su.c:51: >/usr/include/sys/termios.h:1:2: warning: #warning redirecting incorrect #include <sys/termios.h> to <termios.h> [-Wcpp] > 1 | #warning redirecting incorrect #include <sys/termios.h> to <termios.h> > | ^~~~~~~ >make[2]: Leaving directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/su' >make[2]: Entering directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/su' >x86_64-pc-linux-musl-gcc -Wall -O2 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -o suz suz-su.o >make[2]: Leaving directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/su' >Making all in sud >make[2]: Entering directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -Wall -DYY_NO_UNPUT -O2 -pipe -march=native -fno-diagnostics-color -c -o sud-interactive.o `test -f 'interactive.c' || echo './'`interactive.c >In file included from control.h:32, > from interactive.c:64: >/usr/include/sys/termios.h:1:2: warning: #warning redirecting incorrect #include <sys/termios.h> to <termios.h> [-Wcpp] > 1 | #warning redirecting incorrect #include <sys/termios.h> to <termios.h> > | ^~~~~~~ >interactive.c: In function 'exec_shell': >interactive.c:340:17: error: implicit declaration of function 'login' [-Wimplicit-function-declaration] > 340 | login(&ut); > | ^~~~~ >interactive.c:376:30: error: implicit declaration of function 'logout' [-Wimplicit-function-declaration] > 376 | if (!logout(tty)) { > | ^~~~~~ >interactive.c:380:33: error: implicit declaration of function 'logwtmp' [-Wimplicit-function-declaration] > 380 | logwtmp(tty, "", ""); > | ^~~~~~~ >make[2]: *** [Makefile:464: sud-interactive.o] Error 1 >make[2]: Leaving directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >make[2]: *** Waiting for unfinished jobs.... >make[2]: Entering directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -Wall -DYY_NO_UNPUT -O2 -pipe -march=native -fno-diagnostics-color -c -o sud-conf.o `test -f 'conf.c' || echo './'`conf.c >make[2]: Leaving directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >make[2]: Entering directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -Wall -DYY_NO_UNPUT -O2 -pipe -march=native -fno-diagnostics-color -c -o sud-conf_parser.o `test -f 'conf_parser.c' || echo './'`conf_parser.c >make[2]: Leaving directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >make[2]: Entering directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >x86_64-pc-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -Wall -DYY_NO_UNPUT -O2 -pipe -march=native -fno-diagnostics-color -c -o sud-conf_lexer.o `test -f 'conf_lexer.c' || echo './'`conf_lexer.c >lex.yy.c:1473:12: warning: 'input' defined but not used [-Wunused-function] >make[2]: Leaving directory '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3/sud' >make[1]: *** [Makefile:367: all-recursive] Error 1 >make: *** [Makefile:308: all] Error 2 > * ERROR: app-admin/sud-1.3-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-admin/sud-1.3-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-admin/sud-1.3-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/app-admin:sud-1.3-r2:20241026-090319.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-admin/sud-1.3-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-admin/sud-1.3-r2/temp/environment'. > * Working directory: '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3' > * S: '/var/tmp/portage/app-admin/sud-1.3-r2/work/sud-1.3' >
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 942215
:
906842
| 906843 |
906844
|
906845
|
906846
|
906847
|
906848
|
906849
|
906850