Mickaël Maillot | 1 Jul 2010 12:40
Picon

Re: ports/147666: Build of multimedia/kdemultimedia4 fails if audio/alsa-lib is installed

The following reply was made to PR ports/147666; it has been noted by GNATS.

From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= <mickael.maillot <at> gmail.com>
To: bug-followup <at> FreeBSD.org, Pascal.Stumpf <at> cubes.de
Cc:  
Subject: Re: ports/147666: Build of multimedia/kdemultimedia4 fails if 
	audio/alsa-lib is installed
Date: Thu, 1 Jul 2010 12:34:12 +0200

 Hi

 CMake module: FindAlsa.cmake (x11/kdelibs4)
 failed to detect alsa installed from audio/alsa-plugins port.
 the prob is from check_include_file_cxx macro, so i just replace it by find_path
 patch for x11/kdelibs4:
 http://freelooser.fr/freebsd/patch-cmake_modules_FindAlsa.cmake

 this fix installation of multimedia/kdemultimedia4 when
 audio/alsa-plugins is installed.
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Jerry | 1 Jul 2010 18:07
Face
Favicon

Akonadi still fails to start

I have spent a month, on and off, attempting to get this to work
without success. The 'akonadi server' crashes every time I start KDE4.
The Akonadi Server Self-Test Report follows. In particular, numbers: 6,
7 and 11 always fail although I can not fathom why. An
"akonadiserver.core" file is created although I am not sure how I could
use it to gather any useful information.

Akonadi Server Self-Test Report
===============================

Test 1:  SUCCESS
--------

Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi
server configuration and was found on your system.

File content of '/home/gerard/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
SizeThreshold=4096
ExternalPayload=false

[QMYSQL]
Name=akonadi
Host=localhost
User=gerard
Password=blacktop
Options="UNIX_SOCKET=/home/gerard/.local/share/akonadi/db_misc/mysql.socket"
ServerPath=/usr/local/bin/mysqld_safe
(Continue reading)

Mikhail T. | 1 Jul 2010 19:09

amarok-kde4 dies at start-up

Hello!

The freshly-built amarok-kde4 crashes at start-up on this newly-configured FreeBSD-8.1/i386 machine:
s <at> s:~ (202) /opt/kde4/bin/amarok
"Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
          Some video features have been disabled."
InnoDB: Log scan progressed past the checkpoint lsn 0 36808
100701 19:06:14  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
100701 19:06:14  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
<unknown program name>(3386)/: Communication problem with  "amarok" , it probably crashed.
Error message was:  "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name org.kde.amarok was not provided by any .service files" "

KCrash: Application 'amarok' crashing...
sock_file=/home/s/.kde4/socket-s.local/kdeinit4__2
kdeinit4: preparing to launch
Could not find '' executable.
KCrash cannot reach kdeinit, launching directly.
KCrash failed to exec(), errno = 2
Please, advise. Thank you!
-mi
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
Mikhail T. | 1 Jul 2010 21:46

Re: amarok-kde4 dies at start-up

01.07.2010 15:45, Matt написав(ла):
Please try starting Amarok with the "--debug --nofork" options set. You will need to do this twice in a row for the debug flag to truly become active. Please forward the resulting console output. At one time I remember Amarok had a problem with using InnoDB tables for the embedded MySQL connection. Not sure if that is still the case though.
Thanks, Matt! I'm upgrading this machine to KDE-4.4.5 now. When that's over, I'll try your request. Yours,
-mi
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
Rusty Nejdl | 1 Jul 2010 22:44
Favicon

Re: ports/147666: Build of multimedia/kdemultimedia4 fails if audio/alsa-lib is installed

On Thu, 1 Jul 2010 10:40:06 GMT, Mickaël Maillot
<mickael.maillot <at> gmail.com> wrote:
> The following reply was made to PR ports/147666; it has been noted by GNATS.
> 
> From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= <mickael.maillot <at> gmail.com>
> To: bug-followup <at> FreeBSD.org, Pascal.Stumpf <at> cubes.de
> Cc:  
> Subject: Re: ports/147666: Build of multimedia/kdemultimedia4 fails if 
> 	audio/alsa-lib is installed
> Date: Thu, 1 Jul 2010 12:34:12 +0200
> 
>  Hi
>  
>  CMake module: FindAlsa.cmake (x11/kdelibs4)
>  failed to detect alsa installed from audio/alsa-plugins port.
>  the prob is from check_include_file_cxx macro, so i just replace it
> by find_path
>  patch for x11/kdelibs4:
>  http://freelooser.fr/freebsd/patch-cmake_modules_FindAlsa.cmake
>  
>  this fix installation of multimedia/kdemultimedia4 when
>  audio/alsa-plugins is installed.
> _______________________________________________
> kde-freebsd mailing list
> kde-freebsd <at> kde.org
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information

Mickaël,

Thanks for the patch.  I can confirm that this does indeed fix my issue
as well, patching kdelibs, to allow for the upgrade of kdemultimedia.

Sincerely,
Rusty Nejdl

_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
Matt | 1 Jul 2010 21:45
Picon

Re: amarok-kde4 dies at start-up

On Thu, Jul 1, 2010 at 12:09 PM, Mikhail T. <mi+thun <at> aldan.algebra.com> wrote:
> Hello!
>
> The freshly-built amarok-kde4 crashes at start-up on this newly-configured
> FreeBSD-8.1/i386 machine:
>
> s <at> s:~ (202) /opt/kde4/bin/amarok
> "Warning: You do not seem to have the package gstreamer0.10-plugins-good
> installed.
>           Some video features have been disabled."
> InnoDB: Log scan progressed past the checkpoint lsn 0 36808
> 100701 19:06:14  InnoDB: Database was not shut down normally!
> InnoDB: Starting crash recovery.
> InnoDB: Reading tablespace information from the .ibd files...
> InnoDB: Restoring possible half-written data pages from the doublewrite
> InnoDB: buffer...
> InnoDB: Doing recovery: scanned up to log sequence number 0 43655
> 100701 19:06:14  InnoDB: Starting an apply batch of log records to the
> database...
> InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
> 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
> 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
> 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
> 96 97 98 99
> InnoDB: Apply batch completed
> <unknown program name>(3386)/: Communication problem with  "amarok" , it
> probably crashed.
> Error message was:  "org.freedesktop.DBus.Error.ServiceUnknown" : " "The
> name org.kde.amarok was not provided by any .service files" "
>
> KCrash: Application 'amarok' crashing...
> sock_file=/home/s/.kde4/socket-s.local/kdeinit4__2
> kdeinit4: preparing to launch
> Could not find '' executable.
> KCrash cannot reach kdeinit, launching directly.
> KCrash failed to exec(), errno = 2

Please try starting Amarok with the "--debug --nofork" options set.
You will need to do this twice in a row for the debug flag to truly
become active.  Please forward the resulting console output.

At one time I remember Amarok had a problem with using InnoDB tables
for the embedded MySQL connection.  Not sure if that is still the case
though.
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Rusty Nejdl | 2 Jul 2010 16:50
Favicon

Re: Akonadi still fails to start


> Test 6:  ERROR
> --------
> 
> Akonadi control process not registered at D-Bus.
> Details: The Akonadi control process is not registered at D-Bus which
> typically means it was not started or encountered a fatal error during
> startup.
> 
> Test 7:  ERROR
> --------
> 
> Akonadi server process not registered at D-Bus.
> Details: The Akonadi server process is not registered at D-Bus which
> typically means it was not started or encountered a fatal error during
> startup.
> 

Ok, I have to ask, is hal or dbus running?

