Crashes in qt5-gui

2018-07-24 Thread Mikhail T.
Hello! This week I decided to try KDE5 on a new machine, and, unfortunately can not bring it up... The plasmashell and ksplashqml both crash at startup -- I get the X11-screen, but it is empty save for mouse cursor. The crash is in the same place for both, in a little plugin installed by qt5-

Re: Crashes in qt5-gui

2018-08-26 Thread Mikhail T.
8/23/2018 5:33 AM, Adriaan de Groot пише: On Tuesday, 24 July 2018 04:53:37 CEST Mikhail T. wrote: Hello! This week I decided to try KDE5 on a new machine, and, unfortunately can not bring it up... The plasmashell and ksplashqml both crash at startup -- I get the X11-screen, but it is empty

[kde-freebsd] kwin and GL_OUT_OF_MEMORY

2016-01-24 Thread Mikhail T.
The .xsession-errors here is being spammed with the lines like this: kwin(18477) KWin::checkGLError: GL error ( PostPaint ): "GL_OUT_OF_MEMORY" The machine uses an NVidia card with two large displays -- a setup which, probably, does use more than average amounts of memory. Is there a wa

[kde-freebsd] passwordless login not working in KDM

2009-02-11 Thread Mikhail T.
Hello! The instructions at: http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein seem perfectly clear and, I believe, I followed them correctly: m...@corbulon:~ (1004) ls -l /etc/pam.d/kde* -rw-r--r--

[kde-freebsd] Found qt4-qmake-4.4.1, but you need to upgrade to qt4-qmake>=4.4.3

2009-02-21 Thread Mikhail T.
Hi, I wanted to save some time upgrading my Qt4 installation and did not delete the qmake4 port. Unfortunately, the version-checker is very strict: ===> qt4-gui-4.4.3_1 depends on package: qt4-qmake>=4.4.3 - not found ===> Found qt4-qmake-4.4.1, but you need to upgrade to qt4-qmak

Re: [kde-freebsd] Found qt4-qmake-4.4.1, but you need to upgrade to qt4-qmake>=4.4.3

2009-02-22 Thread Mikhail T.
Max Brazhnikov написав(ла): > On Sat, 21 Feb 2009 19:48:54 -0500, Mikhail T. wrote: > >> Hi, I wanted to save some time upgrading my Qt4 installation and did not >> delete the qmake4 port. Unfortunately, the version-checker is very strict: >> >> ===> q

Re: [kde-freebsd] Found qt4-qmake-4.4.1, but you need to upgrade to qt4-qmake>=4.4.3

2009-02-22 Thread Mikhail T.
Max Brazhnikov написав(ла): I can't say it will really break something (at least for different revisions), however having mixed qt4 parts of several versions is not supposed. Qt provides single package for qt4 and it doesn't support by component build. While our ports allow to build qt4 by parts

[kde-freebsd] devel/automoc4 fails to install

2009-07-08 Thread Mikhail T.
Trying to install KDE4 on a system, which already has KDE3... ===> Installing for automoc4-0.9.88_1 ===> automoc4-0.9.88_1 depends on package: qt4-corelib>=4.4.3 - found ===> automoc4-0.9.88_1 depends on package: qt4-moc>=4.4.3 - found ===> automoc4-0.9.88_1 depends on shared library: iconv

Re: [kde-freebsd] devel/automoc4 fails to install

2009-07-09 Thread Mikhail T.
Max Brazhnikov написав(ла): > Could you rebuild it with -DCMAKE_VERBOSE and show the log again? > See attachment. Thanks. Yours, -mi ===> Vulnerability check disabled, database not found ===> Extracting for automoc4-0.9.88_1 => MD5 Checksum OK for KDE/automoc4-0.9.88.tar.bz2. => SHA256 C

[kde-freebsd] process stuck in "umtxn"

