Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 911388 Details for
Bug 944389
x11-plugins/gkrellshoot-0.4.4-r5 - [ncurses-6.5] [gcc-15] gkrellshoot.c: error: passing argument 3 of gkrellm_put_decal_in_meter_button from incompatible pointer type [-W
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-plugins:gkrellshoot-0.4.4-r5:20241121-205313.log
x11-plugins:gkrellshoot-0.4.4-r5:20241121-205313.log (text/plain), 6.10 KB, created by
Toralf Förster
on 2024-11-21 21:09:17 UTC
(
hide
)
Description:
x11-plugins:gkrellshoot-0.4.4-r5:20241121-205313.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-21 21:09:17 UTC
Size:
6.10 KB
patch
obsolete
> * Package: x11-plugins/gkrellshoot-0.4.4-r5:2 > * Repository: gentoo > * Maintainer: sam@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking gkrellshoot-0.4.4.tar.gz to /var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work >>>> Preparing source in /var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work/gkrellShoot-0.4.4 ... > * Applying makefile-respect-flags.patch ... > [ ok ] > * Applying gkrellshoot-0.4.4-r4-pkgconfig.patch ... > [ ok ] > * Applying gkrellshoot-0.4.4-r5-fix-implicit-int.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work/gkrellShoot-0.4.4 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work/gkrellShoot-0.4.4 ... >make -O -j4 >cc -O2 -pipe -march=native -fno-diagnostics-color -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -fPIC -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/gdk-pixbuf-2.0 -I/usr/include/webp -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -c -o gkrellshoot.o gkrellshoot.c >gkrellshoot.c: In function âcreate_pluginâ: >gkrellshoot.c:1583:68: error: passing argument 3 of âgkrellm_put_decal_in_meter_buttonâ from incompatible pointer type [-Wincompatible-pointer-types] > 1583 | gkrellm_put_decal_in_meter_button(panel[0], decal_lock[0], cb_button, > | ^~~~~~~~~ > | | > | void (*)(GkrellmDecalbutton *) >In file included from /usr/include/gkrellm2/gkrellm.h:1083, > from gkrellshoot.c:9: >/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected âvoid (*)(void)â but argument is of type âvoid (*)(GkrellmDecalbutton *)â > 262 | GkrellmDecal *, void (*func)(), void *, > | ~~~~~~~^~~~~~~ >gkrellshoot.c:1587:69: error: passing argument 3 of âgkrellm_put_decal_in_meter_buttonâ from incompatible pointer type [-Wincompatible-pointer-types] > 1587 | gkrellm_put_decal_in_meter_button(panel[0], decal_shoot[0], cb_button, > | ^~~~~~~~~ > | | > | void (*)(GkrellmDecalbutton *) >/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected âvoid (*)(void)â but argument is of type âvoid (*)(GkrellmDecalbutton *)â > 262 | GkrellmDecal *, void (*func)(), void *, > | ~~~~~~~^~~~~~~ >gkrellshoot.c:1591:68: error: passing argument 3 of âgkrellm_put_decal_in_meter_buttonâ from incompatible pointer type [-Wincompatible-pointer-types] > 1591 | gkrellm_put_decal_in_meter_button(panel[1], decal_lock[1], cb_button, > | ^~~~~~~~~ > | | > | void (*)(GkrellmDecalbutton *) >/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected âvoid (*)(void)â but argument is of type âvoid (*)(GkrellmDecalbutton *)â > 262 | GkrellmDecal *, void (*func)(), void *, > | ~~~~~~~^~~~~~~ >gkrellshoot.c:1595:69: error: passing argument 3 of âgkrellm_put_decal_in_meter_buttonâ from incompatible pointer type [-Wincompatible-pointer-types] > 1595 | gkrellm_put_decal_in_meter_button(panel[2], decal_shoot[1], cb_button, > | ^~~~~~~~~ > | | > | void (*)(GkrellmDecalbutton *) >/usr/include/gkrellm2/gkrellm-public-proto.h:262:72: note: expected âvoid (*)(void)â but argument is of type âvoid (*)(GkrellmDecalbutton *)â > 262 | GkrellmDecal *, void (*func)(), void *, > | ~~~~~~~^~~~~~~ >gkrellshoot.c: In function ârun_shoot_cmdâ: >gkrellshoot.c:1459:6: warning: ignoring return value of âsystemâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 1459 | system ( shoot_cmd ); > | ^~~~~~~~~~~~~~~~~~~~ >make: *** [Makefile:15: gkrellshoot.o] Error 1 > * ERROR: x11-plugins/gkrellshoot-0.4.4-r5::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=x11-plugins/gkrellshoot-0.4.4-r5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=x11-plugins/gkrellshoot-0.4.4-r5::gentoo'`. > * The complete build log is located at '/var/log/portage/x11-plugins:gkrellshoot-0.4.4-r5:20241121-205313.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/temp/environment'. > * Working directory: '/var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work/gkrellShoot-0.4.4' > * S: '/var/tmp/portage/x11-plugins/gkrellshoot-0.4.4-r5/work/gkrellShoot-0.4.4' >
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 944389
:
911381
|
911382
|
911383
|
911384
|
911385
|
911386
|
911387
| 911388