Re: Donate 1 minute of your time to test upgrades from F35 to F36

2022-03-13 Thread Ian Laurie
On 3/12/22 04:43, Miroslav Suchý wrote: dnf --releasever=36 --setopt=module_platform_id=platform:f36 \ --enablerepo=updates-testing \ $(rpm -q fedora-repos-modular >/dev/null && echo --enablerepo=updates-testing-modular) \ --assumeno distro-sync For me the only error I received was: Error:

[Bug 2063611] New: perl-Dancer2-0.400000 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2063611 Bug ID: 2063611 Summary: perl-Dancer2-0.40 is available Product: Fedora Version: rawhide Status: NEW Component: perl-Dancer2 Keywords: FutureFeature, Triaged

Re: F37 Change: Curl-minimal as default (System-Wide Change proposal)

2022-03-13 Thread Matthew Miller
On Fri, Mar 11, 2022 at 09:52:41AM +0100, Petr Pisar wrote: > That misses the point that telnet is a protocol which e.g. prescribes how to > encode an end of line. Specifically this feature mismatches with the shell > environement we speak about. And because telnet is an underlying layer of > many

Re: Donate 1 minute of your time to test upgrades from F35 to F36

2022-03-13 Thread Harish Pillay
| # Run this only if you use default Fedora modules | # next time you run any DNF command default modules will be enabled again | sudo dnf module reset '*' | | dnf --releasever=36 --setopt=module_platform_id=platform:f36 \ | --enablerepo=updates-testing \ | $(rpm -q fedora-repos-modular

Re: compile a basic example to arm executable on Fedora

2022-03-13 Thread Kevin Kofler via devel
Cătălin George Feștilă wrote: > cat hello.c > #include > using namespace std; > int main(void) > { > std::cout << "Hello word! from Fedora Linux!" << std::endl; > return 0; > } This is C++ code and does not belong in a source file with .c extension. > I install wit the dnf tool > > dnf install

Re: QEMU-kvm installation a dependency hell?

2022-03-13 Thread Peter Boy
> Am 13.03.2022 um 22:20 schrieb Chris Adams : > > Once upon a time, Peter Boy said: >> ... >> I’m wondering, why I need Wayland or X11 etc for kernel virtualization and >> running virtual machines? It turns my headless server into a graphical >> workstation. It installs software that I

Re: nextcloud-client orphaned

2022-03-13 Thread py0xc3
Thanks for the information ;) On 13/03/2022 22:50, Otto Urpelainen wrote: py0xc3 kirjoitti 13.3.2022 klo 22.12: Hi all, I'm Chris, I'm currently mostly active in ask.fedora and since some time in the Docs. I just started to check out the mailing list to find out if I can support here or at

Re: compile a basic example to arm executable on Fedora

2022-03-13 Thread Cătălin George Feștilă
I asked because I don't think arm development is well implemented. An answer would be as correct as possible from a developer who has worked with something like this, considering that it is not very well documented and I have not seen the tests with this tool that would work with development

Re: nextcloud-client orphaned

2022-03-13 Thread Artur Frenszek-Iwicki
Are you talking about the "nextcloud-client" package? [0] 'cause that one isn't orphaned, and nonamedotc [1] is listed as the maintainer. Also, v3.4.2 is currently in testing, but has not been pushed to stable due to reported bugs. [2] A.FI. [0]

Re: nextcloud-client orphaned

2022-03-13 Thread Otto Urpelainen
py0xc3 kirjoitti 13.3.2022 klo 22.12: Hi all, I'm Chris, I'm currently mostly active in ask.fedora and since some time in the Docs. I just started to check out the mailing list to find out if I can support here or at testing as well :) I just recognized that the package nextcloud-client

Re: QEMU-kvm installation a dependency hell?

2022-03-13 Thread Chris Adams
Once upon a time, Peter Boy said: > I just checked installation of qemu-kvm & libvirt & virt-install on a Fedora > Server Edition, that is a headless server. It installed 338 packages / 158 > mb including poppler, mesa, wayland, libX11, gtk3, cairo and a lot of > additional graphic related

Re: compile a basic example to arm executable on Fedora

2022-03-13 Thread Barry Scott
> On 13 Mar 2022, at 20:46, Cătălin George Feștilă > wrote: > > I try to create a hello word arm static executable, with the default example > but I got these errors. > I search on the web and fedora packages to find a way to solve this issue. This list is for developing fedora itself,