2009-07-09 Thread Mikhail T.
Hello! I noticed, that my build of KDE4 ports got suspiciously quiet... Pressing Ctrl-T shows: load: 0.01 cmd: automoc4 78507 [umtxn] 0.00u 0.00s 0% 3552k According to gdb, the process' stack is: #0 0x000800d9620a in __error () from /lib/libthr.so.3 #1 0x000800d95f0c in _

[kde-freebsd] devel/py-qt4-dbus not building

2009-07-10 Thread Mikhail T.
m...@aldan:ports/devel/py-qt4-dbus (2188) rm -rf work m...@aldan:ports/devel/py-qt4-dbus (2189) make ===> Vulnerability check disabled, database not found ===> Found saved configuration for py25-qt4-dbus-4.4.4,1 ===> Extracting for py25-qt4-dbus-4.4.4,1 => MD5 Checksum OK

Re: [kde-freebsd] devel/py-qt4-dbus not building

2009-07-11 Thread Mikhail T.
Max Brazhnikov написав(ла): > For some reason configure can't detect dbus and does not generate Makefile > for > py-qt-dbus module. Just make sure all dependent ports are operational and try > again. All dependent ports are operational -- as far as I can tell, at least. The KDE3 installation fun

[kde-freebsd] KDE4 apps crash attempting SSL-connections

2009-07-12 Thread Mikhail T.
Hello! I have two newly-built applications -- kopete and kmail -- SEGFAULT-ing repeatedly with the same stack: #0 0x0008042b552c in strcmp () from /lib/libc.so.7 #1 0x00080a8ff983 in OBJ_NAME_new_index () from /lib/libcrypto.so.4 #2 0x00080a9251d0 in lh_free () from /li

[kde-freebsd] narrowed down troubles with devel/gobject-introspection

2010-03-01 Thread Mikhail T.
Ok, some Python script somewhere is trying to do chflags on a file under ~/.cache. On this system, my home directory is NFS-mounted and the chflags fails. This should not be a fatal error, but it is... CC-ing Python-maintainers... Yours, -mi Mikhail T. написав(ла): > Building devel/gobj

[kde-freebsd] troubles with devel/gobject-introspection

2010-03-01 Thread Mikhail T.
Hello! Building devel/gobject-introspection -- a requirement for various things, including gstreamer and thus KDE4 -- fails here: /bin/sh /opt/bin/libtool --tag=CC --mode=link cc -I/opt/include/glib-2.0 -I/opt/lib/glib-2.0/include -D_REENTRANT -I/opt/include/glib-2.0 -I/opt/lib/g

Re: [kde-freebsd] narrowed down troubles with devel/gobject-introspection

2010-03-07 Thread Mikhail T.
On 07.03.2010 20:21, Joe Marcus Clarke wrote: The recommended workaround for gobject-introspection is to symlink ~/.cache/g-ir-scanner to /dev/null, or some locally mounted directory. Thanks, I built the port as `root', whose home is local. But, in general, a build, that uses anything outsid

[kde-freebsd] plasma-desktop eating up all CPU

2010-03-24 Thread Mikhail T.
Hello! I checked a user's desktop and noticed the following two entries in top: PID USERNAMETHR PRI NICE SIZERES STATETIME WCPU COMMAND 3920 root 1 1100 117M 87704K RUN 28.0H 64.06% Xorg 4005 tulik 1 1030 321M 34316K RUN 26.

[kde-freebsd] kde4 requires mysql-server?!

2010-05-20 Thread Mikhail T.
Hello! I just finished installed kde4 and noticed, that the mysql-*server* got dragged-in as well: r...@dhcppc5:/home/mi (101) pkg_delete /var/db/pkg/mysql-server-5.0.90/ pkg_delete: package 'mysql-server-5.0.90' is required by these other packages and may not be deinstalled: ak

[kde-freebsd] amarok-kde4 dies at start-up

2010-07-02 Thread Mikhail T.
Hello! The freshly-built amarok-kde4 crashes at start-up on this newly-configured FreeBSD-8.1/i386 machine: s...@s:~ (202) /opt/kde4/bin/amarok "Warning: You do not seem to have the package gstreamer0.10-plugins-good installed. Some video features have been disabled."

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-02 Thread Mikhail T.
01.07.2010 15:45, Matt написав(ла): Please try starting Amarok with the "--debug --nofork" options set. You will need to do this twice in a row for the debug flag to truly become active. Please forward the resulting console output. At one time I remember Amarok had a problem with using InnoDB t

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-02 Thread Mikhail T.
01.07.2010 15:45, Matt ???(??): Please try starting Amarok with the "--debug --nofork" options set. You will need to do this twice in a row for the debug flag to truly become active. Please forward the resulting console output. Alexandra just responded with this information. At one tim

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-02 Thread Mikhail T.
Dima Panov написав(ла): > > As solution you may use external mysql database. > > It was best solution for me for amarok and akonady when i've catch > same problems with > > embedded mysql storages. > Thank you, Dmitriy! Some questions, however: How can this be done in general? Is it fair to expec

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-07 Thread Mikhail T.
Any hope? Thanks! -mi 02.07.2010 21:26, I asked: > Dima Panov написав(ла): > >> As solution you may use external mysql database. >> >> It was best solution for me for amarok and akonady when i've catch >> same problems with >> >> embedded mysql storages. >> >> > Thank you, Dmitriy!

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-07 Thread Mikhail T.
07.07.2010 16:14, Matt написав(ла): Did you investigate what the properties are for the file /home/s/.kde4/share/apps/amarok/mysqle/ibdata1 as Rusty had suggested? Well, yes -- file(1) describes it as "data"... I guess, I'll try to simply remove it now and see, what happens. Do you have I

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-08 Thread Mikhail T.
07.07.2010 23:45, Dima Panov написав(ла): I can guess. Amarok 2.3 can't use now embedded library from fresh mysql51 to init own internal database by innodb issue. So, it compiles, but doesn't work? Although some of the fault may be with MySQL devs, this sounds like an Amarok's problem... S

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-12 Thread Mikhail T.
07.07.2010 16:57, Rusty Nejdl написав(ла): What happened when you removed the file? Here: r...@s:/home/mi (102) rm /home/s/.kde4/share/apps/amarok/mysqle/ibdata1 r...@s:/home/mi (103) su -l s s...@s:~ (267) setenv DISPLAY :0 s...@s:~ (268) amarok amarok ama

[kde-freebsd] Newly-built Amarok would not start

2010-07-12 Thread Mikhail T.
Dear Amarok developers! We can't get the newly-built amarok-2.3.1 (built against KDE-4.4.5) off-the ground... It complains about the database and crashes. This is a new laptop with a new user's home directory -- not inherited from an earlier Amarok version. This is, what we get: s...@s:~

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-07-12 Thread Mikhail T.
12.07.2010 14:34, Raphael Kubo da Costa написав(ла): > I still think it might be good to take this upstream: you can try the > mailing list (ama...@kde.org), the forums or the IRC channel. If the > guys there say this is really a bug, you should then file a bug report > on bugs.kde.org. > I con

[kde-freebsd] requiring subscription for support (Re: amarok-kde4 dies at start-up)

2010-07-12 Thread Mikhail T.
12.07.2010 16:54, Raphael Kubo da Costa написав(ла): > Isn't it easier to just subscribe to the mailing list?:) > No, it is not. A user of quite a few packages -- and a supporter of several people using quite a few more, I simply can not afford to have my mailbox stuffed with routine exchange

[kde-freebsd] mystery crash of a KDE4-service

2010-07-26 Thread Mikhail T.
Hello! One of the users complained of a new problem, that started last week for them. A minute or two after logging in and starting a KDE4-session, they get Dr. Konqi's crash-notification. The crashing application is identified only as "Service KDE (kdeinit4)" (in Russian): Application: С

Re: [kde-freebsd] amarok-kde4 dies at start-up

2010-08-10 Thread Mikhail T.
12.07.2010 14:34, Raphael Kubo da Costa написав(ла): I still think it might be good to take this upstream: you can try the mailing list (ama...@kde.org), the forums or the IRC channel. If the guys there say this is really a bug, you should then file a bug report on bugs.kde.org. As suspected,

[kde-freebsd] KDE-Trinity 3.5.x

2010-09-06 Thread Mikhail T.
Sir! Thank you very much for picking up the ball dropped by the KDE project and continuing the KDE-3.x line. However, I'd like to suggest, that you split your current and/or future releases in the same manner, that the KDE-project used to... Currently, only the entire thing is available at http

Re: [kde-freebsd] [lini...@freebsd.org: ports/170946: [patch] mark certain ports broken on ARM]

2012-08-23 Thread Mikhail T.
On 23.08.2012 19:27, Mark Linimon wrote: ge...@freebsd.org devel/nspr m...@aldan.algebra.com devel/qmake off...@freebsd.org devel/icu po...@freebsd.org lang/tcl86 I'd give a shot at repairing the above four, if I had access to an ARM system... None are present on the current list

Re: [kde-freebsd] [lini...@freebsd.org: ports/170946: [patch] mark certain ports broken on ARM]

2012-08-25 Thread Mikhail T.
On 23.08.2012 21:47, Eitan Adler wrote: NOT and ONLY are meant for ports which by definition will never work another arch (think x86info). In this case the ports are just broken. That's a fine distinction, that makes little sense to me -- the total number of ports, which can not ever work on so

[kde-freebsd] FYI: qt4-corelib builds fine with qt-copy-3 installed

2013-04-25 Thread Mikhail T.
Hello! I just finished rebuilding qt4-corelib (4.8.4), while qt-copy-3 was installed. Of course, I had to comment out the CONFLICT_BUILD entry in bsd.qt.mk... I'm sure, some other Qt4 components or Qt4-based applications would fail to build, but qt4-corelib itself is fine. You may wish to fine-tu

Re: [kde-freebsd] FYI: qt4-corelib builds fine with qt-copy-3 installed

2013-04-25 Thread Mikhail T.
25.04.2013 23:02, Mikhail T. ???(??): > Hello! > > I just finished rebuilding qt4-corelib (4.8.4), while qt-copy-3 was > installed. Of course, I had to comment out the CONFLICT_BUILD entry in > bsd.qt.mk... > > I'm sure, some other Qt4 components or Qt4-based applicat

Re: [kde-freebsd] issues with most recent KDE

2007-07-11 Thread Mikhail T.
Michael Nottebrock wrote: > Do you have a kde-np pam service definition? See > http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein > Why is this necessary? KDM comes with a nice GUI configuration utility, yet

Re: [kde-freebsd] issues with most recent KDE

2007-07-11 Thread Mikhail T.
Michael Nottebrock wrote: > The nice gui really does nothing but let kdm use a different pam service for > those users selected for passwordless logins. > The nice GUI puts the proper NoPasswordUserList=... into kdmrc. If kdm (mis)interprets that as a need to look for some other (nonexistant!)

[kde-freebsd] parallelizing the build of Qt, etc.

2007-08-22 Thread Mikhail T.
Hello! The mini-patch below scales the build of the Qt port to the number of available processes. I think, it should be put in while the portmgr is debating/devising a more general solution -- something may be needed to accomodate machines, where multiple such ports may be built in parallel -- suc

[kde-freebsd] The dash key doesn't work in Cyrillic keyboards

2007-11-24 Thread Mikhail T.
Hello! I had the keyboard-switcher configured in KDE to cycle between the main US, Ukrainian, and Russian keyboards. I use the "phonetic" layout for the latter two. Some time after a partial upgrade this summer the "-" (key to the right of the zero) stopped working -- pressing it while using e

[kde-freebsd] updating devel/icu to 3.8.1

2008-01-28 Thread Mikhail T.
Hello! I would like to update the icu-port to the latest release -- 3.8.1. It does not appear to be a revolutionary change, but I'd like to give you -- the maintainers of ports, which depend on ICU -- a heads-up, so you can check for any incompatibilities... I intend to commit the attached updat