Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236094 - dev-util/monodevelop{,-boo,-database,-java}-1.9 version bump request
Summary: dev-util/monodevelop{,-boo,-database,-java}-1.9 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 07:23 UTC by Tiziano Müller (RETIRED)
Modified: 2008-12-25 22:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2008-08-29 07:23:23 UTC
Since mono-1.9.1 is in tree it would be nice to have the new 2.0 alpha of monodevelop as well.
Renaming the ebuilds works perfectly, there doesn't seem to be any new options for monodevelop itself (didn't check the others).

monodevelop-{boo,database} have parallel build problems (somehow MAKEOPTS doesn't get completely overwritten):
[...]
make -j1 -j3
Making all in MonoDevelop.Database.Sql
make[1]: Entering directory `/var/tmp/paludis/dev-util-monodevelop-database-1.9/work/monodevelop-database-1.9/MonoDevelop.Database.Sql'
mkdir -p ../build
make[1]: *** No rule to make target `../build/MonoDevelop.Database.Sql.dll.mdb', needed by `all-am'.  Stop.
make[1]: *** Waiting for unfinished jobs....
/usr/bin/gmcs -debug -codepage:utf8 -r:/usr/lib64/mono/mono-addins/Mono.Addins.dll   -r:/usr/lib/monodevelop/bin/MonoDevelop.Core.dll -r:/usr/lib/monodevelop/bin/MonoDevelop.Core.Gui.dll -r:/usr/lib/monodevelop/bin/MonoDevelop.Projects.dll -r:/usr/lib/monodevelop/bin/MonoDevelop.Projects.Gui.dll -r:/usr/lib/monodevelop/bin/MonoDevelop.Ide.dll -r:/usr/lib/monodevelop/bin/MonoDevelop.Components.dll -r:/usr/lib/monodevelop/bin/NRefactory.dll -r:/usr/lib/monodevelop/bin/Mono.Cecil.dll -r:/usr/lib/monodevelop/bin/Mono.TextEditor.dll -r:/usr/lib/monodevelop/bin/Mono.Debugging.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 ./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 ./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/SelectStatement.cs ./Dialect/Statements/TruncateStatement.cs ./Dialect/Statements/UpdateStatement.cs ./IDbFactory.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  -out:../build/MonoDevelop.Database.Sql.dll -target:library
./QueryService.cs(69,36): warning CS0219: The variable `fac' is assigned but its value is never used
./ConnectionContextService.cs(43,75): warning CS0067: The event `MonoDevelop.Database.Sql.ConnectionContextService.ConnectionContextRefreshed' is never used
Compilation succeeded - 2 warning(s)
make[1]: Leaving directory `/var/tmp/paludis/dev-util-monodevelop-database-1.9/work/monodevelop-database-1.9/MonoDevelop.Database.Sql'
make: *** [all-recursive] Error 1
/usr/libexec/paludis/utils/emake: emake returned error 2

!!! ERROR in dev-util/monodevelop-database-1.9:
!!! In src_compile at line 3906
!!! make failed

!!! Call stack:
!!!    * src_compile (/var/tmp/paludis/dev-util-monodevelop-database-1.9/temp/loadsaveenv:3906)
!!!    * ebuild_f_compile (/usr/libexec/paludis/0/src_compile.bash:49)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:463)
!!!    * main (/usr/libexec/paludis/ebuild.bash:478)
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-12-25 22:08:22 UTC
This has been in the tree for some time now.