Guitarix build fails

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 6 years ago
(address . bug-guix@gnu.org)
20190211101926.1727e44f@scratchpost.org
[...]
[558/975] cxx: src/gx_head/engine/gx_logging.cpp -> build/default/src/gx_head/engine/gx_logging.o
[559/975] cxx: src/gx_head/engine/gx_pluginloader.cpp -> build/default/src/gx_head/engine/gx_pluginloader.o
[560/975] cxx: src/gx_head/engine/ladspaplugin.cpp -> build/default/src/gx_head/engine/ladspaplugin.o
In file included from ../src/headers/engine.h:73:0,
from ../src/gx_head/engine/gx_pluginloader.cpp:22:
../src/headers/gx_system.h:353:40: error: expected class-name before ‘{’ token
class BasicOptions: boost::noncopyable {
-------

(probably #include <boost/noncopyable.hpp> is missing)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhPh4ACgkQ5xo1VCww
uqVLngf/QvE7gew8mR/6FnKGId90e4WOIjN0DplWQcf2WJHMURqGry83h3jZ6rYi
c+DlJn/j9VxG/ZmXk213jYu0gFXD8Jz1X854cJD4NwvulqeW58EYEJ6bkhn7snU1
2bAzIaYxIAkTF5r1VsrOL5RBwQUubfPBBBi4owvgisnX4p2rBPmDjgPcKuaaaHRx
zJ0QXOHcfs28dAqPaArqdsLaZSKUNxMVjpowHGWMKGEPpcDv828mqL/RNNwwOia0
T6ngieR9Ue9CzkpArh7slDkUC9oG3lpfhZAYaJ8xUIA2I9mHS/+Sr2eMZFBAuhm1
OXCke+RxXYDWvC5ASUBwqC/BgyGlYQ==
=8b+u
-----END PGP SIGNATURE-----


Ricardo Wurmus wrote 6 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 34428-done@debbugs.gnu.org)
871s46zo0i.fsf@elephly.net
Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (12 lines)
> [...]
> [558/975] cxx: src/gx_head/engine/gx_logging.cpp -> build/default/src/gx_head/engine/gx_logging.o
> [559/975] cxx: src/gx_head/engine/gx_pluginloader.cpp -> build/default/src/gx_head/engine/gx_pluginloader.o
> [560/975] cxx: src/gx_head/engine/ladspaplugin.cpp -> build/default/src/gx_head/engine/ladspaplugin.o
> In file included from ../src/headers/engine.h:73:0,
> from ../src/gx_head/engine/gx_pluginloader.cpp:22:
> ../src/headers/gx_system.h:353:40: error: expected class-name before ‘{’ token
> class BasicOptions: boost::noncopyable {
> -------
>
> (probably #include <boost/noncopyable.hpp> is missing)

Yes, that was the problem.

I pushed a fix with commit 4e51d7359.

~~ Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34428@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34428
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help