Hi!
The inline docs of the function requireLibC in /usr/share/autopackage/apkg-script-utils tell me that the function allows me "to ensure that the system has at least the version of glibc" that your binaries require.
Now, the base package autopackage-gtk-1.2.4 calls requireLibC GLIBC_2.0 GLIBC_2.1 GLIBC_2.2 which fails on my system (Debian Etch, 64bit). Okay, dumpverdefs64 /lib/libc.so.6 reports only the symbols GLIBC_2.2.5, GLIBC_2.2.6, GLIBC_2.3, GLIBC_2.3.2, GLIBC_2.3.3, GLIBC_2.3.4, and GLIBC_PRIVATE to be present.
Hence, how can I understand the "at least the version of glibc" in requireLibC's purpose?