Your message dated Sat, 29 Sep 2007 20:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370154: fixed in beast 0.7.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: beast
Version: 0.6.6-5

lt-zintern produces an exception when I compile it with a snapshot of
GCC 4.2.  I'm not entirely sure whether this is a compiler bug or one
in your package, but from other cases like these it is likely that
your package is doing something wrong and that changes in the compiler
only exhibit the problem.

The interesting thing is that it still fails even after I drop all
optimization from the package.  Do you think you can inestigate?  You
can reproduce this with the gcc-snapshot package.


> Automatic build of beast_0.6.6-5 on test.track.rz.uni-augsburg.de by 
> sbuild/powerpc 0.44
...
> creating zintern
> ./zintern -b -z wave-mono ./wave-mono.bse gus-patch ./gus-patch.bse > 
> xgen-bzc                                        \
>       && echo "static const BseZFile bse_zfiles[] = {" >> xgen-bzc            
>         \
>       && for i in wave-mono gus-patch ; do                            \
>               uname=$(echo $i | tr a-z- A-Z_);                                
>         \
>               echo "  { \"$i\", $uname""_SIZE, "      >>xgen-bzc;             
>         \
>               echo "    $uname""_DATA, G_N_ELEMENTS ($uname""_DATA) }," 
> >>xgen-bzc;   \
>       done                                                                    
>         \
>       && echo "};" >> xgen-bzc                                                
>         \
>       && cp xgen-bzc bse-zfile.c                                              
>                 \
>       && rm -f xgen-bzc
> /bin/sh: line 9: 17972 Trace/breakpoint trap   ./zintern -b -z wave-mono 
> ./wave-mono.bse gus-patch ./gus-patch.bse >xgen-bzc
> make[4]: *** [bse-zfile.c] Error 133


Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread -134421504 (LWP 4706)]
sfi_msg_type_register (ident=0xffdb218 "none", default_ouput=SFI_MSG_NONE, 
label=0x0) at sfilog.c:205
205           sfi_atomic_pointer_set (guint8*, &sfi_msg_flags, msg_flags);
(gdb) where
#0  sfi_msg_type_register (ident=0xffdb218 "none", default_ouput=SFI_MSG_NONE, 
label=0x0)
    at sfilog.c:205
#1  0x0ffca564 in sfi_msg_type_init_internals () at sfilog.c:67
#2  0x0ffcaba4 in sfi_msg_type_register (ident=0xffdbb6c "comport", 
default_ouput=SFI_MSG_DEBUG,
    label=0x0) at sfilog.c:170
#3  0x0ffd0fa0 in __sfi_msg_type__init34__debug_comport () at sficomport.c:34
#4  0x0ffd4e34 in __do_global_ctors_aux () from 
/home/tbm/src/beast-0.6.6/sfi/.libs/libsfi-0.6.so.6
#5  0x0ff84d0c in _init () from 
/home/tbm/src/beast-0.6.6/sfi/.libs/libsfi-0.6.so.6
#6  0xf7ff20d0 in _dl_rtld_di_serinfo () from /lib/ld.so.1
#7  0xf7ff20d0 in _dl_rtld_di_serinfo () from /lib/ld.so.1
#8  0xf7ff20d0 in _dl_rtld_di_serinfo () from /lib/ld.so.1
Previous frame inner to this frame (corrupt stack?)
(gdb)

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: beast
Source-Version: 0.7.1-1

We believe that the bug you reported is fixed in the latest version of
beast, which is due to be installed in the Debian FTP archive:

beast_0.7.1-1.diff.gz
  to pool/main/b/beast/beast_0.7.1-1.diff.gz
beast_0.7.1-1.dsc
  to pool/main/b/beast/beast_0.7.1-1.dsc
beast_0.7.1-1_amd64.deb
  to pool/main/b/beast/beast_0.7.1-1_amd64.deb
beast_0.7.1.orig.tar.gz
  to pool/main/b/beast/beast_0.7.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated beast 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 29 Sep 2007 19:13:33 +0200
Source: beast
Binary: beast
Architecture: source amd64
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 beast      - music synthesis and composition framework
Closes: 370154 401707 444466
Changes: 
 beast (0.7.1-1) unstable; urgency=low
 .
   * New upstream version (Closes: #444466).
     + This release fixes the kFreeBSD build (Closes: #401707) and a GCC 4.2
       FTBFS (Closes: #370154).
 .
   * debian/rules:
     + Fixed faulty configure line.
     + Bumped shlibs dependency.
     + bsesh was renamed into bsescm.
 .
   * debian/menu:
     + Replaced “Apps” with “Applications”.
 .
   * debian/patches/001_glib.diff:
   * debian/patches/002_gcc41.diff:
   * debian/patches/010_bsesong.diff:
   * debian/patches/010_g_static_assert.diff:
   * debian/patches/011_suidmain_CVE-2006-2916_CVE-2006-4447.diff:
   * debian/patches/012_gslice_corruption.diff:
   * debian/patches/020_de_po.diff:
     + Patches merged or reimplemented upstream. Dropped.
 .
   * debian/patches/400_desktop_file.diff:
     + Removed “Application” from the category list and added 
“Sequencer”.
Files: 
 32f9c50aa22314b9a33802139eba53e1 961 gnome extra beast_0.7.1-1.dsc
 a65727375d837765c77ac0ba25e689c2 7236161 gnome extra beast_0.7.1.orig.tar.gz
 a2c3558dd35f072cd2974c2f043c365f 9077 gnome extra beast_0.7.1-1.diff.gz
 60c915e0a27bf42c116886320071c939 4490796 gnome extra beast_0.7.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG/rWjfPP1rylJn2ERAmKYAJ9D2EoeB4hH0dX8OuoFhenUXOlEJwCeNrhI
m0YHU9aSu/k0atacQPAZsQk=
=49mG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to