[tethys]:/home/rnejdl> ps -auxw | grep hal
haldaemon       2129  0.0  0.0 29380  4972  ??  Is   Wed09PM   0:12.10
/usr/local/sbin/hald
root            2133  0.0  0.0 17768  2436  ??  I    Wed09PM   0:00.02
hald-runner
root            2184  0.0  0.0 16464  2240  ??  I    Wed09PM   0:00.00
hald-addon-mouse-sysmouse: /dev/ums0 (hald-addon-mouse-sy)
root            2192  0.0  0.0 11404  1596  ??  S    Wed09PM   0:08.44
hald-addon-storage: /dev/cd0 (hald-addon-storage)
rnejdl         43623  0.0  0.0  9012  1232   3  S+    9:48AM   0:00.00
grep hal
[tethys]:/home/rnejdl> ps -auxw | grep bus
messagebus      1803  0.0  0.0  8008  2116  ??  Is   Wed09PM   0:00.32
/usr/local/bin/dbus-daemon --system
rnejdl          2593  0.0  0.0  8008  1520  ??  Is   Wed09PM   0:00.00
/usr/local/bin/dbus-daemon --fork --print-pid 5 --print-addr
rnejdl          2644  0.0  0.0  8008  2604  ??  Ss   Wed09PM   0:03.62
/usr/local/bin/dbus-daemon --fork --print-pid 5 --print-addr
rnejdl          2592  0.0  0.0 16524  1896  v0  I    Wed09PM   0:00.00
dbus-launch --autolaunch 67f75d409506539ced7a8d62001099cb --
rnejdl          2643  0.0  0.0 16524  1900  v0  I    Wed09PM   0:00.00
dbus-launch --sh-syntax --exit-with-session
rnejdl         43658  0.0  0.0  9012  1232   3  S+    9:48AM   0:00.00
grep bus
[tethys]:/home/rnejdl> 

I am using Nepomuk and Strigi for KDE4.

Rusty Nejdl
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Jerry | 2 Jul 2010 18:20
Face
Favicon

Re: Akonadi still fails to start

On Fri, 02 Jul 2010 09:50:05 -0500
Rusty Nejdl <rnejdl <at> ringofsaturn.com> articulated:

> 
> > Test 6:  ERROR
> > --------
> > 
> > Akonadi control process not registered at D-Bus.
> > Details: The Akonadi control process is not registered at D-Bus which
> > typically means it was not started or encountered a fatal error during
> > startup.
> > 
> > Test 7:  ERROR
> > --------
> > 
> > Akonadi server process not registered at D-Bus.
> > Details: The Akonadi server process is not registered at D-Bus which
> > typically means it was not started or encountered a fatal error during
> > startup.
> > 
> 
> Ok, I have to ask, is hal or dbus running?

ps | grep -i dbus
messagebus  1903  0.0  0.1  8072  2452  ??  Is   Thu05AM   0:00.46 dbus-daemon
gerard      6808  0.0  0.0  8072  2040  ??  Is   Thu11AM   0:00.00 dbus-daemon
gerard      6822  0.0  0.1  8072  2864  ??  Ss   Thu11AM   0:02.76 dbus-daemon
gerard      6807  0.0  0.1 16624  2452  v0  I    Thu11AM   0:00.00 dbus-launch
gerard      6821  0.0  0.1 16624  2456  v0  I    Thu11AM   0:00.00 dbus-launch

ps | grep -i hal
haldaemon   2134  0.0  0.1 29496  5824  ??  Ss   Thu05AM   0:14.09 hald/hald
haldaemon   2134  0.0  0.1 29496  5824  ??  Is   Thu05AM   0:00.00 hald/hald
root        2140  0.0  0.1 17888  3084  ??  I    Thu05AM   0:00.03 hald-runner
root        2161  0.0  0.1 16572  2736  ??  I    Thu05AM   0:00.01 hald-addon-mouse-sy
root        2165  0.0  0.0 11480  1920  ??  S    Thu05AM   0:13.40 hald-addon-storage
root        2168  0.0  0.0 11480  1916  ??  S    Thu05AM   0:07.79 hald-addon-storage
root        2171  0.0  0.0 11480  1916  ??  S    Thu05AM   0:07.26 hald-addon-storage
root        2174  0.0  0.0 11480  1916  ??  S    Thu05AM   0:09.33 hald-addon-storage
root        2177  0.0  0.0 11480  1916  ??  S    Thu05AM   0:06.98 hald-addon-storage

--

-- 
Jerry ✌
KDE-FreeBSD.user <at> seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__________________________________________________________________

The whole problem with the world is that fools and fanatics are always
so certain of themselves, and wiser people so full of doubts.

	Bertrand Russell
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
Rusty Nejdl | 2 Jul 2010 18:27
Favicon

Re: Akonadi still fails to start

