Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 910747 Details for
Bug 944183
games-puzzle/freesweep-1.0.2-r1 - [libtool] [gcc-15] game.c: error: too many arguments to function PrintGPL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-puzzle:freesweep-1.0.2-r1:20241120-103711.log
games-puzzle:freesweep-1.0.2-r1:20241120-103711.log (text/plain), 6.96 KB, created by
Toralf Förster
on 2024-11-20 16:12:34 UTC
(
hide
)
Description:
games-puzzle:freesweep-1.0.2-r1:20241120-103711.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-20 16:12:34 UTC
Size:
6.96 KB
patch
obsolete
> * Package: games-puzzle/freesweep-1.0.2-r1:0 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking freesweep-1.0.2.tar.gz to /var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work >>>> Source unpacked in /var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work >>>> Preparing source in /var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work/freesweep-1.0.2 ... > * Running eautoreconf in '/var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work/freesweep-1.0.2' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/temp/aclocal' ... > [ ok ] > * Moving configure.in to configure.ac (bug #426262) > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader --force' ... > [ ok ] > * Running elibtoolize in: freesweep-1.0.2/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work/freesweep-1.0.2 ... > * econf: updating freesweep-1.0.2/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating freesweep-1.0.2/config.sub with /usr/share/gnuconfig/config.sub >./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 --datarootdir=/usr/share --docdir=/usr/share/doc/freesweep-1.0.2-r1 --htmldir=/usr/share/doc/freesweep-1.0.2-r1/html --libdir=/usr/lib64 >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/config.site.d/80crossdev.conf >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >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 the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking whether ln -s works... yes >checking whether make sets $(MAKE)... yes >checking for tar... /usr/bin/tar >checking for gzip... /usr/bin/gzip >checking for rm... /usr/bin/rm >checking for initscr in -lncurses... yes >checking for ncurses include dir... none >checking for main in -lm... yes >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for limits.h... yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/file.h... yes >checking for getopt.h... yes >checking for errno.h... yes >checking for sys/types.h... (cached) yes >checking for an ANSI C-conforming const... yes >checking for size_t... yes >checking return type of signal handlers... void >checking for strdup... yes >checking for memset... yes >checking for memmove... yes >checking for fileno... yes >checking for lockf... yes >checking for flock... yes >checking for get_current_dir_name... yes >checking for strncpy... yes >checking for strncat... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for getopt_long... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting >config.status: creating sweep.h >config.status: creating freesweep.6 >config.status: creating config.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work/freesweep-1.0.2 ... >make -O -j4 'LIBS=-lncurses -ltinfo' >x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"1.0.1\" -O2 -pipe -march=native -fno-diagnostics-color -c error.c >x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"1.0.1\" -O2 -pipe -march=native -fno-diagnostics-color -c fgui.c >fgui.c: In function âDisplayâ: >fgui.c:313:17: warning: this âwhileâ clause does not guard... [-Wmisleading-indentation] > 313 | while(*p != '/') p--; p++; /* there will always be a / in it */ > | ^~~~~ >fgui.c:313:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âwhileâ > 313 | while(*p != '/') p--; p++; /* there will always be a / in it */ > | ^ >fgui.c: In function âCreateFileBufâ: >fgui.c:41:9: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 41 | chdir(dir); > | ^~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"1.0.1\" -O2 -pipe -march=native -fno-diagnostics-color -c game.c >game.c: In function âParseArgsâ: >game.c:417:17: error: too many arguments to function âPrintGPLâ > 417 | PrintGPL(NULL); > | ^~~~~~~~ >In file included from game.c:11: >sweep.h:358:6: note: declared here > 358 | void PrintGPL(); > | ^~~~~~~~ >game.c: In function âReReadyGameâ: >game.c:481:58: warning: variable âHViewableâ set but not used [-Wunused-but-set-variable] > 481 | int MinesToSet=0, RandX=0, RandY=0, VViewable=0, HViewable=0; > | ^~~~~~~~~ >game.c:481:45: warning: variable âVViewableâ set but not used [-Wunused-but-set-variable] > 481 | int MinesToSet=0, RandX=0, RandY=0, VViewable=0, HViewable=0; > | ^~~~~~~~~ >make: *** [Makefile:42: game.o] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"1.0.1\" -O2 -pipe -march=native -fno-diagnostics-color -c files.c >x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"1.0.1\" -O2 -pipe -march=native -fno-diagnostics-color -c clear.c >x86_64-pc-linux-gnu-gcc -Wall -DVERSION=\"1.0.1\" -O2 -pipe -march=native -fno-diagnostics-color -c drawing.c > * ERROR: games-puzzle/freesweep-1.0.2-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-puzzle/freesweep-1.0.2-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-puzzle/freesweep-1.0.2-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/games-puzzle:freesweep-1.0.2-r1:20241120-103711.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/temp/environment'. > * Working directory: '/var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work/freesweep-1.0.2' > * S: '/var/tmp/portage/games-puzzle/freesweep-1.0.2-r1/work/freesweep-1.0.2' >
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 944183
:
910742
|
910743
|
910744
|
910745
|
910746
| 910747 |
910748
|
910749
|
910750