From owner-freebsd-x11@FreeBSD.ORG Wed Feb 21 18:21:04 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5034170329 for ; Wed, 21 Feb 2007 18:21:04 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 838C613C4B2 for ; Wed, 21 Feb 2007 18:21:04 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 1ED6219296B; Wed, 21 Feb 2007 19:21:03 +0100 (CET) DKIM-Signature: a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1172082063; bh=Xynif+lX7t89ElmyP6Cr0VSytMA=; h=DomainKey-Signature: X-Virus-Scanned:Received:Received:Received:Received:From: Organization:To:Subject:Date:User-Agent:Cc:References:In-Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Disposition:Message-Id; b=ZXIZQwKClJowVedgKvgnCnwHdNrkUhwGR dnHmWBXu5sXY3+L4o6qHV8xUxx1CIS8WYexhdxIaAa0vBLVMud3HpjFMEoEmvZc5gcN YYiR93MFYt7KyKAfGYafLpM1cCci DomainKey-Signature: a=rsa-sha1; s=ja-200610; d=ijs.si; c=nofws; q=dns; h=x-virus-scanned:received:from:organization:to:subject:date: user-agent:cc:references:in-reply-to:mime-version:content-type: content-transfer-encoding:content-disposition:message-id; b=DZNGQow0rjl4E+Ye3EIUsbqWG2zrHIfy+d91yzLIE8XtbkpwT/rxAXwI+8Bqr3x1r MzgWGeh0eLskyz9v+Yk1VO+HDsbDv+WyTycaIHClShe8tTDV7We3gMliRVMLzfR X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7FoJ0M55XIEu; Wed, 21 Feb 2007 19:21:00 +0100 (CET) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 9CA38192F49; Wed, 21 Feb 2007 19:21:00 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id 7827050FDD; Wed, 21 Feb 2007 19:21:00 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l1LIKx5e031939; Wed, 21 Feb 2007 19:21:00 +0100 (CET) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Wed, 21 Feb 2007 19:20:58 +0100 User-Agent: KMail/1.9.5 References: <20070221180114.GA87637@nagual.pp.ru> In-Reply-To: <20070221180114.GA87637@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702211920.59177.dejan.lesjak@ijs.si> Cc: ports@freebsd.org, Andrey Chernov Subject: Re: xorg-server is broken due to objformat in -current X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 18:21:05 -0000 On Wednesday 21 February 2007 19:01, Andrey Chernov wrote: > X server can't load any module (undefined symbols) because modules are not > linked properly (due to objformat check). Does somebody work on this? ports/109091 (imake.c patch) shoul fix that. I'll hopefully have time to test and commit today/tomorrow. Dejan