Your message dated Sat, 6 Jun 2026 16:09:52 +0300 with message-id <aiQcIFzHcD6ssO9f@localhost> and subject line Fixed since 0.5.13-1 has caused the Debian Bug report #558636, regarding Missing autoreconf to fix 554821 or similar bugs in the future to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 558636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558636 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: scim-tables Version: 0.5.9-1 Severity: minor User: [email protected] Usertags: missing-libtool-update I did a rebuild of all packages which are affected by bug #554821. As it seems your package doesnt do the needed autoreconf needed for libtool. When doing autoreconf or the needed sequence of different autotools/libtool utilities the package should be able to fix the problem automatically. /usr/share/doc/autotools-dev/README.Debian.gz explains it in section "Basic summary of packaging source that uses autotools". The build was done in a cowbuild chroot with the patch from #554821 included in /usr/share/aclocal/libtool.m4 and binutils-gold installed. All logs were then greped for -export-symbols-regex and not including -version-script. This should indicate that your package doesnt do the required autoreconf with updating the libtools stuff. A small extra test output "test-version-script" was added to libtool.m4 and silent mode was disabled in global ltmain.sh so it is easier for me to decide if it was really updated in case libtool doesnt output the ld command to stdout. So if the output and "test-version-script" is missing then your program doesnt update the files. I am sorry if this is still a false positive. udev 147-5 for example fails completely due to new (unknown) symbols appearing inside the .so, but `autoreconf -fi -I m4` (with libtool.m4 installed on my system with the mentioned patch) fixes the problem. I had to remove a patch with touches Makefile.in, but the rest worked out of the box. Maybe it is better to copy all clean files into a extra directory, run autoreconf inside the directory, build and install everything from that directory and in clean remove that directory. This way the diff.gz should be clean and you still do the necessary autoreconf. A package which does that is g3dviewer. Many other packages like libupnp4 and compizconfig-python just ignore the fact that these changes are included in debian.tar.gz/diff.gz The interesting output inside the log of your program is: /bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/scim-1.0 -g -O2 -W -g -O -avoid-version -rpath /usr/lib/scim-1.0/1.4.0/IMEngine -module -export-symbols-regex "^[^_].*" -lscim-1.0 -o table.la -rpath /usr/lib/scim-1.0/1.4.0/IMEngine table_la-scim_table_imengine.lo libgentable.la generating symbol list for `table.la' /usr/bin/nm -B .libs/table_la-scim_table_imengine.o ./.libs/libgentable.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/table.exp /bin/grep -E -e "^[^_].*" ".libs/table.exp" > ".libs/table.expT" mv -f ".libs/table.expT" ".libs/table.exp" g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.3.4/crtbeginS.o .libs/table_la-scim_table_imengine.o -Wl,--whole-archive ./.libs/libgentable.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /usr/lib/libscim-1.0.so -ldl -L/usr/lib/gcc/x86_64-linux-gnu/4.3.4 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.3.4/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.3.4/../../../../lib/crtn.o -Wl,-soname -Wl,table.so -Wl,-retain-symbols-file -Wl,.libs/table.exp -o .libs/table.so creating table.la (cd .libs && rm -f table.la && ln -s ../table.la table.la) /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../src -I../intl -DSCIM_ICONDIR=\"/usr/share/scim/icons\" -DSCIM_TABLE_LOCALEDIR=\"/usr/share/locale\" -DSCIM_TABLEDIR=\"/usr/share/scim/tables\" -DSCIM_DATADIR=\"/usr/share/scim\" -D_REENTRANT -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/scim-1.0 -g -O2 -W -g -O -MT table_imengine_setup_la-scim_table_imengine_setup.lo -MD -MP -MF .deps/table_imengine_setup_la-scim_table_imengine_setup.Tpo -c -o table_imengine_setup_la-scim_table_imengine_setup.lo `test -f 'scim_table_imengine_setup.cpp' || echo './'`scim_table_imengine_setup.cpp
--- End Message ---
--- Begin Message ---Version: 0.5.13-1 scim-tables (0.5.13-1) unstable; urgency=low ... * debian/rules - run bootstrap before dh_auto_configure manually. -- Tz-Huan Huang <[email protected]> Thu, 30 May 2013 00:14:53 +0800
--- End Message ---

