Re: GIVE UP: Re: SOLVED: Re: No more KDE's dolphin after upgrade to 6.5

2019-05-10 Thread David Mimms
On Tuesday, April 30, 2019 3:54:38 AM -04 you wrote:
> Anyway, I finally had to give up!
> 
> Even if I was then able to run both konsole and dolphin, they were 
> unusable. Eventually, I have done a complete FRESH NEW Install (no 
> Upgrade) to 6.5 (amd64), but all problems remained: a lot of kactivities 
> crashes, dolphin usually starts only once and then usually freezes, 
> okular randomly freezes too, etc, etc...
> 
> I repeat: all this happened with a NEW Installation, even with a FRESH 
> home directory.
> 
> So, I had to do a NEW Installation of 6.4 and now everything work perfectly.
> 
> Now the question is: is there something bad in my PC (or in the 
> installation I have done) or I'm not the only one experiencing this and 
> there are some problems with the switch to the KDE KF5 apps?

Federico,

I recently installed OpenBSD 6.5 on my Lenovo ThinkPad X1 Carbon (4th gen),
and I'm having similar issues.  For example, the following command crashes
the "konsole" terminal:

echo hello world | vim -

I see messages like the following in dmesg:

trap [vim]43153/491863 type 6: sp 1e2cec6619b8 not inside 
1e2cec65c000-1e2cec662000

That command works just fine in urxvt, qterminal, xterm, and st.

Other programs were crashing also until I changed my user's class to staff
and increased the staff resource limits.  Now `htop` crashes only
periodically, but I'm able to make konsole crash each and every time with
the command above.

So, I don't think it's just your machine.  I'm happy to hear it's not my
hardware either and that someone else is having the same problem.

David





GIVE UP: Re: SOLVED: Re: No more KDE's dolphin after upgrade to 6.5

2019-04-30 Thread Federico Giannici

On 4/29/19 10:48 AM, Federico Giannici wrote:

On 4/26/19 9:47 PM, Rafael Sadowski wrote:


It looks like you mixed packages for 6.4 and 6.5 and/or -current.
Another try: run "pkg_add -X" to remove all your installed packages and
install step by step what you need!


I tried that but didn't worked.

Anyway I found the problem with both dolphin and konsole: I think it was 
caused by the change in version numbering of the "private" libraries.


In my system there were still around the 6.3 libraries (version 51):

-rw-r--r-- 1 root bin 1821661 Oct 12 2018 libdolphinprivate.so.51.0
-rw-r--r-- 1 root bin 1806868 Mar 28 2018 libkonsoleprivate.so.51.0

alongside the new ones, but with "0" version:

-rw-r--r--  1 root  bin  1720320 Apr 15 01:17 libdolphinprivate.so.0.1
-rw-r--r--  1 root  bin  1872672 Apr 14 20:12 libkonsoleprivate.so.0.0

As soon I removed the old ones, both dolphin and konsole worked!

Maybe it could be useful for other users to add a note in the upgrade 
guide to 6.5?



Now, I still have some problems with dolphin, but that is another story 
that I have to investigate more...


Thanks


Anyway, I finally had to give up!

Even if I was then able to run both konsole and dolphin, they were 
unusable. Eventually, I have done a complete FRESH NEW Install (no 
Upgrade) to 6.5 (amd64), but all problems remained: a lot of kactivities 
crashes, dolphin usually starts only once and then usually freezes, 
okular randomly freezes too, etc, etc...


I repeat: all this happened with a NEW Installation, even with a FRESH 
home directory.


So, I had to do a NEW Installation of 6.4 and now everything work perfectly.

Now the question is: is there something bad in my PC (or in the 
installation I have done) or I'm not the only one experiencing this and 
there are some problems with the switch to the KDE KF5 apps?


Thanks.



SOLVED: Re: No more KDE's dolphin after upgrade to 6.5

2019-04-29 Thread Federico Giannici

On 4/26/19 9:47 PM, Rafael Sadowski wrote:

On Fri Apr 26, 2019 at 05:47:11PM +0200, Federico Giannici wrote:

On 4/26/19 4:10 PM, Rafael Sadowski wrote:

On Thu Apr 25, 2019 at 01:34:24PM +0200, Federico Giannici wrote:

Similarly to konsole, KDE's dolphin no longer works too after upgrade of
amd64 from 6.4 to 6.5.

