Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 760817 Details for
Bug 830282
app-shells/scsh-0.6.7-r2 - syscalls1.c:(.text+<snip>): undefined reference to crypt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-shells:scsh-0.6.7-r2:20211230-025305.log
app-shells:scsh-0.6.7-r2:20211230-025305.log (text/plain), 27.46 KB, created by
Toralf Förster
on 2021-12-30 09:34:59 UTC
(
hide
)
Description:
app-shells:scsh-0.6.7-r2:20211230-025305.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-12-30 09:34:59 UTC
Size:
27.46 KB
patch
obsolete
> * Package: app-shells/scsh-0.6.7-r2 > * Repository: gentoo > * Maintainer: scheme@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking scsh-0.6.7.tar.gz to /var/tmp/portage/app-shells/scsh-0.6.7-r2/work >>>> Source unpacked in /var/tmp/portage/app-shells/scsh-0.6.7-r2/work >>>> Preparing source in /var/tmp/portage/app-shells/scsh-0.6.7-r2/work/scsh-0.6.7 ... > * Applying 0.6.7-Makefile.in-doc-dir-gentoo.patch ... > [ ok ] > * Applying 0.6.7-Makefile.in-LDFLAGS.patch ... > [ ok ] > * Applying 0.6.7-Missing-includes.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-shells/scsh-0.6.7-r2/work/scsh-0.6.7 ... > * econf: updating scsh-0.6.7/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating scsh-0.6.7/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --includedir=/usr/include --with-lib-dirs-list=/usr/lib/scsh >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking for i686-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc -m32 >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >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 -m32 accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ANSI C... none needed >defining signal constants >./scsh/scsh_aux.c: In function 'main': >./scsh/scsh_aux.c:9:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] > 9 | int signr = atoi(argv[1]); > | ^~~~ >checking for library containing strerror... none required >checking for broken Linux that needs -static with -g... no >checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c >checking for i686-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for an ANSI C-conforming const... yes >checking whether byte ordering is bigendian... no >checking for ELF... no >checking for main in -lm... yes >checking for main in -ldl... yes >checking for main in -lmld... no >checking for main in -lnsl... no >checking for main in -lgen... no >checking for main in -lsocket... no >checking for getpwnam in -lsun... no >checking for crypt in -lc... no >checking for crypt in -lcrypt... no >checking for main in -lelf... no >checking for RISC/OS POSIX library lossage >checking for an ANSI C-conforming const... (cached) yes >checking return type of signal handlers... void >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -m32 -E >checking for egrep... 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 libgen.h usability... yes >checking libgen.h presence... yes >checking for libgen.h... yes >checking sys/timeb.h usability... yes >checking sys/timeb.h presence... yes >checking for sys/timeb.h... yes >checking posix/time.h usability... no >checking posix/time.h presence... no >checking for posix/time.h... no >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking nlist.h usability... yes >checking nlist.h presence... yes >checking for nlist.h... yes >checking sys/un.h usability... yes >checking sys/un.h presence... yes >checking for sys/un.h... yes >checking crypt.h usability... yes >checking crypt.h presence... yes >checking for crypt.h... yes >checking for gettimeofday... yes >checking for ftime... yes >checking for nlist... no >checking for select... yes >checking for setitimer... yes >checking for sigaction... yes >checking for vasprintf... yes >checking for socklen_t... yes >checking for dlopen... yes >checking for socket... yes >checking for chroot... yes >checking for strerror... yes >checking for seteuid... yes >checking for setegid... yes >checking for struct nlist.n_name... yes >checking __NEXT__... no >checking underscore before symbols... conftest.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] > 1 | main() { return 0; } fnord() {} > | ^~~~ >conftest.c:1:22: warning: return type defaults to 'int' [-Wimplicit-int] > 1 | main() { return 0; } fnord() {} > | ^~~~~ >no >checking link with -rdynamic... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for struct tm.tm_zone... yes >checking for struct tm.tm_gmtoff... no >checking for getpt... yes >checking for _getpty... no >checking for grantpt... yes >checking for unlockpt... yes >checking for ptsname... yes >checking for killpg... yes >checking for tcgetpgrp... yes >checking for openpty... yes >checking libutil.h usability... no >checking libutil.h presence... no >checking for libutil.h... no >checking util.h usability... no >checking util.h presence... no >checking for util.h... no >checking pty.h usability... yes >checking pty.h presence... yes >checking for pty.h... yes >checking stropts.h usability... no >checking stropts.h presence... no >checking for stropts.h... no >checking for isastream... no >checking for const sys_errlist... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating scsh/endian.scm >config.status: creating scsh-config >config.status: creating c/sysdep.h >config.status: executing scsh-config+x commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-shells/scsh-0.6.7-r2/work/scsh-0.6.7 ... >make -j4 >x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -fno-diagnostics-color -O2 -o c/main.o \ > -DDEFAULT_IMAGE_NAME=\"/usr/lib/scsh/scsh.image\" \ > -DHAVE_CONFIG_H ./c/main.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/process_args.o scsh/process_args.c >x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -fno-diagnostics-color -O2 -o c/init.o \ > -DDEFAULT_IMAGE_NAME=\"/usr/lib/scsh/scsh.image\" \ > -DHAVE_CONFIG_H ./c/init.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/scheme48vm.o c/scheme48vm.c >./c/init.c: In function âs48_mainâ: >./c/init.c:23:13: warning: implicit declaration of function âinternal_s48_mainâ [-Wimplicit-function-declaration] > 23 | int ret = internal_s48_main(heap_size, stack_size, "libscsh", "libscsh", > | ^~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/scheme48heap.o c/scheme48heap.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/extension.o c/extension.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/external.o c/external.c >c/scheme48vm.c: In function âs48_restartâ: >c/scheme48vm.c:8064:13: warning: implicit declaration of function âps_add_pending_fdâ; did you mean âs48_add_pending_fdâ? [-Wimplicit-function-declaration] > 8064 | x_1034X = ps_add_pending_fd(((((*((long *) ((((char *) (-3 + arg2_653X))) + 8))))>>2)), inputP_1033X); > | ^~~~~~~~~~~~~~~~~ > | s48_add_pending_fd >c/scheme48vm.c:8194:27: warning: implicit declaration of function âs48_newspaceLoldspacePâ [-Wimplicit-function-declaration] > 8194 | v_1064X = s48_newspaceLoldspaceP(); > | ^~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o cig/libcig.o cig/libcig.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o cig/libcig1.o cig/libcig1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/cstuff.o scsh/cstuff.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/dirstuff1.o scsh/dirstuff1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/fdports1.o scsh/fdports1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/flock1.o scsh/flock1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/machine/time_dep1.o scsh/machine/time_dep1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/signals1.o scsh/signals1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/machine/libansi.o scsh/machine/libansi.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/network1.o scsh/network1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/putenv.o scsh/putenv.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/rx/regexp1.o scsh/rx/regexp1.c >scsh/network1.c: In function âscheme_acceptâ: >scsh/network1.c:158:19: warning: implicit declaration of function âs48_add_pending_fdâ [-Wimplicit-function-declaration] > 158 | if (! s48_add_pending_fd(sockfd, 1))/* 1 for is_input */ > | ^~~~~~~~~~~~~~~~~~ >scsh/network1.c: In function âsend_substringâ: >scsh/network1.c:389:5: warning: implicit declaration of function âs48_raise_os_error_7â; did you mean âs48_raise_os_error_6â? [-Wimplicit-function-declaration] > 389 | s48_raise_os_error_7(errno, > | ^~~~~~~~~~~~~~~~~~~~ > | s48_raise_os_error_6 >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/sleep1.o scsh/sleep1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/syscalls1.o scsh/syscalls1.c >scsh/syscalls1.c: In function âscheme_execâ: >scsh/syscalls1.c:135:3: warning: implicit declaration of function âs48_stop_alarm_interruptsâ [-Wimplicit-function-declaration] > 135 | s48_stop_alarm_interrupts(); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >scsh/syscalls1.c:138:3: warning: implicit declaration of function âs48_start_alarm_interruptsâ [-Wimplicit-function-declaration] > 138 | s48_start_alarm_interrupts(); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/syslog1.o scsh/syslog1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/time1.o scsh/time1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/tty1.o scsh/tty1.c >scsh/tty1.c:354:1: warning: return type defaults to âintâ [-Wimplicit-int] > 354 | allocate_pty (void) > | ^~~~~~~~~~~~ >scsh/tty1.c: In function âallocate_ptyâ: >scsh/tty1.c:409:3: warning: implicit declaration of function âgrantptâ [-Wimplicit-function-declaration] > 409 | grantpt (master_fd); > | ^~~~~~~ >scsh/tty1.c:413:3: warning: implicit declaration of function âunlockptâ [-Wimplicit-function-declaration] > 413 | unlockpt (master_fd); > | ^~~~~~~~ >scsh/tty1.c: In function âallocate_masterâ: >scsh/tty1.c:437:15: warning: implicit declaration of function âgetptâ; did you mean âgetoptâ? [-Wimplicit-function-declaration] > 437 | master_fd = getpt (); > | ^~~~~ > | getopt >scsh/tty1.c: In function âallocate_slave_nameâ: >scsh/tty1.c:497:16: warning: implicit declaration of function âptsnameâ; did you mean âttynameâ? [-Wimplicit-function-declaration] > 497 | slave_name = ptsname (master_fd); > | ^~~~~~~ > | ttyname >scsh/tty1.c:497:14: warning: assignment to âchar *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 497 | slave_name = ptsname (master_fd); > | ^ >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/userinfo1.o scsh/userinfo1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/sighandlers1.o scsh/sighandlers1.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/libscsh.o scsh/libscsh.c >scsh/libscsh.c: In function âs48_vcommandâ: >scsh/libscsh.c:28:7: warning: implicit declaration of function âvasprintfâ; did you mean âvsprintfâ? [-Wimplicit-function-declaration] > 28 | if (vasprintf(&command, fmt, ap) == -1){ > | ^~~~~~~~~ > | vsprintf >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/md5.o scsh/md5.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o scsh/proc2.o scsh/proc2.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/srfi/srfi-27.o c/srfi/srfi-27.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/unix/misc.o c/unix/misc.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/unix/io.o c/unix/io.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/unix/fd-io.o c/unix/fd-io.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/unix/event.o c/unix/event.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/unix/socket.o c/unix/socket.c >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -I ./c -I./c -I./cig -pipe -march=native -fno-diagnostics-color -O2 -o c/unix/dynamo.o c/unix/dynamo.c >echo '#!/bin/sh' >go && \ >echo >>go && \ >echo "lib=`pwd`" >>go && \ >echo 'exec $lib/scshvm -o $lib/scshvm -i $lib/scsh/scsh.image "$@"' \ > >>go && \ >chmod +x go >x86_64-pc-linux-gnu-gcc -m32 -o scsh/scsh -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic \ >-DVM=\"/usr/lib/scsh/scshvm\" \ >-DIMAGE=\"/usr/lib/scsh/scsh.image\" \ >./scsh/scsh-tramp.c >sed -e 's|@scsh_host@|i686-pc-linux-gnu|g' \ > -e 's|@scsh_prefix@|/usr|g' \ > -e 's|@scsh_exec_prefix@|/usr|g' \ > -e 's|@scsh_bindir@|/usr/bin|g' \ > -e 's|@scsh_libdir@|/usr/lib|g' \ > -e 's|@scsh_includedir@|/usr/include|g' \ > -e 's|@scsh_mandir@|/usr/share/man/man1|g' \ > -e 's|@scsh_lib_dirs_list@|/usr/lib/scsh|g' \ > -e 's|@scsh_LIBS@|-ldl -lm -lc|g' \ > -e 's|@scsh_DEFS@|-DHAVE_CONFIG_H|g' \ > -e 's|@scsh_CFLAGS@|-pipe -march=native -fno-diagnostics-color -O2|g' \ > -e 's|@scsh_CPPFLAGS@||g' \ > -e 's|@scsh_LDFLAGS@|-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic|g' ./scsh/configure.scm.in > scsh/configure.scm >./scsh/scsh-tramp.c:49:1: warning: return type defaults to âintâ [-Wimplicit-int] > 49 | main(int argc, char *argv[]) > | ^~~~ >./scsh/scsh-tramp.c: In function âmainâ: >./scsh/scsh-tramp.c:58:9: warning: implicit declaration of function âperrorâ [-Wimplicit-function-declaration] > 58 | perror(argv[0]); > | ^~~~~~ >x86_64-pc-linux-gnu-gcc -m32 -c -DHAVE_CONFIG_H -pipe -march=native -fno-diagnostics-color -O2 -DSTATIC_AREAS -o c/smain.o ./c/main.c >rm -f /tmp/s48_external_$$.c && \ >./build/build-external-modules /tmp/s48_external_$$.c \ > s48_init_additional_inits s48_init_socket s48_init_external_lookup s48_init_syslog s48_init_posix_regexp s48_init_userinfo s48_init_sighandlers s48_init_syscalls s48_init_network s48_init_flock s48_init_dirstuff s48_init_time s48_init_tty s48_init_cig s48_init_libscsh s48_init_md5 s48_init_srfi_27 s48_init_cig && \ >x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic -pipe -march=native -fno-diagnostics-color -O2 -o scshvm c/main.o scsh/process_args.o c/init.o c/scheme48vm.o c/scheme48heap.o c/extension.o c/external.o cig/libcig.o cig/libcig1.o scsh/cstuff.o scsh/dirstuff1.o scsh/fdports1.o scsh/flock1.o scsh/machine/time_dep1.o scsh/signals1.o scsh/machine/libansi.o scsh/network1.o scsh/putenv.o scsh/rx/regexp1.o scsh/sleep1.o scsh/syscalls1.o scsh/syslog1.o scsh/time1.o scsh/tty1.o scsh/userinfo1.o scsh/sighandlers1.o scsh/libscsh.o scsh/md5.o scsh/proc2.o c/srfi/srfi-27.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o \ > /tmp/s48_external_$$.c \ > c/unix/socket.o c/unix/dynamo.o \ > -ldl -lm -lc && \ >rm -f /tmp/s48_external_$$.c >rm -f cig/libscshvm.a >rm -f scsh/libscsh.a \ >rm -f /tmp/s48_external_$$.c && \ >./build/build-external-modules /tmp/s48_external_$$.c \ > s48_init_additional_inits s48_init_socket s48_init_external_lookup s48_init_syslog s48_init_posix_regexp s48_init_userinfo s48_init_sighandlers s48_init_syscalls s48_init_network s48_init_flock s48_init_dirstuff s48_init_time s48_init_tty s48_init_cig s48_init_libscsh s48_init_md5 s48_init_srfi_27 s48_init_cig && \ >x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -fno-diagnostics-color -O2 -o /tmp/s48_external_$$.o \ > /tmp/s48_external_$$.c && \ >x86_64-pc-linux-gnu-ar scsh/libscsh.a scsh/process_args.o c/init.o c/scheme48vm.o c/scheme48heap.o c/extension.o c/external.o cig/libcig.o cig/libcig1.o scsh/cstuff.o scsh/dirstuff1.o scsh/fdports1.o scsh/flock1.o scsh/machine/time_dep1.o scsh/signals1.o scsh/machine/libansi.o scsh/network1.o scsh/putenv.o scsh/rx/regexp1.o scsh/sleep1.o scsh/syscalls1.o scsh/syslog1.o scsh/time1.o scsh/tty1.o scsh/userinfo1.o scsh/sighandlers1.o scsh/libscsh.o scsh/md5.o scsh/proc2.o c/srfi/srfi-27.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o c/unix/event.o c/unix/socket.o c/unix/dynamo.o \ > /tmp/s48_external_$$.o && \ >x86_64-pc-linux-gnu-ranlib scsh/libscsh.a && \ >rm -f /tmp/s48_external_$$.c /tmp/s48_external_$$.o >x86_64-pc-linux-gnu-ar cig/libscshvm.a c/main.o scsh/process_args.o c/init.o c/scheme48vm.o c/scheme48heap.o c/extension.o c/external.o cig/libcig.o cig/libcig1.o scsh/cstuff.o scsh/dirstuff1.o scsh/fdports1.o scsh/flock1.o scsh/machine/time_dep1.o scsh/signals1.o scsh/machine/libansi.o scsh/network1.o scsh/putenv.o scsh/rx/regexp1.o scsh/sleep1.o scsh/syscalls1.o scsh/syslog1.o scsh/time1.o scsh/tty1.o scsh/userinfo1.o scsh/sighandlers1.o scsh/libscsh.o scsh/md5.o scsh/proc2.o c/srfi/srfi-27.o >rm -f scsh/libscshvm.a >x86_64-pc-linux-gnu-ar: invalid option -- 'g' >Usage: x86_64-pc-linux-gnu-ar [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file... > x86_64-pc-linux-gnu-ar -M [<mri-script] > commands: > d - delete file(s) from the archive > m[ab] - move file(s) in the archive > p - print file(s) found in the archive > q[f] - quick append file(s) to the archive > r[ab][f][u] - replace existing or insert new file(s) into the archive > s - act as ranlib > t[O][v] - display contents of the archive > x[o] - extract file(s) from the archive > command specific modifiers: > [a] - put file(s) after [member-name] > [b] - put file(s) before [member-name] (same as [i]) > [D] - use zero for timestamps and uids/gids > [U] - use actual timestamps and uids/gids (default) > [N] - use instance [count] of name > [f] - truncate inserted file names > [P] - use full path names when matching > [o] - preserve original dates > [O] - display offsets of files in the archive > [u] - only replace files that are newer than current archive contents > generic modifiers: > [c] - do not warn if the library had to be created > [s] - create an archive index (cf. ranlib) > [l <text> ] - specify the dependencies of this library > [S] - do not build a symbol table > [T] - make a thin archive > [v] - be verbose > [V] - display the version number > @<file> - read options from <file> > --target=BFDNAME - specify the target object format as BFDNAME > --output=DIRNAME - specify the output directory for extraction operations > --record-libdeps=<text> - specify the dependencies of this library > optional: > --plugin <p> - load the specified plugin > emulation options: > No emulation specific options >x86_64-pc-linux-gnu-ar: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 pei-i386 pe-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin >make: *** [Makefile:262: cig/libscshvm.a] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-ar scsh/libscshvm.a c/smain.o scsh/process_args.o c/init.o c/scheme48vm.o c/scheme48heap.o c/extension.o c/external.o cig/libcig.o cig/libcig1.o scsh/cstuff.o scsh/dirstuff1.o scsh/fdports1.o scsh/flock1.o scsh/machine/time_dep1.o scsh/signals1.o scsh/machine/libansi.o scsh/network1.o scsh/putenv.o scsh/rx/regexp1.o scsh/sleep1.o scsh/syscalls1.o scsh/syslog1.o scsh/time1.o scsh/tty1.o scsh/userinfo1.o scsh/sighandlers1.o scsh/libscsh.o scsh/md5.o scsh/proc2.o c/srfi/srfi-27.o >x86_64-pc-linux-gnu-ar: invalid option -- '/' >Usage: x86_64-pc-linux-gnu-ar [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file... > x86_64-pc-linux-gnu-ar -M [<mri-script] > commands: > d - delete file(s) from the archive > m[ab] - move file(s) in the archive > p - print file(s) found in the archive > q[f] - quick append file(s) to the archive > r[ab][f][u] - replace existing or insert new file(s) into the archive > s - act as ranlib > t[O][v] - display contents of the archive > x[o] - extract file(s) from the archive > command specific modifiers: > [a] - put file(s) after [member-name] > [b] - put file(s) before [member-name] (same as [i]) > [D] - use zero for timestamps and uids/gids > [U] - use actual timestamps and uids/gids (default) > [N] - use instance [count] of name > [f] - truncate inserted file names > [P] - use full path names when matching > [o] - preserve original dates > [O] - display offsets of files in the archive > [u] - only replace files that are newer than current archive contents > generic modifiers: > [c] - do not warn if the library had to be created > [s] - create an archive index (cf. ranlib) > [l <text> ] - specify the dependencies of this library > [S] - do not build a symbol table > [T] - make a thin archive > [v] - be verbose > [V] - display the version number > @<file> - read options from <file> > --target=BFDNAME - specify the target object format as BFDNAME > --output=DIRNAME - specify the output directory for extraction operations > --record-libdeps=<text> - specify the dependencies of this library > optional: > --plugin <p> - load the specified plugin > emulation options: > No emulation specific options >x86_64-pc-linux-gnu-ar: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 pei-i386 pe-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin >make: *** [Makefile:267: scsh/libscshvm.a] Error 1 >x86_64-pc-linux-gnu-ar: invalid option -- '/' >Usage: x86_64-pc-linux-gnu-ar [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file... > x86_64-pc-linux-gnu-ar -M [<mri-script] > commands: > d - delete file(s) from the archive > m[ab] - move file(s) in the archive > p - print file(s) found in the archive > q[f] - quick append file(s) to the archive > r[ab][f][u] - replace existing or insert new file(s) into the archive > s - act as ranlib > t[O][v] - display contents of the archive > x[o] - extract file(s) from the archive > command specific modifiers: > [a] - put file(s) after [member-name] > [b] - put file(s) before [member-name] (same as [i]) > [D] - use zero for timestamps and uids/gids > [U] - use actual timestamps and uids/gids (default) > [N] - use instance [count] of name > [f] - truncate inserted file names > [P] - use full path names when matching > [o] - preserve original dates > [O] - display offsets of files in the archive > [u] - only replace files that are newer than current archive contents > generic modifiers: > [c] - do not warn if the library had to be created > [s] - create an archive index (cf. ranlib) > [l <text> ] - specify the dependencies of this library > [S] - do not build a symbol table > [T] - make a thin archive > [v] - be verbose > [V] - display the version number > @<file> - read options from <file> > --target=BFDNAME - specify the target object format as BFDNAME > --output=DIRNAME - specify the output directory for extraction operations > --record-libdeps=<text> - specify the dependencies of this library > optional: > --plugin <p> - load the specified plugin > emulation options: > No emulation specific options >x86_64-pc-linux-gnu-ar: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 pei-i386 pe-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin >make: *** [Makefile:271: scsh/libscsh.a] Error 1 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: scsh/syscalls1.o: in function `scm_crypt': >syscalls1.c:(.text+0x1f4a): undefined reference to `crypt' >collect2: error: ld returned 1 exit status >make: *** [Makefile:246: scshvm] Error 1 > * ERROR: app-shells/scsh-0.6.7-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-shells/scsh-0.6.7-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-shells/scsh-0.6.7-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/app-shells:scsh-0.6.7-r2:20211230-025305.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-shells/scsh-0.6.7-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-shells/scsh-0.6.7-r2/temp/environment'. > * Working directory: '/var/tmp/portage/app-shells/scsh-0.6.7-r2/work/scsh-0.6.7' > * S: '/var/tmp/portage/app-shells/scsh-0.6.7-r2/work/scsh-0.6.7' >
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 830282
:
760816
| 760817 |
760818
|
760819
|
760820
|
760821
|
760822