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: Robert Elz <kre%munnari.OZ.AU@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, 05 Oct 2009 23:03:52 +0700
Date: Mon, 5 Oct 2009 15:05:03 +0000 (UTC)
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
Message-ID: <20091005150503.B0EB263B8B6%www.NetBSD.org@localhost>
| ldd the library and check which libstdc++ it is using.
It certainly looks odd ...
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
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?)
This was from the gcc44 version of qt4-dbus, obviously, I'm
guessing the gcc34 version would have been pretty much the same.
kre
Home |
Main Index |
Thread Index |
Old Index