Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 631240 Details for
Bug 716654
net-fs/cifs-utils-6.10 : /.../sh:line <snip>: cd: /.../sbin: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-fs:cifs-utils-6.10:20200407-205925.log
net-fs:cifs-utils-6.10:20200407-205925.log (text/plain), 22.21 KB, created by
Toralf Förster
on 2020-04-08 07:06:13 UTC
(
hide
)
Description:
net-fs:cifs-utils-6.10:20200407-205925.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-08 07:06:13 UTC
Size:
22.21 KB
patch
obsolete
> * Package: net-fs/cifs-utils-6.10 > * Repository: gentoo > * Maintainer: samba@gentoo.org > * USE: abi_x86_64 acl ads amd64 caps elibc_glibc kernel_linux pam userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found sources for kernel version: > * 5.6.2-gentoo > * You must enable CIFS support in your kernel config, > * to be able to mount samba shares. You can find it at > * > * File systems > * Network File Systems > * CIFS support > * > * and recompile your kernel ... >>>> Unpacking source... >>>> Unpacking cifs-utils-6.10.tar.bz2 to /var/tmp/portage/net-fs/cifs-utils-6.10/work >>>> Source unpacked in /var/tmp/portage/net-fs/cifs-utils-6.10/work >>>> Preparing source in /var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10 ... > * Applying cifs-utils-6.10-ln_in_destdir.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' ... > * Running aclocal -I aclocal ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --force-missing ... > [ ok ] > * Running elibtoolize in: cifs-utils-6.10/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10 ... > * econf: updating cifs-utils-6.10/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating cifs-utils-6.10/config.guess with /usr/share/gnuconfig/config.guess >./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cifs-utils-6.10 --htmldir=/usr/share/doc/cifs-utils-6.10/html --libdir=/usr/lib64 --enable-smbinfo --enable-cifsacl=cifsidmap --enable-cifsupcall --with-libcap --disable-cifscreds --enable-pam --with-pamdir=/lib64/security >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >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 whether x86_64-pc-linux-gnu-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-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /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 minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for a sed that does not truncate output... /bin/sed >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for uid_t in sys/types.h... yes >checking for off_t... yes >checking for pid_t... yes >checking for size_t... yes >checking for ptrdiff_t... yes >checking for ssize_t... yes >checking for uint32_t... yes >checking for uint8_t... yes >checking for library containing getmntent... none required >checking whether lstat correctly handles trailing slash... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible realloc... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for working strnlen... yes >checking for alarm... yes >checking for atexit... yes >checking for endpwent... yes >checking for getmntent... (cached) yes >checking for getpass... yes >checking for gettimeofday... yes >checking for inet_ntop... yes >checking for memset... yes >checking for realpath... yes >checking for setenv... yes >checking for strchr... yes >checking for strcmp... yes >checking for strdup... yes >checking for strerror... yes >checking for strncasecmp... yes >checking for strndup... yes >checking for strpbrk... yes >checking for strrchr... yes >checking for strstr... yes >checking for strtol... yes >checking for strtoul... yes >checking for tolower... yes >checking for uname... yes >checking for clock_gettime... yes >checking arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking ctype.h usability... yes >checking ctype.h presence... yes >checking for ctype.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking for inttypes.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking mntent.h usability... yes >checking mntent.h presence... yes >checking for mntent.h... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking stddef.h usability... yes >checking stddef.h presence... yes >checking for stddef.h... yes >checking for stdint.h... (cached) yes >checking for stdbool.h... (cached) yes >checking for stdlib.h... (cached) yes >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking sys/mount.h usability... yes >checking sys/mount.h presence... yes >checking for sys/mount.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking syslog.h usability... yes >checking syslog.h presence... yes >checking for syslog.h... yes >checking for unistd.h... (cached) yes >checking sys/fsuid.h usability... yes >checking sys/fsuid.h presence... yes >checking for sys/fsuid.h... yes >checking for setfsuid... yes >checking krb5.h usability... yes >checking krb5.h presence... yes >checking for krb5.h... yes >checking krb5/krb5.h usability... yes >checking krb5/krb5.h presence... yes >checking for krb5/krb5.h... yes >checking for keyvalue in krb5_keyblock... no >checking talloc.h usability... yes >checking talloc.h presence... yes >checking for talloc.h... yes >checking keyutils.h usability... yes >checking keyutils.h presence... yes >checking for keyutils.h... yes >checking for krb5_init_context in -lkrb5... yes >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for WBCLIENT... yes >checking for wbcSidsToUnixIds in -lwbclient... yes >checking for sys/xattr.h... yes >checking whether WBC_ID_TYPE_BOTH enum value is defined... yes >checking for keyutils.h... (cached) yes >checking security/pam_appl.h usability... yes >checking security/pam_appl.h presence... yes >checking for security/pam_appl.h... yes >checking for krb5_auth_con_getsendsubkey... yes >checking for krb5_principal_get_realm... no >checking for krb5_free_unparsed_name... yes >checking for krb5_auth_con_setaddrs... yes >checking for krb5_auth_con_set_req_cksumtype... yes >checking for rst2man-3.6... no >checking for rst2man-3.4... no >checking for rst2man-3... no >checking for rst2man.py... rst2man.py >checking whether krb5_auth_con_set_req_cksumtype is declared... yes >checking cap-ng.h usability... yes >checking cap-ng.h presence... yes >checking for cap-ng.h... yes >checking for capng_clear in -lcap-ng... yes >checking whether to use libcap-ng... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating contrib/Makefile >config.status: creating contrib/request-key.d/Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10 ... >make -j1 >make all-recursive >make[1]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >Making all in contrib >make[2]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >Making all in request-key.d >make[3]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib/request-key.d' >/bin/sed 's,[@]sbindir@,/usr/sbin,' ./cifs.idmap.conf.in > cifs.idmap.conf-t && mv cifs.idmap.conf-t cifs.idmap.conf >/bin/sed 's,[@]sbindir@,/usr/sbin,' ./cifs.spnego.conf.in > cifs.spnego.conf-t && mv cifs.spnego.conf-t cifs.spnego.conf >make[3]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib/request-key.d' >make[3]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[3]: Nothing to be done for 'all-am'. >make[3]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[2]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[2]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o getcifsacl.o getcifsacl.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o idmap_plugin.o idmap_plugin.c >x86_64-pc-linux-gnu-gcc -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o getcifsacl getcifsacl.o idmap_plugin.o -ldl >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o setcifsacl.o setcifsacl.c >setcifsacl.c: In function âbuild_cmdline_acesâ: >setcifsacl.c:699:32: warning: taking address of packed member of âstruct cifs_aceâ may result in an unaligned pointer value [-Waddress-of-packed-member] > 699 | if (verify_ace_mask(acemask, &cacesptr[i]->access_req)) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o setcifsacl setcifsacl.o idmap_plugin.o -ldl >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o smbinfo.o smbinfo.c >x86_64-pc-linux-gnu-gcc -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o smbinfo smbinfo.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -fpic -o pam_cifscreds.so pam_cifscreds.c cifskey.c resolve_host.c util.c -lpam -lkeyutils >pam_cifscreds.c: In function âcifscreds_pam_updateâ: >pam_cifscreds.c:340:4: warning: â%sâ directive argument is null [-Wformat-overflow=] > 340 | pam_syslog(ph, LOG_ERR, "error: Update credential key for %s: %s", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 341 | currentaddress, strerror(errno)); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -I/usr/include/samba-4.0 -DHAVE_IMMEDIATE_STRUCTURES=1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -fpic -o idmapwb.so idmapwb.c -lwbclient >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o mount.cifs.o mount.cifs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o mtab.o mtab.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o resolve_host.o resolve_host.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o util.o util.c >x86_64-pc-linux-gnu-gcc -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o mount.cifs mount.cifs.o mtab.o resolve_host.o util.o -lcap-ng >/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: mount.cifs.o: in function `main': >mount.cifs.c:(.text.startup+0xada): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o cifs.upcall.o cifs.upcall.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o data_blob.o data_blob.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o asn1.o asn1.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o spnego.o spnego.c >x86_64-pc-linux-gnu-gcc -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o cifs.upcall cifs.upcall.o data_blob.o asn1.o spnego.o -ltalloc -lkeyutils -lkrb5 -lcap-ng >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -c -o cifs.idmap.o cifs.idmap.c >cifs.idmap.c: In function âcifs_idmapâ: >cifs.idmap.c:175:44: warning: taking address of packed member of âstruct cifs_uxidâ may result in an unaligned pointer value [-Waddress-of-packed-member] > 175 | rc = str_to_uint(sidstr, (unsigned int *)&cuxid.id.uid); > | ^~~~~~~~~~~~~ >cifs.idmap.c:201:44: warning: taking address of packed member of âstruct cifs_uxidâ may result in an unaligned pointer value [-Waddress-of-packed-member] > 201 | rc = str_to_uint(sidstr, (unsigned int *)&cuxid.id.gid); > | ^~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o cifs.idmap cifs.idmap.o idmap_plugin.o -lkeyutils -ldl >rst2man.py --syntax-highlight=none mount.cifs.rst mount.cifs.8 >/bin/sed 's,[@]sbindir@,/usr/sbin,' ./cifs.upcall.rst.in > cifs.upcall.rst-t && mv cifs.upcall.rst-t cifs.upcall.rst >rst2man.py --syntax-highlight=none cifs.upcall.rst cifs.upcall.8 >/bin/sed -e 's,[@]sbindir@,/usr/sbin,' -e 's,[@]pluginpath@,/etc/cifs-utils/idmap-plugin,' ./cifs.idmap.rst.in > cifs.idmap.rst-t && mv cifs.idmap.rst-t cifs.idmap.rst >rst2man.py --syntax-highlight=none cifs.idmap.rst cifs.idmap.8 >/bin/sed 's,[@]pluginpath@,/etc/cifs-utils/idmap-plugin,' ./getcifsacl.rst.in > getcifsacl.rst-t && mv getcifsacl.rst-t getcifsacl.rst >rst2man.py --syntax-highlight=none getcifsacl.rst getcifsacl.1 >/bin/sed 's,[@]pluginpath@,/etc/cifs-utils/idmap-plugin,' ./setcifsacl.rst.in > setcifsacl.rst-t && mv setcifsacl.rst-t setcifsacl.rst >rst2man.py --syntax-highlight=none setcifsacl.rst setcifsacl.1 >rst2man.py --syntax-highlight=none smbinfo.rst smbinfo.1 >rst2man.py --syntax-highlight=none smb2-quota.rst smb2-quota.1 >/bin/sed 's,[@]pluginpath@,/etc/cifs-utils/idmap-plugin,' ./idmapwb.rst.in > idmapwb.rst-t && mv idmapwb.rst-t idmapwb.rst >rst2man.py --syntax-highlight=none idmapwb.rst idmapwb.8 >rst2man.py --syntax-highlight=none pam_cifscreds.rst pam_cifscreds.8 >make[2]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >make[1]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >>>> Source compiled. >>>> Test phase [not enabled]: net-fs/cifs-utils-6.10 > >>>> Install net-fs/cifs-utils-6.10 into /var/tmp/portage/net-fs/cifs-utils-6.10/image >make -j1 DESTDIR=/var/tmp/portage/net-fs/cifs-utils-6.10/image install >Making install in contrib >make[1]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >Making install in request-key.d >make[2]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib/request-key.d' >make[3]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib/request-key.d' >make[3]: Nothing to be done for 'install-exec-am'. >make[3]: Nothing to be done for 'install-data-am'. >make[3]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib/request-key.d' >make[2]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib/request-key.d' >make[2]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[3]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[3]: Nothing to be done for 'install-exec-am'. >make[3]: Nothing to be done for 'install-data-am'. >make[3]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[2]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[1]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10/contrib' >make[1]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >make[2]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' > /bin/mkdir -p '/var/tmp/portage/net-fs/cifs-utils-6.10/image/usr/bin' > /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c getcifsacl setcifsacl smbinfo '/var/tmp/portage/net-fs/cifs-utils-6.10/image/usr/bin' > /bin/mkdir -p '/var/tmp/portage/net-fs/cifs-utils-6.10/image/usr/bin' > /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c smb2-quota '/var/tmp/portage/net-fs/cifs-utils-6.10/image/usr/bin' > /bin/mkdir -p '/var/tmp/portage/net-fs/cifs-utils-6.10/image/usr/sbin' > /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c cifs.upcall cifs.idmap '/var/tmp/portage/net-fs/cifs-utils-6.10/image/usr/sbin' >make install-exec-hook >make[3]: Entering directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >(cd /var/tmp/portage/net-fs/cifs-utils-6.10/image/sbin && ln -sf mount.cifs mount.smb3) >/bin/sh: line 0: cd: /var/tmp/portage/net-fs/cifs-utils-6.10/image/sbin: No such file or directory >make[3]: *** [Makefile:1505: install-exec-hook] Error 1 >make[3]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >make[2]: *** [Makefile:1384: install-exec-am] Error 2 >make[2]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >make[1]: *** [Makefile:1306: install-am] Error 2 >make[1]: Leaving directory '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' >make: *** [Makefile:996: install-recursive] Error 1 > * ERROR: net-fs/cifs-utils-6.10::gentoo failed (install phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-fs/cifs-utils-6.10::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-fs/cifs-utils-6.10::gentoo'`. > * The complete build log is located at '/var/log/portage/net-fs:cifs-utils-6.10:20200407-205925.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-fs/cifs-utils-6.10/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-fs/cifs-utils-6.10/temp/environment'. > * Working directory: '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10' > * S: '/var/tmp/portage/net-fs/cifs-utils-6.10/work/cifs-utils-6.10'
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 716654
:
631230
|
631232
|
631234
|
631236
|
631238
| 631240 |
631242