You are not logged in.

#1 2009-12-30 00:32:34

Nikorasu
Member
Registered: 2009-09-26
Posts: 28

[Solved] Can't install Tasque

Hey all,

I've been trying to install Tasque from the AUR, but I haven't had much luck. Everything seems to be going well (all the dependencies are met) but then midway through the build process I get the following error:

Backends/Sqlite/SqliteCategory.cs(51,63): error CS1061: Type `Mono.Data.Sqlite.SqliteConnection' does not contain a definition for `LastInsertRowId' and no extension method `LastInsertRowId' of type `Mono.Data.Sqlite.SqliteConnection' could be found (are you missing a using directive or an assembly reference?)
Backends/Sqlite/SqliteTask.cs(25,63): error CS1061: Type `Mono.Data.Sqlite.SqliteConnection' does not contain a definition for `LastInsertRowId' and no extension method `LastInsertRowId' of type `Mono.Data.Sqlite.SqliteConnection' could be found (are you missing a using directive or an assembly reference?)

Any thoughts? I googled around, and checked the wiki / forums and couldn't seem to find anyone with this problem.

Thanks!

Last edited by Nikorasu (2010-01-06 03:45:56)

Offline

#2 2010-01-02 10:17:17

therp
Member
Registered: 2009-02-06
Posts: 3

Re: [Solved] Can't install Tasque

I haven't found a fix on the net for that. Probably a packaging error in the Sqlite connector in Mono?

I "fixed" the problem for me by disabling the sqlite backend. Just change PKGBUILD to
"--enable-backend-sqlite=no"

Offline

#3 2010-01-06 03:45:19

Nikorasu
Member
Registered: 2009-09-26
Posts: 28

Re: [Solved] Can't install Tasque

That seems to have fixed the problem (although Tasque has its own bugs it seems).

Thank you very much!

Offline

#4 2010-05-07 05:34:23

jalu
Member
Registered: 2009-04-05
Posts: 140

Re: [Solved] Can't install Tasque

Nikorasu, I'm interested in what your problems were. For me, --enable-backend-sqlite=no seemed to cause a bug that would not allow me to save tasks.

Did you have the same problem? If so, there's probably a bigger problem here and we should really get the package maintainer to update it.

Offline

Board footer

Powered by FluxBB