It seems that dolphin was switched to KF5 too, ma I wasn't able to install
the new package:

casa:/home/giannici# pkg_add dolphin-kf5
quirks-3.124 signed on 2019-04-15T12:10:16Z
Can't install dolphin-kf5-18.12.0p2 because of conflicts
(dolphin-plugins-4.14.3p1)
--- dolphin-kf5-18.12.0p2 ---
Can't install dolphin-kf5-18.12.0p2: conflicts
Couldn't install dolphin-kf5-18.12.0p2

I cannot remove dolphin-plugins-4.14.3p1 because kdesdk depends on it, and
kde4 depends on kdesdk:

casa:/home/giannici# pkg_delete dolphin-plugins
can't delete dolphin-plugins-4.14.3p1 without deleting kdesdk-4.14.3p3
Delete them as well ? [y/N/a]

casa:/home/giannici# pkg_delete kdesdk
can't delete kdesdk-4.14.3p3 without deleting kde4-4.14.3p23
Delete them as well ? [y/N/a]


Without dolphin and konsole it's really hard to comfortably use KDE. So,
please can anybody tell me what is the supposed way to use dolphin (and
konsole) with OpenBSD 6.5?

Thanks.



That was a hidden run-time dependency in the KDE4/KDESDK meta package.
I fixed this issue in -current ports tree. For -release I hope I can
help with a non official -- use at own risk -- workaround:

Use my own kde4-4.14.3p25 and kdesdk-4.14.3p4 packages:
env 
TRUSTED_PKG_PATH=https://sizeofvoid.org/pub/OpenBSD/fix-kde4-meta-65/:https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/
 pkg_add -u kdesdk kde4

If kde4-4.14.3p25 and/or kdesdk-4.14.3p4 was successfully installed you
can remove dolphin-plugins-4.14.3p1 without pain and install
dolphin-kf5-18.12.0 and dolphin-plugins-kf5-18.12.0.

Good luck!

RS


Thank you for your interest.

I was able to install your packages and finally dolphin-kf5-18.12.0 and
dolphin-plugins-kf5-18.12.0. I was able to install the konsole-18.12.0p0
package too. Unfortunately they both still don't work!

Below are the errors.

What else I can do?

Thanks.



casa:/home/giannici> pkg_info konsole
Information for inst:konsole-18.12.0p0

Comment:
KDE terminal emulator

Required by:
dolphin-kf5-18.12.0p2

Description:
Konsole is an X terminal emulator for the KDE platform, allowing
users to have a convenient way to use the command line. Aside from
providing a way to use a powerful shell, Konsole also offers features
that make it easier or more pleasurable to work in the command line,
such as profile management, scrollback, and color schemes, including
translucency for effects.

Konsole also provides an embedded KPart terminal which is used by
apps such as Yakuake, Dolphin, and Kate, giving users a consistent
and familiar interface when working in the command line.

Maintainer: Rafael Sadowski 


casa:/home/giannici> konsole
ld.so: konsole: can't load library 'libc++.so.1.0'
Killed






casa:/home/giannici# pkg_info dolphin-kf5
Information for inst:dolphin-kf5-18.12.0p2

Comment:
KDE File Manager

Required by:
dolphin-plugins-kf5-18.12.0p0

Description:
Dolphin is a lightweight file manager. It has been designed with ease of use
and simplicity in mind, while still allowing flexibility and customisation.
This means that you can do your file management exactly the way you want to
do
it.

Maintainer: Rafael Sadowski 


casa:/home/giannici# dolphin
dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
: WARNING: symbol(_ZN6Attica15ProviderManager16staticMetaObjectE) size
mismatch, relink your program


[...]


dolphin:/usr/local/lib/libkdeinit5_dolphin.so: undefined symbol
'_ZNK14KItemModelBase9directoryEv'
dolphin(49958) in free(): bogus pointer (double free?) 0x1fedb10f330
Abort



I think something failed on your last update. You can try out out to
update all packages with the following PKG_PATH example:

env PKG_PATH=https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/ pkg_add -u -v 
-Dinstalled

It looks like you mixed packages for 6.4 and 6.5 and/or -current.
Another try: run "pkg_add -X" to remove all your installed packages and
install step by step what you need!


I tried that but didn't worked.

Anyway I found the problem with both dolphin and konsole: I think it was 
caused by the change in version numbering of the "private" libraries.


