FTBFS with mysql 8: my_global.h: No such file or directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| net-snmp (Ubuntu) |
High
|
Andreas Hasenack |
Bug Description
snmptrapd_
#include <my_global.h>
compilation terminated.
make[3]: *** [Makefile:99: snmptrapd_sql.lo] Error 1
Investigate upstream commit https:/
Related branches
- Christian Ehrhardt : Approve on 2019-12-17
- Canonical Server packageset reviewers: Pending requested 2019-12-13
- Canonical Server Core Reviewers: Pending requested 2019-12-13
- Canonical Server Team: Pending requested 2019-12-13
-
Diff: 1477 lines (+1238/-4)10 files modifieddebian/changelog (+821/-0)
debian/control (+4/-3)
debian/patches/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch (+32/-0)
debian/patches/autofs-fix-a-recently-introduced-bug.patch (+36/-0)
debian/patches/autofs-skip-autofs-entries.patch (+237/-0)
debian/patches/fix-check-hr-filesys-autofs.patch (+36/-0)
debian/patches/mysql8-replace-bool.patch (+26/-0)
debian/patches/series (+5/-0)
debian/rules (+5/-1)
debian/source.apport (+36/-0)
- Rafael David Tinoco: Disapprove on 2019-12-13
-
Diff: 1460 lines (+1221/-4)10 files modifieddebian/changelog (+827/-0)
debian/control (+4/-3)
debian/patches/HOST-MIB-Fix-a-recently-introduced-bug.patch (+28/-0)
debian/patches/HOST-MIB-Skip-autofs-entries.patch (+230/-0)
debian/patches/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch (+32/-0)
debian/patches/fix-check-hr-filesys-autofs.patch (+36/-0)
debian/patches/mysql8-replace-bool.patch (+18/-0)
debian/patches/series (+5/-0)
debian/rules (+5/-1)
debian/source.apport (+36/-0)
- Christian Ehrhardt : Approve on 2019-02-06
- Canonical Server Team: Pending requested 2019-01-30
-
Diff: 1477 lines (+1169/-62)13 files modifieddebian/changelog (+750/-0)
debian/control (+3/-2)
debian/patches/0001-Link-libnetsnmptrapd-against-MYSQL_LIBS.patch (+34/-0)
debian/patches/0001-swinst_apt.c-Fix-indexing-of-hrSWInstalledTable-to-s.patch (+34/-0)
debian/patches/my-load-defaults.patch (+53/-0)
debian/patches/mysql-init.patch (+68/-0)
debian/patches/mysql-options.patch (+95/-0)
debian/patches/mysql8-headers.patch (+66/-0)
debian/patches/mysql8-replace-bool.patch (+18/-0)
debian/patches/series (+7/-1)
debian/rules (+5/-1)
debian/source.apport (+36/-0)
dev/null (+0/-58)
CVE References
Andreas Hasenack (ahasenack) wrote : | #1 |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package net-snmp - 5.7.3+dfsg-5ubuntu1
---------------
net-snmp (5.7.3+
* Merge with Debian unstable. Remaining changes:
- Add apport hook.
+ d/control: add dh-apport to Build-Depends
+ d/rules: install the apport hook via debhelper
+ d/source.apport: apport hook
- d/p/0001-
set first hrSWInstalledIndex to 1 to follow RFC 2790 (LP #1314760)
* Drop:
- SECURITY UPDATE: DoS via NULL pointer exception
+ debian/
+ CVE-2018-18065
[Fixed in 5.7.3+dfsg-4]
- d/p/my_
libmysqlc
Tangvald.
[Replaced by a more complete patch]
- debian/rules: Fix calculation of UPSTREAM_VERSION and COMPAT_VERSION.
[No more needed since 5.7.3+dfsg-5]
* Added:
- d/p/snmptrapd_
with newer mariadb, which Ubuntu doesn't use, and the second part is
an unrelated change which we are fixing in another patch (see #1814254
for details).
- d/p/0001-
libnetsnm
Williamson <email address hidden>. (Closes: #886221, LP: #1814254)
- Fix build with mysql-8 (LP: #1814270):
+ d/p/mysql8-
instead.
+ d/p/my-
+ d/p/mysql8-
available
+ d/p/mysql-
+ d/p/mysql-
was found.
net-snmp (5.7.3+dfsg-5) unstable; urgency=medium
* Use debhelper macros for shlibs Closes: #912685
* Relocate snmp.conf to libsnmp-base Closes: #914657
net-snmp (5.7.3+dfsg-4) unstable; urgency=medium
[ Craig Small ]
* Use correct snmpwalk args in snmpcheck Closes: #898197
* Remove user only on purge Closes: #911216
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Removing redundant Priority field in binary package
* d/changelog: Remove trailing whitespaces
* d/control: Remove trailing whitespaces
* d/watch: Use https protocol
[ Salvatore Bonaccorso ]
* snmpd crashes when receiving a GetNext PDU with multiple Varbinds
(CVE-
net-snmp (5.7.3+dfsg-3) unstable; urgency=medium
* Compile perl module after library Closes: #894626
net-snmp (5.7.3+dfsg-2) unstable; urgency=medium
[ Craig Small ]
* New maintainer Closes: #835654
* Imported old NMU diff Closes: #851343, #852479
* Change VCS urls to salsa
* Update to standards 4.1.3 - no change
* Update to debhelper version 11
* Remove empty copyright file for libsnmp30
* snmp.prerm - remove killall
* snm...
Changed in net-snmp (Ubuntu): | |
status: | In Progress → Fix Released |
After this one is fixed, there are other 3 classes of errors:
- mysql init functions (there are 3)
- mysql_options, when {my_,}load_defaults isn't found
- my_bool is gone