LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-20-2009, 06:29 AM   #1
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Has Anyone Gotten Akonadi to Work?


There's a lot of stuff about getting rid of it, but it looks like a Thing That's Here to Stay, like it or not, so I'm wondering if anybody has figured out how to get the blasted thing to work (and, oh, yeah, how'd you do that)?
 
Old 10-20-2009, 07:37 AM   #2
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Tronayne,

Check out this thread.

There seems to be an issue with Mysql that causes problems with Akonadi for some people. One possible solution, as outlined in the thread above is to:
  1. Upgrade to -current
  2. Donload KDE 4.3.2 as built by Vincent Batts
  3. Run upgradepkg on the files downloaded from Vincent's server.

Upgrading to -current has this fix to Mysql:

Quote:
ap/mysql-5.1.39-x86_64-2.txz: Rebuilt.
Added --with-innodb option. This was omitted from the last package version
since ./configure --help no longer lists --with-innodb or --without-innodb,
but evidently the option is still supported (and needed).
Thanks to Amritpal Bath.
The word on the street is that that update fixes the problem with Akonadi. The upgrade to -current also upgrades QT, which is required to run KDE 4.3.2.

Naturally, there's a risk to running packages from the -current branch, as they may not be as stable as the -stable branch ( ), but in this case, I at least am willing to try it to get the benefits of running KDE 4.3.2.

Regards,
 
Old 10-20-2009, 09:12 AM   #3
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Hmm.

Well, I don't really want to mess with current and I'm also not too sure that I want to fiddle with KDE 4.3.2 either. However, rebuilding MySQL with the --with-innodb argument... now that seems more feasible.

Thanks for the information.
 
Old 10-20-2009, 09:45 AM   #4
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by tronayne View Post
There's a lot of stuff about getting rid of it, but it looks like a Thing That's Here to Stay, like it or not...
Bah, that's defeatist talk. You young whippersnappers have no stamina.
 
Old 10-20-2009, 12:22 PM   #5
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by tronayne View Post
Hmm.

Well, I don't really want to mess with current. . .
Until basically just now, I felt exactly the same way. The (to me, unknown) risks of running -current seemed too great.

However, right now (mid-October 2009) seems to be a good time to work with -current. There aren't any major changes to the core of the system (gcc, the kernel, etc.). Instead, -current has some rebuilt or upgraded packages. Nothing is added or removed that I can tell.

This seems to be a good window of opportunity to upgrade a handful of packages from -current without having a drastically different system from the stock download. The benefit is being able to run KDE 4.3.2.

Quote:
and I'm also not too sure that I want to fiddle with KDE 4.3.2 either.
I read a bunch of complaints about KDE 4.2, which comes with Slackware 13 on this board. For that reason, when I installed 13, I did not install KDE, but instead used Vincent Batts's KDE 4.3.1 packages. These packages do not require upgrading to -current.

I'm very happy with KDE 4.3.1, and I'll keep that on my Laptop computer. I'm about to start the upgrade to Slackware 13_64 on my desktop computer and figured that a quick upgrade to -current right after installation and then installing KDE 4.3.2 would be less trouble than trying to do all that later.

If worse comes to worse, I can always revert to the standard installation. In fact, I can even write a script to do just that in case I don't like the results.

If it gets even worse, I can always revert back to the standard installation and install KDE 3.10 from the unsupported directory of my favorite Slackware mirror.

Quote:
However, rebuilding MySQL with the --with-innodb argument... now that seems more feasible.
Or, you could do that.

Regards,
 
Old 10-20-2009, 12:47 PM   #6
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
OK, you've convinced me -- but, where are those packages? Been looking all over the place and can't seem to see anything.
 
Old 10-20-2009, 01:33 PM   #7
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Rep: Reputation: 60
http://cardinal.lizella.net/~vbatts/...ackages/4.3.2/
 
Old 10-20-2009, 01:52 PM   #8
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Thanks! I'll give it a shot.
 
Old 10-20-2009, 02:19 PM   #9
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by tronayne View Post
OK, you've convinced me -- but, where are those packages? Been looking all over the place and can't seem to see anything.
Here you go: Vincent Batts's KDE 4.3.2 packages.

And of course, get the -current packages from your favorite Slackware mirror.

Let us know how it turns out.

Regards,
 
Old 10-20-2009, 03:11 PM   #10
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Originally Posted by Lufbery View Post
Until basically just now, I felt exactly the same way. The (to me, unknown) risks of running -current seemed too great.

