Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 555012 Details for
Bug 671074
app-misc/vifm-0.10[developer] : fops_cpmv.c:139:46: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 20.58 KB, created by
Stefan Strogin
on 2018-11-13 12:57:01 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Stefan Strogin
Created:
2018-11-13 12:57:01 UTC
Size:
20.58 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: app-misc/vifm-0.10 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: nimiux@gentoo.org >[32;01m * [39;49;00mUSE: X abi_x86_64 amd64 developer elibc_glibc extended-keys gtk kernel_linux magic userland_GNU vim vim-syntax >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking vifm-0.10.tar.bz2 to /var/tmp/portage/app-misc/vifm-0.10/work >>>> Source unpacked in /var/tmp/portage/app-misc/vifm-0.10/work >>>> Preparing source in /var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10 ... > [32;01m*[0m Running eautoreconf in '/var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10' ... > [32;01m*[0m Running aclocal ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf --force ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoheader ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running automake --add-missing --copy --force-missing ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > * Running elibtoolize in: vifm-0.10/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10 ... > * econf: updating vifm-0.10/build-aux/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating vifm-0.10/build-aux/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/vifm-0.10 --htmldir=/usr/share/doc/vifm-0.10/html --libdir=/usr/lib64 --enable-developer --enable-extended-keys --with-libmagic --with-gtk --with-X11 >configure: loading site script /usr/share/config.site >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 whether make supports the include directive... yes (GNU style) >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 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 library containing strerror... none required >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for ANSI C header files... (cached) yes >checking whether make supports nested variables... (cached) yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking host... x86_64-pc-linux-gnu >checking alloca.h usability... yes >checking alloca.h presence... yes >checking for alloca.h... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking assert.h usability... yes >checking assert.h presence... yes >checking for assert.h... yes >checking ctype.h usability... yes >checking ctype.h presence... yes >checking for ctype.h... yes >checking dirent.h usability... yes >checking dirent.h presence... yes >checking for dirent.h... yes >checking errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking grp.h usability... yes >checking grp.h presence... yes >checking for grp.h... yes >checking for inttypes.h... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking locale.h usability... yes >checking locale.h presence... yes >checking for locale.h... yes >checking math.h usability... yes >checking math.h presence... yes >checking for math.h... yes >checking mntent.h usability... yes >checking mntent.h presence... yes >checking for mntent.h... yes >checking pwd.h usability... yes >checking pwd.h presence... yes >checking for pwd.h... yes >checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >checking stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking stddef.h usability... yes >checking stddef.h presence... yes >checking for stddef.h... yes >checking for stdint.h... (cached) yes >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking for sys/stat.h... (cached) yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for sys/types.h... (cached) yes >checking sys/wait.h usability... yes >checking sys/wait.h presence... yes >checking for sys/wait.h... yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking time.h usability... yes >checking time.h presence... yes >checking for time.h... yes >checking for unistd.h... (cached) yes >checking wchar.h usability... yes >checking wchar.h presence... yes >checking for wchar.h... yes >checking wctype.h usability... yes >checking wctype.h presence... yes >checking for wctype.h... yes >checking for sys/param.h... yes >checking for sys/user.h... yes >checking for linux/binfmts.h... yes >checking for uid_t... yes >checking for gid_t... yes >checking for mode_t... yes >checking for off_t... yes >checking for time_t... yes >checking for uint64_t... yes >checking for direntry_t... no >checking for mntent... no >checking for stat... no >checking for FILE... yes >checking for wchar_t... yes >checking for access... yes >checking for atof... yes >checking for atoi... yes >checking for calloc... yes >checking for chdir... yes >checking for close... yes >checking for closedir... yes >checking for dup... yes >checking for dup2... yes >checking for endmntent... yes >checking for execve... yes >checking for execvp... yes >checking for exit... yes >checking for fclose... yes >checking for fdopen... yes >checking for feof... yes >checking for fgetc... yes >checking for fgets... yes >checking for fork... yes >checking for fprintf... yes >checking for fputc... yes >checking for fputs... yes >checking for free... yes >checking for futimens... yes >checking for fwrite... yes >checking for getcwd... yes >checking for getenv... yes >checking for geteuid... yes >checking for getgrent... yes >checking for getgrgid... yes >checking for getgrgid_r... yes >checking for getgrnam... yes >checking for getmntent... yes >checking for getpid... yes >checking for getppid... yes >checking for getpwent... yes >checking for getpwnam... yes >checking for getpwuid... yes >checking for getpwuid_r... yes >checking for ioctl... yes >checking for iswalnum... yes >checking for iswdigit... yes >checking for iswprint... yes >checking for iswspace... yes >checking for iswupper... yes >checking for kill... yes >checking for localtime... yes >checking for malloc... yes >checking for mbstowcs... yes >checking for memcmp... yes >checking for memcpy... yes >checking for memccpy... yes >checking for memmove... yes >checking for memset... yes >checking for mkdir... yes >checking for opendir... yes >checking for pathconf... yes >checking for pause... yes >checking for pclose... yes >checking for perror... yes >checking for pipe... yes >checking for popen... yes >checking for printf... yes >checking for puts... yes >checking for qsort... yes >checking for read... yes >checking for readlink... yes >checking for realloc... yes >checking for realpath... yes >checking for rename... yes >checking for rmdir... yes >checking for select... yes >checking for setenv... yes >checking for setgrent... yes >checking for setlocale... yes >checking for setmntent... yes >checking for setpgid... yes >checking for setpwent... yes >checking for setsid... yes >checking for setvbuf... yes >checking for sigaction... yes >checking for sigaddset... yes >checking for sigemptyset... yes >checking for signal... yes >checking for sigprocmask... yes >checking for snprintf... yes >checking for sprintf... yes >checking for strcasecmp... yes >checking for strcat... yes >checking for strchr... yes >checking for strcmp... yes >checking for strcpy... yes >checking for strdup... yes >checking for strerror... yes >checking for strftime... yes >checking for strlen... yes >checking for strncasecmp... yes >checking for strncat... yes >checking for strncmp... yes >checking for strncpy... yes >checking for strpbrk... yes >checking for strrchr... yes >checking for strspn... yes >checking for strstr... yes >checking for strtok_r... yes >checking for strtol... yes >checking for strtoll... yes >checking for strverscmp... yes >checking for sysconf... yes >checking for time... yes >checking for tolower... yes >checking for toupper... yes >checking for towupper... yes >checking for ungetc... yes >checking for unlink... yes >checking for unsetenv... yes >checking for utimes... yes >checking for vfprintf... yes >checking for vsnprintf... yes >checking for vswprintf... yes >checking for waitpid... yes >checking for wcscat... yes >checking for wcscmp... yes >checking for wcscpy... yes >checking for wcslen... yes >checking for wcsncmp... yes >checking for wcsncpy... yes >checking for wcstof... yes >checking for wcstol... yes >checking for wcstombs... yes >checking for wcswidth... yes >checking for wcwidth... yes >checking whether _PC_CASE_SENSITIVE is declared... no >checking regex.h usability... yes >checking regex.h presence... yes >checking for regex.h... yes >checking for regcomp... yes >checking for regerror... yes >checking for regexec... yes >checking for regfree... yes >checking for regex_t... yes >checking whether REG_EXTENDED is declared... yes >checking whether REG_ICASE is declared... yes >checking whether REG_NOMATCH is declared... yes >checking for struct stat.st_mtim... yes >checking for struct dirent.d_type... yes >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking for _LARGEFILE_SOURCE value needed for large files... no >checking for off_t... (cached) yes >checking for file... 1 >checking for groff... groff >checking for col... col >checking for awk... awk >checking for perl... perl >checking for sed... sed >checking for vim... vim >checking for git... git >checking whether C compiler accepts -Wall... yes >checking for pow in -lm... yes >checking for shm_open in -lrt... yes >checking whether C compiler accepts -pthread... yes >checking for pthread_create... yes >checking for pthread_getspecific... yes >checking for pthread_key_create... yes >checking for pthread_mutex_lock... yes >checking for pthread_mutex_unlock... yes >checking for pthread_once... yes >checking for pthread_setspecific... yes >checking for pthread_t... yes >checking for pthread_once_t... yes >checking for pthread_key_t... yes >checking for pthread_mutex_t... yes >checking whether PTHREAD_ONCE_INIT is declared... yes >checking whether PTHREAD_MUTEX_INITIALIZER is declared... yes >checking for initscr in -lncursesw... yes >checking for library containing curs_set... none required >checking curses.h usability... yes >checking curses.h presence... yes >checking for curses.h... yes >checking whether A_ITALIC is declared... yes >checking whether COLORS is declared... yes >checking whether COLOR_PAIR is declared... yes >checking whether TABSIZE is declared... yes >checking for curs_set... yes >checking for def_prog_mode... yes >checking for doupdate... yes >checking for endwin... yes >checking for flushinp... yes >checking for has_colors... yes >checking for init_pair... yes >checking for initscr... yes >checking for isendwin... yes >checking for keypad... yes >checking for mvwin... yes >checking for mvwprintw... yes >checking for newwin... yes >checking for noecho... yes >checking for nonl... yes >checking for raw... yes >checking for reset_prog_mode... yes >checking for resize_term... yes >checking for resizeterm... yes >checking for scrollok... yes >checking for set_escdelay... yes >checking for start_color... yes >checking for use_default_colors... yes >checking for waddch... yes >checking for waddnstr... yes >checking for waddnwstr... yes >checking for wattr_off... yes >checking for wattr_on... yes >checking for wbkgdset... yes >checking for wborder... yes >checking for wclrtoeol... yes >checking for werase... yes >checking for wget_wch... yes >checking for wgetch... yes >checking for wmove... yes >checking for wnoutrefresh... yes >checking for wprintw... yes >checking for wredrawln... yes >checking for wrefresh... yes >checking for wresize... yes >checking for wtimeout... yes >checking for wtouchln... yes >checking sys/inotify.h usability... yes >checking sys/inotify.h presence... yes >checking for sys/inotify.h... yes >checking whether IN_NONBLOCK is declared... yes >checking whether IN_CLOEXEC is declared... yes >checking whether IN_ATTRIB is declared... yes >checking whether IN_MODIFY is declared... yes >checking whether IN_CREATE is declared... yes >checking whether IN_DELETE is declared... yes >checking whether IN_MOVED_FROM is declared... yes >checking whether IN_MOVED_TO is declared... yes >checking whether IN_EXCL_UNLINK is declared... yes >checking whether IN_CLOSE_WRITE is declared... yes >checking whether IN_Q_OVERFLOW is declared... yes >checking for inotify_init1... yes >checking for inotify_add_watch... yes >checking for struct inotify_event... yes >checking for gio/gio.h... yes >checking for glib.h... yes >checking for gtk/gtk.h... yes >checking for gtk_init_check... yes >checking for g_file_info_get_content_type... yes >checking for g_file_new_for_path... yes >checking for g_file_query_info... yes >checking for g_object_unref... yes >checking for magic_open in -lmagic... yes >checking for magic_close... yes >checking for magic_file... yes >checking for magic_load... yes >checking for magic_open... yes >checking magic.h usability... yes >checking magic.h presence... yes >checking for magic.h... yes >checking whether MAGIC_MIME_TYPE is declared... yes >checking for dlopen in -ldl... yes >checking dlfcn.h usability... yes >checking dlfcn.h presence... yes >checking for dlfcn.h... yes >checking for dlsym... yes >checking for dlclose... yes >checking for XOpenDisplay in -lX11... yes >checking X11/Xlib.h usability... yes >checking X11/Xlib.h presence... yes >checking for X11/Xlib.h... yes >checking X11/Xutil.h usability... yes >checking X11/Xutil.h presence... yes >checking for X11/Xutil.h... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating build-aux/config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10 ... >make -j1 >Making all in src >make[1]: Entering directory '/var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10/src' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../build-aux -I/usr/include/ncursesw -march=skylake -O2 -pipe -fsigned-char -Wall -pthread -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -g -O0 -Werror -Werror=sign-compare -Wno-unused-parameter -include ../build-aux/config.h -c -o cfg/config.o cfg/config.c >[01m[Kcfg/config.c:[m[K In function â[01m[Ktry_exe_directory_for_vifmrc[m[Kâ: >[01m[Kcfg/config.c:490:35:[m[K [01;31m[Kerror: [m[Kâ[01m[K/vifmrc[m[Kâ directive output may be truncated writing 7 bytes into a region of size between 1 and 4097 [[01;31m[K-Werror=format-truncation=[m[K] > snprintf(vifmrc, sizeof(vifmrc), [01;31m[K"%s/"[m[K VIFMRC, exe_dir); > [01;31m[K^~~~~[m[K >[01m[Kcfg/config.c:490:38:[m[K [01;36m[Knote: [m[Kformat string is defined here > snprintf(vifmrc, sizeof(vifmrc), "%s[01;36m[K/[m[K" VIFMRC, exe_dir); > [01;36m[K^[m[K >[01m[Kcfg/config.c:490:2:[m[K [01;36m[Knote: [m[Kâ[01m[Ksnprintf[m[Kâ output between 8 and 4104 bytes into a destination of size 4097 > [01;36m[Ksnprintf(vifmrc, sizeof(vifmrc), "%s/" VIFMRC, exe_dir)[m[K; > [01;36m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kcfg/config.c:[m[K In function â[01m[Kstore_config_paths[m[Kâ: >[01m[Kcfg/config.c:541:62:[m[K [01;31m[Kerror: [m[Kâ[01m[Ksnprintf[m[Kâ output may be truncated before the last format character [[01;31m[K-Werror=format-truncation=[m[K] > snprintf(cfg.colors_dir, sizeof(cfg.colors_dir), "%s/colors/[01;31m[K"[m[K, > [01;31m[K^[m[K >[01m[Kcfg/config.c:541:2:[m[K [01;36m[Knote: [m[Kâ[01m[Ksnprintf[m[Kâ output between 9 and 4105 bytes into a destination of size 4104 > [01;36m[Ksnprintf(cfg.colors_dir, sizeof(cfg.colors_dir), "%s/colors/",[m[K > [01;36m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K > [01;36m[K cfg.config_dir)[m[K; > [01;36m[K~~~~~~~~~~~~~~~[m[K >[01m[Kcfg/config.c:[m[K In function â[01m[Kcreate_scripts_dir[m[Kâ: >[01m[Kcfg/config.c:624:36:[m[K [01;31m[Kerror: [m[Kâ[01m[K%s[m[Kâ directive output may be truncated writing up to 4111 bytes into a region of size 4097 [[01;31m[K-Werror=format-truncation=[m[K] > snprintf(readme, sizeof(readme), "[01;31m[K%s[m[K/README", [32m[Kscripts[m[K); > [01;31m[K^~[m[K [32m[K~~~~~~~[m[K >[01m[Kcfg/config.c:624:2:[m[K [01;36m[Knote: [m[Kâ[01m[Ksnprintf[m[Kâ output between 8 and 4119 bytes into a destination of size 4097 > [01;36m[Ksnprintf(readme, sizeof(readme), "%s/README", scripts)[m[K; > [01;36m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >cc1: all warnings being treated as errors >make[1]: *** [Makefile:1548: cfg/config.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10/src' >make: *** [Makefile:381: all-recursive] Error 1 > [31;01m*[0m ERROR: app-misc/vifm-0.10::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=app-misc/vifm-0.10::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=app-misc/vifm-0.10::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/app-misc/vifm-0.10/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/app-misc/vifm-0.10/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.10' > [31;01m*[0m S: '/var/tmp/portage/app-misc/vifm-0.10/work/vifm-0.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 671074
:
555010
| 555012 |
555014
|
555016