Re: [kde-freebsd] ports/168689: [patch]: devel/qt4-makeqpf fix build on the freebsd 8.2
Synopsis: [patch]: devel/qt4-makeqpf fix build on the freebsd 8.2 Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 5 12:37:24 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=168689 ___ 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/QT/devel/qt4-makeqpf
SVN commit 8287 by jhale: - Fix build on FreeBSD 8.x PR: ports/168689 Submitted by: Veniamin Gvozdikov M +1 -1 Makefile ___ 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] Set Keyboard Layout on KDM
Hi, I want to setup keyboard layout on KDM to AZERTY. By default, QWERTY is configured. I searched in KDM Settings but have not found anything relating this. In the session, I have configured the keyboard layout to AZERTY without problem. It works fine. I am using FreeBSD 9-STABLE in a VirtualBox VM (as guest). I have configured HAL as described here : http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests KDE 4.8.3 is installed from ports using Portmaster(8). Thank you for your help. Regards, Alexandre ___ 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] ports/168689: [patch]: devel/qt4-makeqpf fix build on the freebsd 8.2
The following reply was made to PR ports/168689; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-follo...@freebsd.org Cc: Subject: Re: ports/168689: [patch]: devel/qt4-makeqpf fix build on the freebsd 8.2 Date: Tue, 05 Jun 2012 10:17:15 -0300 Thank for the patch. I'm committing it without bumping PORTREVISION, as users of 8.2 and earlier versions were not able to build the port anyway (and the change does not affect later versions). ___ 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] ports/168689: commit references a PR
The following reply was made to PR ports/168689; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/168689: commit references a PR Date: Tue, 5 Jun 2012 13:19:04 + (UTC) rakuco 2012-06-05 13:18:55 UTC FreeBSD ports repository Modified files: devel/qt4-makeqpfMakefile Log: Fix the path to the patch needed on FreeBSD 8.2 and earlier. PR: ports/168689 Submitted by: Veniamin Gvozdikov Revision ChangesPath 1.16 +1 -1 ports/devel/qt4-makeqpf/Makefile ___ cvs-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-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
Re: [kde-freebsd] ports/168689: [patch]: devel/qt4-makeqpf fix build on the freebsd 8.2
Synopsis: [patch]: devel/qt4-makeqpf fix build on the freebsd 8.2 State-Changed-From-To: open->closed State-Changed-By: rakuco State-Changed-When: Tue Jun 5 13:20:44 UTC 2012 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=168689 ___ 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] ports/168628: error: cannot build editors/calligra
The following reply was made to PR ports/168628; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-follo...@freebsd.org Cc: Subject: Re: ports/168628: error: cannot build editors/calligra Date: Tue, 05 Jun 2012 10:26:08 -0300 Andrei Lavreniyuk writes: > In file included from > /usr/ports/editors/calligra/work/calligra-2.4.2/kexi/kexidb/drivers/pqxx/pqxxdriver.cpp:25: > In file included from > /usr/ports/editors/calligra/work/calligra-2.4.2/kexi/kexidb/drivers/pqxx/pqxxconnection.h:26: > In file included from > /usr/ports/editors/calligra/work/calligra-2.4.2/kexi/kexidb/drivers/pqxx/pqxxcursor.h:30: > In file included from /usr/local/include/pqxx/pqxx:19: > In file included from /usr/local/include/pqxx/cursor:19: > /usr/local/include/pqxx/cursor.hxx:310:5: error: no matching constructor for > initialization of 'internal::sql_cursor' > m_cur(trans, adopted_cursor, up, op) > ^ ~ > /usr/local/bin/cmake -E cmake_progress_report > /usr/ports/editors/calligra/work/.build/CMakeFiles > /usr/local/include/pqxx/cursor.hxx:197:3: note: candidate constructor not > viable: requires 7 arguments, but 4 were provided > sql_cursor(transaction_base &t, > ^ > /usr/local/include/pqxx/cursor.hxx:205:3: note: candidate constructor not > viable: requires 3 arguments, but 4 were provided > sql_cursor(transaction_base &t, > ^ > /usr/local/include/pqxx/cursor.hxx:194:22: note: candidate constructor (the > implicit copy constructor) not viable: requires 1 argument, but 4 were > provided > class PQXX_LIBEXPORT sql_cursor : public cursor_base > ^ Actually the problem is with libpqxx30, as it does not seem to behave well with clang. We're currently testing switching to libpqxx instead; meanwhile, you can use some version of gcc to build calligra. ___ 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] Set Keyboard Layout on KDM
On Tue, Jun 5, 2012 at 3:04 PM, Alexandre wrote: > Hi, > > I want to setup keyboard layout on KDM to AZERTY. > By default, QWERTY is configured. > I searched in KDM Settings but have not found anything relating this. > > In the session, I have configured the keyboard layout to AZERTY without > problem. It works fine. > > I am using FreeBSD 9-STABLE in a VirtualBox VM (as guest). I have > configured HAL as described here : > http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests > KDE 4.8.3 is installed from ports using Portmaster(8). > > Thank you for your help. > > Regards, > Alexandre > Hi, I found how to change keyboard layout under KDM. I just add a second file "x11-input.fdi" in /usr/local/etc/hal/fdi/policy with these informations: pc105 fr I got two files in /usr/local/etc/hal/fdi/policy: x11-input.fdi 90-vbboxguest.fdi It works like a charm. Regards, Alexandre ___ 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] [Fwd: kuickshow-0.9.1.4.4.0_3 failed on amd64 7]
Přeposlaná zpráva > Od: User Ports-amd64 > Komu: c...@oook.cz, ite...@freebsd.org, florent.thou...@gmail.com > Předmět: kuickshow-0.9.1.4.4.0_3 failed on amd64 7 > Datum: Mon, 4 Jun 2012 10:13:29 GMT > > Excerpt from the build log at > > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.7.20120603171103/kuickshow-0.9.1.4.4.0_3.log > > building kuickshow-0.9.1.4.4.0_3 on gohan13.freebsd.org > in directory /x/pkgbuild/7/20120603171103/chroot/69 > building for: 7.3-RELEASE-p4 amd64 > maintained by: k...@freebsd.org > port directory: /usr/ports/graphics/kuickshow-kde4 > Makefile ident: $FreeBSD: ports/graphics/kuickshow-kde4/Makefile,v 1.45 > 2012/06/01 05:20:12 dinoex Exp $ > > [... lines trimmed ...] > > [ 98%] Building CXX object src/CMakeFiles/kdeinit_kuickshow.dir/printing.o > cd /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/src && > /usr/bin/c++ -Dkdeinit_kuickshow_EXPORTS -O2 -fno-strict-aliasing -pipe > -Woverloaded-virtual -fvisibility=hidden -Werror=return-type > -fvisibility-inlines-hidden -O2 -DNDEBUG -DQT_NO_DEBUG -fPIC > -I/work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/src > -I/usr/local/kde4/include -I/usr/local/kde4/include/KDE > -I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns > -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit > -I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest > -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql > -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtOpenGL > -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtHelp > -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4/QtDeclarative > -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/Qt3Support > -I/usr/local/include/qt4/QtGui -I/usr/local > /include/qt4/QtCore -I/usr/local/include/qt4/Qt > -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 > -I/usr/local/include -o CMakeFiles/kdeinit_kuickshow.dir/printing.o -c > /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/src/printing.cpp > Linking CXX shared library ../lib/libkdeinit4_kuickshow.so > cd /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/src && > /usr/local/bin/cmake -E cmake_link_script > CMakeFiles/kdeinit_kuickshow.dir/link.txt --verbose=1 > /usr/bin/c++ -fPIC -O2 -fno-strict-aliasing -pipe -Woverloaded-virtual > -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 > -DNDEBUG -DQT_NO_DEBUG -lc -shared -Wl,-soname,libkdeinit4_kuickshow.so -o > ../lib/libkdeinit4_kuickshow.so > CMakeFiles/kdeinit_kuickshow.dir/kdeinit_kuickshow_automoc.o > CMakeFiles/kdeinit_kuickshow.dir/kuickshow.o > CMakeFiles/kdeinit_kuickshow.dir/aboutwidget.o > CMakeFiles/kdeinit_kuickshow.dir/generalwidget.o > CMakeFiles/kdeinit_kuickshow.dir/kuickconfigdlg.o > CMakeFiles/kdeinit_kuickshow.dir/kuickfile.o > CMakeFiles/kdeinit_kuickshow.dir/filecache.o > CMakeFiles/kdeinit_kuickshow.dir/main.o > CMakeFiles/kdeinit_kuickshow.dir/defaultswidget.o > CMakeFiles/kdeinit_kuickshow.dir/imagewindow.o > CMakeFiles/kdeinit_kuickshow.dir/kuickdata.o > CMakeFiles/kdeinit_kuickshow.dir/kuickimage.o > CMakeFiles/kdeinit_kuickshow.dir/imdata.o > CMakeFiles/kdeinit_kuickshow.dir/filefinder.o > CMakeFiles/kdeinit_kuickshow.dir/kurlwidget.o > CMakeFiles/kdeinit_kuickshow.dir/f > ilewidget.o CMakeFiles/kdeinit_kuickshow.dir/kuick.o > CMakeFiles/kdeinit_kuickshow.dir/imlibwidget.o > CMakeFiles/kdeinit_kuickshow.dir/slideshowwidget.o > CMakeFiles/kdeinit_kuickshow.dir/imagemods.o > CMakeFiles/kdeinit_kuickshow.dir/printing.o /usr/local/lib/libSM.so > /usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXext.so > /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so > /usr/local/lib/libImlib.so /usr/local/kde4/lib/libkio.so.7.0.1 > /usr/local/kde4/lib/libkfile.so.5.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 > /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtXml.so > /usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/lib/qt4/libQtSvg.so > /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/lib/qt4/libQtDBus.so > /usr/local/lib/qt4/libQtCore.so -pthread /usr/local/lib/qt4/libQtGui.so > -Wl,-rpath,/usr/local/lib:/usr/local/kde4/lib:/usr/local/lib/qt4 > -Wl,-rpath-link,/usr/local/kde4/lib:/usr/local/lib > /usr/local/bin/cmake -E cmake_progress_report > /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/CMakeFiles > 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 > [ 98%] Built target kdeinit_kuickshow > make -f src/CMakeFiles/kuickshow.dir/build.make > src/CMakeFiles/kuickshow.dir/depend > cd /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0 && > /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" > /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0 > /work/a/ports/graphics/kuickshow-kde4/work/kuick
[kde-freebsd] devel/kdebindings4-perl-perlqt failure on i386
devel/kdebindings4-perl-perlqt fails to build on 9.0-RELEASE/i386 (while it builds successfully on amd64 in an otherwise identical chroot build environment): CMakeFiles/perlqtcore4.dir/util.cpp.o: In function `XS_AUTOLOAD': util.cpp:(.text+0xcd47): undefined reference to `__stack_chk_fail_local' /usr/local/bin/ld: ../../blib/arch/auto/QtCore4/QtCore4.so: hidden symbol `__stack_chk_fail_local' isn't defined /usr/local/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status Full log attached. Any idea? Thanks, Jan Henrik p5-kdebindings-perlqt-4.8.3.log.bz2 Description: Binary data ___ 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] [Fwd: kuickshow-0.9.1.4.4.0_3 failed on amd64 7]
Pav Lucistnik writes: > Přeposlaná zpráva >> Od: User Ports-amd64 >> Komu: c...@oook.cz, ite...@freebsd.org, florent.thou...@gmail.com >> Předmět: kuickshow-0.9.1.4.4.0_3 failed on amd64 7 >> Datum: Mon, 4 Jun 2012 10:13:29 GMT >> >> Excerpt from the build log at >> >> >> http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.7.20120603171103/kuickshow-0.9.1.4.4.0_3.log [snip] >> Linking CXX executable kuickshow >> cd /work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/src >> && /usr/local/bin/cmake -E cmake_link_script >> CMakeFiles/kuickshow.dir/link.txt --verbose=1 >> /usr/bin/c++ -O2 -fno-strict-aliasing -pipe -Woverloaded-virtual >> -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -O2 >> -DNDEBUG -DQT_NO_DEBUG CMakeFiles/kuickshow.dir/kuickshow_dummy.o -o >> kuickshow ../lib/libkdeinit4_kuickshow.so ../lib/libkdeinit4_kuickshow.so >> /usr/local/lib/libSM.so /usr/local/lib/libICE.so /usr/local/lib/libX11.so >> /usr/local/lib/libXext.so /usr/local/lib/libXau.so >> /usr/local/lib/libXdmcp.so /usr/local/lib/libImlib.so >> /usr/local/kde4/lib/libkfile.so.5.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 >> /usr/local/lib/qt4/libQtNetwork.so /usr/local/lib/qt4/libQtXml.so >> /usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/lib/qt4/libQtSvg.so >> /usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/lib/qt4/libQtDBus.so >> /usr/local/lib/qt4/libQtCore.so -pthread /usr/local/lib/qt4/libQtGui.so >> -Wl,-rpath,/work/a/ports/graphics/kuickshow-kde4/work/kuickshow-0.9.1-kde4.4.0/lib:/usr/local/lib:/usr/local/kde4/lib:/usr/local/lib/qt4: >> -Wl,-rpath-link,/usr/local/kde4/li >> b:/usr/local/lib >> /usr/local/lib/libImlib.so: undefined reference to `PrintGifError' The problem lies on graphics/imlib; it calls PrintGifError(), which has been removed on giflib 4.2.0. CC'ing gnome@. ___ 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