In my system there were still around the 6.3 libraries (version 51):

-rw-r--r-- 1 root bin 1821661 Oct 12 2018 libdolphinprivate.so.51.0
-rw-r--r-- 1 root bin 1806868 Mar 28 2018 libkonsoleprivate.so.51.0

alongside the new ones, but with "0" version:

-rw-r--r--  1 root  bin  1720320 Apr 15 01:17 libdolphinprivate.so.0.1
-rw-r--r--  1 root  bin  1872672 Apr 14 20:12 libkonsoleprivate.so.0.0

As soon I removed the old ones, both dolphin and konsole worked!

Maybe it could be useful for other users to add a note in the upgrade 
guide to 6.5?



Now, I still have some 

Re: No more KDE's dolphin after upgrade to 6.5

2019-04-27 Thread Stuart Henderson
On 2019-04-26, Luke A. Call  wrote:
> On 04-26 21:47, Rafael Sadowski wrote:
>> []
>> update all packages with the following PKG_PATH example:
>> 
>> env PKG_PATH=https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/ pkg_add -u -v 
>> -Dinstalled
>> 
>> It looks like you mixed packages for 6.4 and 6.5 and/or -current.
>
> I had to run a pkg_add command equivalent to that, to get mutt and sox play
> to run.  This happened when I upgraded to 6.4 as well, with libreoffice,
> that not everything required was updated somehow, with just pkg_add -u.

You shouldn't have to do that. Proper bug report including output from pkg_add
next time, please..




Re: No more KDE's dolphin after upgrade to 6.5

2019-04-27 Thread Stuart Henderson
On 2019-04-26, Federico Giannici  wrote:
>
> casa:/home/giannici> konsole
> ld.so: konsole: can't load library 'libc++.so.1.0'
> Killed

Running that with LD_DEBUG set in the environment might give a clue.
Likely there will be a lot of output, so have plenty of scrollback buffer,
or use script(1). In this case it's pulling in something from OpenBSD 6.3
era.

> casa:/home/giannici# dolphin
> dolphin:/usr/local/lib/libattica.so.1.0: 
> /usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
> symbol(_ZN6Attica15ProviderManager16staticMetaObjectE) size mismatch, 
> relink your program

Same for LD_DEBUG with this. In this case something tries to pull in
kde4 and kf5 versions of attica which conflict.




Re: No more KDE's dolphin after upgrade to 6.5

2019-04-26 Thread ropers
On 26/04/2019, Rafael Sadowski  wrote:
> run "pkg_add -X" to remove all your installed packages

Is -X undocumented for pkg_add(1), or am I overlooking something?



Re: No more KDE's dolphin after upgrade to 6.5

2019-04-26 Thread Luke A. Call
On 04-26 21:47, Rafael Sadowski wrote:
> []
> update all packages with the following PKG_PATH example:
> 
> env PKG_PATH=https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/ pkg_add -u -v 
> -Dinstalled
> 
> It looks like you mixed packages for 6.4 and 6.5 and/or -current.

I had to run a pkg_add command equivalent to that, to get mutt and sox play
to run.  This happened when I upgraded to 6.4 as well, with libreoffice,
that not everything required was updated somehow, with just pkg_add -u.

- -
Things I want to tell people: Free & open personal organizer software,
& thoughts on subjects that I consider important (updated 2019-03-18):
http://lukecall.net  



Re: No more KDE's dolphin after upgrade to 6.5

