From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 14:30:41 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDB3F50B for ; Wed, 26 Mar 2014 14:30:41 +0000 (UTC) Received: from eu1sys200aog103.obsmtp.com (eu1sys200aog103.obsmtp.com [207.126.144.115]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 304276B8 for ; Wed, 26 Mar 2014 14:30:40 +0000 (UTC) Received: from mail-wg0-f51.google.com ([74.125.82.51]) (using TLSv1) by eu1sys200aob103.postini.com ([207.126.147.11]) with SMTP ID DSNKUzLkiQpgInc5aWdDqrw9vbRaZSFRz8Ng@postini.com; Wed, 26 Mar 2014 14:30:41 UTC Received: by mail-wg0-f51.google.com with SMTP id k14so1383580wgh.22 for ; Wed, 26 Mar 2014 07:30:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=oFntQp6zbDthd0H9B0Z1R+tGROedSiTDsjNwaK+RAro=; b=mcoSWrUp7Dfv+HWfehBHbAg0bDK+kpSQkuJdD8bb4/uU1lrvLm+atrv+dvuT9lJb34 J7udioYBeYB9NOlf9klTwTKU8l3nsD3R9Qf51QuiWzfc8GJsOKHmEjvlvbQLDuzpFAKW o3b2Zr/qpIZxBtsACAZn0InI0Eq243LPrd5kSUX9klH3KbrUJMSuKrKVe2T7dF98bmRy EPhPPauR+DiBOyl7+iPBvd5hgzwcVOLFK5LiSkY99qgDXPRj2c2ks9z53z6KJoSyMUs8 +QevQOC8WA9MAOP3DT0+tzrFl2d/cpOW6l7fd0DqAakBMLBoo2yzHfYh57CZc1T6HinL 888g== X-Gm-Message-State: ALoCoQkyh+VWuZ0zeTSa4gCnfLWPE6XAVF5uRIJR9q6Ggmn92o6GFk4cM6hZKu5QuAZOC3a30jZ+DfqYPQFLcwbBL37FnO0f8bg4FAlzstN5t2VYVbI5tOngXVpsvyBFpQS89C2qy3lmVnDMT9JOXI4Ju/dm+RRzasq2v5pI7HZCrlejRAbi2mTD92lg6q7IhkTnpB7xHwUu X-Received: by 10.180.72.239 with SMTP id g15mr32559183wiv.45.1395844233381; Wed, 26 Mar 2014 07:30:33 -0700 (PDT) X-Received: by 10.180.72.239 with SMTP id g15mr32559164wiv.45.1395844233237; Wed, 26 Mar 2014 07:30:33 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id k4sm3038101wib.19.2014.03.26.07.30.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Mar 2014 07:30:32 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.6) with ESMTP id s2QEUUP1041625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 26 Mar 2014 14:30:30 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.6/Submit) id s2QEUUgE041624; Wed, 26 Mar 2014 14:30:30 GMT (envelope-from mexas) Date: Wed, 26 Mar 2014 07:30:32 -0700 (PDT) From: Anton Shterenlikht Message-Id: <201403261430.s2QEUUgE041624@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Subject: glut example executables: no window, no error, no exit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 14:30:41 -0000 The graphics/freeglut example don't work on ia64 11-current. By that I mean that none of the examples seem to do anyting, e.g. $ /usr/local/share/examples/freeglut/callbackmaker sits doing nothing indefinitely: 41596 0 I+ 0:00.03 /usr/local/share/examples/freeglut/callbackmaker It neither exits, nor aborts with any error. No graphical window is open. I reported identical behaviour for all mesa-demos executables: http://lists.freebsd.org/pipermail/freebsd-x11/2014-March/014395.html Can anybody please give a hint on what might be going on? These demos in themselves are of no interest to me. The real problem is that science/paraview shows very similar behaviour - doesn't open graphical window, doesn't exit, does't issue error. So I'm hoping to get to the bottom of this issue. There are quite a lot of libs these demos use: TZAV> ldd /usr/local/share/examples/freeglut/callbackmaker /usr/local/share/examples/freeglut/callbackmaker: libglut.so.12 => /usr/local/lib/libglut.so.12 (0x120090000) libm.so.5 => /lib/libm.so.5 (0x12010a000) libusbhid.so.4 => /usr/lib/libusbhid.so.4 (0x12018a000) libGL.so.1 => /usr/local/lib/libGL.so.1 (0x1201a0000) libXi.so.6 => /usr/local/lib/libXi.so.6 (0x12033e000) libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x120370000) libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0x120394000) libXxf86vm.so.1 => /usr/local/lib/libXxf86vm.so.1 (0x1203b8000) libXext.so.6 => /usr/local/lib/libXext.so.6 (0x1203d2000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x120406000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x12061c000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x12065c000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x120670000) libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x120688000) librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x12069a000) libc.so.7 => /lib/libc.so.7 (0x1206b8000) libXdamage.so.1 => /usr/local/lib/libXdamage.so.1 (0x12099a000) libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0x1209ae000) libX11-xcb.so.1 => /usr/local/lib/libX11-xcb.so.1 (0x1209c8000) libxcb-glx.so.0 => /usr/local/lib/libxcb-glx.so.0 (0x1209da000) libxcb-dri2.so.0 => /usr/local/lib/libxcb-dri2.so.0 (0x120a0a000) libdrm.so.2 => /usr/local/lib/libdrm.so.2 (0x120a20000) libthr.so.3 => /lib/libthr.so.3 (0x120a46000) and I've no idea where to start looking. Many thanks Anton