hi jakub,

On Sat, Jun 08, 2013 at 12:03:48AM +0200, Jakub Wilk wrote:
> check is marked as "Multi-Arch: same", but the following files are
> architecture-dependent:
> 
> /usr/bin/checkmk
> /usr/include/check_stdint.h
> 
> An example diff between i386 and armel is attached.
> 
> [...]
>
> --- check_0.9.10-1_i386/usr/bin/checkmk       2013-06-07 13:37:33.000000000 
> +0200
> +++ check_0.9.10-1_armel/usr/bin/checkmk      2013-06-07 14:52:41.000000000 
> +0200
> @@ -285,7 +285,7 @@
>      # interpolation, so the backslashes must be double-escaped. The
>      # substitution string is supposed to result in an actual
>      # double-backslash.
> -    gsub("\\\\", "\\\\\\\\", raw);
> +    gsub("\\\\", "\\\\", raw);
>      gsub("\"", "\\\"", raw);
>      return "\"" raw "\"";
>  }

this is very odd, it should not differ between different platforms.
perhaps these are different awk variants (mawk/gawk)? do you still have
the logs that tell which of these were install when you created the
above diffs?

thanks  robert

-- 
Robert Lemmen                               http://www.semistable.com 

Attachment: signature.asc
Description: Digital signature

Reply via email to