pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43988
The following reply was made to PR pkg/43988; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/43988
Date: Fri, 22 Oct 2010 17:19:45 -0500 (CDT)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
---2139810480-1099649580-1287785985=:24557
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE
Replacing "#ifdef Q_OS_MAC" with
#if defined(Q_OS_MAC) || defined(__APPLE__)
solved the first problem, so on to the next. Linking then fails with:
[...]
g++ -o "/Volumes/d0/tmp/pkgsrc/x11/qt4-libs/work/qt-everywhere-opensource-s=
rc-4.6.3/bin/qmake" project.o property.o main.o makefile.o unixmake2.o unix=
make.o mingw_make.o option.o winmakefile.o projectgenerator.o meta.o makefi=
ledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o borland_bmake.o msvc_dsp=
=2Eo msvc_vcproj.o msvc_nmake.o msvc_objectmodel.o symmake.o initprojectdep=
loy_symbian.o symmake_abld.o symmake_sbsv2.o registry.o epocroot.o qtextcod=
ec.o qutfcodec.o qstring.o qtextstream.o qiodevice.o qmalloc.o qglobal.o qb=
ytearray.o qbytearraymatcher.o qdatastream.o qbuffer.o qlist.o qfile.o qfsf=
ileengine_unix.o qfsfileengine_iterator_unix.o qfsfileengine.o qfsfileengin=
e_iterator.o qregexp.o qvector.o qbitarray.o qdir.o qdiriterator.o quuid.o =
qhash.o qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtempor=
aryfile.o qmap.o qmetatype.o qsettings.o qlibraryinfo.o qvariant.o qvsnprin=
tf.o qlocale.o qlinkedlist.o qurl.o qnumeric.o qcryptographichash.o qxmlstr=
eam.o qxmlutils.o qsettings_mac.o qcore_mac.o -lresolv -L/usr/pkg/lib -L/us=
r/lib -L/lib -framework ApplicationServices -lresolv -L/usr/pkg/lib -L/usr/=
lib
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: multiple definitions of sy=
mbol QSettingsPrivate::create(QSettings::Format, QSettings::Scope, QString =
const&, QString const&)
qsettings.o definition of QSettingsPrivate::create(QSettings::Format, QSett=
ings::Scope, QString const&, QString const&)in section (__TEXT,__text)
qsettings_mac.o definition of QSettingsPrivate::create(QSettings::Format, Q=
Settings::Scope, QString const&, QString const&)in section (__TEXT,__text)
collect2: ld returned 1 exit status
make: *** [/Volumes/d0/tmp/pkgsrc/x11/qt4-libs/work/qt-everywhere-opensourc=
e-src-4.6.3/bin/qmake] Error 1
*** Error code 2
Stop.
bmake: stopped in /usr/pkgsrc/x11/qt4-libs
WARNING: Please add USE_TOOLS+=3Dperl to the package Makefile.
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/x11/qt4-libs
I'll make clean, re-patch/un-patch and try building again in case it's a
matter of something stale from previous build attempts.
--=20
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
---2139810480-1099649580-1287785985=:24557--
Home |
Main Index |
Thread Index |
Old Index