Public bug reported:

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)

** Affects: cacti-spine (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814526

Title:
  FTBFS mysql8: my_bool

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cacti-spine/+bug/1814526/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to