Your message dated Thu, 10 Oct 2013 16:20:21 +0000
with message-id <e1vuiyl-0001ey...@franck.debian.org>
and subject line Bug#713084: fixed in monodevelop-database 4.0.12+dfsg-1
has caused the Debian Bug report #713084,
regarding monodevelop-database: FTBFS: error CS1705: Assembly
`MonoDevelop.Core, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null'
references `Mono.Addins, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' which has a higher version number than
imported assembly `Mono.Addins, Version=0.6.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'
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 ow...@bugs.debian.org
immediately.)
--
713084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: monodevelop-database
Version: 3.0.3.2+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[2]: Entering directory
> `/«BUILDDIR»/monodevelop-database-3.0.3.2+dfsg/MonoDevelop.Database.Sql'
> mkdir -p ../build
> /usr/bin/mono-csc -debug -codepage:utf8
> -r:/usr/lib/pkgconfig/../../lib/cli/pango-sharp-2.0/pango-sharp.dll
> -r:/usr/lib/pkgconfig/../../lib/cli/atk-sharp-2.0/atk-sharp.dll
> -r:/usr/lib/pkgconfig/../../lib/cli/gdk-sharp-2.0/gdk-sharp.dll
> -r:/usr/lib/pkgconfig/../../lib/cli/gtk-sharp-2.0/gtk-sharp.dll
> -r:/usr/lib/pkgconfig/../../lib/cli/glib-sharp-2.0/glib-sharp.dll
> -r:/usr/lib/pkgconfig/../../lib/cli/Mono.Addins-0.2/Mono.Addins.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Core.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/MonoDevelop.Ide.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/ICSharpCode.NRefactory.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/ICSharpCode.NRefactory.CSharp.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/Mono.Cecil.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/Mono.TextEditor.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/Mono.Debugging.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/Newtonsoft.Json.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/Xwt.dll
> -r:/usr/lib/pkgconfig/../../lib/monodevelop/bin/Xwt.Gtk.dll -r:System
> -r:System.Data -r:System.Xml /resource:./MonoDevelop.Database.Sql.addin.xml
> ./AddinCatalog.cs ./AlterSchema/AbstractAlterSchema.cs
> ./AlterSchema/Alterations/AbstractAlteration.cs
> ./AlterSchema/Alterations/ColumnAlterations.cs
> ./AlterSchema/Alterations/ConstraintAlterations.cs
> ./AlterSchema/Alterations/DefaultAlterations.cs
> ./AlterSchema/Alterations/IAlteration.cs
> ./AlterSchema/Alterations/IndexAlterations.cs
> ./AlterSchema/Alterations/ProcedureAlterations.cs
> ./AlterSchema/Alterations/TableAlterations.cs
> ./AlterSchema/Alterations/TriggerAlterations.cs
> ./AlterSchema/Alterations/UserAlterations.cs
> ./AlterSchema/Alterations/ViewAlterations.cs
> ./AlterSchema/CheckConstraintAlterSchema.cs
> ./AlterSchema/ColumnAlterSchema.cs ./AlterSchema/DatabaseAlterSchema.cs
> ./AlterSchema/ForeignKeyConstraintAlterSchema.cs
> ./AlterSchema/IAlterSchema.cs ./AlterSchema/IndexAlterSchema.cs
> ./AlterSchema/PrimaryKeyConstraintAlterSchema.cs
> ./AlterSchema/ProcedureAlterSchema.cs ./AlterSchema/TableAlterSchema.cs
> ./AlterSchema/TriggerAlterSchema.cs
> ./AlterSchema/UniqueConstraintAlterSchema.cs ./AlterSchema/UserAlterSchema.cs
> ./AlterSchema/ViewAlterSchema.cs ./AssemblyInfo.cs ./Codons/DbFactoryCodon.cs
> ./Collections/ColumnSchemaCollection.cs
> ./Collections/ConstraintSchemaCollection.cs
> ./Collections/DatabaseSchemaCollection.cs
> ./Collections/DataTypeSchemaCollection.cs
> ./Collections/IndexSchemaCollection.cs ./Collections/IPropertyComparer.cs
> ./Collections/ParameterSchemaCollection.cs
> ./Collections/ProcedureSchemaCollection.cs
> ./Collections/SortedCollectionBase.cs
> ./Collections/SortedCollectionItemEventArgs.cs
> ./Collections/TableSchemaCollection.cs
> ./Collections/TriggerSchemaCollection.cs
> ./Collections/UserSchemaCollection.cs ./Collections/ViewSchemaCollection.cs
> ./Configuration/DatabaseConnectionContext.cs
> ./Configuration/DatabaseConnectionContextCollection.cs
> ./Configuration/DatabaseConnectionContextEventArgs.cs
> ./Configuration/DatabaseConnectionSettings.cs
> ./Configuration/DatabaseConnectionSettingsCollection.cs
> ./Configuration/DuplicatedConnectionContextException.cs
> ./ConnectionContextService.cs ./ConnectionPool/AbstractPooledDbConnection.cs
> ./ConnectionPool/DefaultConnectionPool.cs
> ./ConnectionPool/FakeConnectionPool.cs ./ConnectionPool/IConnectionPool.cs
> ./ConnectionPool/IPooledDbConnection.cs ./ConnectionPool/PooledCommand.cs
> ./ConnectionPool/PooledDataReader.cs ./DbFactoryService.cs
> ./Dialect/AbstractSqlDialect.cs ./Dialect/Clauses/FromClause.cs
> ./Dialect/Clauses/FromSelectClause.cs ./Dialect/Clauses/FromTableClause.cs
> ./Dialect/Clauses/GroupByClause.cs ./Dialect/Clauses/HavingClause.cs
> ./Dialect/Clauses/IClause.cs ./Dialect/Clauses/JoinClause.cs
> ./Dialect/Clauses/JoinClauseType.cs ./Dialect/Clauses/OrderByClause.cs
> ./Dialect/Clauses/UnionClause.cs ./Dialect/Clauses/WhereClause.cs
> ./Dialect/Expressions/AliasedIdentifierExpression.cs
> ./Dialect/Expressions/BooleanExpression.cs
> ./Dialect/Expressions/BooleanOperator.cs
> ./Dialect/Expressions/IConditionalExpression.cs
> ./Dialect/Expressions/IdentifierExpression.cs
> ./Dialect/Expressions/IExpression.cs ./Dialect/Expressions/Operator.cs
> ./Dialect/Expressions/OperatorExpression.cs
> ./Dialect/Expressions/ParameterExpression.cs ./Dialect/ISqlDialect.cs
> ./Dialect/Literals/BitLiteral.cs ./Dialect/Literals/BooleanLiteral.cs
> ./Dialect/Literals/FalseLiteral.cs ./Dialect/Literals/HexLiteral.cs
> ./Dialect/Literals/ILiteral.cs ./Dialect/Literals/NullLiteral.cs
> ./Dialect/Literals/NumericLiteral.cs ./Dialect/Literals/StringLiteral.cs
> ./Dialect/Literals/TrueLiteral.cs ./Dialect/Statements/DeleteStatement.cs
> ./Dialect/Statements/DropStatement.cs
> ./Dialect/Statements/DropStatementType.cs
> ./Dialect/Statements/InsertStatement.cs ./Dialect/Statements/IStatement.cs
> ./Dialect/Statements/LineStatement.cs ./Dialect/Statements/SelectStatement.cs
> ./Dialect/Statements/TruncateStatement.cs
> ./Dialect/Statements/UpdateStatement.cs ./IDbFactory.cs ./IDbLinq.cs
> ./Providers/AbstractConnectionProvider.cs
> ./Providers/AbstractEditSchemaProvider.cs
> ./Providers/AbstractSchemaProvider.cs ./Providers/IConnectionProvider.cs
> ./Providers/IEditSchemaProvider.cs ./Providers/IGuiProvider.cs
> ./Providers/ISchemaProvider.cs ./QueryService.cs ./Schema/AbstractSchema.cs
> ./Schema/AggregateSchema.cs ./Schema/CheckConstraintSchema.cs
> ./Schema/ColumnSchema.cs ./Schema/ConstraintSchema.cs
> ./Schema/ConstraintType.cs ./Schema/DatabaseSchema.cs
> ./Schema/DataTypeCategory.cs ./Schema/DataTypeSchema.cs
> ./Schema/ForeignKeyAction.cs ./Schema/ForeignKeyConstraintSchema.cs
> ./Schema/GroupSchema.cs ./Schema/IndexSchema.cs ./Schema/IndexSortType.cs
> ./Schema/IndexType.cs ./Schema/ISchema.cs ./Schema/LanguageSchema.cs
> ./Schema/OperatorSchema.cs ./Schema/ParameterSchema.cs
> ./Schema/ParameterType.cs ./Schema/PrimaryKeyConstraintSchema.cs
> ./Schema/PrivilegeSchema.cs ./Schema/ProcedureSchema.cs ./Schema/Range.cs
> ./Schema/RoleSchema.cs ./Schema/RuleSchema.cs ./Schema/SchemaActions.cs
> ./Schema/SchemaSchema.cs ./Schema/SchemaType.cs ./Schema/SequenceSchema.cs
> ./Schema/TableSchema.cs ./Schema/TriggerEvent.cs ./Schema/TriggerFireType.cs
> ./Schema/TriggerSchema.cs ./Schema/TriggerType.cs
> ./Schema/UniqueConstraintSchema.cs ./Schema/UserSchema.cs
> ./Schema/ViewSchema.cs ./SqlMetalExecException.cs ./SqlMetalServices.cs
> -out:../build/MonoDevelop.Database.Sql.dll -target:library
> error CS1705: Assembly `MonoDevelop.Core, Version=2.6.0.0, Culture=neutral,
> PublicKeyToken=null' references `Mono.Addins, Version=1.0.0.0,
> Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version
> number than imported assembly `Mono.Addins, Version=0.6.0.0, Culture=neutral,
> PublicKeyToken=0738eb9f132ed756'
> Compilation failed: 1 error(s), 0 warnings
> make[2]: *** [../build/MonoDevelop.Database.Sql.dll] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/monodevelop-database_3.0.3.2+dfsg-1_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: monodevelop-database
Source-Version: 4.0.12+dfsg-1
We believe that the bug you reported is fixed in the latest version of
monodevelop-database, which is due to be installed in the Debian FTP archive.
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 713...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jo Shields <direct...@apebox.org> (supplier of updated monodevelop-database
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 10 Oct 2013 17:41:50 +0200
Source: monodevelop-database
Binary: monodevelop-database
Architecture: source all
Version: 4.0.12+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team
<pkg-cli-apps-t...@lists.alioth.debian.org>
Changed-By: Jo Shields <direct...@apebox.org>
Description:
monodevelop-database - Database plugin for MonoDevelop
Closes: 710763 713084
Changes:
monodevelop-database (4.0.12+dfsg-1) unstable; urgency=low
.
* [317ebdd] Refresh debian/watch for new upstream tarball naming scheme
* [f5f755a] Imported Upstream version 4.0.12+dfsg (Closes: #713084)
* [ea619ad] Refresh package dependencies and build dependencies for
the corresponding version of MonoDevelop (Closes: #710763)
* [d701442] Require mono-addins 1.0+
Checksums-Sha1:
c85fbc97a9f68a10624234a0dc8c223039a66222 2098
monodevelop-database_4.0.12+dfsg-1.dsc
246be2aa745dc750c6644d4d1615cd55a0d3ee88 491088
monodevelop-database_4.0.12+dfsg.orig.tar.gz
a0979d50c98de95426ba610a17168978cac89bf3 6577
monodevelop-database_4.0.12+dfsg-1.debian.tar.gz
6644111da4d82a2b685b0ebb1716cab8e717b794 220700
monodevelop-database_4.0.12+dfsg-1_all.deb
Checksums-Sha256:
5de992ace1f5809a3b4d1e31da28650e32acb2ba9bbc6f0aa48383e71d5e2aa9 2098
monodevelop-database_4.0.12+dfsg-1.dsc
968981a14d2a79ab71afaba9b891f5b44442246decef1d899fe5543e48dbbbd8 491088
monodevelop-database_4.0.12+dfsg.orig.tar.gz
58555a88a2bb3887a083cacdc52afe427cbcb967843cb0fcb2e28cb62b3c767e 6577
monodevelop-database_4.0.12+dfsg-1.debian.tar.gz
af7d008afc69c8428c7ad6492fd88af027901f7d4e93f5856c28bd84fbabe25f 220700
monodevelop-database_4.0.12+dfsg-1_all.deb
Files:
b9054a45bf818308d4ee4069bfd5b245 2098 cli-mono optional
monodevelop-database_4.0.12+dfsg-1.dsc
39ba217a8c46f248badb1bcff666f78b 491088 cli-mono optional
monodevelop-database_4.0.12+dfsg.orig.tar.gz
5bd93d465c8716761890d4498dcbc027 6577 cli-mono optional
monodevelop-database_4.0.12+dfsg-1.debian.tar.gz
8207d12293ec301146f49e5690abfbad 220700 cli-mono optional
monodevelop-database_4.0.12+dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAEBAgAGBQJSVsvyAAoJEMkPnLkOH60MB1kH/32kS/Zy3KXBX8UXiIAKvWbc
pfOXBDmSCMf0/8poePslxyoDk/FTnGTv6iXm34wWB5+mtXoV1rE8tfzxKb0JDN2P
TRmKEMhUjHhzigQySHbGsjYZ0jOaKOF+JdsGP+QJQq408VidPJGFK41LsjU9M+9g
KwbZdwzcFYUZRiPLEDKKRWiKZScsi/b2qrgt7WbFGiIUs5/tjFtPRv6jVCdZCVit
XCJRkWpeUYdmeWelXRzmv7TuZtXj6674Ts3Rgn+M/07dMty+LK94tEkCssDb6DvP
nYxlZ87QAFxTUEXppCFvEv4rOCvsGgyGtFMhLbrxKE1x4QwHxTQqFAg42LuuRCg=
=lhTZ
-----END PGP SIGNATURE-----
--- End Message ---