all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Lechner via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org>
To: Guix Devel <guix-devel@gnu.org>
Subject: Guitarix FTBFS
Date: Wed, 26 Apr 2023 14:57:04 -0700	[thread overview]
Message-ID: <CAFHYt54VFXG00ZhmJCW7W6ZxBLVg8oODEu647bFHwxG5trbQGQ@mail.gmail.com> (raw)

Hi,

With a recent checkout of Guix, guitarix fails to build from source.
It may be a Python issue. A pertinent excerpt of the log is below.

Without a patch ready, I wasn't sure where and how to file this report. Thanks!

Kind regards
Felix

* * *

[ 477/1048] Compiling src/gx_head/engine/gx_resampler.cpp
In file included from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gthread.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gasyncqueue.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gi18n.h:21,
                 from
/gnu/store/cbjgz6f8nrb7804nnmmlvpd4y78p8zf3-glibmm-2.64.5/include/glibmm-2.4/glibmm/i18n.h:23,
                 from ../src/headers/engine.h:43,
                 from ../src/gx_head/engine/gx_resampler.cpp:27:
../src/headers/gx_system.h: In function ‘bool
gx_system::atomic_compare_and_exchange(volatile int*, int, int)’:
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gatomic.h:163:44:
error: invalid conversion from ‘volatile void*’ to ‘void*’
[-fpermissive]
  163 |     __atomic_compare_exchange_n ((atomic), &gaicae_oldval,
(newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \
      |                                            ^~~~~~~~~~~~~~
      |                                            |
      |                                            volatile void*
../src/headers/gx_system.h:115:12: note: in expansion of macro
‘g_atomic_int_compare_and_exchange’
  115 |     return g_atomic_int_compare_and_exchange(p, oldv, newv);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In file included from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gthread.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gasyncqueue.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib.h:32,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gdk/gdk.h:30,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gtk/gtk.h:30,
                 from ../src/headers/guitarix.h:35,
                 from ../src/gx_head/gui/gx_main_boxes.cpp:25:
../src/headers/gx_system.h: In function ‘bool
gx_system::atomic_compare_and_exchange(volatile int*, int, int)’:
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gatomic.h:163:44:
error: invalid conversion from ‘volatile void*’ to ‘void*’
[-fpermissive]
  163 |     __atomic_compare_exchange_n ((atomic), &gaicae_oldval,
(newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \
      |                                            ^~~~~~~~~~~~~~
      |                                            |
      |                                            volatile void*
../src/headers/gx_system.h:115:12: note: in expansion of macro
‘g_atomic_int_compare_and_exchange’
  115 |     return g_atomic_int_compare_and_exchange(p, oldv, newv);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In file included from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gthread.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gasyncqueue.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib.h:32,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gdk/gdk.h:30,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gtk/gtk.h:30,
                 from ../src/headers/guitarix.h:35,
                 from ../src/gx_head/gui/gx_main_midi.cpp:25:
../src/headers/gx_system.h: In function ‘bool
gx_system::atomic_compare_and_exchange(volatile int*, int, int)’:
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gatomic.h:163:44:
error: invalid conversion from ‘volatile void*’ to ‘void*’
[-fpermissive]
  163 |     __atomic_compare_exchange_n ((atomic), &gaicae_oldval,
(newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \
      |                                            ^~~~~~~~~~~~~~
      |                                            |
      |                                            volatile void*
../src/headers/gx_system.h:115:12: note: in expansion of macro
‘g_atomic_int_compare_and_exchange’
  115 |     return g_atomic_int_compare_and_exchange(p, oldv, newv);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In file included from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gthread.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gasyncqueue.h:32,
                 from
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib.h:32,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gdk/gdk.h:30,
                 from
/gnu/store/3cl87br64f94fr6w45cpwzyn1kv9ma2p-gtk+-3.24.37/include/gtk-3.0/gtk/gtk.h:30,
                 from ../src/headers/guitarix.h:35,
                 from ../src/headers/avahi_discover.h:26,
                 from ../src/gx_head/gui/avahi_discover.cpp:21:
../src/headers/gx_system.h: In function ‘bool
gx_system::atomic_compare_and_exchange(volatile int*, int, int)’:
/gnu/store/nb40pwd37v6i1g4b1fq4l6q4h9px3asr-glib-2.72.3/include/glib-2.0/glib/gatomic.h:163:44:
error: invalid conversion from ‘volatile void*’ to ‘void*’
[-fpermissive]
  163 |     __atomic_compare_exchange_n ((atomic), &gaicae_oldval,
(newval), FALSE, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) ? TRUE : FALSE; \
      |                                            ^~~~~~~~~~~~~~
      |                                            |
      |                                            volatile void*
../src/headers/gx_system.h:115:12: note: in expansion of macro
‘g_atomic_int_compare_and_exchange’
  115 |     return g_atomic_int_compare_and_exchange(p, oldv, newv);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Waf: Leaving directory
`/tmp/guix-build-guitarix-0.43.1.drv-0/guitarix-0.43.1/build'
Build failed
 -> task in 'guitarix' failed with exit status 1 (run with -v to
display more information)
 -> task in 'guitarix' failed with exit status 1 (run with -v to
display more information)
 -> task in 'guitarix' failed with exit status 1 (run with -v to
display more information)
 -> task in 'guitarix' failed with exit status 1 (run with -v to
display more information)
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "python" arguments: ("waf"
"build") exit-status: 1 term-signal: #f stop-signal: #f>
phase `build' failed after 68.7 seconds
command "python" "waf" "build" failed with status 1


             reply	other threads:[~2023-04-26 21:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26 21:57 Felix Lechner via Development of GNU Guix and the GNU System distribution. [this message]
2023-04-26 22:28 ` [bug#63098] [PATCH] gnu: guitarix: Update to 0.44.1 John Kehayias via Guix-patches via
2023-04-27 14:42   ` Felix Lechner via Guix-patches via
2023-04-27 14:42     ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-04-30 20:34   ` [bug#63098] " Ludovic Courtès
2023-04-30 20:34     ` bug#63098: " Ludovic Courtès
2023-05-02  4:59     ` John Kehayias via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFHYt54VFXG00ZhmJCW7W6ZxBLVg8oODEu647bFHwxG5trbQGQ@mail.gmail.com \
    --to=guix-devel@gnu.org \
    --cc=felix.lechner@lease-up.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.