<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">Hello All,</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px"><br></p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">Any possibility of moving net-snmp to a community supported package?</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">I've stopped tracking debian net-snmp and now track upstream V5-7-patches</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">and noticed this nasty bug which probably only affects Debian building.</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">(From my upstream patch #1330)</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">In V5-7-patches branch, recent changes to the configuration system (7c38dba08, 9e4b85d67 ) introduced bugs for Debian build systems since debian dpkg-buildflags produces "-Werror=format-security" and not just<br>"-Werror".</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">The existing "sed" expression in <a href="http://configure.ac">configure.ac</a> only removes the "-Werror" leaving a<br>dangling "=format-security" which fails in dh_auto_configure (as part of a dpkg-buildpackage).</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">The patch looks a little odd because of m4 "absorbs" the square brackets in the regular expression.<br>Instead of square brackets to collect the string after the "-Werror", we need to use the quadrigraphs<br>@<:@ and @:>@ for <span style="margin:0px;padding:0px;border:0px;outline:0px;vertical-align:baseline;background-color:transparent">[ and ]</span> respectively.</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">I've tested this by merging latest upstream V5-7-patches into my branch and building with dpkg-buildpackage -uc -us on latest Debian Jessie (Linux debian-stable 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux).</p><p style="margin:0px;padding:0px 10px 1em;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);font-family:sans-serif;line-height:18px">Regards,<br>Sam Tannous</p></div><div class="gmail_extra"><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(0,0,0);font-family:Times;font-size:14px"><span style="font-family:arial,helvetica,sans-serif;font-size:small"><span style="color:rgb(0,90,149)"><span></span></span></span></div></div></div>
</div></div>