Your message dated Sat, 23 Feb 2008 00:31:49 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458658: fixed in db4o 6.1.604+dfsg-1
has caused the Debian Bug report #458658,
regarding db4o: FTBFS: Internal compiler error at 
./native/Db4objects.Db4o.Tests/CLI1/NativeQueries/Cats/TestCatConsis 
tency.cs(133,29):: exception caught while emitting MethodBuilder 
[TestCatConsistency::RunTests]
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.)


-- 
458658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458658
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: db4o
version: 6.1.401~dfsg-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080101 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:

 > dpkg-source: building db4o in db4o_6.1.401~dfsg-2.dsc
 >  debian/rules build
 > test -d debian/patched || install -d debian/patched
 > dpatch  apply-all  
 > applying patch makefile to ./ ... ok.
 > dpatch  cat-all  >>patch-stampT
 > mv -f patch-stampT patch-stamp
 > dh_testdir
 > touch configure-stamp
 > dh_testdir
 > /usr/bin/make buildall
 > make[1]: Entering directory `/build/user/db4o-6.1.401~dfsg'
 > make -C ./src
 > make[2]: Entering directory `/build/user/db4o-6.1.401~dfsg/src'
 > [ -d ./bin ] || mkdir ./bin
 > cd Db4objects.Db4o ; make
 > make[3]: Entering directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4objects.Db4o'
 > [ -d ../bin ] || mkdir ../bin
 > find . -name "*.cs" > ./sources
 > gmcs -t:library  -warn:0 -out:../bin/Db4objects.Db4o.dll 
 > -keyfile:../db4objects.snk -define:NET_2_0,MONO,EMBEDDED  @./sources
 > rm -f ./sources
 > make[3]: Leaving directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4objects.Db4o'
 > cd Db4objects.Db4o.Tools ; make
 > make[3]: Entering directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4objects.Db4o.Tools'
 > [ -d ../bin ] || mkdir ../bin
 > find . -name "*.cs" > ./sources
 > gmcs -t:library -r:../bin/Db4objects.Db4o.dll 
 > -r:/usr/lib/cli/mono-cecil-0.5/Mono.Cecil.dll 
 > -r:/usr/lib/cli/mono-cecil-flowanalysis-0.1/Cecil.FlowAnalysis.dll   -warn:0 
 > -out:../bin/Db4objects.Db4o.Tools.dll -keyfile:../db4objects.snk 
 > -define:NET_2_0,MONO,EMBEDDED  @./sources
 > rm -f ./sources
 > make[3]: Leaving directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4objects.Db4o.Tools'
 > cd Db4oUnit ; make
 > make[3]: Entering directory `/build/user/db4o-6.1.401~dfsg/src/Db4oUnit'
 > [ -d ../bin ] || mkdir ../bin
 > find . -name "*.cs" > ./sources
 > gmcs -t:library  -warn:0 -out:../bin/Db4oUnit.dll -keyfile:../db4objects.snk 
 > -define:NET_2_0,MONO,EMBEDDED  @./sources
 > rm -f ./sources
 > make[3]: Leaving directory `/build/user/db4o-6.1.401~dfsg/src/Db4oUnit'
 > cd Db4oUnit.Extensions ; make
 > make[3]: Entering directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4oUnit.Extensions'
 > [ -d ../bin ] || mkdir ../bin
 > find . -name "*.cs" > ./sources
 > gmcs -t:library -r:../bin/Db4oUnit.dll -r:../bin/Db4objects.Db4o.dll -warn:0 
 > -out:../bin/Db4oUnit.Extensions.dll -keyfile:../db4objects.snk 
 > -define:NET_2_0,MONO,EMBEDDED  @./sources
 > rm -f ./sources
 > make[3]: Leaving directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4oUnit.Extensions'
 > cd Db4objects.Db4o.Tests ; make
 > make[3]: Entering directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4objects.Db4o.Tests'
 > [ -d ../bin ] || mkdir ../bin
 > find . -name "*.cs" > ./sources
 > gmcs -t:exe -r:../bin/Db4objects.Db4o.dll 
 > -r:../bin/Db4objects.Db4o.Tools.dll -r:../bin/Db4oUnit.dll 
 > -r:../bin/Db4oUnit.Extensions.dll -r:System.Drawing -warn:0 
 > -out:../bin/Db4objects.Db4o.Tests.exe -keyfile:../db4objects.snk 
 > -define:NET_2_0,MONO,EMBEDDED -main:Db4objects.Db4o.Tests.AllTests @./sources
 > Exception caught by the compiler while compiling:
 >    Block that caused the problem begin at: 
 > ./native/Db4objects.Db4o.Tests/CLI1/NativeQueries/Cats/TestCatConsistency.cs(133,29):
 >                      Block being compiled: 
 > [./native/Db4objects.Db4o.Tests/CLI1/NativeQueries/Cats/TestCatConsistency.cs(134,17):,./native/Db4objects.Db4o.Tests/CLI1/NativeQueries/Cats/TestCatConsistency.cs(193,17):]
 > System.NullReferenceException: Object reference not set to an instance of an 
 > object
 > Internal compiler error at 
 > ./native/Db4objects.Db4o.Tests/CLI1/NativeQueries/Cats/TestCatConsistency.cs(133,29)::
 >  exception caught while emitting MethodBuilder [TestCatConsistency::RunTests]
 > 
 > Unhandled Exception: System.NullReferenceException: Object reference not set 
 > to an instance of an object
 >   at Mono.CSharp.AnonymousMethodExpression.ImplicitStandardConversionExists 
 > (System.Type delegate_type) [0x00000] 
 >   at Mono.CSharp.Convert.ImplicitStandardConversionExists 
 > (Mono.CSharp.Expression expr, System.Type target_type) [0x00000] 
 >   at Mono.CSharp.Convert.ImplicitConversionExists (Mono.CSharp.EmitContext 
 > ec, Mono.CSharp.Expression expr, System.Type target_type) [0x00000] 
 >   at Mono.CSharp.MethodGroupExpr.IsParamsMethodApplicable 
 > (Mono.CSharp.EmitContext ec, System.Collections.ArrayList arguments, Int32 
 > arg_count, System.Reflection.MethodBase candidate, Boolean do_varargs) 
 > [0x00000] 
 >   at Mono.CSharp.MethodGroupExpr.IsParamsMethodApplicable 
 > (Mono.CSharp.EmitContext ec, System.Collections.ArrayList arguments, Int32 
 > arg_count, Boolean do_varargs, System.Reflection.MethodBase& candidate) 
 > [0x00000] 
 >   at Mono.CSharp.MethodGroupExpr.IsParamsMethodApplicable 
 > (Mono.CSharp.EmitContext ec, System.Collections.ArrayList arguments, Int32 
 > arg_count, System.Reflection.MethodBase& candidate) [0x00000] 
 >   at Mono.CSharp.MethodGroupExpr.OverloadResolve (Mono.CSharp.EmitContext 
 > ec, System.Collections.ArrayList Arguments, Boolean may_fail, Location loc) 
 > [0x00000] 
 >   at Mono.CSharp.Invocation.DoResolveOverload (Mono.CSharp.EmitContext ec) 
 > [0x00000] 
 >   at Mono.CSharp.Invocation.DoResolve (Mono.CSharp.EmitContext ec) [0x00000] 
 >   at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec, 
 > ResolveFlags flags) [0x00000] 
 >   at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
 >   at Mono.CSharp.ExpressionStatement.ResolveStatement 
 > (Mono.CSharp.EmitContext ec) [0x00000] 
 >   at Mono.CSharp.StatementExpression.Resolve (Mono.CSharp.EmitContext ec) 
 > [0x00000] 
 >   at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
 >   at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext 
 > anonymous_method_host, Mono.CSharp.ToplevelBlock block, 
 > Mono.CSharp.Parameters ip, IMethodData md, System.Boolean& unreachable) 
 > [0x00000] 
 > make[3]: *** [compile] Error 1
 > make[3]: Leaving directory 
 > `/build/user/db4o-6.1.401~dfsg/src/Db4objects.Db4o.Tests'
 > make[2]: *** [tests] Error 2
 > make[2]: Leaving directory `/build/user/db4o-6.1.401~dfsg/src'
 > make[1]: *** [buildall] Error 2
 > make[1]: Leaving directory `/build/user/db4o-6.1.401~dfsg'
 > make: *** [build-stamp] Error 2
 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
        http://people.debian.org/~lucas/logs/2008/01/01

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: db4o
Source-Version: 6.1.604+dfsg-1

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

db4o_6.1.604+dfsg-1.diff.gz
  to pool/main/d/db4o/db4o_6.1.604+dfsg-1.diff.gz
db4o_6.1.604+dfsg-1.dsc
  to pool/main/d/db4o/db4o_6.1.604+dfsg-1.dsc
db4o_6.1.604+dfsg.orig.tar.gz
  to pool/main/d/db4o/db4o_6.1.604+dfsg.orig.tar.gz
libdb4o-doc_6.1.604+dfsg-1_all.deb
  to pool/main/d/db4o/libdb4o-doc_6.1.604+dfsg-1_all.deb
libdb4o6.0-cil_6.1.604+dfsg-1_all.deb
  to pool/main/d/db4o/libdb4o6.0-cil_6.1.604+dfsg-1_all.deb
monodoc-db4o-manual_6.1.604+dfsg-1_all.deb
  to pool/main/d/db4o/monodoc-db4o-manual_6.1.604+dfsg-1_all.deb



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.
Mirco Bauer <[EMAIL PROTECTED]> (supplier of updated db4o 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: Sun, 17 Feb 2008 14:15:28 +0100
Source: db4o
Binary: libdb4o6.0-cil libdb4o-doc monodoc-db4o-manual
Architecture: source all
Version: 6.1.604+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team <[EMAIL PROTECTED]>
Changed-By: Mirco Bauer <[EMAIL PROTECTED]>
Description: 
 libdb4o-doc - native OODBMS for CLI (documentation)
 libdb4o6.0-cil - native OODBMS for CLI
 monodoc-db4o-manual - compiled XML documentation for db4o
Closes: 427581 458658
Changes: 
 db4o (6.1.604+dfsg-1) unstable; urgency=low
 .
   * The "get sexy and ready for lenny" release
   * DFSG version of db4o 6.1.604
     (deleted all pre-compiled binaries from the tarball)
     + For the record here a list of the deleted files:
       bin/compact-2.0/Cecil.FlowAnalysis.dll
       bin/compact-2.0/Db4objects.Db4o.Tools.dll
       bin/compact-2.0/Db4objects.Db4o.dll
       bin/compact-2.0/Mono.Cecil.dll
       bin/compact-2.0-legacy/Db4oTools.dll
       bin/compact-2.0-legacy/db4o.dll
       bin/net-2.0/Cecil.FlowAnalysis.dll
       bin/net-2.0/Db4oAdmin.exe
       bin/net-2.0/Db4objects.Db4o.Tools.dll
       bin/net-2.0/Db4objects.Db4o.dll
       bin/net-2.0/Mono.Cecil.dll
       bin/net-2.0/Mono.GetOptions.dll
       bin/net-2.0-legacy/Db4oTools.dll
       bin/net-2.0-legacy/db4o.dll
       doc/api/H2Reg.exe
       doc/tutorial/Db4objects.Db4o.Tutorial.exe
       doc/tutorial/bin/AxSHDocVw.dll
       doc/tutorial/bin/Cecil.FlowAnalysis.dll
       doc/tutorial/bin/Db4oUnit.Extensions.dll
       doc/tutorial/bin/Db4oUnit.dll
       doc/tutorial/bin/Db4objects.Db4o.Tools.dll
       doc/tutorial/bin/Db4objects.Db4o.Tutorial.Chapters.dll
       doc/tutorial/bin/Db4objects.Db4o.dll
       doc/tutorial/bin/Mono.Cecil.dll
       doc/tutorial/bin/Mono.GetOptions.dll
       doc/tutorial/bin/SHDocVw.dll
       doc/tutorial/bin/WeifenLuo.WinFormsUI.dll
       src/Libs/compact-1.0/Cecil.FlowAnalysis.dll
       src/Libs/compact-1.0/Mono.Cecil.dll
       src/Libs/compact-2.0/Cecil.FlowAnalysis.dll
       src/Libs/compact-2.0/Mono.Cecil.dll
       src/Libs/net-1.1/Cecil.FlowAnalysis.dll
       src/Libs/net-1.1/Mono.Cecil.dll
       src/Libs/net-2.0/Cecil.FlowAnalysis.dll
       src/Libs/net-2.0/Mono.Cecil.dll
       src/Libs/net-2.0/Mono.GetOptions.dll
   * New upstream release
   * debian/control:
     + Fixed ABI version in the package name, Db4objects.Db4o.dll is versioned
       as 6.0.* and not 6.1.*.
     + Added Replaces and Conflicts for libdb4o6.1-cil << 6.1.604.
     + Added Homepage, Vcs-Browser and Vcs-Svn fields.
     + Added libmono-cecil0.5-cil, monodoc-base and libchm-bin to build
       dependencies.
     + Updated cli-common-dev build dependency to >= 0.5.4, as we need
       dh_clistrip from it.
     + Updated Section of libdb4o-doc to doc. (Closes: #427581)
     + Bumped Standards-Version to 3.7.3, no changes needed.
     + Added monodoc-db4o-manual package.
     + Changed Maintainer to Debian CLI Libraries Team.
     + Added myself to Uploaders.
   * debian/rules:
     + Use dh_clistrip instead of custom find command.
     + Only build libraries and admin tool (without test-cases).
       Building the test-cases failed caused by a bug in the gmcs compiler.
       (Closes: #458658)
Files: 
 f119fbe7e098ef4692620ff7db4fc63b 1381 libs optional db4o_6.1.604+dfsg-1.dsc
 36a3cab3ae04dbbb0eee121b61c082c8 3313954 libs optional 
db4o_6.1.604+dfsg.orig.tar.gz
 2a94de32bb1223858fc3829d2f522314 6273 libs optional db4o_6.1.604+dfsg-1.diff.gz
 70ffe20a8efaa25a1a9db9cdda118ae5 270620 libs optional 
libdb4o6.0-cil_6.1.604+dfsg-1_all.deb
 566800dfd0bdb876b80967cfac79d1de 3092304 doc optional 
libdb4o-doc_6.1.604+dfsg-1_all.deb
 48dd475060870f1b51b6116a8fdf8692 528084 doc optional 
monodoc-db4o-manual_6.1.604+dfsg-1_all.deb

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

iQEVAwUBR7iDWnEn5avu+UbIAQKmGgf/WHREDRxiRUR029BpnMFqSGEJhSenwqQT
nDR2Lnr+P+6sblZ5i2T72P9w92I2HMkxIYivWGdV6Pce+QncHdN19TJW6OAGsyCX
f+HJ91kTLvBGrEzm3mbw+Gb9AVjty5WrXuwqOgPRTDjZcmeFHHmD5uaitN7vskgA
KmQ6CRj3SFnp3/gvZpBNZBlfeg28NJkeRZdF/ZeN5DqqKhE55axaG1iz82Dnr9C5
Bv8AZQ4wcasCAHlJmqrnAUqWYNOpQH1o4uudxJ+r5awudBMMHvSDjCDq8+blqAE1
hP/H01PPV8dSEz7ozgudKmLCvZ+rSDnXh24FoNJeJyOpUZ7P5AvqqA==
=8Q0c
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to