Bug 1467706
| Summary: | mariadb library upgrade to 10.2 causes bacula FTBFS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Augusto Caringi <acaringi> | ||||
| Component: | bacula | Assignee: | Simone Caronni <negativo17> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | andreas, gwync, jridky, negativo17, phracek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-07-21 07:28:09 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1467297 | ||||||
| Attachments: |
|
||||||
|
Description
Augusto Caringi
2017-07-04 17:26:54 UTC
Testing with freshly released Bacula 9. The problem persist with the new Bacula 9...
mysql.c: In member function 'virtual bool BDB_MYSQL::bdb_open_database(JCR*)':
mysql.c:261:20: error: 'MYSQL {aka struct st_mysql}' has no member named 'reconnect'
mdb->m_instance.reconnect = 1; /* so connection does not timeout */
^~~~~~~~~
make[1]: *** [Makefile:183: mysql.lo] Error 1
My proposed patch can fix this problem.
Applied a rebased, patch, thanks. Also upstream has done it. |