Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 635576 Details for
Bug 720350
app-portage/euses-2.5.9 complains about format errors in arches.desc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
app-portage:euses-2.5.9:20200502-040621.log (text/x-log), 9.56 KB, created by
Bob Johnson
on 2020-05-02 04:11:02 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Bob Johnson
Created:
2020-05-02 04:11:02 UTC
Size:
9.56 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: app-portage/euses-2.5.9 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: jer@gentoo.org tools-portage@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking euses-2.5.9.tar.bz2 to /var/tmp/portage/app-portage/euses-2.5.9/work >>>> Source unpacked in /var/tmp/portage/app-portage/euses-2.5.9/work >>>> Preparing source in /var/tmp/portage/app-portage/euses-2.5.9/work ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-portage/euses-2.5.9/work ... >./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 --docdir=/usr/share/doc/euses-2.5.9 --htmldir=/usr/share/doc/euses-2.5.9/html --libdir=/usr/lib64 >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 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 >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-portage/euses-2.5.9/work ... >make -j5 > > = Compiling euses = >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wall -pedantic euses.c -o euses.o -c >[01m[Keuses.c:[m[K In function '[01m[Kmain[m[K': >[01m[Keuses.c:616:35:[m[K [01;35m[Kwarning: [m[Kformat '[01m[K%d[m[K' expects argument of type '[01m[Kint[m[K', but argument 8 has type '[01m[Ksize_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wformat=[m[K] > 616 | (" %s*%s %s%d%s out of %s[01;35m[K%d[m[K%s files matched" > | [01;35m[K~^[m[K > | [01;35m[K|[m[K > | [01;35m[Kint[m[K > | [32m[K%ld[m[K >...... > 620 | [32m[Kdesc_files.gl_pathc[m[K, NORMAL_WHITE, > | [32m[K~~~~~~~~~~~~~~~~~~~[m[K > | [32m[K|[m[K > | [32m[Ksize_t {aka long unsigned int}[m[K >[01m[Keuses.c:624:25:[m[K [01;35m[Kwarning: [m[Kformat '[01m[K%d[m[K' expects argument of type '[01m[Kint[m[K', but argument 3 has type '[01m[Ksize_t[m[K' {aka '[01m[Klong unsigned int[m[K'} [[01;35m[K-Wformat=[m[K] > 624 | (" * %d out of [01;35m[K%d[m[K files matched %d patterns\n", > | [01;35m[K~^[m[K > | [01;35m[K|[m[K > | [01;35m[Kint[m[K > | [32m[K%ld[m[K > 625 | fm, [32m[Kdesc_files.gl_pathc[m[K, patterns); > | [32m[K~~~~~~~~~~~~~~~~~~~[m[K > | [32m[K|[m[K > | [32m[Ksize_t {aka long unsigned int}[m[K >In file included from [01m[K/usr/include/stdio.h:867[m[K, > from [01m[Keuses.c:47[m[K: >In function '[01m[Kfprintf[m[K', > inlined from '[01m[Kdoerror[m[K' at [01m[Keuses.c:108:4[m[K: >[01m[K/usr/include/bits/stdio2.h:100:10:[m[K [01;35m[Kwarning: [m[K'[01m[K%s[m[K' directive argument is null [[01;35m[K-Wformat-overflow=[m[K] > 100 | return [01;35m[K__fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,[m[K > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K > 101 | [01;35m[K __va_arg_pack ())[m[K; > | [01;35m[K~~~~~~~~~~~~~~~~~[m[K >[01m[Keuses.c:[m[K In function '[01m[Kmain[m[K': >[01m[Keuses.c:536:8:[m[K [01;35m[Kwarning: [m[K'[01m[K/profiles/*.desc[m[K' directive output may be truncated writing 16 bytes into a region of size between 1 and 4096 [[01;35m[K-Wformat-truncation=[m[K] > 536 | "%s[01;35m[K/profiles/*.desc[m[K", portdir); > | [01;35m[K^~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/stdio.h:867[m[K, > from [01m[Keuses.c:47[m[K: >[01m[K/usr/include/bits/stdio2.h:67:10:[m[K [01;36m[Knote: [m[K'[01m[K__builtin___snprintf_chk[m[K' output between 17 and 4112 bytes into a destination of size 4096 > 67 | return [01;36m[K__builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,[m[K > | [01;36m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K > 68 | [01;36m[K __bos (__s), __fmt, __va_arg_pack ())[m[K; > | [01;36m[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Keuses.c:538:8:[m[K [01;35m[Kwarning: [m[K'[01m[K/profiles/desc/*.desc[m[K' directive output may be truncated writing 21 bytes into a region of size between 1 and 4096 [[01;35m[K-Wformat-truncation=[m[K] > 538 | "%s[01;35m[K/profiles/desc/*.desc[m[K", portdir); > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/stdio.h:867[m[K, > from [01m[Keuses.c:47[m[K: >[01m[K/usr/include/bits/stdio2.h:67:10:[m[K [01;36m[Knote: [m[K'[01m[K__builtin___snprintf_chk[m[K' output between 22 and 4117 bytes into a destination of size 4096 > 67 | return [01;36m[K__builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,[m[K > | [01;36m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K > 68 | [01;36m[K __bos (__s), __fmt, __va_arg_pack ())[m[K; > | [01;36m[K~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >In file included from [01m[K/usr/include/string.h:495[m[K, > from [01m[Keuses.c:53[m[K: >In function '[01m[Kstrncpy[m[K', > inlined from '[01m[Kgetportdir[m[K' at [01m[Keuses.c:140:3[m[K, > inlined from '[01m[Kmain[m[K' at [01m[Keuses.c:517:12[m[K: >[01m[K/usr/include/bits/string_fortified.h:106:10:[m[K [01;35m[Kwarning: [m[K'[01m[K__builtin_strncpy[m[K' specified bound 4096 equals destination size [[01;35m[K-Wstringop-truncation[m[K] > 106 | return [01;35m[K__builtin___strncpy_chk (__dest, __src, __len, __bos (__dest))[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >In function '[01m[Kstrncpy[m[K', > inlined from '[01m[Kpkg_flag_desc[m[K' at [01m[Keuses.c:228:3[m[K, > inlined from '[01m[Kmatch[m[K' at [01m[Keuses.c:345:8[m[K, > inlined from '[01m[Kmain[m[K' at [01m[Keuses.c:578:10[m[K: >[01m[K/usr/include/bits/string_fortified.h:106:10:[m[K [01;35m[Kwarning: [m[K'[01m[K__builtin_strncpy[m[K' specified bound 1024 equals destination size [[01;35m[K-Wstringop-truncation[m[K] > 106 | return [01;35m[K__builtin___strncpy_chk (__dest, __src, __len, __bos (__dest))[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >In function '[01m[Kstrncpy[m[K', > inlined from '[01m[Kflag_desc[m[K' at [01m[Keuses.c:250:3[m[K, > inlined from '[01m[Kmatch[m[K' at [01m[Keuses.c:351:9[m[K, > inlined from '[01m[Kmain[m[K' at [01m[Keuses.c:578:10[m[K: >[01m[K/usr/include/bits/string_fortified.h:106:10:[m[K [01;35m[Kwarning: [m[K'[01m[K__builtin_strncpy[m[K' specified bound 1024 equals destination size [[01;35m[K-Wstringop-truncation[m[K] > 106 | return [01;35m[K__builtin___strncpy_chk (__dest, __src, __len, __bos (__dest))[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wall -pedantic -Wl,-O1 -Wl,--as-needed euses.o -o euses >>>> Source compiled. >>>> Test phase [not enabled]: app-portage/euses-2.5.9 > >>>> Install app-portage/euses-2.5.9 into /var/tmp/portage/app-portage/euses-2.5.9/image >>>> Completed installing app-portage/euses-2.5.9 into /var/tmp/portage/app-portage/euses-2.5.9/image > > [32;01m*[0m Final size of build directory: 320 KiB > [32;01m*[0m Final size of installed tree: 76 KiB > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/bin/euses > [32;01m*[39;49;00m checking 3 files for package collisions >>>> Merging app-portage/euses-2.5.9 to / >--- /usr/ >--- /usr/bin/ >>>> /usr/bin/euses >--- /usr/share/ >--- /usr/share/man/ >--- /usr/share/man/man1/ >>>> /usr/share/man/man1/euses.1.bz2 >--- /usr/share/doc/ >--- /usr/share/doc/euses-2.5.9/ >>>> /usr/share/doc/euses-2.5.9/ChangeLog.bz2 >>>> Safely unmerging already-installed instance... >No package files given... Grabbing a set. >--- replaced obj /usr/share/man/man1/euses.1.bz2 >--- replaced dir /usr/share/man/man1 >--- replaced dir /usr/share/man >--- replaced obj /usr/share/doc/euses-2.5.9/ChangeLog.bz2 >--- replaced dir /usr/share/doc/euses-2.5.9 >--- replaced dir /usr/share/doc >--- replaced dir /usr/share >--- replaced obj /usr/bin/euses >--- replaced dir /usr/bin >--- replaced dir /usr >>>> Original instance of package unmerged safely. >>>> app-portage/euses-2.5.9 merged.
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 720350
: 635576