Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 15:25:23 +0900
From:      OKAZAKI Tetsurou <okazaki@FreeBSD.org>
To:        Akinori MUSHA <knu@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/x11-toolkits/ruby-qt2 Makefile
Message-ID:  <868zojrkj0.wl@dolphin.be.to>
In-Reply-To: <200101092151.f09LpOv38002@freefall.freebsd.org>
References:  <200101092151.f09LpOv38002@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In the message <200101092151.f09LpOv38002@freefall.freebsd.org> 
Akinori MUSHA <knu@FreeBSD.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?868zojrkj0.wl>