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

2014-05-12 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/189496 kde[patch] update databases/libiodbc to v3.52.9
o ports/188830 kdex11/kde4-workspace fail to build with default version 
o ports/188150 kdedevel/py-sip: pkg-plist incompatible with Py3k
f ports/188054 kdex11-themes/kdeartwork4 has issues installing
o ports/187467 kde[patch] x11-toolkits/qt5-gui: fails to build with mult
o ports/187463 kdewww/webkit-qt4 uses base g++ as linker
o ports/187410 kdepkg: KDE meta-package is no longer there
f ports/187260 kdex11-toolkits/qt5-gui Compile error: linux/kd.h not fou
o ports/187150 kdeeditors/kate 4.12.x doesn't compile
o ports/185653 kde[NEW PORTS] devel/qt4-private-* and devel/qt4-declarat
s ports/185488 kde[patch] net/kdenetwork4: add optional dependency on kn
f ports/185008 kdex11/kde4: active window doesn't saved on screen lock
f ports/184996 kdeaudio/kmix: incorrect volume levels
o ports/184995 kdex11/kde4: Hibernate option in Exit menu enabled
o ports/183706 kdePoudriere build failure for devel/py-qt4-core
o ports/183368 kde[patch] Add options to disable MMX/SSE for x11-toolkit
f ports/181212 kde[patch] textproc/redland: add ftp/curl dependency
f ports/181210 kde[patch] textproc/rasqal: add ftp/curl dependency
f ports/180927 kdebuild of x11-themes/kde4-wallpapers-freebsd fails
o ports/180674 kdemath/cantor: configure does not detect R, but R is ins
o ports/180467 kde[partial patch] Make devel/py-qt4-core work with pytho
o ports/180407 kdex11/kde4: dolphin in kde-4.10.5 will cause reboot
o ports/179202 kdex11/kde4-workspace (and elsewhere): automoc4 SEGVs on 
o ports/178063 kde[Patch] graphics/digikam-kde4 can't edit images
o ports/177059 kdedevel/cmake: /usr/share/cmake/Modules/FindLibXml2.cmak
o ports/177018 kdeCan't build devel/xsd
o ports/176869 kdex11/kde4: klauncher crash while attaching virtual cdro
o ports/176862 kde[request] x11/kde4: supply debug libs for KDE binary p
f ports/172359 kde[PATCH] editors/calligra: Fix build with clang++ -stdl
f ports/169671 kdeeditors/calligra Spreadsheet throws and exception on e
f ports/165642 kdex11/kde4: keeps locking the screen.
o ports/165213 kdedevel/cmake: Reinplacement of paths in Modules is bad
f ports/151154 kdeaudio/amarok-kde4 crashes on network activity if ports

33 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


[kde-freebsd] Port Build Error - qt5-gui

2014-05-12 Thread Kevin McQuiggin
Hi There: 

I see that you're the port maintainer for x11-toolkits/qt5-gui.  I have a build 
error.  The port is looking for  and it is not found:

===

--- .obj/qevdevmousehandler.o ---
input/evdevmouse/qevdevmousehandler.cpp:56:10: fatal error: 'linux/kd.h' file 
not found
#include 
 ^
1 error generated.
*** [.obj/qevdevmousehandler.o] Error code 1

make[1]: stopped in 
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-opensource-src-5.2.1/src/platformsupport
1 error

make[1]: stopped in 
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-opensource-src-5.2.1/src/platformsupport
*** Error code 2

Stop.
make: stopped in /usr/ports/x11-toolkits/qt5-gui
root@grouse:/usr/ports/x11-toolkits/qt5-gui # 

===

Additionally, kd.h doesn't exist anywhere on my system:

root@grouse:/usr/ports/x11-toolkits/qt5-gui # find / -name 'kd.h' -print
root@grouse:/usr/ports/x11-toolkits/qt5-gui #

I am running FreeBSD10.0-RELEASE, amd64 build.

Any assistance appreciated!  My goal is to build the "gqrx" port.  Had it built 
and running a few weeks ago; must be a recent change to the ports tree.

I have linux_enable="YES" in my rc.conf, and a bunch of other linux-compatible 
stuff is installed and running fine.

I can provide further info as require; let me know.

Thanks,

Kevin



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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/187467: [patch] x11-toolkits/qt5-gui: fails to build with multimedia/v4l_compat installed

2014-05-12 Thread rakuco
Synopsis: [patch] x11-toolkits/qt5-gui: fails to build with 
multimedia/v4l_compat installed

State-Changed-From-To: open->closed
State-Changed-By: rakuco
State-Changed-When: Mon May 12 13:47:28 UTC 2014
State-Changed-Why: 
Duplicate of ports/187260

http://www.freebsd.org/cgi/query-pr.cgi?pr=187467
___
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/x11-toolkits/qt5-gui

2014-05-12 Thread Raphael Kubo da Costa
SVN commit 10096 by rakuco:

qt5-gui: Explicitly disable evdev support.

This is Linux-specific, and support for it may be accidentally enabled
because the compiler test for it passes if multimedia/v4l_compat is
installed, since it installs linux/input.h into ${LOCALBASE}/include.

PR: ports/187260



 M  +2 -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


Re: [kde-freebsd] ports/187260: x11-toolkits/qt5-gui Compile error: linux/kd.h not found

2014-05-12 Thread rakuco
Synopsis: x11-toolkits/qt5-gui Compile error: linux/kd.h not found

State-Changed-From-To: feedback->closed
State-Changed-By: rakuco
State-Changed-When: Mon May 12 13:51:44 UTC 2014
State-Changed-Why: 
Fixed the linux/kd.h problem in r353821.

http://www.freebsd.org/cgi/query-pr.cgi?pr=187260
___
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] Port Build Error - qt5-gui

2014-05-12 Thread Raphael Kubo da Costa
Kevin McQuiggin  writes:

> Hi There:
>
> I see that you're the port maintainer for x11-toolkits/qt5-gui.  I have a 
> build error.  The port is looking for  and it is not found:
>
> ===
>
> --- .obj/qevdevmousehandler.o ---
> input/evdevmouse/qevdevmousehandler.cpp:56:10: fatal error: 'linux/kd.h' file 
> not found
> #include 
>  ^
> 1 error generated.
> *** [.obj/qevdevmousehandler.o] Error code 1

Hi,

I've fixed this in ports r353821.

Cheers.
___
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/187260: commit references a PR

2014-05-12 Thread dfilter service
The following reply was made to PR ports/187260; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/187260: commit references a PR
Date: Mon, 12 May 2014 13:51:09 + (UTC)

 Author: rakuco
 Date: Mon May 12 13:51:04 2014
 New Revision: 353821
 URL: http://svnweb.freebsd.org/changeset/ports/353821
 QAT: https://qat.redports.org/buildarchive/r353821/
 
 Log:
   Explicitly disable evdev support.
   
   This is Linux-specific, and support for it may be accidentally enabled
   because the compiler test for it passes if multimedia/v4l_compat is
   installed, since it installs linux/input.h into ${LOCALBASE}/include.
   
   PR:  ports/187260
   MFH: 2014Q2
 
 Modified:
   head/x11-toolkits/qt5-gui/Makefile
 
 Modified: head/x11-toolkits/qt5-gui/Makefile
 ==
 --- head/x11-toolkits/qt5-gui/Makefile Mon May 12 13:50:11 2014
(r353820)
 +++ head/x11-toolkits/qt5-gui/Makefile Mon May 12 13:51:04 2014
(r353821)
 @@ -28,7 +28,8 @@ USE_QT5= core dbus qmake_build buildtool
  QT_DIST=  base
  USE_XORG= x11 xi xrender
  HAS_CONFIGURE=yes
 -CONFIGURE_ARGS=   -no-eglfs
 +CONFIGURE_ARGS=   -no-eglfs \
 +  -no-evdev
  USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
  
  BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
 ___
 svn-ports-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-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] Port Build Error - qt5-gui

