Pelagicore / softwarecontainer

Framework to manage and contain applications in an automotive setting
https://pelagicore.github.io/softwarecontainer/
GNU Lesser General Public License v2.1
20 stars 27 forks source link

thud: compilation failure #427

Closed sashko closed 6 years ago

sashko commented 6 years ago

softwarecontainer package compilation fails on current poky master (344b01c47) with the following error:

.../build/tmp/work/corei7-64-pelux-linux/softwarecontainer/1.0+git4ec2208e5a09b96bf911e6f2c39d8e56beccac75-r0/git/agent/src/dbus/softwarecontaineragent_dbus_stub.cpp: In member function 'void com::pelagicore::SoftwareContainerAgent::connect(Gio::DBus::BusType, std::__cxx11::string)':
.../build/tmp/work/corei7-64-pelux-linux/softwarecontainer/1.0+git4ec2208e5a09b96bf911e6f2c39d8e56beccac75-r0/recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h:339:43: error: format not a string literal and no format arguments [-Werror=format-security]
                                 __VA_ARGS__)
                                            ^
sashko commented 6 years ago

I will try to find time to fix this issue myself but need it for the record.

sashko commented 6 years ago

So, apparently it has been fixed and we just need to bump the revision.