[kde-freebsd] [SVN Commit] area51/CALLIGRA/editors/calligra-l10n-ca

2012-05-29 Thread Alberto Villa
SVN commit 8249 by avilla:

- Fix plist for calligra-l10n ports.



 M  +0 -4  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


[kde-freebsd] Qt and libc++ incompatibility

2012-05-29 Thread Schaich Alonso
Hello

Trying to compile some c++11 portions of KDE, I ran into an issue where 
QListT::Iterator seems not to be qualified to become libc++'s 
std::listT::list(_InpIter,_InpIter, ...) _InpIter type, although it could 
also be related to the enable_if__is_input_iterator_InpIter::value type 
(I'm not familiar with the new c++ standard yet).

I have attached a reduced test to reproduce the error (test-1.cc). 
There's also a problem with incomplete/forward declaration of 
std::random_access_iterator_tag pulled in by QtCore header (test-2.cc).

Could you please take a look at this issue?

Alonso
/*
 * Works with
 * clang++ -std=c++11 `pkg-config --cflags QtCore` -c test-1.cc
 * Fails with
 * clang++ -std=c++11 -stdlib=libc++ `pkg-config --cflags QtCore` -c test-1.cc
 */

#include list
#include cstdlib
#include QList

int
main ()
{
  QListint qlist;
  std::listint slist;

  slist = std::listint(qlist.begin(), qlist.end());

  return (EXIT_SUCCESS);
}
/*
 * Works with
 * clang++ -std=c++11 `pkg-config --cflags QtCore` -c test-2.cc
 * Fails with
 * clang++ -std=c++11 -stdlib=libc++ `pkg-config --cflags QtCore` -c test-2.cc
 */

#include cstdlib
#include QtCore

int
main ()
{
  return (EXIT_SUCCESS);
}
___
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] Display Problems in 4.8.3 on FreeBSD 8.3 stable

2012-05-29 Thread David Booth
Hi:

I updated to 4.8.3 this weekend and now have display rendering issues 
in windows for KDE applications.

The first issue seems to be a vertical offset issue.  All of the KDE 
windows seem to have their content offset to the top.  For example, if 
I open a web page in Konqueror, the top two inches of the page 
disappear under the title bar and there is a corresponding gray 
rectangle at the bottom of the page with no content.  I see the same 
thing in other KDE windows.  For example, if I open a Konsole window, 
the window contents are shifted upwards so the top two lines of text 
are not visible and there is a gray rectangle at the bottom of the 
window.  Also, if I use the mouse to select a line of text, the 
highlighted line of text is two lines above where the mouse cursor is 
located.  Similar behavior is seen with buttons.  Generally, in order 
to select a button, I have to place the mouse cursor a half-inch or so 
below it.

The second issue seems to be redraw issue.  If I minimize a Konqueror 
window and then expand it again, it come back with just an empty gray 
background and no content.  If I decrease the size of a Konsole 
window, the old full-size window remains visible in the background.

Another issue is that some KDE windows come up blank when opened (such 
as the Application Launcher).  If I move the mouse around in the blank 
window, items will appear and disappear as the mouse moves over them 
and off of them.  With this behavior, I cannot change any of the 
system settings as the window is unusable. 

I have tried various values for kern.ipc.shmni and kern.ipc.shmseg up 
to 4096 and it seems to make no difference.

Non-KDE applications such as Firefox, Opera, Gimp, Thunderbird, 
GoogleEarth etc. do not have these problems.  They work fine.

The video card is an Nvidia FX 2700M (G94GL).  I  have tried with the 
native Nvidia driver as well with the NV driver and VESA.  The 
behavior is the same for all

This all seems very similar to the behavior that KDEgames had in 
4.7.4, but the rest of the KDE windows worked well there.

I see occasional errors on the console from which KDE was started such 
as:

QNativeImage: Unable to attach to shared memory segment

and

kpat(2724)/KSharedDataChache: Unabel to find an appropriate lock to 
guard the shared cache.  This *should* be essentially impossible. :(
kpat(2724)/KSharedDataCache: Unable to perform initial setup, this 
system probably does not really support process-shared pthreads or 
semaphores, even though it claims otherwise.
kpat(2724)/KSharedDataChache:  Unable to unmap shared memory segment 
0x80e20

Does anybody have any suggestions to try to fix this? Do I have a 
configuration issue somewhere?

Environment is 8.3 stable AMD64 updated as of 5/26/2012.  Ports all up 
to date as of 5/26/12. X.org X Server 1.10.6

Hardware:  Intel T9600 processor with 4GB ram, Nvidia FX 2700M (G94GL) 
video card.

This hardware/Xorg configuration worked fine with 4.7.4 except for 
KDEgames as mentioned above.


Thanks for your help.

David B.
___
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] Kmail 4.8.3 problem

