From owner-freebsd-ports Tue Jan 9 22:27:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 89E3337B400 for ; Tue, 9 Jan 2001 22:27:27 -0800 (PST) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000907025324) with ESMTP id f0A6RQY25873 for ; Wed, 10 Jan 2001 15:27:26 +0900 (envelope-from okazaki@be.to) Received: from REISHI (mbra0120.ppp.infoweb.ne.jp [202.219.229.84]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with SMTP id PAA18637 for ; Wed, 10 Jan 2001 15:27:23 +0900 Received: (qmail 4412 invoked from network); 10 Jan 2001 06:25:23 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 10 Jan 2001 06:25:23 -0000 Date: Wed, 10 Jan 2001 15:25:23 +0900 Message-ID: <868zojrkj0.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: Akinori MUSHA Cc: freebsd-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/ruby-qt2 Makefile In-Reply-To: <200101092151.f09LpOv38002@freefall.freebsd.org> References: <200101092151.f09LpOv38002@freefall.freebsd.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the message <200101092151.f09LpOv38002@freefall.freebsd.org> Akinori MUSHA wrote: > knu 2001/01/09 13:51:24 PST > Modified files: > x11-toolkits/ruby-qt2 Makefile > Log: > Temporarily mark as broken. There seems to be something wrong with > the generated qt2.so on 4-STABLE + XFree86 4.0.2 + Mesa 3.2.1: > /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1:in `require': /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so: Undefined symbol "__ti9QGLWidget" - /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so (LoadError) > from /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1 > from hello.rb:17:in `require' > from hello.rb:17 > where "__ti9QGLWidget" is apparently an internal symbol... I'll have > to take the time to investigate and fix the problem. :( It seems to be a mangled C++ symbol name. bash-2.04$ echo __ti9QGLWidget |c++filt QGLWidget type_info node -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message