#286 Assigment to long from int64_t
Opened by carl-di-ortus. Modified

Forwarding the ticket from Debian https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077766

Since 2024 August 1st Debian cannot build the certmonger package because of this error:

../../src/tdbusm.c:244:28: error: assignment to ‘long int’ from ‘int64_t *’ {aka ‘long int *’} makes integer from pointer without a cast [-Wint-conversion]
  244 |                         *n = i64;
      |                            ^

Please consider this as a priority. I suspect Debian will soon enter into freeze period, and this package is already removed from Testing repos because of this build error. A number of packages depend on it, for example freeipa-client, which is also removed from testing, because of this dependency.


This should be fixed in a144529ce829ae6bed8607743c065c529ee5bf87

Metadata