You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

sturd

Beginner

  • "sturd" started this thread

Posts: 1

Location: Nottingham, UK

Occupation: Student

  • Send private message

1

Wednesday, October 17th 2007, 2:27am

kde4-config segmentation fault

I downloaded and installed kdelibs from the SVN trunk this evening, to get at the latest version of KDE4. The install of kdelibs went down without a hitch, so I proceeded to configure the recently downloaded kdebase. Again, from the SVN trunk. When executing the command:

Source code

1
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR ../../kdebase && make VERBOSE=1

The configure script crashed out with the following error:

Source code

1
2
3
4
5
6
-- Found Qt-Version 4.3.1
-- Found X11: /usr/lib/libX11.so
sh: line 1:  3877 Segmentation fault      /usr/share/kde4/bin/kde4-config --version 2>&1
CMake Error: Couldn't parse KDE version string from the kde4-config output:

-- Configuring done

I realise that It's a segmentation fault from the kde4-config (located on my computer at '/usr/share/kde4/bin/kde4-config') binary that was recently built from kdelibs. Though, having searched the sources to try and pick this out myself, I have no idea whatsoever of how to fix this problem. Any help would be greatly appreciated. Thanks in advance folks.

Craig.