Re: QEMU-kvm installation a dependency hell?

2022-03-13 Thread Samuel Sieb
On 3/13/22 13:45, Peter Boy wrote: I just checked installation of qemu-kvm & libvirt & virt-install on a Fedora Server Edition, that is a headless server. It installed 338 packages / 158 mb including poppler, mesa, wayland, libX11, gtk3, cairo and a lot of additional graphic related

Re: QEMU-kvm installation a dependency hell?

2022-03-13 Thread Neal Gompa
On Sun, Mar 13, 2022 at 4:45 PM Peter Boy wrote: > > I just checked installation of qemu-kvm & libvirt & virt-install on a Fedora > Server Edition, that is a headless server. It installed 338 packages / 158 > mb including poppler, mesa, wayland, libX11, gtk3, cairo and a lot of > additional

compile a basic example to arm executable on Fedora

2022-03-13 Thread Cătălin George Feștilă
I try to create a hello word arm static executable, with the default example but I got these errors. I search on the web and fedora packages to find a way to solve this issue. I used a basic example source code: cat hello.c #include using namespace std; int main(void) { std::cout <<

QEMU-kvm installation a dependency hell?

2022-03-13 Thread Peter Boy
I just checked installation of qemu-kvm & libvirt & virt-install on a Fedora Server Edition, that is a headless server. It installed 338 packages / 158 mb including poppler, mesa, wayland, libX11, gtk3, cairo and a lot of additional graphic related software. I’m wondering, why I need Wayland

Re: strange output

2022-03-13 Thread Cătălin George Feștilă
right , is a binary gcc on that folder ! ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

nextcloud-client orphaned

2022-03-13 Thread py0xc3
Hi all, I'm Chris, I'm currently mostly active in ask.fedora and since some time in the Docs. I just started to check out the mailing list to find out if I can support here or at testing as well :) I just recognized that the package nextcloud-client seems to be orphaned. The version in the

[Bug 2060995] perl-IPC-Shareable-1.12 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060995 Upstream Release Monitoring changed: What|Removed |Added Summary|perl-IPC-Shareable-1.11 is |perl-IPC-Shareable-1.12

[Bug 2060995] perl-IPC-Shareable-1.12 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060995 --- Comment #9 from Upstream Release Monitoring --- Scratch build failed. Details bellow: BuilderException: Build started, but failure happened during post build operations: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .',

Re: strange output

2022-03-13 Thread Demi Marie Obenour
On 3/13/22 15:29, Cătălin George Feștilă wrote: > I run this command on my root > > #cat /usr/bin/gcc > > ... and I got a large strange output ... > > What is this? Is it a bug? It’s normal: you are viewing the contents of `/usr/bin/gcc`, which is a binary file. -- Sincerely, Demi Marie

Re: strange output

2022-03-13 Thread Tomasz Torcz
On Sun, Mar 13, 2022 at 07:29:27PM -, Cătălin George Feștilă wrote: > I run this command on my root > > #cat /usr/bin/gcc > > ... and I got a large strange output ... You just printed executable binary. It is not supposed to be displayed like that. > What is this? Is it a bug? No,

strange output

2022-03-13 Thread Cătălin George Feștilă
I run this command on my root #cat /usr/bin/gcc ... and I got a large strange output ... What is this? Is it a bug? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora

[Bug 2060627] perl-HTTP-Daemon-6.14 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060627 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-HTTP-Daemon-6.14-1.fc3 |perl-HTTP-Daemon-6.14-1.fc3

[Bug 2060156] perl-Locale-Codes-3.70 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060156 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Locale-Codes-3.70-1.fc |perl-Locale-Codes-3.70-1.fc

[Bug 2060627] perl-HTTP-Daemon-6.14 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060627 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 2060156] perl-Locale-Codes-3.70 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060156 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 2061505] perl-CGI-Ex-2.54 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2061505 Emmanuel Seyman changed: What|Removed |Added Resolution|--- |RAWHIDE Doc Type|---

[Bug 2060149] perl-Workflow-1.60 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2060149 Emmanuel Seyman changed: What|Removed |Added Fixed In Version||perl-Workflow-1.60-1.fc37

[Bug 2059032] perl-Search-Xapian-1.2.25.5 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2059032 Emmanuel Seyman changed: What|Removed |Added Doc Type|--- |If docs needed, set a value

Re: Icon issues in a number of applications - f36 and rawhide

2022-03-13 Thread Michael Catanzaro
On Sun, Mar 13 2022 at 03:55:40 PM +, Philip Wyett wrote: People are aware of the issue that has recently arisen? Yeah, so the TL;DR here is adwaita-icon-theme has removed a bunch of color icons. GNOME applications should for the most part only be using symbolic icons, so it's probably

Icon issues in a number of applications - f36 and rawhide

2022-03-13 Thread Philip Wyett
Hi, Before the bug reports start, I thought I would ask opinion here as not my real area of knowledge. It seems that many applications running on GNOME under f36 and rawhide are having icon issues. Example 1: Under GNOME, rednotebook has no menu bar icons. Example 2: Pitivi will fail to

Fedora-36-20220313.n.0 compose check report

2022-03-13 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 8/229 (x86_64), 10/161 (aarch64) New failures (same test not failed in Fedora-36-20220312.n.0): ID: 1172418 Test: x86_64 Silverblue-dvd_ostree-iso desktop_terminal URL: https://openqa.fedoraproject.org/tests/1172418 ID: 1172464 Test:

Re: Problem with SSL in Fedora 36

2022-03-13 Thread Barry
> On 13 Mar 2022, at 13:58, Barry wrote: > >  > > >>> On 13 Mar 2022, at 09:44, José Abílio Matos wrote: >>> >>  >> In one, and just one, of my email accounts the upgrade to F36 failed with >> this: >> >> The underlying socket is having troubles when processing connection to >>

Fedora-IoT-36-20220313.0 compose check report

2022-03-13 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 3/15 (aarch64), 2/15 (x86_64) New failures (same test not failed in Fedora-IoT-36-20220311.0): ID: 1172712 Test: aarch64 IoT-dvd_ostree-iso iot_zezere_server@uefi URL: https://openqa.fedoraproject.org/tests/1172712 ID: 1172724 Test:

Re: Problem with SSL in Fedora 36

2022-03-13 Thread Barry
> On 13 Mar 2022, at 09:44, José Abílio Matos wrote: > >  > In one, and just one, of my email accounts the upgrade to F36 failed with > this: > > The underlying socket is having troubles when processing connection to > imap.xxx.xx.xx:993: Error during SSL handshake: error:0A0C0103:SSL >

Fedora-Rawhide-20220313.n.0 compose check report

2022-03-13 Thread Fedora compose checker
Missing expected images: Minimal raw-xz armhfp Compose FAILS proposed Rawhide gating check! 1 of 43 required tests failed openQA tests matching unsatisfied gating requirements shown with **GATING** below Failed openQA tests: 18/231 (x86_64), 21/161 (aarch64) New failures (same test not failed

Fedora 36 compose report: 20220313.n.0 changes

2022-03-13 Thread Fedora Rawhide Report
OLD: Fedora-36-20220312.n.0 NEW: Fedora-36-20220313.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 0 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size of upgraded

Fedora rawhide compose report: 20220313.n.0 changes

2022-03-13 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20220312.n.0 NEW: Fedora-Rawhide-20220313.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:1 Upgraded packages: 74 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:574.63

[Bug 2063504] New: perl-App-Cme-1.038 is available

2022-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2063504 Bug ID: 2063504 Summary: perl-App-Cme-1.038 is available Product: Fedora Version: rawhide Status: NEW Component: perl-App-Cme Keywords: FutureFeature, Triaged

Problem with SSL in Fedora 36

2022-03-13 Thread José Abílio Matos
In one, and just one, of my email accounts the upgrade to F36 failed with this: The underlying socket is having troubles when processing connection to imap.xxx.xx.xx:993: Error during SSL handshake: error:0A0C0103:SSL routines::internal error No email program works, I tried kmail, trojitá,

Fedora-Cloud-34-20220313.0 compose check report

2022-03-13 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/8 (x86_64), 1/8 (aarch64) (Tests completed, but using a workaround for a known bug) Old soft failures (same test soft failed in Fedora-Cloud-34-20220312.0): ID: 1171899 Test: x86_64 Cloud_Base-qcow2-qcow2 cloud_autocloud URL:

Fedora-Cloud-35-20220313.0 compose check report

2022-03-13 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/8 (x86_64), 1/8 (aarch64) (Tests completed, but using a workaround for a known bug) Old soft failures (same test soft failed in Fedora-Cloud-35-20220312.0): ID: 1171883 Test: x86_64 Cloud_Base-qcow2-qcow2 cloud_autocloud URL: