From owner-freebsd-ports@FreeBSD.ORG Sat Feb 21 17:15:21 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B4416A4CE; Sat, 21 Feb 2004 17:15:21 -0800 (PST) Received: from 82-41-27-158.cable.ubr04.edin.blueyonder.co.uk (82-41-27-158.cable.ubr04.edin.blueyonder.co.uk [82.41.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE1243D1F; Sat, 21 Feb 2004 17:15:18 -0800 (PST) (envelope-from andrew@mux.org.uk) Received: from mux.org.uk (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id 8C482BC; Sun, 22 Feb 2004 00:04:09 +0000 (GMT) Message-ID: <4038029E.8010305@mux.org.uk> Date: Sun, 22 Feb 2004 01:15:10 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <4037C649.5070103@mux.org.uk> <20040221211143.GA53278@xor.obsecurity.org> In-Reply-To: <20040221211143.GA53278@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: kde@freebsd.org Subject: audio/arts can't find libXext (Was: x11-toolkits/qt32: Won't build under -current: Threading Library problem) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 01:15:21 -0000 Kris Kennaway wrote: >>After a brand-new installation of 5.2.1-RC2, followed by a CVSup to >>-current, a "portinstall kde" failed in x11-toolkits/qt32 with : > > > FAQ, see the archives and UPDATING. Thanks Kris - you were right. I had read UPDATING, but I had incorrectly formatted my libmap.conf - I fixed that now and qt32 built and installed. Unfortunately, now the audio/arts configure script is failing: checking for libXext... no configure: error: We need a working libXext to proceed. Since configure can't find it itself, we stop here assuming that make wouldn't find them either. ===> Script "configure" failed unexpectedly. This problem has been raised on kde@ before but the only solution mentioned was to reinstall XFree86-libraries. Now that's not an option for me because I need the upcoming XFree86 4.4.0 in order to use my ATI Radeon 9600 Pro - I'm currently running the RC3 of that release. libXext is present in /usr/X11R6/lib however - and ldconfig -r lists the library. arts' config.log doesn't appear to contain relevent information - here is the last section in it: -- Begin -- ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_CRYPT 1 #define HAVE_CTYPE_H 1 #define HAVE_DIRENT_H 1 #define HAVE_DLERROR 1 #define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FNMATCH_H 1 #define HAVE_FSTAB_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBDL 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMCPY 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MONETARY_H 1 #define HAVE_PATHS_H 1 #define HAVE_PRELOADED_SYMBOLS 1 #define HAVE_RES_INIT 1 #define HAVE_SGI_STL 1 #define HAVE_SNPRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCHR 1 #define HAVE_STRCMP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCAT_PROTO 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCPY_PROTO 1 #define HAVE_STRRCHR 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VSNPRINTF 1 #define KDELIBSUFF "" #define LTDL_OBJDIR ".libs/" #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" #define LTDL_SYSSEARCHPATH "/lib:/usr/lib" #define PACKAGE "arts" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_CHAR_P 4 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 #define SIZEOF_SIZE_T 4 #define SIZEOF_UNSIGNED_LONG 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.2.0" #define ksize_t socklen_t #endif #ifdef __cplusplus #include configure: exit 1 -- End -- Is there anything I need to do to ensure arts can find my libXext? Thanks for any help you can offer Andrew