summaryrefslogtreecommitdiff
path: root/gnu/packages/virtualization.scm
diff options
context:
space:
mode:
authorOlivier Dion <olivier.dion@polymtl.ca>2021-12-14 21:21:41 -0500
committerLeo Famulari <leo@famulari.name>2021-12-15 00:40:14 -0500
commitc7795eccaf432beec7366fa901b4bb6fc24cfead (patch)
tree9bcf69fb257a4d33ad8233a10bbf5207f514c629 /gnu/packages/virtualization.scm
parent9f955a1cfd8f3b8fe066034878131f0e2518740b (diff)
downloadguix-patches-c7795eccaf432beec7366fa901b4bb6fc24cfead.tar
guix-patches-c7795eccaf432beec7366fa901b4bb6fc24cfead.tar.gz
gnu: libpfm4: Fix build error.
------ For some reason, the build recently failed with: pfmlib_perf_event_pmu.c:349:36: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] 349 | snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name); | ^~ pfmlib_perf_event_pmu.c:349:3: note: ?snprintf? output between 2 and 4352 bytes into a destination of size 4096 349 | snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pfmlib_perf_event_pmu.c:399:58: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] 399 | snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name); | ^~ pfmlib_perf_event_pmu.c:399:25: note: ?snprintf? output between 5 and 4355 bytes into a destination of size 4096 399 | snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ------ * gnu/packages/linux.scm (libpfm4)[arguments]: Add `-Wno-format-truncation` to CFLAGS in custom 'build' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/virtualization.scm')
0 files changed, 0 insertions, 0 deletions