From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 02:30:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8906716A4D0 for ; Mon, 20 Sep 2004 02:30:27 +0000 (GMT) Received: from rader.servnow.com (rader.servnow.com [69.93.129.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C613E43D41 for ; Mon, 20 Sep 2004 02:30:19 +0000 (GMT) (envelope-from mikes@siralan.org) Received: from 12-202-252-157.client.insightbb.com ([12.202.252.157] helo=familysquires.net) by rader.servnow.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.42) id 1C9DwR-0007LT-2l for freebsd-current@freebsd.org; Sun, 19 Sep 2004 22:30:11 -0400 Date: Sun, 19 Sep 2004 21:30:16 -0500 (EST) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: freebsd-current@freebsd.org Message-ID: <20040919202107.J94984@familysquires.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PopBeforeSMTPSenders: mikes@siralan.org X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rader.servnow.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - siralan.org X-Source: X-Source-Args: X-Source-Dir: Subject: artsd dumps core with 5.3-BETA of 9/18, KDE 3.3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 02:30:27 -0000 I cvsup'd src, ports, and docs, recompiled my kernel, and did a portupgrade which upgraded KDE 3.2 to 3.3 on 9/18 (FreeBSD 5.3-BETA). I had already replaced XFree86 with Xorg; portupgrade also updated Xorg (and caused problems with the files in /usr/local/share/config/kdm - most of the config files were gone and had to be recreated). Since the upgrade artsd (1.3.0,1) is core dumping; if I run %artswrapper &;artsshell status;artsshell terminate I get >> running as realtime process now (priority 15) unix_connect: can't connect to server (unix:/tmp/mcop-mikes/mikes_familysquires_net-02a3-414df2c2) unable to connect to sound server loading extension from '/usr/local/lib/libartsmidi.la' failed: /usr/local/lib/libartsmidi.so.0: Undefined symbol "_ZTv0_n32_N4Arts14StdSynthModule11autoSuspendEv" MCOP ObjectManager: Could not load extension libartsmidi.la. MCOP ObjectManager: can't find implementation for Arts::MidiManager. loading extension from '/usr/local/lib/libartsbuilder.la' failed: /usr/local/lib/libartsbuilder.so.0: Undefined symbol "_ZTv0_n32_N4Arts16SynthModule_stub11autoSuspendEv" MCOP ObjectManager: Could not load extension libartsbuilder.la. MCOP ObjectManager: can't find implementation for Arts::ArtsBuilderLoader. unable to connect to sound server [1] + Segmentation fault artswrapper (core dumped) (I recompiled arts, since the symbol looks pretty strange, with the same results). The system is not actually used with sound, but I hope to use it after 5.3-RELEASE comes around. dmesg shows (Creative sound card ("Live!"): pcm0: port 0xef40-0xef5f irq 17 at device 16.0 on pci0 pcm0: Reserved 0x20 bytes for rid 0x10 type 4 at 0xef40 emu: setmap (1f139000, 800), nseg=1, error=0 emu: setmap (1f175000, 1000), nseg=1, error=0 pcm0: pcm0: Codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, no 3D Stereo E nhancement pcm0: Primary codec extended features surround DAC, AMAP pcm0: [MPSAFE] emu: setmap (1f15b000, 1000), nseg=1, error=0 emu: setmap (1f15d000, 1000), nseg=1, error=0 emu: setmap (1f1df000, 1000), nseg=1, error=0 emu: setmap (1f13b000, 1000), nseg=1, error=0 pcm0: sndbuf_setmap 1f119000, 1000; 0xc1ae5000 -> 1f119000 pcm0: sndbuf_setmap 1f157000, 1000; 0xc1ae3000 -> 1f157000 Mike Squires