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

2011-11-28 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/162735 kde[patch] privilege escalation with x11/kde4-workspace a
o ports/162261 kdesysutils/k3b-kde4 - fails to compile with ffmpeg-devel
o ports/162216 kdecould not install www/kdewebdev4
o ports/162115 kdex11/kdelibs4: can not be built if qt-copy-3.3.8_13 is 
o ports/161317 kdex11/xde4: KDE 4.6.5 does not prompt for authentication
a ports/160277 kde[PATCH] databases/akonadi: Make MySQL dependency optio
f ports/158713 kdeUnable to build /usr/ports/multimedia/phonon-xine afte
o ports/156901 kde[patch] devel/cmake breaks with CC containing spaces
o ports/151154 kdeaudio/amarok-kde4 crashes on network activity if ports
o ports/148454 kdegames/freebsd-carddeck-kde4: freebsd's kde card deck d

10 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] .xinitrc

2011-11-28 Thread ajtiM
On Sunday 27 November 2011 19:34:46 Raphael Kubo da Costa wrote:
> ajtiM  writes:
> > Again...
> > 
> > Is it correct that I put in my user .xinitrc:
> > PATH=/usr/local/kde4/bin:$PATH
> > export PATH
> > startkde
> > 
> > and than I start with startx.
> 
> Correct in what sense? It should not do any harm at least.
> ___
> 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

...and what is "official" settings for KDE 4, please? I didn't find anything on 
the Internet.

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] .xinitrc

2011-11-28 Thread Raphael Kubo da Costa
On Mon, Nov 28, 2011 at 9:30 AM, ajtiM  wrote:
> On Sunday 27 November 2011 19:34:46 Raphael Kubo da Costa wrote:
>> ajtiM  writes:
>> > Again...
>> >
>> > Is it correct that I put in my user .xinitrc:
>> > PATH=/usr/local/kde4/bin:$PATH
>> > export PATH
>> > startkde
>> >
>> > and than I start with startx.
>>
>> Correct in what sense? It should not do any harm at least.
>
> ...and what is "official" settings for KDE 4, please? I didn't find anything 
> on
> the Internet.

There are no official settings AFAIK. You can choose whether you want
to use a display manager such as KDM to start KDE, you could just use
the .xinitrc way and use startx (the Handbook mentions both
approaches).

Are you having any trouble with startx?
___
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] automoc or gcc

2011-11-28 Thread David Naylor
On Monday, 28 November 2011 02:32:00 Lawrence Stewart wrote:
> On 11/26/11 10:19, ajtiM wrote:
> > Is it a bug on  automoc or gcc still "alive", please?,
> > It happened three times on my new installed FreeBSD 9.0 RC-2 during
> > building KDE 4. Two times stopped when I built  kde4-workspace and once
> > in kdelibs4.
> > 
> > https://bugs.kde.org/show_bug.cgi?id=276461
> 
> I'm still hitting this problem on my 8-STABLE work desktop with a ports
> tree csuped on 25 Nov.
> 
> root@lstewart# uname -a
> FreeBSD lstewart.caia.swin.edu.au 8.2-STABLE FreeBSD 8.2-STABLE #9: Sat
> Nov 26 11:49:29 EST 2011 root@lstewart:/usr/obj/usr/src/sys/DESKTOP
>   amd64
> 
> I decided to "pkg_delete -af ; rm -rf /usr/local/*" and rebuild ports
> over the weekend. "portmaster -d x11/kde4" will just randomly hang
> running automoc4 while building kde ports.

This is an old, intermittent, problem.  There is a deadlock somewhere (kernel, 
libc, qt, automoc).  One way to (potentially) avoid this is to run with 
DISABLE_MAKE_JOBS=yes for the affected ports.  

The patch at the above mentioned bug report has solved the problem for me (for 
reference: https://bugs.kde.org/attachment.cgi?id=61311).  

A fix is in the works and will come in the form of automoc being integrated 
into cmake.  

Regards


signature.asc
Description: This is a digitally signed message part.
___
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