2019-04-26 Thread Rafael Sadowski
On Fri Apr 26, 2019 at 05:47:11PM +0200, Federico Giannici wrote:
> On 4/26/19 4:10 PM, Rafael Sadowski wrote:
> > On Thu Apr 25, 2019 at 01:34:24PM +0200, Federico Giannici wrote:
> > > Similarly to konsole, KDE's dolphin no longer works too after upgrade of
> > > amd64 from 6.4 to 6.5.
> > > 
> > > It seems that dolphin was switched to KF5 too, ma I wasn't able to install
> > > the new package:
> > > 
> > > casa:/home/giannici# pkg_add dolphin-kf5
> > > quirks-3.124 signed on 2019-04-15T12:10:16Z
> > > Can't install dolphin-kf5-18.12.0p2 because of conflicts
> > > (dolphin-plugins-4.14.3p1)
> > > --- dolphin-kf5-18.12.0p2 ---
> > > Can't install dolphin-kf5-18.12.0p2: conflicts
> > > Couldn't install dolphin-kf5-18.12.0p2
> > > 
> > > I cannot remove dolphin-plugins-4.14.3p1 because kdesdk depends on it, and
> > > kde4 depends on kdesdk:
> > > 
> > > casa:/home/giannici# pkg_delete dolphin-plugins
> > > can't delete dolphin-plugins-4.14.3p1 without deleting kdesdk-4.14.3p3
> > > Delete them as well ? [y/N/a]
> > > 
> > > casa:/home/giannici# pkg_delete kdesdk
> > > can't delete kdesdk-4.14.3p3 without deleting kde4-4.14.3p23
> > > Delete them as well ? [y/N/a]
> > > 
> > > 
> > > Without dolphin and konsole it's really hard to comfortably use KDE. So,
> > > please can anybody tell me what is the supposed way to use dolphin (and
> > > konsole) with OpenBSD 6.5?
> > > 
> > > Thanks.
> > > 
> > 
> > That was a hidden run-time dependency in the KDE4/KDESDK meta package.
> > I fixed this issue in -current ports tree. For -release I hope I can
> > help with a non official -- use at own risk -- workaround:
> > 
> > Use my own kde4-4.14.3p25 and kdesdk-4.14.3p4 packages:
> > env 
> > TRUSTED_PKG_PATH=https://sizeofvoid.org/pub/OpenBSD/fix-kde4-meta-65/:https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/
> >  pkg_add -u kdesdk kde4
> > 
> > If kde4-4.14.3p25 and/or kdesdk-4.14.3p4 was successfully installed you
> > can remove dolphin-plugins-4.14.3p1 without pain and install
> > dolphin-kf5-18.12.0 and dolphin-plugins-kf5-18.12.0.
> > 
> > Good luck!
> > 
> > RS
> 
> Thank you for your interest.
> 
> I was able to install your packages and finally dolphin-kf5-18.12.0 and
> dolphin-plugins-kf5-18.12.0. I was able to install the konsole-18.12.0p0
> package too. Unfortunately they both still don't work!
> 
> Below are the errors.
> 
> What else I can do?
> 
> Thanks.
> 
> 
> 
> casa:/home/giannici> pkg_info konsole
> Information for inst:konsole-18.12.0p0
> 
> Comment:
> KDE terminal emulator
> 
> Required by:
> dolphin-kf5-18.12.0p2
> 
> Description:
> Konsole is an X terminal emulator for the KDE platform, allowing
> users to have a convenient way to use the command line. Aside from
> providing a way to use a powerful shell, Konsole also offers features
> that make it easier or more pleasurable to work in the command line,
> such as profile management, scrollback, and color schemes, including
> translucency for effects.
> 
> Konsole also provides an embedded KPart terminal which is used by
> apps such as Yakuake, Dolphin, and Kate, giving users a consistent
> and familiar interface when working in the command line.
> 
> Maintainer: Rafael Sadowski 
> 
> 
> casa:/home/giannici> konsole
> ld.so: konsole: can't load library 'libc++.so.1.0'
> Killed
> 
> 
> 
> 
> 
> 
> casa:/home/giannici# pkg_info dolphin-kf5
> Information for inst:dolphin-kf5-18.12.0p2
> 
> Comment:
> KDE File Manager
> 
> Required by:
> dolphin-plugins-kf5-18.12.0p0
> 
> Description:
> Dolphin is a lightweight file manager. It has been designed with ease of use
> and simplicity in mind, while still allowing flexibility and customisation.
> This means that you can do your file management exactly the way you want to
> do
> it.
> 
> Maintainer: Rafael Sadowski 
> 
> 
> casa:/home/giannici# dolphin
> dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
> : WARNING: symbol(_ZN6Attica15ProviderManager16staticMetaObjectE) size
> mismatch, relink your program
> dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
> : WARNING: symbol(_ZN6Attica6PutJob16staticMetaObjectE) size mismatch,
> relink your program
> dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
> : WARNING: symbol(_ZN6Attica9DeleteJob16staticMetaObjectE) size mismatch,
> relink your program
> dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
> : WARNING: symbol(_ZN6Attica6GetJob16staticMetaObjectE) size mismatch,
> relink your program
> dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
> : WARNING: symbol(_ZN6Attica7BaseJob16staticMetaObjectE) size mismatch,
> relink your program
> dolphin:/usr/local/lib/libattica.so.1.0: /usr/local/lib/libKF5Attica.so.3.3
> : WARNING: symbol(_ZN6Attica7PostJob16staticMetaObjectE) size mismatch,
> relink your program
> dolphin:/usr/local/lib/libkcmutils.so.50.2:
> /usr/local/lib/libKF5KCMUtils.so.4.3 : WARNING:
> 

Re: No more KDE's dolphin after upgrade to 6.5

2019-04-26 Thread Stuart Henderson
On 2019-04-26, Rafael Sadowski  wrote:
> On Thu Apr 25, 2019 at 01:34:24PM +0200, Federico Giannici wrote:
>> Similarly to konsole, KDE's dolphin no longer works too after upgrade of
>> amd64 from 6.4 to 6.5.
>> 
>> It seems that dolphin was switched to KF5 too, ma I wasn't able to install
>> the new package:
>> 
>> casa:/home/giannici# pkg_add dolphin-kf5
>> quirks-3.124 signed on 2019-04-15T12:10:16Z
>> Can't install dolphin-kf5-18.12.0p2 because of conflicts
>> (dolphin-plugins-4.14.3p1)
>> --- dolphin-kf5-18.12.0p2 ---
>> Can't install dolphin-kf5-18.12.0p2: conflicts
>> Couldn't install dolphin-kf5-18.12.0p2
>> 
>> I cannot remove dolphin-plugins-4.14.3p1 because kdesdk depends on it, and
>> kde4 depends on kdesdk:
>> 
>> casa:/home/giannici# pkg_delete dolphin-plugins
>> can't delete dolphin-plugins-4.14.3p1 without deleting kdesdk-4.14.3p3
>> Delete them as well ? [y/N/a]
>> 
>> casa:/home/giannici# pkg_delete kdesdk
>> can't delete kdesdk-4.14.3p3 without deleting kde4-4.14.3p23
>> Delete them as well ? [y/N/a]
>> 
>> 
>> Without dolphin and konsole it's really hard to comfortably use KDE. So,
>> please can anybody tell me what is the supposed way to use dolphin (and
>> konsole) with OpenBSD 6.5?
>> 
>> Thanks.
>> 
>
> That was a hidden run-time dependency in the KDE4/KDESDK meta package.
> I fixed this issue in -current ports tree. For -release I hope I can
> help with a non official -- use at own risk -- workaround:
>
> Use my own kde4-4.14.3p25 and kdesdk-4.14.3p4 packages:
> env 
> TRUSTED_PKG_PATH=https://sizeofvoid.org/pub/OpenBSD/fix-kde4-meta-65/:https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/
>  pkg_add -u kdesdk kde4
>
> If kde4-4.14.3p25 and/or kdesdk-4.14.3p4 was successfully installed you
> can remove dolphin-plugins-4.14.3p1 without pain and install
> dolphin-kf5-18.12.0 and dolphin-plugins-kf5-18.12.0.
>
> Good luck!
>
> RS
>
>

Or if you don't need kdesdk, you can just "pkg_delete dolphin-plugins kdesdk 
kde4"
(kde4/kdesdk are "meta packages", that only exist to pull in other dependencies
easliy - uninstalling them does not uninstall the depedent packages).




Re: No more KDE's dolphin after upgrade to 6.5

2019-04-26 Thread Federico Giannici

On 4/26/19 4:10 PM, Rafael Sadowski wrote:

On Thu Apr 25, 2019 at 01:34:24PM +0200, Federico Giannici wrote:

Similarly to konsole, KDE's dolphin no longer works too after upgrade of
amd64 from 6.4 to 6.5.

It seems that dolphin was switched to KF5 too, ma I wasn't able to install
the new package:

casa:/home/giannici# pkg_add dolphin-kf5
quirks-3.124 signed on 2019-04-15T12:10:16Z
Can't install dolphin-kf5-18.12.0p2 because of conflicts
(dolphin-plugins-4.14.3p1)
--- dolphin-kf5-18.12.0p2 ---
Can't install dolphin-kf5-18.12.0p2: conflicts
Couldn't install dolphin-kf5-18.12.0p2

I cannot remove dolphin-plugins-4.14.3p1 because kdesdk depends on it, and
kde4 depends on kdesdk:

casa:/home/giannici# pkg_delete dolphin-plugins
can't delete dolphin-plugins-4.14.3p1 without deleting kdesdk-4.14.3p3
Delete them as well ? [y/N/a]

casa:/home/giannici# pkg_delete kdesdk
can't delete kdesdk-4.14.3p3 without deleting kde4-4.14.3p23
Delete them as well ? [y/N/a]


Without dolphin and konsole it's really hard to comfortably use KDE. So,
please can anybody tell me what is the supposed way to use dolphin (and
konsole) with OpenBSD 6.5?

Thanks.



That was a hidden run-time dependency in the KDE4/KDESDK meta package.
I fixed this issue in -current ports tree. For -release I hope I can
help with a non official -- use at own risk -- workaround:

Use my own kde4-4.14.3p25 and kdesdk-4.14.3p4 packages:
env 
TRUSTED_PKG_PATH=https://sizeofvoid.org/pub/OpenBSD/fix-kde4-meta-65/:https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/
 pkg_add -u kdesdk kde4

If kde4-4.14.3p25 and/or kdesdk-4.14.3p4 was successfully installed you
can remove dolphin-plugins-4.14.3p1 without pain and install
dolphin-kf5-18.12.0 and dolphin-plugins-kf5-18.12.0.

Good luck!

RS


Thank you for your interest.

I was able to install your packages and finally dolphin-kf5-18.12.0 and 
dolphin-plugins-kf5-18.12.0. I was able to install the konsole-18.12.0p0 
package too. Unfortunately they both still don't work!


Below are the errors.

What else I can do?

Thanks.



casa:/home/giannici> pkg_info konsole
Information for inst:konsole-18.12.0p0

Comment:
KDE terminal emulator

Required by:
dolphin-kf5-18.12.0p2

Description:
Konsole is an X terminal emulator for the KDE platform, allowing
users to have a convenient way to use the command line. Aside from
providing a way to use a powerful shell, Konsole also offers features
that make it easier or more pleasurable to work in the command line,
such as profile management, scrollback, and color schemes, including
translucency for effects.

Konsole also provides an embedded KPart terminal which is used by
apps such as Yakuake, Dolphin, and Kate, giving users a consistent
and familiar interface when working in the command line.

Maintainer: Rafael Sadowski 


casa:/home/giannici> konsole
ld.so: konsole: can't load library 'libc++.so.1.0'
Killed






casa:/home/giannici# pkg_info dolphin-kf5
Information for inst:dolphin-kf5-18.12.0p2

Comment:
KDE File Manager

Required by:
dolphin-plugins-kf5-18.12.0p0

Description:
Dolphin is a lightweight file manager. It has been designed with ease of use
and simplicity in mind, while still allowing flexibility and customisation.
This means that you can do your file management exactly the way you want 
to do

it.

Maintainer: Rafael Sadowski 


casa:/home/giannici# dolphin
dolphin:/usr/local/lib/libattica.so.1.0: 
/usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
symbol(_ZN6Attica15ProviderManager16staticMetaObjectE) size mismatch, 
relink your program
dolphin:/usr/local/lib/libattica.so.1.0: 
/usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
symbol(_ZN6Attica6PutJob16staticMetaObjectE) size mismatch, relink your 
program
dolphin:/usr/local/lib/libattica.so.1.0: 
/usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
symbol(_ZN6Attica9DeleteJob16staticMetaObjectE) size mismatch, relink 
your program
dolphin:/usr/local/lib/libattica.so.1.0: 
/usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
symbol(_ZN6Attica6GetJob16staticMetaObjectE) size mismatch, relink your 
program
dolphin:/usr/local/lib/libattica.so.1.0: 
/usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
symbol(_ZN6Attica7BaseJob16staticMetaObjectE) size mismatch, relink your 
program
dolphin:/usr/local/lib/libattica.so.1.0: 
/usr/local/lib/libKF5Attica.so.3.3 : WARNING: 
symbol(_ZN6Attica7PostJob16staticMetaObjectE) size mismatch, relink your 
program
dolphin:/usr/local/lib/libkcmutils.so.50.2: 
/usr/local/lib/libKF5KCMUtils.so.4.3 : WARNING: 
symbol(_ZTV15KPluginSelector) size mismatch, relink your program
dolphin:/usr/local/lib/libkcmutils.so.50.2: 
/usr/local/lib/libKF5KCMUtils.so.4.3 : WARNING: 
symbol(_ZTV13KCModuleProxy) size mismatch, relink your program
dolphin:/usr/local/lib/libkcmutils.so.50.2: 
/usr/local/lib/libKF5KCMUtils.so.4.3 : WARNING: 
symbol(_ZN13KCModuleProxy16staticMetaObjectE) size mismatch, relink your 
program
dolphin:/usr/local/lib/libkcmutils.so.50.2: 
/usr/local/lib/libKF5KCMUtils.so.4.3 : WARNING: 

