From owner-freebsd-ports@FreeBSD.ORG Thu Aug 6 13:11:36 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68069106564A for ; Thu, 6 Aug 2009 13:11:36 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by mx1.freebsd.org (Postfix) with ESMTP id E4F848FC2B for ; Thu, 6 Aug 2009 13:11:35 +0000 (UTC) Received: by bwz20 with SMTP id 20so784001bwz.9 for ; Thu, 06 Aug 2009 06:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=gdL0Do/XixVrXwats1Mf6oX2f63SplUJCbWVkq53zWA=; b=ZIcFa8k9uEcrsLpkYAt2MwPrgyci7dY4QLeEyJubT1Qj5eUNfNPMlkxiO5Ai2gDFEJ G42yoml2srF/DiUNiil9WLvxwrpLu6uK1Moh14r3O2NnNZRyX4HT+GlOl90XLQ+JzTPK wEOZHhr04CoYgPquaF5bJnXNuCf1J1uBaXmss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=X/wElDbOOspqmJ31x3Z4I11+9mCQzo90ocwRjXbsFPuI3LFTBdwJ4foRNzPZBAWrNs I9uN0goOltozMbNMSEuS8H5k0MZsI/m8ZlTXejBpFmtUx3gH8GjsxcVRKAr9UJLJAOFn gVwvl8UVPC0ZjAQtf6twNo7/htiQMWoFRpKLs= MIME-Version: 1.0 Received: by 10.239.170.68 with SMTP id r4mr982466hbe.12.1249564294475; Thu, 06 Aug 2009 06:11:34 -0700 (PDT) In-Reply-To: <200908052140.35729.mel.flynn+fbsd.ports@mailing.thruhere.net> References: <4A74D10A.9000507@uffner.com> <4A7A50C4.30804@uffner.com> <4A7A5757.40009@FreeBSD.org> <200908052140.35729.mel.flynn+fbsd.ports@mailing.thruhere.net> Date: Thu, 6 Aug 2009 10:11:34 -0300 Message-ID: From: "Carlos A. M. dos Santos" To: Mel Flynn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Doug Barton , freebsd-ports@freebsd.org, Tom Uffner Subject: Re: x11-toolkits/xview (actually contool) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 13:11:36 -0000 2009/8/6 Mel Flynn : > On Wednesday 05 August 2009 20:08:55 Doug Barton wrote: >> Ok, so now I'm up to the point where starting contool give me this: >> >> contool >> Assertion failed: (ret != inval_id), function _XAllocID, file >> xcb_io.c, line 378. >> Abort trap: 6 (core dumped) > > You get a better a log if you install contool unstripped [1]: > (gdb) bt > #0 0x28463eb7 in kill () from /lib/libc.so.7 > #1 0x28463e16 in raise () from /lib/libc.so.7 > #2 0x28462a1a in abort () from /lib/libc.so.7 > #3 0x28448ee6 in __assert () from /lib/libc.so.7 > #4 0x28284d46 in _XAllocID (dpy=0x28524600) at xcb_io.c:378 > #5 0x2818e11c in server_init (parent=0, server_public=676345056, avlist=0xbfbfd944) > at server.c:746 > #6 0x281f33b9 in xv_create_avlist (parent=0, pkg=0x0, avlist=0xbfbfd944) at xv.c:391 > #7 0x281f315b in xv_create (parent=0, pkg=0x28210040) at xv.c:307 > #8 0x281f520a in xv_init (attr1=1241974786) at xv_init.c:308 > #9 0x0804b801 in main (argc=1, argv=0xbfbfe6e4) at contool.c:777 > > Which points to xv_init from xview as the culprit. Since that is ---8<--- Nope. It points to XAllocID as the culprit, so far, which in its turn points to _XAllocID, in xcb_io.c, from libX11. Try building libX11 without XCB (see PR 137373). I'd test it myself but I'm running AMD64 here and Xview is maked as broken on this architecture. -- My preferred quotation of Robert Louis Stevenson is "You cannot make an omelette without breaking eggs". Not because I like the omelettes, but because I like the sound of eggs being broken.