On Fri, 2 Jul 2010 12:20:09 -0400, Jerry
<kde-freebsd.user <at> seibercom.net> wrote:
> On Fri, 02 Jul 2010 09:50:05 -0500
> Rusty Nejdl <rnejdl <at> ringofsaturn.com> articulated:
> 
> 
>>
>> > Test 6:  ERROR
>> > --------
>> >
>> > Akonadi control process not registered at D-Bus.
>> > Details: The Akonadi control process is not registered at D-Bus which
>> > typically means it was not started or encountered a fatal error during
>> > startup.
>> >
>> > Test 7:  ERROR
>> > --------
>> >
>> > Akonadi server process not registered at D-Bus.
>> > Details: The Akonadi server process is not registered at D-Bus which
>> > typically means it was not started or encountered a fatal error during
>> > startup.
>> >
>>
>> Ok, I have to ask, is hal or dbus running?
> 
> ps | grep -i dbus
> messagebus  1903  0.0  0.1  8072  2452  ??  Is   Thu05AM   0:00.46
> dbus-daemon
> gerard      6808  0.0  0.0  8072  2040  ??  Is   Thu11AM   0:00.00
> dbus-daemon
> gerard      6822  0.0  0.1  8072  2864  ??  Ss   Thu11AM   0:02.76
> dbus-daemon
> gerard      6807  0.0  0.1 16624  2452  v0  I    Thu11AM   0:00.00
> dbus-launch
> gerard      6821  0.0  0.1 16624  2456  v0  I    Thu11AM   0:00.00
> dbus-launch
> 
> 
> ps | grep -i hal
> haldaemon   2134  0.0  0.1 29496  5824  ??  Ss   Thu05AM   0:14.09 hald/hald
> haldaemon   2134  0.0  0.1 29496  5824  ??  Is   Thu05AM   0:00.00 hald/hald
> root        2140  0.0  0.1 17888  3084  ??  I    Thu05AM   0:00.03
> hald-runner
> root        2161  0.0  0.1 16572  2736  ??  I    Thu05AM   0:00.01
> hald-addon-mouse-sy
> root        2165  0.0  0.0 11480  1920  ??  S    Thu05AM   0:13.40
> hald-addon-storage
> root        2168  0.0  0.0 11480  1916  ??  S    Thu05AM   0:07.79
> hald-addon-storage
> root        2171  0.0  0.0 11480  1916  ??  S    Thu05AM   0:07.26
> hald-addon-storage
> root        2174  0.0  0.0 11480  1916  ??  S    Thu05AM   0:09.33
> hald-addon-storage
> root        2177  0.0  0.0 11480  1916  ??  S    Thu05AM   0:06.98
> hald-addon-storage

Oh well, I think I'm as broken as you.  Akonadi core dumped.
[tethys]:/home/rnejdl> akonadi_control 
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
[akonadiserver] search paths:  ("/usr/local/kde4/bin", "/sbin", "/bin",
"/usr/sbin", "/usr/bin", "/usr/local/sbin", "/usr/local/bin",
"/home/rnejdl/bin", "/usr/local/ssl/bin", "/usr/local/samba/bin",
"/usr/local/java/bin", "/usr/games", "/compat/i386/usr/local/bin",
"/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec",
"/opt/mysql/libexec", "/opt/local/lib/mysql5/bin")
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] DbInitializer::run()
[akonadiserver] checking table  "SchemaVersionTable"
[akonadiserver] checking table  "ResourceTable"
[akonadiserver] checking table  "CollectionTable"
[akonadiserver] checking table  "MimeTypeTable"
[akonadiserver] checking table  "PimItemTable"
[akonadiserver] checking table  "FlagTable"
[akonadiserver] checking table  "PartTable"
[akonadiserver] checking table  "CollectionAttributeTable"
[akonadiserver] checking relation  "PimItemFlagRelation"
[akonadiserver] checking relation  "CollectionMimeTypeRelation"
[akonadiserver] checking relation  "CollectionPimItemRelation"
[akonadiserver] DbInitializer::run() done
[akonadiserver] skipping update 2
[akonadiserver] skipping update 3
[akonadiserver] skipping update 4
[akonadiserver] skipping update 8
[akonadiserver] skipping update 10
[akonadiserver] skipping update 12
[akonadiserver] skipping update 13
[akonadiserver] skipping update 14
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
[akonadiserver] Database "akonadi" opened using driver "QMYSQL"
[akonadiserver] DataStore::unhideAllPimItems()
ProcessControl: Application 'akonadiserver' stopped unexpected (Process
crashed)
Application 'akonadiserver' crashed to often. Giving up!