Re: No more KDE's dolphin after upgrade to 6.5

2019-04-26 Thread Rafael Sadowski
On Thu Apr 25, 2019 at 01:34:24PM +0200, Federico Giannici wrote:
> Similarly to konsole, KDE's dolphin no longer works too after upgrade of
> amd64 from 6.4 to 6.5.
> 
> It seems that dolphin was switched to KF5 too, ma I wasn't able to install
> the new package:
> 
> casa:/home/giannici# pkg_add dolphin-kf5
> quirks-3.124 signed on 2019-04-15T12:10:16Z
> Can't install dolphin-kf5-18.12.0p2 because of conflicts
> (dolphin-plugins-4.14.3p1)
> --- dolphin-kf5-18.12.0p2 ---
> Can't install dolphin-kf5-18.12.0p2: conflicts
> Couldn't install dolphin-kf5-18.12.0p2
> 
> I cannot remove dolphin-plugins-4.14.3p1 because kdesdk depends on it, and
> kde4 depends on kdesdk:
> 
> casa:/home/giannici# pkg_delete dolphin-plugins
> can't delete dolphin-plugins-4.14.3p1 without deleting kdesdk-4.14.3p3
> Delete them as well ? [y/N/a]
> 
> casa:/home/giannici# pkg_delete kdesdk
> can't delete kdesdk-4.14.3p3 without deleting kde4-4.14.3p23
> Delete them as well ? [y/N/a]
> 
> 
> Without dolphin and konsole it's really hard to comfortably use KDE. So,
> please can anybody tell me what is the supposed way to use dolphin (and
> konsole) with OpenBSD 6.5?
> 
> Thanks.
> 

That was a hidden run-time dependency in the KDE4/KDESDK meta package.
I fixed this issue in -current ports tree. For -release I hope I can
help with a non official -- use at own risk -- workaround:

Use my own kde4-4.14.3p25 and kdesdk-4.14.3p4 packages:
env 
TRUSTED_PKG_PATH=https://sizeofvoid.org/pub/OpenBSD/fix-kde4-meta-65/:https://ftp.openbsd.org/pub/OpenBSD/6.5/packages/
 pkg_add -u kdesdk kde4

If kde4-4.14.3p25 and/or kdesdk-4.14.3p4 was successfully installed you
can remove dolphin-plugins-4.14.3p1 without pain and install
dolphin-kf5-18.12.0 and dolphin-plugins-kf5-18.12.0.

Good luck!

RS



No more KDE's dolphin after upgrade to 6.5

2019-04-25 Thread Federico Giannici
Similarly to konsole, KDE's dolphin no longer works too after upgrade of 
amd64 from 6.4 to 6.5.


It seems that dolphin was switched to KF5 too, ma I wasn't able to 
install the new package:


casa:/home/giannici# pkg_add dolphin-kf5
quirks-3.124 signed on 2019-04-15T12:10:16Z
Can't install dolphin-kf5-18.12.0p2 because of conflicts 
(dolphin-plugins-4.14.3p1)

--- dolphin-kf5-18.12.0p2 ---
Can't install dolphin-kf5-18.12.0p2: conflicts
Couldn't install dolphin-kf5-18.12.0p2

I cannot remove dolphin-plugins-4.14.3p1 because kdesdk depends on it, 
and kde4 depends on kdesdk:


casa:/home/giannici# pkg_delete dolphin-plugins
can't delete dolphin-plugins-4.14.3p1 without deleting kdesdk-4.14.3p3
Delete them as well ? [y/N/a]

casa:/home/giannici# pkg_delete kdesdk
can't delete kdesdk-4.14.3p3 without deleting kde4-4.14.3p23
Delete them as well ? [y/N/a]


Without dolphin and konsole it's really hard to comfortably use KDE. So, 
please can anybody tell me what is the supposed way to use dolphin (and 
konsole) with OpenBSD 6.5?


Thanks.