x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -march=native -O2 -g0 -c sagan-lockfile.c In file included from sagan.c:58:0: /usr/include/lognorm.h:31:19: fatal error: annot.h: File o directory non esistente compilation terminated. make[2]: *** [sagan.o] Errore 1 make[2]: *** Attesa dei processi non terminati.... In file included from sagan-config.c:51:0: /usr/include/lognorm.h:31:19: fatal error: annot.h: File o directory non esistente compilation terminated.
Created attachment 300947 [details] build.log
Created attachment 300955 [details, diff] a quick fix to make liblognorm install the missing header file looks like a bug in liblognorm-0.3.2{,-r1} liblognorm-0.3.1 brought a modification in /usr/include/lognorm.h: +#include "annot.h" However, annot.h will not be installed. As a quick workaround try liblognorm-0.3.1 and mask liblognorm-0.3.2, liblognorm-0.3.2-r1. As a quick fix one could apply the attached patch, and do eautoreconf before execution of configure. However, a proper fix is probably better done upstream.
At least for now, trying to get this fixed upstream looks like a waste of time. The project infrastructure is basically dead. I have tried for more than an hour: > http://kb.monitorware.com/liblognorm-and-its-whole-infrastructure-broken-t11334.html
Created attachment 300959 [details] lognorm-private-header.patch from debian
I apologize for the delay in response. This bug is with 2 packets - liblognorm and sagan and and requires a patch for both packages. if brief, liblognorm in hеader file include private header - annot.h. This file not installed and not required for liblognorm work. It's upstream bug. Second patch ( in debian ) fix include private header in sagan
(In reply to comment #3) > At least for now, trying to get this fixed upstream looks like a waste of time. > The project infrastructure is basically dead. I have tried for more than an > hour: > > > http://kb.monitorware.com/liblognorm-and-its-whole-infrastructure-broken-t11334.html http://bugzilla.adiscon.com/liblognorm-bugs.html This project , and more related ( libee , libstr) is http://www.adiscon.com opensource project
Upstream bug http://bugzilla.adiscon.com/show_bug.cgi?id=307
*** Bug 402483 has been marked as a duplicate of this bug. ***
Patch from upstream and fixed ebuld send to maksbotan@g.o.r.g, wait for commit
A fix was commited to liblognorm to include missing header, bug must be not present any more.