Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910336 Details for
Bug 944041
app-arch/zip-3.0-r7 fails to compile with gcc15.0.0_pre20241117-r2::gentoo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zip-3.0-r7 build log
zip-3.0-r7.build.log (text/x-log), 12.34 KB, created by
OldManSeph
on 2024-11-19 20:23:00 UTC
(
hide
)
Description:
zip-3.0-r7 build log
Filename:
MIME Type:
Creator:
OldManSeph
Created:
2024-11-19 20:23:00 UTC
Size:
12.34 KB
patch
obsolete
>[32m * [39;49;00mPackage: app-arch/zip-3.0-r7:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: base-system@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 bzip2 crypt elibc_glibc kernel_linux unicode >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking zip30.zip to /var/tmp/portage/app-arch/zip-3.0-r7/work >>>> Source unpacked in /var/tmp/portage/app-arch/zip-3.0-r7/work >>>> Preparing source in /var/tmp/portage/app-arch/zip-3.0-r7/work/zip30 ... > [32m*[0m Applying zip-3.0-no-crypt.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying zip-3.0-pic.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying zip-3.0-exec-stack.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying zip-3.0-build.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying zip-3.0-zipnote-freeze.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying zip-3.0-format-security.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying zip-3.0-clang-15-configure-tests.patch ... >[A[173C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-arch/zip-3.0-r7/work/zip30 ... > [32m*[0m sh ./unix/configure x86_64-pc-linux-gnu-gcc -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT /var/tmp/portage/app-arch/zip-3.0-r7/temp >Check C compiler type (optimization options) > GNU C (-O3) >Check bzip2 support > Check for bzip2 compiled library in IZ_BZIP2 (/var/tmp/portage/app-arch/zip-3.0-r7/temp) > /var/tmp/portage/app-arch/zip-3.0-r7/temp/libbz2.a not found >-- Since IZ_BZIP2 defined, skipping OS and bzip2 checks - no bzip2 >Check for the C preprocessor >Check if we can use asm code >Checking if compiler wants to create pic code >Check for ANSI options >Check for prototypes >Check the handling of const >Check for time_t >Check for size_t >Check for off_t >Check size of UIDs and GIDs >(Now zip stores variable size UIDs/GIDs using a new extra field. This > tests if this OS uses 16-bit UIDs/GIDs and so if the old 16-bit storage > should also be used for backward compatibility.) > s.st_uid is 4 bytes > s.st_gid is 4 bytes >-- UID not 2 bytes - disabling old 16-bit UID/GID support >Check for Large File Support > off_t is 8 bytes >-- yes we have Large File Support! >Check for wide char support >-- have wchar_t - enabling Unicode support >Check for gcc no-builtin flag >Check for rmdir >Check for strchr >Check for strrchr >Check for rename >Check for mktemp >Check for mktime >Check for mkstemp >Check for memset >Check for memmove >Check for strerror >Check for errno declaration >Check for directory libraries >Check for readlink >Check for directory include file >Check for nonexistent include files >Check for term I/O include file >Check for valloc >Check for /usr/local/bin and /usr/local/man >Check for OS-specific flags >Check for symbolic links >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-arch/zip-3.0-r7/work/zip30 ... >make -j8 'CPP=x86_64-pc-linux-gnu-gcc -E' -f unix/Makefile generic >eval make -f unix/Makefile zips `cat flags` >make[1]: Entering directory '/var/tmp/portage/app-arch/zip-3.0-r7/work/zip30' >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c >[01m[Kttyio.c:[m[K In function â[01m[Kgetp[m[Kâ: >[01m[Kttyio.c:628:13:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kread[m[Kâ declared with attribute â[01m[Kwarn_unused_result[m[Kâ [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;[m[K] > 628 | [01;35m[Kread(f, &c, 1)[m[K; > | [01;35m[K^~~~~~~~~~~~~~[m[K >In file included from [01m[Kzipup.c:109[m[K: >[01m[Kzipup.c:[m[K In function â[01m[Kfile_read[m[Kâ: >[01m[Kunix/zipup.h:21:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kread[m[Kâ declared with attribute â[01m[Kwarn_unused_result[m[Kâ [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;[m[K] > 21 | #define zread(f,b,n) [01;35m[Kread(f,b,n)[m[K > | [01;35m[K^~~~~~~~~~~[m[K >[01m[Kzipup.c:1264:10:[m[K [01;36m[Knote: [m[Kin expansion of macro â[01m[Kzread[m[Kâ > 1264 | [01;36m[Kzread[m[K(ifile, buf, 1); len = 1; /* keep single \r if EOF */ > | [01;36m[K^~~~~[m[K >[01m[Kfileio.c:[m[K In function â[01m[Kask_for_split_read_path[m[Kâ: >[01m[Kfileio.c:2120:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kfgets[m[Kâ declared with attribute â[01m[Kwarn_unused_result[m[Kâ [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;[m[K] > 2120 | [01;35m[Kfgets(buf, SPLIT_MAXPATH, stdin)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kfileio.c:2143:7:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kfgets[m[Kâ declared with attribute â[01m[Kwarn_unused_result[m[Kâ [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;[m[K] > 2143 | [01;35m[Kfgets(buf, SPLIT_MAXPATH, stdin)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c >[01m[Kfileio.c:[m[K In function â[01m[Kask_for_split_write_path[m[Kâ: >[01m[Kfileio.c:2324:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kfgets[m[Kâ declared with attribute â[01m[Kwarn_unused_result[m[Kâ [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;[m[K] > 2324 | [01;35m[Kfgets(buf, FNMAX, stdin)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~[m[K >x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O2 -pipe -std=gnu89 -DLARGE_FILE_SUPPORT -DUIDGID_NOT_16BIT -DBZIP2_SUPPORT -DCRYPT -DUNICODE_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c >[01m[Kunix/unix.c:70:14:[m[K [01;31m[Kerror: [m[Kconflicting types for â[01m[KDIR[m[Kâ; have â[01m[KFILE[m[Kâ > 70 | typedef FILE [01;31m[KDIR[m[K; > | [01;31m[K^~~[m[K >In file included from [01m[Kunix/unix.c:29[m[K: >[01m[K/usr/include/dirent.h:127:28:[m[K [01;36m[Knote: [m[Kprevious declaration of â[01m[KDIR[m[Kâ with type â[01m[KDIR[m[Kâ > 127 | typedef struct __dirstream [01;36m[KDIR[m[K; > | [01;36m[K^~~[m[K >[01m[Kunix/unix.c:[m[K In function â[01m[Kreaddir[m[Kâ: >[01m[Kunix/unix.c:79:6:[m[K [01;31m[Kerror: [m[Kargument â[01m[Kdirp[m[Kâ doesn[m[Kât match prototype > 79 | DIR *[01;31m[Kdirp[m[K; > | [01;31m[K^~~~[m[K >In file included from [01m[K/usr/include/features.h:511[m[K, > from [01m[K/usr/include/sys/types.h:25[m[K, > from [01m[K./unix/osdep.h:30[m[K, > from [01m[K./tailor.h:93[m[K, > from [01m[K./zip.h:88[m[K, > from [01m[Kunix/unix.c:11[m[K: >[01m[K/usr/include/dirent.h:167:23:[m[K [01;31m[Kerror: [m[Kprototype declaration > 167 | extern struct dirent *[01;31m[K__REDIRECT[m[K (readdir, (DIR *__dirp), readdir64) > | [01;31m[K^~~~~~~~~~[m[K >[01m[Kunix/unix.c:[m[K In function â[01m[Kreadd[m[Kâ: >[01m[Kunix/unix.c:103:15:[m[K [01;35m[Kwarning: [m[Kpassing argument 1 of â[01m[Kreaddir[m[Kâ from incompatible pointer type [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;[m[K] > 103 | e = readdir([01;34m[Kd[m[K); > | [01;34m[K^[m[K > | [01;34m[K|[m[K > | [01;34m[KDIR * {aka FILE *}[m[K >[01m[Kunix/unix.c:79:6:[m[K [01;36m[Knote: [m[Kexpected â[01m[K[01;32m[KDIR *[m[K[m[Kâ but argument is of type â[01m[K[01;34m[KDIR *[m[Kâ {aka [m[Kâ[01m[K[01;34m[KFILE *[m[Kâ}[m[K > 79 | DIR *[01;32m[Kd[m[K[01;32m[Ki[m[K[01;32m[Kr[m[K[01;32m[Kp[m[K; > | [01;32m[K^[m[K[01;32m[K~[m[K[01;32m[K~[m[K[01;32m[K~[m[K >[01m[Kunix/unix.c:[m[K In function â[01m[Kprocname[m[Kâ: >[01m[Kunix/unix.c:181:25:[m[K [01;35m[Kwarning: [m[Kpassing argument 1 of â[01m[Kreadd[m[Kâ from incompatible pointer type [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;[m[K] > 181 | while ((e = readd([01;34m[Kd[m[K)) != NULL) { > | [01;34m[K^[m[K > | [01;34m[K|[m[K > | [01;34m[KDIR * {aka FILE *}[m[K >[01m[Kunix/unix.c:97:6:[m[K [01;36m[Knote: [m[Kexpected â[01m[K[01;32m[KDIR *[m[K[m[Kâ but argument is of type â[01m[K[01;34m[KDIR *[m[Kâ {aka [m[Kâ[01m[K[01;34m[KFILE *[m[Kâ}[m[K > 97 | DIR *[01;32m[Kd[m[K; /* directory stream to read from */ > | [01;32m[K^[m[K >make[1]: *** [unix/Makefile:117: unix.o] Error 1 >make[1]: *** Waiting for unfinished jobs.... >make[1]: Leaving directory '/var/tmp/portage/app-arch/zip-3.0-r7/work/zip30' >make: *** [unix/Makefile:202: generic] Error 2 > [31;01m*[0m ERROR: app-arch/zip-3.0-r7::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-arch/zip-3.0-r7::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=app-arch/zip-3.0-r7::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/app-arch/zip-3.0-r7/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/app-arch/zip-3.0-r7/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/app-arch/zip-3.0-r7/work/zip30' > [31;01m*[0m S: '/var/tmp/portage/app-arch/zip-3.0-r7/work/zip30'
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 944041
: 910336 |
910337