2012-05-29 Thread Dwayne MacKinnon
On May 29, 2012 02:27:00 PM Raphael Kubo da Costa wrote:
 Dwayne MacKinnon d...@ncf.ca writes:
  I configured kmail with my IMAP account, and here's where I ran into
  problems. Although everything appears fine with the account, it doesn't
  show up in the Folder panel. All that's there is the Local Folders.
  
  Any thoughts?
 
 Is the IMAP agent active and enabled?

Yes, it is.

I was about to write an update on this. After starting and restarting kmail a 
number of times, (including logging out of KDE entirely at least twice) the 
folders magically appeared, and I could access my email. Some of the time.

It seems that IMAP under kmail2 is not terribly stable. It will work ok, but 
then it will refuse to download a message. 

I'm not terribly impressed. I've downgraded to the kdepim44 ports for the time 
being while I decide whether it's worth it or not.

Cheers,
DMK
___
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] kdebindings4-perl-perlqt

2012-05-29 Thread ajtiM
On Tuesday 29 May 2012 08:41:11 Olivier Smedts wrote:
 2012/5/29 Franci Nabalanci lum...@gmail.com:
  I will try to build with clang when I came home.
  Is it:
  
  CC=clang
  CXX=clang++
  CPP=clang-cpp
  
  enough to put in make.conf to build with clang, please?
 
 More simply, just comment out or remove the CC=/usr/local/bin/gcc46
 line which should be in your /etc/make.conf, and do the same for the
 rest of the configuration you used for gcc46.
 
 I think that your gcc46 setup is at fault.
 
 If this works, you can still use gcc46 for all ports but some with a test
 like : .if !${.CURDIR:M/usr/ports/devel/kdebindings4-perl-perlqt*}
 CC=/usr/local/bin/gcc46
 [put here the rest of the config you use for gcc46 like CXX and CPP]
 .endif
 
  On Tue, May 29, 2012 at 6:00 AM, Olivier Smedts oliv...@gid0.org wrote:
  Hello,
  
  2012/5/28 ajtiM lum...@gmail.com:
   I forgot to make clean first. Here is another one.
   
   Mitja
   
   http://jpgmag.com/people/lumiwa
  
  I see the compiler you're using is gcc46, from ports. You may have set
  it up from /etc/make.conf. Can you try building this port with the
  base system's default compiler, or even clang ?
  
  Cheers
  
  --
  Olivier Smedts _
  ASCII ribbon campaign ( )
  e-mail: oliv...@gid0.org- against HTML email  vCards  X
  www: http://www.gid0.org- against proprietary attachments / \
  
Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas.

I did put  CC=clang
  CXX=clang++
  CPP=clang-cpp

and make but it still use gcc46. I did as you wrote and it is the same result. 
I didn't have anything in /etc/make.conf about gcc.


Mitja

http://jpgmag.com/people/lumiwa
___
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] Display Problems in 4.8.3 on FreeBSD 8.3 stable

2012-05-29 Thread Luca Pizzamiglio
Hi David.

I' had a similar issue with similar messages..
Try to set a higher value to kern.ipc.shmall

I had 8192 that was really inadequate and I set 16384.

Regards,
Luca

On Tue, May 29, 2012 at 6:42 PM, David Booth dav...@boothscientific.com wrote:
 Hi:

 I updated to 4.8.3 this weekend and now have display rendering issues in
 windows for KDE applications.

 The first issue seems to be a vertical offset issue. All of the KDE windows
 seem to have their content offset to the top. For example, if I open a web
 page in Konqueror, the top two inches of the page disappear under the title
 bar and there is a corresponding gray rectangle at the bottom of the page
 with no content. I see the same thing in other KDE windows. For example, if
 I open a Konsole window, the window contents are shifted upwards so the top
 two lines of text are not visible and there is a gray rectangle at the
 bottom of the window. Also, if I use the mouse to select a line of text, the
 highlighted line of text is two lines above where the mouse cursor is
 located. Similar behavior is seen with buttons. Generally, in order to
 select a button, I have to place the mouse cursor a half-inch or so below
 it.

 The second issue seems to be redraw issue. If I minimize a Konqueror window
 and then expand it again, it come back with just an empty gray background
 and no content. If I decrease the size of a Konsole window, the old
 full-size window remains visible in the background.

 Another issue is that some KDE windows come up blank when opened (such as
 the Application Launcher). If I move the mouse around in the blank window,
 items will appear and disappear as the mouse moves over them and off of
 them. With this behavior, I cannot change any of the system settings as the
 window is unusable.

 I have tried various values for kern.ipc.shmni and kern.ipc.shmseg up to
 4096 and it seems to make no difference.

 Non-KDE applications such as Firefox, Opera, Gimp, Thunderbird, GoogleEarth
 etc. do not have these problems. They work fine.

 The video card is an Nvidia FX 2700M (G94GL). I have tried with the native
 Nvidia driver as well with the NV driver and VESA. The behavior is the same
 for all

 This all seems very similar to the behavior that KDEgames had in 4.7.4, but
 the rest of the KDE windows worked well there.

 I see occasional errors on the console from which KDE was started such as:

 QNativeImage: Unable to attach to shared memory segment

 and

 kpat(2724)/KSharedDataChache: Unabel to find an appropriate lock to guard
 the shared cache. This *should* be essentially impossible. :(

 kpat(2724)/KSharedDataCache: Unable to perform initial setup, this system
 probably does not really support process-shared pthreads or semaphores, even
 though it claims otherwise.

 kpat(2724)/KSharedDataChache: Unable to unmap shared memory segment
 0x80e20

 Does anybody have any suggestions to try to fix this? Do I have a
 configuration issue somewhere?

 Environment is 8.3 stable AMD64 updated as of 5/26/2012. Ports all up to
 date as of 5/26/12. X.org X Server 1.10.6

 Hardware: Intel T9600 processor with 4GB ram, Nvidia FX 2700M (G94GL) video
 card.

 This hardware/Xorg configuration worked fine with 4.7.4 except for KDEgames
 as mentioned above.

 Thanks for your help.

 David B.


 ___
 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 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] Display Problems in 4.8.3 on FreeBSD 8.3 stable

2012-05-29 Thread Alberto Villa
On Tue, May 29, 2012 at 11:43 PM, Luca Pizzamiglio
luca.pizzamig...@gmail.com wrote:
 I' had a similar issue with similar messages..
 Try to set a higher value to kern.ipc.shmall

 I had 8192 that was really inadequate and I set 16384.

It's not shmall. Please, check UPDATING or qt4-gui/pkg-message.
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
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/167498: x11/xorg: update Xorg 5.1.2 and kde 4.7.4: double click of the mouse is uncertain

2012-05-29 Thread Raphael Kubo da Costa
The following reply was made to PR ports/167498; it has been noted by GNATS.

From: Raphael Kubo da Costa rak...@freebsd.org
To: bug-follo...@freebsd.org
Cc: gerard.amaill...@jouy.inra.fr
Subject: Re: ports/167498: x11/xorg: update Xorg 5.1.2 and kde 4.7.4: double 
click of the mouse is uncertain
Date: Tue, 29 May 2012 20:05:44 -0300

 Gerard Amailland gerard.amaill...@jouy.inra.fr writes:
 
  Hello
 
  The problem is solved.
  I added these two lines in xorg.conf
 
  Section ServerLayout
 
  Option AllowEmptyInput  false
  Option AutoAddDevices false
 
  With Xorg 7.5.1 these two lines are not necessary.
  With Xorg 7.5.2 I need these two lines
 
  I remember that my computer is a laptop DELL E6410
  Nvidia NVS 3100M  -- kde4.8.3   OpenGL
 
  Good day
 
  Gerard
 
 Thanks for the information. I'm replying with bug-follo...@freebsd.org
 CC'ed so that your message is logged in the PR.
___
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] kdebindings4-perl-perlqt

2012-05-29 Thread ajtiM
On Tuesday 29 May 2012 08:41:11 Olivier Smedts wrote:
 2012/5/29 Franci Nabalanci lum...@gmail.com:
  I will try to build with clang when I came home.
  Is it:
  
  CC=clang
  CXX=clang++
  CPP=clang-cpp
  
  enough to put in make.conf to build with clang, please?
 
 More simply, just comment out or remove the CC=/usr/local/bin/gcc46
 line which should be in your /etc/make.conf, and do the same for the
 rest of the configuration you used for gcc46.
 
 I think that your gcc46 setup is at fault.
 
 If this works, you can still use gcc46 for all ports but some with a test
 like : .if !${.CURDIR:M/usr/ports/devel/kdebindings4-perl-perlqt*}
 CC=/usr/local/bin/gcc46
 [put here the rest of the config you use for gcc46 like CXX and CPP]
 .endif
 
  On Tue, May 29, 2012 at 6:00 AM, Olivier Smedts oliv...@gid0.org wrote:
  Hello,
  
  2012/5/28 ajtiM lum...@gmail.com:
   I forgot to make clean first. Here is another one.
   
   Mitja
   
   http://jpgmag.com/people/lumiwa
  
  I see the compiler you're using is gcc46, from ports. You may have set
  it up from /etc/make.conf. Can you try building this port with the
  base system's default compiler, or even clang ?
  
  Cheers
  
  --
  Olivier Smedts _
  ASCII ribbon campaign ( )
  e-mail: oliv...@gid0.org- against HTML email  vCards  X
  www: http://www.gid0.org- against proprietary attachments / \
  
Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas.

Thank you very much. I built kdebindigs4-perl-perlqt and all kdebindigs4 with 
clang and it works.

Mitja

http://jpgmag.com/people/lumiwa
___
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] Display Problems in 4.8.3 on FreeBSD 8.3 stable

2012-05-29 Thread David Booth
On Tuesday, May 29, 2012, Alberto Villa wrote:
 On Tue, May 29, 2012 at 11:43 PM, Luca Pizzamiglio
 
 luca.pizzamig...@gmail.com wrote:
  I' had a similar issue with similar messages..
  Try to set a higher value to kern.ipc.shmall
  
  I had 8192 that was really inadequate and I set 16384.
 
 It's not shmall. Please, check UPDATING or qt4-gui/pkg-message.
HI Alberto:

I follwed the qt4-gui/pkg-message and tried up to 4096 for both 
kern.ipc.shmmni and kern.ipc.shmseg and these did not help.  Bumping 
up kern.ipc.shmall fixed it, so this seems to be a separate issue.  
Perhaps this should be documented in UPDATING?
___
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] Display Problems in 4.8.3 on FreeBSD 8.3 stable

2012-05-29 Thread David Booth
On Tuesday, May 29, 2012, Luca Pizzamiglio wrote:
 Hi David.
 
 I' had a similar issue with similar messages..
 Try to set a higher value to kern.ipc.shmall
 
 I had 8192 that was really inadequate and I set 16384.
 
 Regards,
 Luca
 

Hi Luca:

Thanks for the tip.  That seems to have fixed it.  Now I can move on 
to smaller issues.  Your help is appreciated.

Regards,
David
___
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] Display Problems in 4.8.3 on FreeBSD 8.3 stable

2012-05-29 Thread Alberto Villa
On Wed, May 30, 2012 at 2:14 AM, David Booth dav...@boothscientific.com wrote:
 I follwed the qt4-gui/pkg-message and tried up to 4096 for both
 kern.ipc.shmmni and kern.ipc.shmseg and these did not help. Bumping up
 kern.ipc.shmall fixed it, so this seems to be a separate issue. Perhaps this
 should be documented in UPDATING?

You're on FreeBSD 8, right? Luca found that shmall limit is much lower
on that version. I'll add a minimum limit to qt4-gui/pkg-message as
soon as we are able to determine a safe one (Luca seems to have an
idea of it).
-- 
Alberto Villa, FreeBSD committer avi...@freebsd.org
http://people.FreeBSD.org/~avilla
___
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/PORTS/devel/kdevplatform

2012-05-29 Thread Raphael Kubo da Costa
SVN commit 8251 by rakuco:

kdevplatform: Really fix clang support.

My original commit to kdevplatform required a few fix-ups later to
effectively work.

Replace the previous patch with a new one containing all the necessary
commits from upstream.



 M  +1 -0  Makefile  
 A files/patch-fix-clang-support  
 D files/patch-git_4eed758  


___
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] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-05-29 Thread Raphael Kubo da Costa
Jason E. Hale bsdkaf...@gmail.com writes:

 SVN commit 8250 by jhale:

 - Update x11-toolkits/attica to 0.4.0

BTW, have you seen
http://commits.kde.org/attica/ad715b958667eec63c1a6467b7d816aeb38c190b?

A few other ports might need to have their PORTREVISIONs bumped because
of that.
___
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