Re: [kde-freebsd] qt4-moc link failure

2010-06-14 Thread Rob Farmer
On Fri, Jun 11, 2010 at 12:31 PM, Doug Barton do...@freebsd.org wrote:
 FYI, I'm using gcc 4.5.1, the binutils port, and I did reinstall libtool
 after gcc.

 I'm on -current from April (r207134), and rebuilding qmake worked fine.
 However the next qt4 port in line is qt4-moc, and it fails:

 g++
 -Wl,-rpath-link,/usr/local/tmp/usr/local/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.6.3/lib
 -pthread -Wl,-rpath,/usr/local/lib/qt4 -Wl,-rpath,/usr/local/lib/qt4 -o
 ../../../bin/moc-qt4 debug-shared/moc.o  debug-shared/preprocessor.o
 debug-shared/generator.o  debug-shared/parser.o  debug-shared/token.o
 debug-shared/main.o    -L/usr/local/lib/qt4 -L/usr/local/lib
 -L/usr/local/tmp/usr/local/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.6.3/src/tools/bootstrap
 -lbootstrap -L/usr/local/lib/qt4 -L/usr/local/lib -lz
 local symbol 0: discarded in section `.text._Z7qt_noopv' from
 debug-shared/preprocessor.o
 ...
 local symbol 1554: discarded in section
 `.text._ZN5QListI10QByteArrayE9node_copyEPNS1_4NodeES3_S3_' from
 /usr/local/tmp/usr/local/ports/devel/qt4-moc/work/qt-everywhere-opensource-src-4.6.3/src/tools/bootstrap/libbootstrap.a(qsimplecodec.o)
 *** Error code 1
 1 error

 Full log is at http://people.freebsd.org/~dougb/qt4-moc.log

It looks like you compiled with g++45 but the very last command (the
link) is using g++ (ie the base system gcc). I don't know enough about
compilers to say for sure if that would cause the problem or not, but
its probably a good starting point.

-- 
Rob Farmer



 --

        ... and that's just a little bit of history repeating.
                        -- Propellerheads

        Improve the effectiveness of your Internet presence with
        a domain name makeover!    http://SupersetSolutions.com/

 ___
 freebsd-po...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Current problem reports assigned to k...@freebsd.org

2010-06-14 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/147703 kdedevel/cmake: better handle thread flags
f ports/147236 kdewww/kwebkitpart does not build
o ports/146805 kdedevel/cmake: add rules for wxgtk-2-2.[864]-config
s ports/146540 kdekdegraphics-kuickshow-3.5.10_3 (graphics/kuickshow) do
s ports/144663 kdemultimedia/kmplayer begins freeze after the opening of
s ports/137587 kde[PATCH] audio/arts: Add more OPTIONS and proper CONFIG
s ports/137131 kdex11/kdebase3: genkdmconf leaves new kdmrc world readab
s ports/124639 kdekde audio/arts sound skipping on playback; non-artsd s
s ports/124321 kdex11/kdebase3 - KDE logins do not work with nsswitch LD
s ports/117440 kdemisc/kdeedu3 - Request to package README.ephemerides f
s ports/113295 kdenet-im/kopete: pleawse add 'make config' to choose kop

11 problems total.

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] libassuan updated

2010-06-14 Thread Alex Dupre
Doug Barton ha scritto:
 Feel free to update your individual ports to libassuan 2.x at your
 convenience. I'm not sure what a reasonable time limit on this is, but
 I really don't want to keep libassuan 1.x in the tree forever.  :)

Well, I'd say at least until no ports will depend on it :-)

 ale,
 
 This may be the first you've heard of this since I was relying on INDEX
 previously to tell me what ports depended on libassuan and opensc has a
 conditional dependency that I didn't see until I grep'ed the tree.

As you said, libassuan 1 and 2 expose two different and incompatible
APIs. I'm not going to patch opensc myself to support the new API, I'll
wait for an official (or unofficial) update.

-- 
Alex Dupre
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/KDE/editors/koffice-kde4

2010-06-14 Thread Max Brazhnikov
SVN commit 6302 by makc:

Add dependency on math/fftw3
Mark MAKE_JOBS_SAFE
Get rid of KDE4_BUILDENV
Fix plist


 M  +6 -5  Makefile  
 M  +2 -3  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information