From alarson@switchanddata.com  Wed May 21 18:22:27 2003
Return-Path: <alarson@switchanddata.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A153C37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 18:22:27 -0700 (PDT)
Received: from ground0.paix.net (ground0.paix.net [128.177.247.242])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACF343FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 18:22:27 -0700 (PDT)
	(envelope-from alarson@switchanddata.com)
Received: (from larson@localhost) 
	by ground0.paix.net (8.9.3p2/8.9.1) id SAA18215; Wed, 21 May 2003 18:22:26 -0700 (PDT)
	env-from (alarson@switchanddata.com)
Message-Id: <200305212007.h4LK7fc4045165@ground0.paix.net>
Date: Wed, 21 May 2003 13:07:41 -0700 (PDT)
From: Alan Larson <alarson@switchanddata.com>
Reply-To: Alan Larson <alarson@switchanddata.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Difficulties compiling parts of KDE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52549
>Category:       ports
>Synopsis:       Difficulties compiling parts of KDE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 18:30:14 PDT 2003
>Closed-Date:    Tue Jul 08 15:08:58 PDT 2003
>Last-Modified:  Tue Jul 08 15:08:58 PDT 2003
>Originator:     Alan Larson
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Switch and Data
>Environment:
System: FreeBSD azp.int.paix.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu May 8 16:28:19 PDT 2003 larson@azp.int.paix.net:/usr/src/sys/compile/LOCAL i386

>Description:
I am trying to run ./configure for kdelib, and getting errors.
 - It reports that setkey(3), des_setkey(3), encrypt(3), and des_cipher(3)
   are not present.  The man page for them is present...
 - It cannot find libjpeg6b, but the pakcage is installed (by the kde desktop
   install that came with the release).
 - error: aRts 1.1.x not installed in the same prefix as KDE!
   It thinks kdelibs prefix is /usr/local/bin, aRts prefix is /usr/local

I am trying to test the fix given in:
    http://bugs.kde.org/show_bug.cgi?id=53527

Bug 58735 (declared a duplicate) is the actual problem I am seeing, but
I see it without resizing windows.

http://w6yx.stanford.edu/~larson/konsole_grab.gif  shows what I am seeing.

As a result of this, I would be interested in knowing how the package
was actually built.

Thanks.
>How-To-Repeat:
   tar xfyBp kdelibs-3.1.tar.bz2
   pushd kdelibs-3.1
   setenv QTDIR /usr/X11R6/share/qt
   setenv KDEDIR /usr/local/bin
   ./configure LIBS="-lgcc -lstdc++ -Wl,-export-dynamic"

>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->kde 
Responsible-Changed-By: arved 
Responsible-Changed-When: Thu May 22 02:56:51 PDT 2003 
Responsible-Changed-Why:  
over to maintainers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52549 

From: Adriaan de Groot <adridg@cs.kun.nl>
To: freebsd-gnats-submit@FreeBSD.org, alarson@switchanddata.com
Cc:  
Subject: Re: ports/52549: Difficulties compiling parts of KDE
Date: Thu, 12 Jun 2003 23:40:10 +0200

 In your 
 
 How-To-Repeat
  
    tar xfyBp kdelibs-3.1.tar.bz2
    pushd kdelibs-3.1
    setenv QTDIR /usr/X11R6/share/qt
    setenv KDEDIR /usr/local/bin
    ./configure LIBS="-lgcc -lstdc++ -Wl,-export-dynamic"
 
 You are setting KDEDIR (and probably QTDIR) wrongly. KDEDIR is /usr/local, so 
 the binaries go in /usr/local/bin, libs in /usr/local/lib, etc. QTDIR is 
 /usr/X11R6 if you installed Qt from ports.
 
 That explains the arts message. The libjpeg6b comes from you omitting 
 --with-extra-{libs,includes} which are required on FreeBSD (set them to 
 /usr/local/lib and /usr/local/include, respectively). That will most likely 
 make the crypt() warning go away as well.
 
 FWIW, please don't PR non-ports builds of KDE. You can ask for help on the KDE 
 mailing lists (even the kde-freebsd-specific one!) or on IRC.
 
 
 -- 
 pub  1024D/FEA2A3FE 2002-06-18 Adriaan de Groot <groot@kde.org>
      Key fingerprint = 934E 31AA 80A7 723F 54F9  50ED 76AC EE01 FEA2 A3FE
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Tue Jul 8 15:08:49 PDT 2003 
State-Changed-Why:  
Not a ports problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52549 
>Unformatted:
