Re: How to build rpm Krita from krita.spec ?

2021-01-31 Thread Todd Zullinger
I wrote: > I'll try it again with fedpkg local now that I know the > package builds cleanly for Fedora 33. But I think that's > likely to work. That built fine for me as well. Here are the steps I took on a freshly installed and fully updated Fedora 33 VM: fedpkg clone -a krita cd

Re: How to build rpm Krita from krita.spec ?

2021-01-31 Thread Todd Zullinger
Cătălin George Feștilă wrote: > not working ... > the command fedpkg --release f33 local don't find files... > > RPM build errors: > Macro expanded in comment on line 12: %{version} > > File not found: > /home/mythcat/rpmbuild/BUILDROOT/krita-4.4.2-3.fc33.x86_64/usr/bin/kritarunner >

Re: xnview

2021-01-31 Thread edward via users
On 1/31/2021 2:01 AM, Patrick Dupre wrote: ./XnView_MP.glibc2.18-x86_64.AppImage /tmp/.mount_XnViewA2NuoR/usr/XnView/XnView: symbol lookup error: /lib64/libkrb5.so.3: undefined symbol: krb5int_push_fscreatecon_for, version krb5support_0   Noticed xnview windows binaries exist. may want to

[389-users] Re: lib389 question

2021-01-31 Thread William Brown
> On 29 Jan 2021, at 19:54, Marco Favero wrote: > > [...] >> Since you are already using python, you could more easily just use lib389 >> directly rather >> than subprocess to dsconf btw: >> >> >> from lib389 import DirSrv >> import logging > [...] > > I leave just a note on this... > >

Re: Missing MiscFixed 16 font in Fedora 31

2021-01-31 Thread George N. White III
On Sun, 31 Jan 2021 at 18:37, Samuel Sieb wrote: > On 1/31/21 5:02 AM, George N. White III wrote: > > On Thu, 7 Nov 2019 at 13:58, Ranjan Maitra > > wrote: > > Thanks, I did this but no change. Do I have to configure something > > else to tell it to look there

Re: Missing MiscFixed 16 font in Fedora 31

2021-01-31 Thread Samuel Sieb
On 1/31/21 5:02 AM, George N. White III wrote: On Thu, 7 Nov 2019 at 13:58, Ranjan Maitra > wrote: Thanks, I did this but no change. Do I have to configure something else to tell it to look there for the fonts. I had to create the ~/.local/share/fonts

Re: which compiler options

2021-01-31 Thread Samuel Sieb
On 1/31/21 12:15 PM, Patrick Dupre wrote: Is there a tool which could tell me what have been the options used to generate an executable file (even the compiler)? Not in general. However, the Fedora binaries are all annotated. If you install "annobin-annocheck", you can run something like:

which compiler options

2021-01-31 Thread Patrick Dupre
Hello, Is there a tool which could tell me what have been the options used to generate an executable file (even the compiler)? Thanks === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire

Re: email quoting problem

2021-01-31 Thread Samuel Sieb
On 1/31/21 12:40 AM, Patrick Dupre wrote: The instructions from Fedora for appimage https://fedoraproject.org/wiki/AppImage have you do a chmod +x on the appimage file then just ./appimage file This is what I did, but

Re: Windows 10 + F33 + SSD + RAID

2021-01-31 Thread Greg Woods
Regarding getting Windows to boot in AHCI mode instead of RAID: On Fri, Jan 29, 2021 at 6:25 PM Kevin Becker wrote: > I had the same issue and this article worked for me. > > > https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci > This worked for me also.

Re: How to build rpm Krita from krita.spec ?

2021-01-31 Thread Cătălin George Feștilă
not working ... the command fedpkg --release f33 local don't find files... RPM build errors: Macro expanded in comment on line 12: %{version} File not found: /home/mythcat/rpmbuild/BUILDROOT/krita-4.4.2-3.fc33.x86_64/usr/bin/kritarunner Directory not found:

Re: Windows 10 + F33 + SSD + RAID

2021-01-31 Thread Greg Woods
On Sat, Jan 30, 2021 at 5:01 PM Chris Murphy wrote: > On Fri, Jan 29, 2021 at 8:45 PM Greg Woods wrote: > > > Now if I can only figure out why this damn machine won't resume from > hibernation properly. Windows can do it, so I'll bet it's a configuration > issue somewhere. > > Hibernation is

Re: Missing MiscFixed 16 font in Fedora 31

2021-01-31 Thread George N. White III
On Thu, 7 Nov 2019 at 13:58, Ranjan Maitra wrote: > On Wed, 6 Nov 2019 23:23:52 -0800 Samuel Sieb wrote: > > > On 11/6/19 10:54 AM, Ranjan Maitra wrote: > > > On Tue, 5 Nov 2019 21:04:53 -0800 Samuel Sieb wrote: > > > > > >> On 11/5/19 1:34 PM, Ranjan Maitra wrote: > > >>> Thanks very much. We

Re: Windows 10 + F33 + SSD + RAID

2021-01-31 Thread Roberto Ragusa
On 1/31/21 1:00 AM, Chris Murphy wrote: On Fri, Jan 29, 2021 at 8:45 PM Greg Woods wrote: Now if I can only figure out why this damn machine won't resume from hibernation properly. Windows can do it, so I'll bet it's a configuration issue somewhere. Hibernation is disabled when UEFI

Re: xnview

2021-01-31 Thread Patrick Dupre
./XnView_MP.glibc2.18-x86_64.AppImage /tmp/.mount_XnViewA2NuoR/usr/XnView/XnView: symbol lookup error: /lib64/libkrb5.so.3: undefined symbol: krb5int_push_fscreatecon_for, version krb5support_0_MIT > > Hello Patrick, > > > On Sun, 31 Jan 2021 10:23:02 +0100 Patrick Dupre wrote: > > > Linux

Re: xnview

2021-01-31 Thread wwp
Hello Patrick, On Sun, 31 Jan 2021 10:23:02 +0100 Patrick Dupre wrote: > Linux Teucidide 5.10.8-100.fc32.x86_64 #1 SMP Sun Jan 17 19:52:43 UTC 2021 > x86_64 x86_64 x86_64 GNU/Linux > openssl-1.1.1i-1.fc32.x86_64 > openssl-libs-1.1.1i-1.fc32.x86_64 > > I also installed > libqtav >

Re: xnview

2021-01-31 Thread Patrick Dupre
To build a package, I need the source files which are not available > > > > On 1/31/2021 1:23 AM, Patrick Dupre wrote: > > Maybe, I should recompile the package, but there is no instruction for that. > thinks its recommended to build as an rpm package. hope this is of some > help. >

Re: xnview

2021-01-31 Thread edward via users
On 1/31/2021 1:23 AM, Patrick Dupre wrote: Maybe, I should recompile the package, but there is no instruction for that. thinks its recommended to build as an rpm package. hope this is of some help. https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/

Re: xnview

2021-01-31 Thread Patrick Dupre
Linux Teucidide 5.10.8-100.fc32.x86_64 #1 SMP Sun Jan 17 19:52:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux openssl-1.1.1i-1.fc32.x86_64 openssl-libs-1.1.1i-1.fc32.x86_64 I also installed libqtav libqtavwidgets ./xnview.sh /usr/local/XnView/XnView: symbol lookup error: /lib64/libk5crypto.so.3:

Re: xnview

2021-01-31 Thread wwp
Hello Patrick, On Sun, 31 Jan 2021 09:58:01 +0100 Patrick Dupre wrote: > Hello, > > I created the link, but then I get: > /usr/local/XnView/XnView: symbol lookup error: /lib64/libk5crypto.so.3: > undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b > > krb5-libs > openssl > openssl-devel

Re: xnview

2021-01-31 Thread Patrick Dupre
Hello, I created the link, but then I get: /usr/local/XnView/XnView: symbol lookup error: /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b krb5-libs openssl openssl-devel are installed. > > On Sat, 30 Jan 2021 22:16:19 +0100 Patrick Dupre wrote: > > > Hello, >

Re: xnview

2021-01-31 Thread Patrick Dupre
    The instructions from Fedora for appimage https://fedoraproject.org/wiki/AppImage have you do a chmod +x on the appimage file then just ./appimage file      This is what I did, but /tmp/.mount_XnViewgepkf4/usr/XnView/XnView: symbol lookup error: /lib64/libkrb5.so.3: undefined symbol: