[kde-freebsd] Re: kdm4 on FreeBSD 8.1 fails to launch

2011-03-27 Thread Dima Panov
hello! 28.03.2011, 16:20, "Freddie Cash" : > There's a problem in the RC script for kdm4, as part of KDE SC 4.6.1. > At least on FreeBSD 8.1. > > The following line fails as pgrep on 8.1 doesn't support -q: > > while ! pgrep -fq "^/usr/libexec/getty " > /dev/null 2>&1; do > > Removing the q fr

[kde-freebsd] kdm4 on FreeBSD 8.1 fails to launch

2011-03-27 Thread Freddie Cash
There's a problem in the RC script for kdm4, as part of KDE SC 4.6.1. At least on FreeBSD 8.1. The following line fails as pgrep on 8.1 doesn't support -q: while ! pgrep -fq "^/usr/libexec/getty " > /dev/null 2>&1; do Removing the q from the line makes everything work correctly on 8.1. Took

[kde-freebsd] gtk30 should be added to ports soon

2011-03-27 Thread Super Bisquit
Gtk20 keeps breaking, so I remove and replace references to it with gtk30. Builds work after that. Since the normal is to have $VERSION>$LAST then upgrading this wouldn't hurt. ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/

[kde-freebsd] Re: ports/155978: editors/koffice-kde4 build failure

2011-03-27 Thread avilla
Synopsis: editors/koffice-kde4 build failure State-Changed-From-To: open->feedback State-Changed-By: avilla State-Changed-When: Sun Mar 27 23:17:40 UTC 2011 State-Changed-Why: you probably have qt3 installed, don't you? try deinstalling it in order to build koffice http://www.freebsd.org/cgi/que

[kde-freebsd] Re: ports/155962: [ERROR] cannot compile ports/accessibility/kdeaccessibility4

2011-03-27 Thread avilla
Synopsis: [ERROR] cannot compile ports/accessibility/kdeaccessibility4 State-Changed-From-To: open->closed State-Changed-By: avilla State-Changed-When: Sun Mar 27 23:10:26 UTC 2011 State-Changed-Why: fix committed, thanks for reporting http://www.freebsd.org/cgi/query-pr.cgi?pr=155962 __

[kde-freebsd] Re: ports/155962: commit references a PR

2011-03-27 Thread dfilter service
The following reply was made to PR ports/155962; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/155962: commit references a PR Date: Sun, 27 Mar 2011 23:09:36 + (UTC) avilla 2011-03-27 23:09:11 UTC FreeB

[kde-freebsd] Re: ports/155978: editors/koffice-kde4 build failure

2011-03-27 Thread linimon
Old Synopsis: KOffice build failure New Synopsis: editors/koffice-kde4 build failure Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 27 22:58:26 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.or

[kde-freebsd] [SVN Commit] area51/KDE/x11/kdelibs4

2011-03-27 Thread Alberto Villa
SVN commit 7069 by avilla: - Add security patch. Tim Brown of Nth Dimension reported a vulnerability on Konqueror's error pages that could allow a XSS attack. It has been assigned CVE-2011-1168. Maksim Orlovich has provided the patch from the KDE side. Security: CVE-2011-1168 M +1 -0

[kde-freebsd] [SVN Commit] area51/KDE/accessibility/kdeaccessibility4

2011-03-27 Thread Alberto Villa
SVN commit 7068 by avilla: - Fix linking in some circumstances. PR: ports/155962 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

[kde-freebsd] Re: Gnome3 on powerpc, KDE4 on powerpc

2011-03-27 Thread Koop Mast
On Fri, 2011-03-25 at 13:10 -0400, Super Bisquit wrote: > gobject-introspection is 0.10.4 for gnome3. I don't see how this is a problem, can you explain it in more detail? > py-gstreamer is at 0.10.21 on ports and 0.10.20 on marcusports Fixed, by removing the MC version. Thanks for the notice.

[kde-freebsd] [SVN Commit] area51/KDE/x11/kdebase4-workspace

2011-03-27 Thread Alberto Villa
SVN commit 7067 by avilla: - Sync with ports. M +3 -2 Makefile M +1 -1 files/kdm4.in ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest inf

[kde-freebsd] Re: ports/155961: commit references a PR

2011-03-27 Thread dfilter service
The following reply was made to PR ports/155961; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/155961: commit references a PR Date: Sun, 27 Mar 2011 17:43:31 + (UTC) avilla 2011-03-27 17:43:17 UTC FreeB

[kde-freebsd] Re: [Patch] /usr/local/kde4/etc/rc.d/kdm4 doesn't work after update

2011-03-27 Thread Alberto Villa
On Sunday 27 March 2011 04:39:36 Ondřej Majerech wrote: > But pgrep doesn't support any -q flag. At least according to its > manpage and the fact that running pgrep -fq whatever always results in > pgrep printing its usage message. it does on CURRENT. unfortunately no tester found the problem >

[kde-freebsd] Re: ports/155961: x11/kdebase4-workspace: kdm4 always take 10 minutes to launch KDE

2011-03-27 Thread avilla
Synopsis: x11/kdebase4-workspace: kdm4 always take 10 minutes to launch KDE State-Changed-From-To: open->closed State-Changed-By: avilla State-Changed-When: Sun Mar 27 17:45:32 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=155961 __

[kde-freebsd] Re: ports/155435: [PATCH] devel/kdebindings4-python-pykdeuic4 leaves .pyo files after deinstall

2011-03-27 Thread avilla
Synopsis: [PATCH] devel/kdebindings4-python-pykdeuic4 leaves .pyo files after deinstall State-Changed-From-To: patched->closed State-Changed-By: avilla State-Changed-When: Sun Mar 27 17:45:06 UTC 2011 State-Changed-Why: committed with the latest kde patchset. thanks! http://www.freebsd.org/cgi/

[kde-freebsd] KDE 4.6.1 Problems"Unable to find an appropriate lock to guard the shared cache"

2011-03-27 Thread Ralf Folkerts
Hi, the other day I updated my System which incl. the Update to KDE 4.6.1. I did follow the Instructions in UPDATING. When I ran "startx" after the Update I did get the KDE Destop, but then it froze (i.e. it didn't react to any Key pressed, the mouse didn't work; ctrl-alt-f1 didn't take me to

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Raphael Kubo da Costa
Jerry writes: > On Sun, Mar 27, 2011 at 11:35 AM, Raphael Kubo da Costa > wrote: >> Dwayne MacKinnon writes: >> >>> Looking through your post of the kdelibs-4.6.1 output, I see the problems >>> start after this line: >>> >>> /usr/local/include/qt4/QtCore/qatomic_arch.h:92:4: error: #error "Qt h

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Jerry
On Sun, Mar 27, 2011 at 11:35 AM, Raphael Kubo da Costa wrote: > Dwayne MacKinnon writes: > >> Looking through your post of the kdelibs-4.6.1 output, I see the problems >> start after this line: >> >> /usr/local/include/qt4/QtCore/qatomic_arch.h:92:4: error: #error "Qt has not >> been ported to t

[kde-freebsd] kde 4.6.1

2011-03-27 Thread ajtiM
Update on my ten years old computer was very good, thank you :). Everything works fine as before and I have a feeling that is a little slow than before but I need to start thinking about new one :). Mitja http://jpgmag.com/people/lumiwa ___ k

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Raphael Kubo da Costa
Dwayne MacKinnon writes: > Looking through your post of the kdelibs-4.6.1 output, I see the problems > start after this line: > > /usr/local/include/qt4/QtCore/qatomic_arch.h:92:4: error: #error "Qt has not > been ported to this architecture" Last time I checked, this error used to show up whe

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Oliver Heesakkers
On Sunday 27 March 2011 16:37:22 Jerry wrote: > On Sun, Mar 27, 2011 at 9:36 AM, Jerry wrote: > > On Sun, Mar 27, 2011 at 8:39 AM, Oliver Heesakkers > > wrote: > >> On Sunday 27 March 2011 14:25:57 Jerry wrote: > >>> After following the instructions in UPDATING, I am still experiencing > >>> a pr

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Dwayne MacKinnon
Looking through your post of the kdelibs-4.6.1 output, I see the problems start after this line: /usr/local/include/qt4/QtCore/qatomic_arch.h:92:4: error: #error "Qt has not been ported to this architecture" Could you post the output of uname -a, and also a pkg_info command? I'm no expert, but

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Rusty Nejdl
No, kdelibs4 refuses to build also. It is a long build attempt. I can try and post it so someone can peruse it I suppose. > Replying to my own post, this URL contails the text of the failed build attempt: > > http://seibercom.net/logs/kdelibs4.txt [1] > > -- > Jerry > kde-freebsd.u...@seibe

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Jerry
On Sun, Mar 27, 2011 at 9:36 AM, Jerry wrote: > On Sun, Mar 27, 2011 at 8:39 AM, Oliver Heesakkers > wrote: >> On Sunday 27 March 2011 14:25:57 Jerry wrote: >>> After following the instructions in UPDATING, I am still experiencing >>> a problem getting KDE-4 updated. I have tried several differen

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Jerry
On Sun, Mar 27, 2011 at 8:39 AM, Oliver Heesakkers wrote: > On Sunday 27 March 2011 14:25:57 Jerry wrote: >> After following the instructions in UPDATING, I am still experiencing >> a problem getting KDE-4 updated. I have tried several different >> methods. The following is the output of the last

[kde-freebsd] Re: Unable to update to KDE-4.6.1

2011-03-27 Thread Oliver Heesakkers
On Sunday 27 March 2011 14:25:57 Jerry wrote: > After following the instructions in UPDATING, I am still experiencing > a problem getting KDE-4 updated. I have tried several different > methods. The following is the output of the last attempt. ... > -- Detecting CXX compiler ABI info - done > CMake

[kde-freebsd] Unable to update to KDE-4.6.1

2011-03-27 Thread Jerry
After following the instructions in UPDATING, I am still experiencing a problem getting KDE-4 updated. I have tried several different methods. The following is the output of the last attempt. ===> kde4-4.6.1 depends on file: /usr/local/kde4/bin/kdebugdialog - not found ===>Verifying install

[kde-freebsd] Re: ports/155961: x11/kdebase4-workspace: kdm4 always take 10 minutes to launch KDE

2011-03-27 Thread linimon
Old Synopsis: kdm4 always take 10 minutes to launch KDE New Synopsis: x11/kdebase4-workspace: kdm4 always take 10 minutes to launch KDE Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 27 10:39:41 UTC 2011 Responsible-Changed-Wh

[kde-freebsd] Re: ports/155962: [ERROR] cannot compile ports/accessibility/kdeaccessibility4

2011-03-27 Thread edwin
Synopsis: [ERROR] cannot compile ports/accessibility/kdeaccessibility4 Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 27 07:00:34 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www