[Bug 2081729] Re: FTBFS with autoconf 2.72
Launchpad Bug Tracker
2081729 at bugs.launchpad.net
Wed Sep 25 18:08:22 UTC 2024
This bug was fixed in the package libaal - 1.0.7-1ubuntu1
---------------
libaal (1.0.7-1ubuntu1) oracular; urgency=medium
* d/p/test-file-offset-bits: handle the case of autoconf var
ac_cv_sys_file_offset_bits being empty while building with
autoconf 2.72 (LP: #2081729)
-- Pushkar Kulkarni <pushkar.kulkarni at canonical.com> Mon, 23 Sep 2024
18:15:54 +0530
** Changed in: libaal (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libaal in Ubuntu.
https://bugs.launchpad.net/bugs/2081729
Title:
FTBFS with autoconf 2.72
Status in libaal package in Ubuntu:
Fix Released
Bug description:
Build fails with autoconf 2.72 with the following error:
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from /usr/lib/gcc/x86_64-linux-gnu/14/include/stdint.h:9,
from ../include/aal/types.h:29,
from ../include/aal/libaal.h:17,
from exception.c:8:
/usr/include/features.h:398:52: error: operator '&&' has no right operand
398 | #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64
| ^~
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from /usr/lib/gcc/x86_64-linux-gnu/14/include/stdint.h:9,
from ../include/aal/types.h:29,
from ../include/aal/libaal.h:17,
from list.c:7:
/usr/include/features.h:398:52: error: operator '&&' has no right operand
398 | #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64
From a google search, it seems like AC_SYS_LARGEFILE for autoconf 2.72 now sets
ac_cv_sys_file_offset_bits to the empty string in some cases.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaal/+bug/2081729/+subscriptions
More information about the foundations-bugs
mailing list