Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 911077 Details for
Bug 944347
sys-apps/gscanbus-0.8-r1 - [ncurses-6.5] [gcc-15] menues.c: error: initialization of void ( )(void) from incompatible pointer type void ( )(void , guint, GtkWidget ) {aka
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-apps:gscanbus-0.8-r1:20241120-223252.log
sys-apps:gscanbus-0.8-r1:20241120-223252.log (text/plain), 25.61 KB, created by
Toralf Förster
on 2024-11-21 20:20:22 UTC
(
hide
)
Description:
sys-apps:gscanbus-0.8-r1:20241120-223252.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-11-21 20:20:22 UTC
Size:
25.61 KB
patch
obsolete
> * Package: sys-apps/gscanbus-0.8-r1:0 > * Repository: gentoo > * Maintainer: base-system@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking gscanbus-0.8.tar.gz to /var/tmp/portage/sys-apps/gscanbus-0.8-r1/work >>>> Source unpacked in /var/tmp/portage/sys-apps/gscanbus-0.8-r1/work >>>> Preparing source in /var/tmp/portage/sys-apps/gscanbus-0.8-r1/work/gscanbus-0.8 ... > * Applying gscanbus-0.8-Wimplicit-function-declaration.patch ... > [ ok ] > * Applying gscanbus-0.8-incompatible-function-pointer-types.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-apps/gscanbus-0.8-r1/work/gscanbus-0.8 ... >./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 --docdir=/usr/share/doc/gscanbus-0.8-r1 --htmldir=/usr/share/doc/gscanbus-0.8-r1/html --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >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 for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for raw1394_new_handle in -lraw1394... yes >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for GTK... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/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 sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for unistd.h... (cached) yes >checking libraw1394/raw1394.h usability... yes >checking libraw1394/raw1394.h presence... yes >checking for libraw1394/raw1394.h... yes >checking for an ANSI C-conforming const... yes >checking for size_t... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-apps/gscanbus-0.8-r1/work/gscanbus-0.8 ... >make -O -j4 >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c debug.c >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c fatal.c >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c raw1394util.c >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c simpleavc.c >simpleavc.c: In function âavc_fcp_handlerâ: >simpleavc.c:85:68: warning: format â%dâ expects argument of type âintâ, but argument 5 has type âsize_tâ {aka âlong unsigned intâ} [-Wformat=] > 85 | "fcp_response: got fcp %s from node %d of %d bytes:", > | ~^ > | | > | int > | %ld > 86 | (response ? "response" : "command"), nodeid & 0x3f, length); > | ~~~~~~ > | | > | size_t {aka long unsigned int} >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c topologyMap.c >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c decodeselfid.c >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c topologyTree.c >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c rominfo.c >rominfo.c: In function âresolv_guidâ: >rominfo.c:150:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 150 | (unsigned) pguid_hi-1, (unsigned) pguid_lo-1, > | ^ >rominfo.c:150:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 150 | (unsigned) pguid_hi-1, (unsigned) pguid_lo-1, > | ^ >rominfo.c: In function âresolv_ouiâ: >rominfo.c:243:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 243 | (unsigned) poui-1, *(pdescription-1)); > | ^ >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c menues.c >In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, > from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, > from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, > from /usr/include/gtk-2.0/gtk/gtkbin.h:35, > from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, > from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, > from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, > from /usr/include/gtk-2.0/gtk/gtk.h:33, > from menues.h:24, > from menues.c:27: >/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations] > 236 | void gtk_type_init (GTypeDebugFlags debug_flags); > | ^~~~ >In file included from /usr/include/glib-2.0/gobject/gobject.h:26, > from /usr/include/glib-2.0/gobject/gbinding.h:31, > from /usr/include/glib-2.0/glib-object.h:24, > from /usr/include/glib-2.0/gio/gioenums.h:30, > from /usr/include/glib-2.0/gio/giotypes.h:30, > from /usr/include/glib-2.0/gio/gio.h:28, > from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, > from /usr/include/gtk-2.0/gdk/gdk.h:32, > from /usr/include/gtk-2.0/gtk/gtk.h:32: >/usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here > 723 | { > | ^ >In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, > from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, > from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, > from /usr/include/gtk-2.0/gtk/gtk.h:126: >/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] > 73 | GTimeVal last_popdown; > | ^~~~~~~~ >In file included from /usr/include/glib-2.0/glib/galloca.h:34, > from /usr/include/glib-2.0/glib.h:32, > from /usr/include/glib-2.0/gobject/gbinding.h:30: >/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here > 580 | struct _GTimeVal > | ^~~~~~~~~ >menues.c:449:57: error: initialization of âvoid (*)(void)â from incompatible pointer type âvoid (*)(void *, guint, GtkWidget *)â {aka âvoid (*)(void *, unsigned int, struct _GtkWidget *)â} [-Wincompatible-pointer-types] > 449 | {"/Control/Force Bus _Reset", 0, forceBusResetApp, }, > | ^~~~~~~~~~~~~~~~ >menues.c:449:57: note: (near initialization for âmenu_items[5].callbackâ) >menues.c:453:57: error: initialization of âvoid (*)(void)â from incompatible pointer type âvoid (*)(void *, guint, GtkWidget *)â {aka âvoid (*)(void *, unsigned int, struct _GtkWidget *)â} [-Wincompatible-pointer-types] > 453 | {"/Transactions/Read Quadlet...", 0, readQuadletApp, }, > | ^~~~~~~~~~~~~~ >menues.c:453:57: note: (near initialization for âmenu_items[8].callbackâ) >menues.c:454:57: error: initialization of âvoid (*)(void)â from incompatible pointer type âvoid (*)(void *, guint, GtkWidget *)â {aka âvoid (*)(void *, unsigned int, struct _GtkWidget *)â} [-Wincompatible-pointer-types] > 454 | {"/Transactions/Write Quadlet...", 0, writeQuadletApp, }, > | ^~~~~~~~~~~~~~~ >menues.c:454:57: note: (near initialization for âmenu_items[9].callbackâ) >menues.c:455:57: error: initialization of âvoid (*)(void)â from incompatible pointer type âvoid (*)(void *, guint, GtkWidget *)â {aka âvoid (*)(void *, unsigned int, struct _GtkWidget *)â} [-Wincompatible-pointer-types] > 455 | {"/Transactions/_Read Block...", 0, readBlockApp, }, > | ^~~~~~~~~~~~ >menues.c:455:57: note: (near initialization for âmenu_items[10].callbackâ) >menues.c:460:49: error: initialization of âvoid (*)(void)â from incompatible pointer type âvoid (*)(void *, guint, GtkWidget *)â {aka âvoid (*)(void *, unsigned int, struct _GtkWidget *)â} [-Wincompatible-pointer-types] > 460 | {"/Help/_About", NULL, aboutApp,0 }, > | ^~~~~~~~ >menues.c:460:49: note: (near initialization for âmenu_items[12].callbackâ) >make: *** [Makefile:310: menues.o] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c icons.c >In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, > from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, > from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, > from /usr/include/gtk-2.0/gtk/gtkbin.h:35, > from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, > from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, > from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, > from /usr/include/gtk-2.0/gtk/gtk.h:33, > from icons.h:21, > from icons.c:20: >/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations] > 236 | void gtk_type_init (GTypeDebugFlags debug_flags); > | ^~~~ >In file included from /usr/include/glib-2.0/gobject/gobject.h:26, > from /usr/include/glib-2.0/gobject/gbinding.h:31, > from /usr/include/glib-2.0/glib-object.h:24, > from /usr/include/glib-2.0/gio/gioenums.h:30, > from /usr/include/glib-2.0/gio/giotypes.h:30, > from /usr/include/glib-2.0/gio/gio.h:28, > from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, > from /usr/include/gtk-2.0/gdk/gdk.h:32, > from /usr/include/gtk-2.0/gtk/gtk.h:32: >/usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here > 723 | { > | ^ >In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, > from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, > from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, > from /usr/include/gtk-2.0/gtk/gtk.h:126: >/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] > 73 | GTimeVal last_popdown; > | ^~~~~~~~ >In file included from /usr/include/glib-2.0/glib/galloca.h:34, > from /usr/include/glib-2.0/glib.h:32, > from /usr/include/glib-2.0/gobject/gbinding.h:30: >/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here > 580 | struct _GTimeVal > | ^~~~~~~~~ >x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"gscanbus\" -DPACKAGE_TARNAME=\"gscanbus\" -DPACKAGE_VERSION=\"0.8\" -DPACKAGE_STRING=\"gscanbus\ 0.8\" -DPACKAGE_BUGREPORT=\"gareth@blacksphere.co.nz\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gscanbus\" -DVERSION=\"0.8\" -DHAVE_LIBRAW1394=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBRAW1394_RAW1394_H=1 -I. -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 -DSYSCONFDIR="\"/etc\"" -O2 -pipe -march=native -fno-diagnostics-color -c gscanbus.c >In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, > from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, > from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, > from /usr/include/gtk-2.0/gtk/gtkbin.h:35, > from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, > from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, > from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, > from /usr/include/gtk-2.0/gtk/gtk.h:33, > from menues.h:24, > from gscanbus.c:31: >/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: âGTypeDebugFlagsâ is deprecated [-Wdeprecated-declarations] > 236 | void gtk_type_init (GTypeDebugFlags debug_flags); > | ^~~~ >In file included from /usr/include/glib-2.0/gobject/gobject.h:26, > from /usr/include/glib-2.0/gobject/gbinding.h:31, > from /usr/include/glib-2.0/glib-object.h:24, > from /usr/include/glib-2.0/gio/gioenums.h:30, > from /usr/include/glib-2.0/gio/giotypes.h:30, > from /usr/include/glib-2.0/gio/gio.h:28, > from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, > from /usr/include/gtk-2.0/gdk/gdk.h:32, > from /usr/include/gtk-2.0/gtk/gtk.h:32: >/usr/include/glib-2.0/gobject/gtype.h:723:1: note: declared here > 723 | { > | ^ >In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, > from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, > from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, > from /usr/include/gtk-2.0/gtk/gtk.h:126: >/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: âGTimeValâ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] > 73 | GTimeVal last_popdown; > | ^~~~~~~~ >In file included from /usr/include/glib-2.0/glib/galloca.h:34, > from /usr/include/glib-2.0/glib.h:32, > from /usr/include/glib-2.0/gobject/gbinding.h:30: >/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here > 580 | struct _GTimeVal > | ^~~~~~~~~ > * ERROR: sys-apps/gscanbus-0.8-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-apps/gscanbus-0.8-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-apps/gscanbus-0.8-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/sys-apps:gscanbus-0.8-r1:20241120-223252.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-apps/gscanbus-0.8-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-apps/gscanbus-0.8-r1/temp/environment'. > * Working directory: '/var/tmp/portage/sys-apps/gscanbus-0.8-r1/work/gscanbus-0.8' > * S: '/var/tmp/portage/sys-apps/gscanbus-0.8-r1/work/gscanbus-0.8' >
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 944347
:
911070
|
911071
|
911072
|
911073
|
911074
|
911075
|
911076
| 911077 |
911078