Debian Patches
Status for lugaru/1.2-7
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_alc_cleanup | Fix alc_cleanup error that may cause SIGSEGV on exit | Vincent Prat <vivi@debian.org> | not-needed | |||
install_appdata_in_metainfo | Change the destination of AppData files from /usr/share/metadata to /usr/share/metainfo | Vincent Prat <vivi@debian.org> | not-needed | |||
Fix-mismatched-usage-length-build-fail-on-g.patch | [PATCH] Fix mismatched usage length, build fail on g++ The length of const option::Descriptor usage[] is intended to be inferred based on the initialisation in Source/main.cpp, however, the extern declaration in Source/Game.hpp hard-codes it to 13. Remove the hard-coded 13 in the extern declaration, in favour of the inferred length. This also fixes the following build failure with g++ (Debian 4.9.2-10) 4.9.2: (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::index’ }; ^ (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::index’ [-Wmissing-field-initializers] (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::type’ (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::type’ [-Wmissing-field-initializers] (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::shortopt’ (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::shortopt’ [-Wmissing-field-initializers] (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::longopt’ (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::longopt’ [-Wmissing-field-initializers] (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::check_arg’ (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::check_arg’ [-Wmissing-field-initializers] (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::help’ [-Wmissing-field-initializers] CMakeFiles/lugaru.dir/build.make:54: recipe for target 'CMakeFiles/lugaru.dir/Source/main.cpp.o' failed |
Martin Erik Werner <martinerikwerner@gmail.com> | no | 2017-03-08 |