(gdb) bt
#0  0x00000008013ec2a7 in getframeaddr () from
/usr/local/lib/libexecinfo.so.1
#1  0x00000008013e5e3f in backtrace () from
/usr/local/lib/libexecinfo.so.1
#2  0x000000000040ab71 in akBacktrace ()
#3  0x000000000040b0b6 in akBacktrace ()
#4  <signal handler called>
#5  0x0000000802a17c90 in dbus_connection_set_change_sigpipe ()
   from /usr/local/lib/libdbus-1.so.3
#6  0x0000000802a273de in dbus_get_local_machine_id ()
   from /usr/local/lib/libdbus-1.so.3
#7  0x0000000802a1b993 in dbus_connection_send_with_reply_and_block ()
   from /usr/local/lib/libdbus-1.so.3
#8  0x00000008012823b6 in QDBusConnectionPrivate::timerEvent ()
   from /usr/local/lib/qt4/libQtDBus.so.4
#9  0x0000000800a67db4 in QObject::event ()
   from /usr/local/lib/qt4/libQtCore.so.4
#10 0x0000000800a58b25 in QCoreApplicationPrivate::notify_helper ()
   from /usr/local/lib/qt4/libQtCore.so.4
#11 0x0000000800a58ba6 in QCoreApplication::notify ()
   from /usr/local/lib/qt4/libQtCore.so.4
#12 0x0000000800a5880e in QCoreApplication::notifyInternal ()
   from /usr/local/lib/qt4/libQtCore.so.4
#13 0x0000000800a82b44 in QTimerInfoList::activateTimers ()
   from /usr/local/lib/qt4/libQtCore.so.4
---Type <return> to continue, or q <return> to quit--- 
#14 0x0000000800a80a90 in timerSourceDispatch ()
   from /usr/local/lib/qt4/libQtCore.so.4
#15 0x0000000800a80aab in idleTimerSourceDispatch ()
   from /usr/local/lib/qt4/libQtCore.so.4
#16 0x0000000802206f2e in g_main_context_dispatch ()
   from /usr/local/lib/libglib-2.0.so.0
#17 0x000000080220a230 in g_main_context_check ()
   from /usr/local/lib/libglib-2.0.so.0
#18 0x000000080220a812 in g_main_context_iteration ()
   from /usr/local/lib/libglib-2.0.so.0
#19 0x0000000800a80d9c in QEventDispatcherGlib::processEvents ()
   from /usr/local/lib/qt4/libQtCore.so.4
#20 0x0000000800a57bab in QEventLoop::processEvents ()
   from /usr/local/lib/qt4/libQtCore.so.4
#21 0x0000000800a57e85 in QEventLoop::exec ()
   from /usr/local/lib/qt4/libQtCore.so.4
#22 0x0000000800a59c36 in QCoreApplication::exec ()
   from /usr/local/lib/qt4/libQtCore.so.4
#23 0x0000000000405d5f in ?? ()
#24 0x000000000040579e in ?? ()
#25 0x000000080053b000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000000 in ?? ()

...

Rusty Nejdl
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Jerry | 2 Jul 2010 19:02
Face
Favicon

Re: Akonadi still fails to start

On Fri, 02 Jul 2010 11:27:04 -0500
Rusty Nejdl <rnejdl <at> ringofsaturn.com> articulated:

> Oh well, I think I'm as broken as you.  Akonadi core dumped.

I would like to know if someone actually has this working on a
FreeBSD-8x amd64 system. So far, I have not located anyone and I did
some checking on other forums.

--

-- 
Jerry ✌
KDE-FreeBSD.user <at> seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__________________________________________________________________

Due to lack of disk space, this fortune database has been
discontinued.
_______________________________________________
kde-freebsd mailing list
kde-freebsd <at> kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Gmane