However, right now (mid-October 2009) seems to be a good time to work with -current. There aren't any major changes to the core of the system (gcc, the kernel, etc.). Instead, -current has some rebuilt or upgraded packages. Nothing is added or removed that I can tell....
Just FYI, the latest hplip from the -current packages doesn't work, i.e., it doesn't fire up. It gives an error and says to check the hplip installation.

Last edited by cwizardone; 10-20-2009 at 03:26 PM.
 
Old 10-20-2009, 07:35 PM   #11
Lufbery
Senior Member
 
Registered: Aug 2006
Location: Harrisburg, PA
Distribution: Slackware 64 14.2
Posts: 1,180
Blog Entries: 29

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by cwizardone View Post
Just FYI, the latest hplip from the -current packages doesn't work, i.e., it doesn't fire up. It gives an error and says to check the hplip installation.
Bummer. But, I don't need that one, so I'll see what happens if I don't upgrade it.

Thanks for the heads-up.

For the record, here's the list of packages updated in -current as of 10/20/09:

Quote:
a/hdparm-9.27-x86_64-1.txz
ap/hplip-3.9.4b-x86_64-3.txz
ap/linuxdoc-tools-0.9.56-x86_64-6.txz
ap/mysql-5.1.39-x86_64-1.txz
ap/mysql-5.1.39-x86_64-2.txz
d/git-1.6.5-x86_64-1.txz
d/perl-5.10.1-x86_64-1.txz
d/subversion-1.6.5-x86_64-1.txz
kde/amarok-2.2.0-x86_64-1.txz
l/pilot-link-0.12.3-x86_64-10.txz
l/qt-4.5_0bd8418-x86_64-1.txz
l/redland-1.0.9-x86_64-1.txz
l/redland-1.0.9-x86_64-2.txz
l/shared-mime-info-0.70-x86_64-1.txz
l/shared-mime-info-0.70-x86_64-2.txz
l/soprano-2.3.1-x86_64-1.txz
l/taglib-1.6-x86_64-1.txz
l/taglib-extras-1.0.1-x86_64-1.txz
n/gnutls-2.8.4-x86_64-1.txz
n/irssi-0.8.14-x86_64-2.txz
n/net-snmp-5.5-x86_64-1.txz
n/obexftp-0.23-x86_64-2.txz
n/openssh-5.3p1-x86_64-1.txz
n/php-5.2.11-x86_64-1.txz
n/php-5.2.11-x86_64-2.txz
n/samba-3.4.2-x86_64-1.txz
n/samba-3.4.2-x86_64-2.txz
xap/imagemagick-6.5.6_10-x86_64-1.txz
xap/pidgin-2.6.3-x86_64-1.txz
Regards,

Last edited by Lufbery; 10-20-2009 at 08:06 PM.
 
Old 10-22-2009, 08:07 PM   #12
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Try KDE 4.3.2 on -Current..
It has just been included. Perhaps it might bring the Akonadi fixes
 
Old 10-23-2009, 06:21 AM   #13
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Thanks to all for the good advice. I'm off in the north woods of Michigan for six weeks or so (and on a dial-up line to boot; maybe get Hughes Net installed in a week or so) and a brand-new Dell Inspiron 17 was delivered yesterday (this laptop's display quit, after much trouble shooting, it's the motherboard, fixing it costs $85 more than the new one, thus the new one). The new one, of course, comes with the POS Vista (and, pant, pant, they're going to drop-ship 7 when it becomes available, be still my heart). I haven't decided to leave it dual-boot or just wipe Microjunk completely and maybe -- maybe -- install the stuff in VirtualBox...

At any rate it's going to be a while before I get back to fiddling with Akonadi; I'm thinking get Slackware installed on the new machine, take it over to the library (well, 20 miles away), hook up to their broadband, download the latest and greatest from -current and see what happens.

Thanks again for the good advice.
 
Old 10-23-2009, 08:02 PM   #14
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Yeah, it's fixed now
no more akonadi problem on KDE 4.3.2
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove Akonadi? biske Slackware 45 06-26-2010 05:39 PM
Akonadi dbus error in Slackware kingbeowulf Slackware 7 03-26-2010 12:32 PM
A Akonadi question... AlphaSigmaOne Slackware 3 09-11-2009 01:03 PM
Akonadi/QT QMySQL Help!! kapz Linux - Desktop 8 06-25-2009 04:04 PM
Akonadi not connecting to MySQL zuser Linux - Desktop 0 04-20-2009 05:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration