Your message dated Wed, 28 Oct 2009 10:50:07 +0200
with message-id <[email protected]>
and subject line Re: Bug#552546: base: bash/m4 buggy in squeeze
has caused the Debian Bug report #552546,
regarding base: bash/m4 buggy in squeeze
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.)


-- 
552546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: base
Severity: important

I just upgraded to squeeze amd64 from lenny.

I tried to rebuild my "v3c" package 
    http://sourceforge.net/projects/v3c/
but I'm getting strange errors that I didn't get on lenny.

1. bash seems to have undergone a semantics change
   - code that worked in Lenny now doesn't.
   In the "fn" script I had to change
       if ! which libtoolize &>/dev/null ; then
       ...
       fi
   to
       libtool --version &>/dev/null || {
       ...
       }
   because bash is executing it in a different way than before.

2. m4 doesn't process like it used to (this could be a bash bug too)
       aclocal
       configure.ac:72: error: AC_SUBST: 
`DX_DONTJOIN(DX_FLAG_,DX_CURRENT_FEATURE)' is not a valid shell variable name

Obviously bash/m4 are "working", otherwise I wouldn't be ablt to get this far.
Have bash/m4 changed significantly in squeeze?

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Hi Philip,

On Dienstag, 27. Oktober 2009, Philip Ashmore wrote:
> 1. bash seems to have undergone a semantics change
> 2. m4 doesn't process like it used to (this could be a bash bug too)
>        aclocal
>        configure.ac:72: error: AC_SUBST:
> Shell: /bin/sh linked to /bin/dash

I very much assume you are not using bash, you are using dash, so closing. If 
this really is a bash error, please resubmit it against the bash package (not 
base), thanks!


regards,
        Holger

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to