Announcement

Collapse
No announcement yet.

KDE 4.8 beta

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    The package is akonadi-backend-odbc:
    Code:
    steve@t520:~$ [B]apt-cache show akonadi-backend-odbc[/B]
    Package: akonadi-backend-odbc
    Priority: extra
    Section: universe/misc
    Installed-Size: 40
    Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
    Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
    Architecture: all
    Source: akonadi
    Version: 1.7.2-0ubuntu1
    Provides: akonadi-backend-virtuoso
    Depends: libqt4-sql-odbc
    Suggests: akonadi-server, libvirtodbc0, virtuoso-minimal
    Filename: pool/universe/a/akonadi/akonadi-backend-odbc_1.7.2-0ubuntu1_all.deb
    Size: 6746
    MD5sum: b424ef5e689c6e518289b88c75297242
    SHA1: 985714282fcf93eb7a5bbb658841eea45c897fa6
    SHA256: 865500d8da6ce4a05ae785c1207fcfa46b4913e7868a3c49814ee9bc66c571a7
    Description-en: ODBC storage backend for Akonadi
     Akonadi is an extensible cross-desktop Personal Information Management (PIM)
     storage service. It provides a common framework for applications to store and
     access mail, calendars, addressbooks, and other PIM data.
     .
     This package install everything what's needed for Akonadi to work with
     external SQL servers that implements ODBC interface. By default, the backend
     attempts to connect to the Virtuoso SQL server instance that's typically
     started by Nepomuk in KDE environment.
    Homepage: http://pim.kde.org/akonadi
    Description-md5: 464364eabc73d88d6a1b3cbc3059905e
    Bugs: https://bugs.launchpad.net/ubuntu/+filebug
    Origin: Ubuntu
    But, as you can see, the package is pretty much empty:
    Code:
    steve@t520:~$ [B]apt-file list akonadi-backend-odbc[/B]
    akonadi-backend-odbc: /usr/share/doc/akonadi-backend-odbc/NEWS.Debian.gz
    akonadi-backend-odbc: /usr/share/doc/akonadi-backend-odbc/README.Debian.gz
    akonadi-backend-odbc: /usr/share/doc/akonadi-backend-odbc/changelog.Debian.gz
    akonadi-backend-odbc: /usr/share/doc/akonadi-backend-odbc/copyright
    It contains no useful files, only the generic Debian packaging framework.

    The Akonadi database page on the KDE TechBase describes the effort so far:
    Virtuoso
    Status: not working
    Supported modes: External
    Proof-of-concept work was done during Akademy 2010, up to the point where the database could be created successfully. Known issues:
    * Some column names used by Akonadi are Virtuoso keywords
    * Some of the first INSERT query fails with a signed vs. unsigned int mismatch/overflow.
    Completion of Virtuoso support is considered non-trivial and probably requires a lot of work on the Akonadi side, the SQL dialect is too different from what we support so far.
    So it would appear that getting Virtuoso to work as a backend for Akonadi requires a fair amount of work.

    Comment

    Working...
    X