Public bug reported: Autopkgtests fail in questing (all arches) with the following output:
231s ./foo.c:9:16: error: conflicting types for ‘loadglobal’; have ‘struct cell *(void)’ 231s 9 | extern pointer loadglobal(),storeglobal(); 231s | ^~~~~~~~~~ 231s In file included from /usr/share/euslisp/include/eus.h:1019, 231s from ./foo.c:3: 231s /usr/share/euslisp/include/eus_proto.h:120:16: note: previous declaration of ‘loadglobal’ with type ‘struct cell *(struct cell *)’ 231s 120 | extern pointer loadglobal(pointer /*s*/); 231s | ^~~~~~~~~~ 231s ./foo.c:9:29: error: conflicting types for ‘storeglobal’; have ‘struct cell *(void)’ 231s 9 | extern pointer loadglobal(),storeglobal(); 231s | ^~~~~~~~~~~ 231s /usr/share/euslisp/include/eus_proto.h:121:16: note: previous declaration of ‘storeglobal’ with type ‘struct cell *(struct cell *, struct cell *)’ 231s 121 | extern pointer storeglobal(pointer /*s*/, pointer /*v*/); 231s | ^~~~~~~~~~~ 231s ./foo.c:12:16: error: conflicting types for ‘build_quote_vector’; have ‘struct cell *(void)’ 231s 12 | extern pointer build_quote_vector(); 231s | ^~~~~~~~~~~~~~~~~~ 231s /usr/share/euslisp/include/eus_proto.h:302:16: note: previous declaration of ‘build_quote_vector’ with type ‘struct cell *(context *, int, char **)’ 231s 302 | extern pointer build_quote_vector(context */*ctx*/, int /*size*/, char */*strings*/*); 231s | ^~~~~~~~~~~~~~~~~~ See https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest- questing/questing/amd64/e/euslisp/20250814_061847_c8801@/log.gz#S15 for full logs. ** Affects: euslisp (Ubuntu) Importance: Undecided Status: New ** Tags: baseline-failure -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2120848 Title: euslisp: questing autopkgtest failure To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/euslisp/+bug/2120848/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
