Package: parted Version: 2.3-9.1 Severity: serious Justification: FTBFS Tags: patch
Hello, The parted build fails due to new symbols appearing from the gnulib code: --- ../scripts/data/abi/baseline_symbols.txt 2012-06-08 00:30:25.219504001 +0000 +++ ./current_symbols.txt 2012-06-08 00:30:49.346954684 +0000 @@ -501,11 +501,15 @@ FUNC:version_etc_ar FUNC:version_etc_arn FUNC:version_etc_va +FUNC:x2nrealloc FUNC:x2realloc FUNC:xalloc_die FUNC:xcalloc +FUNC:xcharalloc FUNC:xmalloc FUNC:xmemdup +FUNC:xnmalloc +FUNC:xnrealloc FUNC:xrealloc FUNC:xstrdup FUNC:xstrndup ABI has changed. Please, update you ABI package version. The attached patch will fix it, I plan to NMU it along other fixes. Samuel -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.4 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages parted depends on: ii libblkid1 2.20.1-4 ii libc6 2.13-32 ii libdevmapper1.02.1 2:1.02.67-2 ii libparted0debian1 2.3-9.1 ii libreadline6 6.2-8 ii libtinfo5 5.9-7 ii libuuid1 2.20.1-4 parted recommends no packages. Versions of packages parted suggests: ii parted-doc 2.3-9.1 -- no debconf information -- Samuel Thibault <samuel.thiba...@fnac.net> <N> sl - display animations aimed to correct users who accidentally enter <N> sl instead of ls.
--- debian/patches/update-abi-symbols.patch.orig 2012-06-08 02:33:07.779805212 +0200 +++ debian/patches/update-abi-symbols.patch 2012-06-08 02:33:52.394790988 +0200 @@ -200,7 +200,7 @@ FUNC:ped_round_down_to FUNC:ped_round_to_nearest FUNC:ped_round_up_to -@@ -406,45 +449,112 @@ +@@ -406,45 +449,116 @@ FUNC:ped_unit_parse FUNC:ped_unit_parse_custom FUNC:ped_unit_set_default @@ -258,11 +258,15 @@ +FUNC:version_etc_ar +FUNC:version_etc_arn +FUNC:version_etc_va ++FUNC:x2nrealloc +FUNC:x2realloc +FUNC:xalloc_die +FUNC:xcalloc ++FUNC:xcharalloc +FUNC:xmalloc +FUNC:xmemdup ++FUNC:xnmalloc ++FUNC:xnrealloc +FUNC:xrealloc +FUNC:xstrdup +FUNC:xstrndup