Public bug reported:

Fails to build from source (FTBFS) on armhf due to pointer type
incompatibility.

From the buildlog:

```
../../ntpd/ntp_control.c:269:58: error: initialization of ‘const long int *’ 
from incompatible pointer type ‘long long int *’ [-Wincompatible-pointer-types]
  269 |   .name = xname, .flags = xflags, .type = v_kli, .p.li = &xlocation }
      |                                                          ^
```

** Affects: ntpsec (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

- Fails to build from source (FTBFS) on armhf due to pointer
+ Fails to build from source (FTBFS) on armhf due to pointer type
  incompatibility.
- 
  
  From the buildlog:
  
  ```
  ../../ntpd/ntp_control.c:269:58: error: initialization of ‘const long int *’ 
from incompatible pointer type ‘long long int *’ [-Wincompatible-pointer-types]
-   269 |   .name = xname, .flags = xflags, .type = v_kli, .p.li = &xlocation }
-       |                                                          ^
+   269 |   .name = xname, .flags = xflags, .type = v_kli, .p.li = &xlocation }
+       |                                                          ^
  ```

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

Title:
  FTBFS on armhf due to pointer incompatibility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntpsec/+bug/2091322/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to