2014-05-12 Thread Kevin McQuiggin
Thanks!  I will "portsnap fetch update" and then start a "make" and let you 
know how it goes.

Kevin

On May 12, 2014, at 6:58 AM, Raphael Kubo da Costa  wrote:

> Kevin McQuiggin  writes:
> 
>> Hi There:
>> 
>> I see that you're the port maintainer for x11-toolkits/qt5-gui.  I have a 
>> build error.  The port is looking for  and it is not found:
>> 
>> ===
>> 
>> --- .obj/qevdevmousehandler.o ---
>> input/evdevmouse/qevdevmousehandler.cpp:56:10: fatal error: 'linux/kd.h' 
>> file not found
>> #include 
>> ^
>> 1 error generated.
>> *** [.obj/qevdevmousehandler.o] Error code 1
> 
> Hi,
> 
> I've fixed this in ports r353821.
> 
> Cheers.



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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] science/kalzium: build error due to ocaml

2014-05-12 Thread Jan Henrik Sylvester
Rebuilding all kde packages after the recent update, science/kalzium
failed for me on 10.0-RELEASE/amd64:

cd /usr/ports/science/kalzium/work/.build/src && /usr/local/bin/ocamlopt
-o /usr/ports/science/kalzium/work/.build/src/chem.cmx -I
/usr/local/lib/ocaml/facile -c
/usr/ports/science/kalzium/work/kalzium-4.12.5/src/solver/chem.ml
File
"/usr/ports/science/kalzium/work/kalzium-4.12.5/src/solver/chem.ml", line 1:
Error: /usr/local/lib/ocaml/facile/facile.cmi
is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.
*** Error code 2

All other ports are up to date, especially ocaml. There is nothing
related in make.conf.

Cheers,
Jan Henrik
___
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] science/kalzium: build error due to ocaml

2014-05-12 Thread Jan Henrik Sylvester
On 05/12/2014 21:29, Jan Henrik Sylvester wrote:
> Rebuilding all kde packages after the recent update, science/kalzium
> failed for me on 10.0-RELEASE/amd64:
> 
> cd /usr/ports/science/kalzium/work/.build/src && /usr/local/bin/ocamlopt
> -o /usr/ports/science/kalzium/work/.build/src/chem.cmx -I
> /usr/local/lib/ocaml/facile -c
> /usr/ports/science/kalzium/work/kalzium-4.12.5/src/solver/chem.ml
> File
> "/usr/ports/science/kalzium/work/kalzium-4.12.5/src/solver/chem.ml", line 1:
> Error: /usr/local/lib/ocaml/facile/facile.cmi
> is not a compiled interface for this version of OCaml.
> It seems to be for an older version of OCaml.
> *** Error code 2
> 
> All other ports are up to date, especially ocaml. There is nothing
> related in make.conf.

Sorry, I forgot to check freebsd-ports. Rebuilding facile fixed the error.

Cheers,
Jan Henrik
___
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] Port Build Error - qt5-gui

2014-05-12 Thread Kevin McQuiggin
Hi All:

Success!  Thanks Raphael!

Kevin

On May 12, 2014, at 6:58 AM, Raphael Kubo da Costa  wrote:

> Kevin McQuiggin  writes:
> 
>> Hi There:
>> 
>> I see that you're the port maintainer for x11-toolkits/qt5-gui.  I have a 
>> build error.  The port is looking for  and it is not found:
>> 
>> ===
>> 
>> --- .obj/qevdevmousehandler.o ---
>> input/evdevmouse/qevdevmousehandler.cpp:56:10: fatal error: 'linux/kd.h' 
>> file not found
>> #include 
>> ^
>> 1 error generated.
>> *** [.obj/qevdevmousehandler.o] Error code 1
> 
> Hi,
> 
> I've fixed this in ports r353821.
> 
> Cheers.



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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