FTBFS mysql8: my_bool

Bug #1814526 reported by Andreas Hasenack
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cacti-spine (Ubuntu)
New
Undecided
Unassigned

Bug Description

sql.c: In function ‘db_connect’:
sql.c:232:2: error: unknown type name ‘my_bool’; did you mean ‘bool’?
  my_bool reconnect = 1;
  ^~~~~~~
  bool
make[1]: *** [Makefile:499: sql.o] Error 1

https://launchpadlibrarian.net/409338381/buildlog_ubuntu-disco-amd64.cacti-spine_1.2.1-1build1_BUILDING.txt.gz

Either replace my_bool with bool, or with int.

 <Skuggen> 05:04:04> vorlon: my_bool has been removed from 8.0. It should simply be replaced with bool (int should also work)
 <Skuggen> 09:19:15> Maybe the simplest solution is to patch the type back into MySQL for disco, to get some extra time to patch all the other packages
 <Skuggen> 09:19:31> (it's essentially just a typedef my_bool bool)

Tags: ftbfs
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.