pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/41966: x11/qt4-qdbus demands absurd quantities of (v)ram to compile (NetBSD 4/0/i386)



The following reply was made to PR pkg/41966; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/41966: x11/qt4-qdbus demands absurd quantities of (v)ram
 to compile (NetBSD 4/0/i386)
Date: Mon, 5 Oct 2009 18:18:43 +0200

 On Mon, Oct 05, 2009 at 04:05:03PM +0000, Robert Elz wrote:
 >  libQtDBus.so.4.5.2:
 >      -lz.1 => /usr/lib/libz.so.1
 >      -lstdc++.6 => /usr/lib/libstdc++.so.6
 >      -lm.0 => /usr/lib/libm387.so.0
 >      -lm.0 => /usr/lib/libm.so.0
 >      -lgcc_s.1 => /usr/lib/libgcc_s.so.1
 >      -lpthread.0 => /usr/lib/libpthread.so.0
 >      -lQtCore.4 => /usr/pkg/qt4/lib/libQtCore.so.4
 >      -lQtXml.4 => /usr/pkg/qt4/lib/libQtXml.so.4
 >      -lstdc++.6 => /usr/pkg/gcc44/lib/libstdc++.so.6
 
 objdump -p | grep RPATH will tell you the rpath, most likely libQtDBus
 doesn't contain /usr/pkg/gcc44/lib for some reason. This is exactly the
 kind of issue I meant.
 
 >  It has two different libstdc++.so.6's which cannot be good
 >  (though as they both have the same major number, they should be
 >  ABI equivalent, right?)
 
 One is newer and contains more symbols...
 
 Joerg
 


Home | Main Index | Thread Index | Old Index