problems install kde4

Tom Evans tevans.uk at googlemail.com
Thu Sep 17 13:35:24 UTC 2009


On Thu, 2009-09-17 at 15:26 +0300, Alexandru Guja wrote:
> bsd# cd /usr/ports/x11/kde4
> bsd# make install clean
> ...
> .......
> checking for perl >= 5.8.1... 5.8.9
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool
> ===>  Script "configure" failed unexpectedly.
> Please report the problem to x11 at FreeBSD.org [maintainer] and attach the
> "/usr/ports/x11/xkeyboard-config/work/xkeyboard-config-1.6/config.log"
> including the output of the failure of your make command. Also, it might be
> a good idea to provide an overview of all packages installed on your system
> (e.g. an `ls /var/db/pkg`).
> *** Error code 1
> 
> Stop in /usr/ports/x11/xkeyboard-config.
> *** Error code 1
> 
> Stop in /usr/ports/x11-servers/xorg-server.
> *** Error code 1
> 
> Stop in /usr/ports/x11-servers/xorg-server.
> *** Error code 1
> 
> Stop in /usr/ports/x11-drivers/xf86-input-mouse.
> *** Error code 1
> 
> Stop in /usr/ports/x11-drivers/xorg-drivers.
> *** Error code 1
> 
> Stop in /usr/ports/x11-drivers/xorg-drivers.
> *** Error code 1
> 
> Stop in /usr/ports/x11/xorg.

You've upgraded perl without rebuilding all the perl ports, therefore
ports thinks XML::Parser is installed, so doesn't install it, but
configure cannot find it. Rebuild all perl ports.

Cheers

Tom



More information about the freebsd-x11 mailing list